Skip to content

Commit 50d5089

Browse files
committed
update version
1 parent 9e44e27 commit 50d5089

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.5] - 2024-01-05
10+
### Added
11+
- `e3nn.ones` and `e3nn.ones_like` functions
12+
- `e3nn.equinox` submodule
13+
14+
### Fixed
15+
- python 3.9 compatibility
16+
917
## [0.20.4] - 2023-12-24
1018
### Fixed
1119
- Fix `pyproject.toml`, the documenation build was broken. Thanks to @SauravMaheshkar!

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.4"
1+
__version__ = "0.20.5"
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.4"
7+
version = "0.20.5"
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)