Skip to content

Commit 1aecb80

Browse files
committed
Update version.
1 parent 3bf40fe commit 1aecb80

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

77
## [Unreleased]
8-
- Add support for custom instructions and initializers in e3nn.flax.Linear and e3nn.haiku.Linear.
8+
9+
## [0.20.7] - 2024-08-14
10+
### Added
11+
- Support for custom instructions and initializers in e3nn.flax.Linear and e3nn.haiku.Linear.
12+
13+
### Changed
914
- Fix documentation build errors.
1015

1116
## [0.20.6] - 2024-01-26

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