From 1c645ffe2f59e6b47ed7d1fdc4945729a46a3109 Mon Sep 17 00:00:00 2001 From: Mario Geiger Date: Sat, 24 Jun 2023 13:06:00 -0400 Subject: [PATCH] version --- ChangeLog.md | 4 ++++ e3nn_jax/__init__.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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 (