From 162e4f872d089bc558dd704317b834f7fcc89abd Mon Sep 17 00:00:00 2001 From: Mario Geiger Date: Thu, 9 Jun 2022 17:10:36 -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 65046181..ab3cd792 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.6.1] - 2022-06-09 +### Changed +- fix a bug in `experimental.voxel_convolution` constructor + ## [0.6.0] - 2022-06-09 ### Added - Function `matrix` to `FunctionalLinear` diff --git a/e3nn_jax/__init__.py b/e3nn_jax/__init__.py index 96f2e0b2..b2d797d3 100644 --- a/e3nn_jax/__init__.py +++ b/e3nn_jax/__init__.py @@ -1,4 +1,4 @@ -__version__ = "0.6.0" +__version__ = "0.6.1" from ._graph_util import index_add, radius_graph from ._rotation import (