diff --git a/ChangeLog.md b/ChangeLog.md index b65974c3..2848555f 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -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 diff --git a/e3nn_jax/__init__.py b/e3nn_jax/__init__.py index 721485c3..195b994d 100644 --- a/e3nn_jax/__init__.py +++ b/e3nn_jax/__init__.py @@ -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 (