Skip to content

Commit

Permalink
version
Browse files Browse the repository at this point in the history
  • Loading branch information
mariogeiger committed Jun 24, 2023
1 parent ab2a223 commit 1c645ff
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.19.3] - 2023-06-24
### Fixed
- Fix missing support for zero flags in `e3nn.elementwise_tensor_product`

## [0.19.2] - 2023-06-23
### Changed
- **[BREAKING]** Move `Instruction`, `FunctionalTensorProduct` and `FunctionalFullyConnectedTensorProduct` into `e3nn.legacy` submodule
Expand Down
2 changes: 1 addition & 1 deletion e3nn_jax/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.19.2"
__version__ = "0.19.3"

from e3nn_jax._src.config import config
from e3nn_jax._src.rotation import (
Expand Down

0 comments on commit 1c645ff

Please sign in to comment.