Skip to content

Commit 1c645ff

Browse files
committed
version
1 parent ab2a223 commit 1c645ff

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

ChangeLog.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [0.19.3] - 2023-06-24
10+
### Fixed
11+
- Fix missing support for zero flags in `e3nn.elementwise_tensor_product`
12+
913
## [0.19.2] - 2023-06-23
1014
### Changed
1115
- **[BREAKING]** Move `Instruction`, `FunctionalTensorProduct` and `FunctionalFullyConnectedTensorProduct` into `e3nn.legacy` submodule

e3nn_jax/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "0.19.2"
1+
__version__ = "0.19.3"
22

33
from e3nn_jax._src.config import config
44
from e3nn_jax._src.rotation import (

0 commit comments

Comments
 (0)