diff --git a/ChangeLog.md b/ChangeLog.md index 8fdd0859..b52c8f10 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] + +## [0.7.0] - 2022-08-03 ### Changed - **breaking change** rename `IrrepsData` into `IrrepsArray` - **breaking change** `IrrepsArray.shape` is now equal to `contiguous.shape` (instead of `contiguous.shape[:-1]`) diff --git a/e3nn_jax/__init__.py b/e3nn_jax/__init__.py index 5901d9d5..008a2e39 100644 --- a/e3nn_jax/__init__.py +++ b/e3nn_jax/__init__.py @@ -1,4 +1,4 @@ -__version__ = "0.6.3" +__version__ = "0.7.0" from ._config import config from ._graph_util import index_add, radius_graph