Skip to content

Commit

Permalink
Release metatensor-operations 0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Luthaf committed Jun 19, 2024
1 parent 75ee69b commit 76d1954
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 1 deletion.
4 changes: 4 additions & 0 deletions docs/src/operations/reference/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ API reference
.. grid::
:margin: 0 0 0 0

.. grid-item-version:: 0.2.2
:tag-prefix: metatensor-operations-v
:url-suffix: operations/reference/index.html

.. grid-item-version:: 0.2.1
:tag-prefix: metatensor-operations-v
:url-suffix: operations/reference/index.html
Expand Down
9 changes: 9 additions & 0 deletions python/metatensor-operations/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,15 @@ follows [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
### Removed
-->

## [Version 0.2.2](https://github.com/lab-cosmo/metatensor/releases/tag/metatensor-operations-v0.2.2) - 2024-06-19

### Fixed

- Fixed a bug in `metatensor.torch.sort` where the labels where not properly
sorted (#647)
- Fix `metatensor.abs` when used with complex values (#553)


## [Version 0.2.1](https://github.com/lab-cosmo/metatensor/releases/tag/metatensor-operations-v0.2.1) - 2024-03-01

### Changed
Expand Down
2 changes: 1 addition & 1 deletion python/metatensor-operations/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
ROOT = os.path.realpath(os.path.dirname(__file__))
METATENSOR_CORE = os.path.realpath(os.path.join(ROOT, "..", "metatensor-core"))

METATENSOR_OPERATIONS_VERSION = "0.2.1"
METATENSOR_OPERATIONS_VERSION = "0.2.2"


class bdist_egg_disabled(bdist_egg):
Expand Down

0 comments on commit 76d1954

Please sign in to comment.