We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab2a223 commit 1c645ffCopy full SHA for 1c645ff
ChangeLog.md
@@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
7
## [Unreleased]
8
9
+## [0.19.3] - 2023-06-24
10
+### Fixed
11
+- Fix missing support for zero flags in `e3nn.elementwise_tensor_product`
12
+
13
## [0.19.2] - 2023-06-23
14
### Changed
15
- **[BREAKING]** Move `Instruction`, `FunctionalTensorProduct` and `FunctionalFullyConnectedTensorProduct` into `e3nn.legacy` submodule
e3nn_jax/__init__.py
@@ -1,4 +1,4 @@
1
-__version__ = "0.19.2"
+__version__ = "0.19.3"
2
3
from e3nn_jax._src.config import config
4
from e3nn_jax._src.rotation import (
0 commit comments