Skip to content

Commit 621ab92

Browse files
committed
update version
1 parent 40f58cf commit 621ab92

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [0.20.4] - 2023-12-24
10+
### Fixed
11+
- Fix `pyproject.toml`, the documenation build was broken. Thanks to @SauravMaheshkar!
12+
13+
### Added
14+
- Support for [`s2fft`](https://github.com/astro-informatics/s2fft) in `e3nn.to_s2grid` and `e3nn.from_s2grid`, thanks to @ameya98!
15+
- Add a special case implementation for `e3nn.scatter_mean` when `map_back and nel is not None`.
16+
917
## [0.20.3] - 2023-11-17
1018
### Added
1119
- `e3nn.flax.BatchNorm`

e3nn_jax/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "0.20.3"
1+
__version__ = "0.20.4"
22

33
from e3nn_jax._src.config import config
44
from e3nn_jax._src.rotation import (

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "e3nn-jax"
7-
version = "0.20.3"
7+
version = "0.20.4"
88
description = "Equivariant convolutional neural networks for the group E(3) of 3 dimensional rotations, translations, and mirrors."
99
authors=[
1010
{name="e3nn team", email="geiger.mario@gmail.com"},

0 commit comments

Comments
 (0)