diff --git a/ChangeLog.md b/ChangeLog.md index d8d2247a..2fe9e148 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -5,6 +5,11 @@ 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.18.0] - 2023-06-19 +### Changed +- **[BREAKING]** Renamed `e3nn.util` in `e3nn.utils` + ### Added - `Irreps.set_mul(int)` to set the multiplicity of all irreps - `Irreps.filter(lmax=int)` to filter out irreps with `l > lmax` diff --git a/e3nn_jax/__init__.py b/e3nn_jax/__init__.py index 325a027e..66dcfd04 100644 --- a/e3nn_jax/__init__.py +++ b/e3nn_jax/__init__.py @@ -1,4 +1,4 @@ -__version__ = "0.17.5" +__version__ = "0.18.0" from e3nn_jax._src.config import config from e3nn_jax._src.rotation import (