Skip to content

Commit

Permalink
Update version.
Browse files Browse the repository at this point in the history
  • Loading branch information
ameya98 committed Aug 14, 2024
1 parent 3bf40fe commit 1aecb80
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
- Add support for custom instructions and initializers in e3nn.flax.Linear and e3nn.haiku.Linear.

## [0.20.7] - 2024-08-14
### Added
- Support for custom instructions and initializers in e3nn.flax.Linear and e3nn.haiku.Linear.

### Changed
- Fix documentation build errors.

## [0.20.6] - 2024-01-26
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.6"
__version__ = "0.20.7"

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.6"
version = "0.20.7"
description = "Equivariant convolutional neural networks for the group E(3) of 3 dimensional rotations, translations, and mirrors."
authors=[
{name="e3nn team", email="geiger.mario@gmail.com"},
Expand Down

0 comments on commit 1aecb80

Please sign in to comment.