From 187e02c96fe0bc7a3ead7a330356b2e99c327173 Mon Sep 17 00:00:00 2001 From: Mario Geiger Date: Wed, 7 Dec 2022 18:47:56 -0500 Subject: [PATCH] update version --- ChangeLog.md | 5 +++++ e3nn_jax/__init__.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog.md b/ChangeLog.md index 19732dd1..ca9dfdab 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.13.0] - 2022-12-07 ### Changed - **[BREAKING]** `3 * e3nn.Irreps("0e + 1o")` now returns `3x0e + 3x1o` instead of `1x0e + 1x1o + 1x0e + 1x1o + 1x0e + 1x1o` - **[BREAKING]** in Linear, renamed `num_weights` to `num_indexed_weights` because it was confusing. @@ -12,6 +14,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - `e3nn.Irreps("3x0e + 6x1o") // 3` returns `1x0e + 2x1o` +### Fixed +- `s2grid` is now jitable + ## [0.12.0] - 2022-11-16 ### Added - `e3nn.Irreps.regroup` and `e3nn.IrrepsArray.regroup` to regroup irreps. Equivalent to `sort` followed by `simplify`. diff --git a/e3nn_jax/__init__.py b/e3nn_jax/__init__.py index 7c8ac5b4..b26f0edd 100644 --- a/e3nn_jax/__init__.py +++ b/e3nn_jax/__init__.py @@ -1,4 +1,4 @@ -__version__ = "0.12.0" +__version__ = "0.13.0" from e3nn_jax._src.config import config from e3nn_jax._src.rotation import (