Skip to content

Commit

Permalink
Update changelog, bump version to 0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
fferflo committed Jan 28, 2024
1 parent 3aeb91d commit de36d5b
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Changelog



## [0.1.3]

### Added

- Add option to install einx via `pip install einx[torch]` or `pip install einx[keras]` to enforce version requirements on PyTorch or Keras.

### Changed

- Fail gracefully and report error when run with incompatible version of PyTorch and Keras.

### Fixed

- Fix compatibility with 2.0 <= PyTorch < 2.1.



## [0.1.2]

### Added
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

setup(
name="einx",
version="0.1.2",
version="0.1.3",
python_requires=">=3.8",
description="Tensor Operations Expressed in Einstein-Inspired Notation",
long_description=long_description,
Expand Down

0 comments on commit de36d5b

Please sign in to comment.