Skip to content

Commit

Permalink
Release metatensor-learn v0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Luthaf committed May 16, 2024
1 parent 22ac616 commit ae10554
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
4 changes: 4 additions & 0 deletions docs/src/learn/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-learn-v
:url-suffix: learn/reference/index.html

.. grid-item-version:: 0.2.1
:tag-prefix: metatensor-learn-v
:url-suffix: learn/reference/index.html
Expand Down
3 changes: 3 additions & 0 deletions python/metatensor-learn/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ 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-learn-v0.2.2) - 2024-05-16

### Added

- Added torch-style activation function module maps to `metatensor.learn.nn`: `ReLU`,
Expand All @@ -26,6 +28,7 @@ follows [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
and `InvariantTanh` (#513)

### Fixed

- Set correct device for output of when torch default device is different than input device (#595)

## [Version 0.2.1](https://github.com/lab-cosmo/metatensor/releases/tag/metatensor-learn-v0.2.1) - 2024-03-01
Expand Down
2 changes: 1 addition & 1 deletion python/metatensor-learn/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
os.path.join(ROOT, "..", "metatensor-operations")
)

METATENSOR_LEARN_VERSION = "0.2.1"
METATENSOR_LEARN_VERSION = "0.2.2"


class bdist_egg_disabled(bdist_egg):
Expand Down

0 comments on commit ae10554

Please sign in to comment.