Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
mariogeiger committed Dec 24, 2023
1 parent 40f58cf commit 621ab92
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.20.4] - 2023-12-24
### Fixed
- Fix `pyproject.toml`, the documenation build was broken. Thanks to @SauravMaheshkar!

### Added
- Support for [`s2fft`](https://github.com/astro-informatics/s2fft) in `e3nn.to_s2grid` and `e3nn.from_s2grid`, thanks to @ameya98!
- Add a special case implementation for `e3nn.scatter_mean` when `map_back and nel is not None`.

## [0.20.3] - 2023-11-17
### Added
- `e3nn.flax.BatchNorm`
Expand Down
2 changes: 1 addition & 1 deletion e3nn_jax/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.20.3"
__version__ = "0.20.4"

from e3nn_jax._src.config import config
from e3nn_jax._src.rotation import (
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "e3nn-jax"
version = "0.20.3"
version = "0.20.4"
description = "Equivariant convolutional neural networks for the group E(3) of 3 dimensional rotations, translations, and mirrors."
authors=[
{name="e3nn team", email="[email protected]"},
Expand Down

0 comments on commit 621ab92

Please sign in to comment.