Skip to content

Commit

Permalink
Update changelog, bump version to 0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
fferflo committed Apr 26, 2024
1 parent 4d1a293 commit 6a5f9f4
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [0.2.2]

### Added

- Add [`einx.experimental.shard`](https://einx.readthedocs.io/en/latest/api.html#einx.experimental.shard).

### Fixed

- Fix bug when calling einx from multiple threads. (Run unit tests also in multi-threaded context.)



## [0.2.1]

### Changed
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.2.1",
version="0.2.2",
python_requires=">=3.8",
description="Tensor Operations Expressed in Einstein-Inspired Notation",
long_description=long_description,
Expand Down

0 comments on commit 6a5f9f4

Please sign in to comment.