Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
mariogeiger committed Jan 5, 2024
1 parent 9e44e27 commit 50d5089
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.5] - 2024-01-05
### Added
- `e3nn.ones` and `e3nn.ones_like` functions
- `e3nn.equinox` submodule

### Fixed
- python 3.9 compatibility

## [0.20.4] - 2023-12-24
### Fixed
- Fix `pyproject.toml`, the documenation build was broken. Thanks to @SauravMaheshkar!
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.4"
__version__ = "0.20.5"

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.4"
version = "0.20.5"
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 50d5089

Please sign in to comment.