Skip to content

Commit 89e9d97

Browse files
committed
update version
1 parent 86b1637 commit 89e9d97

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

ChangeLog.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,16 @@ 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+
9+
## [0.20.0] - 2023-09-09
810
### Added
911
- `e3nn.Irreps.mul_gcd`
1012
- `e3nn.IrrepsArray.extend_with_zeros` to extend an array with zeros, can be useful for residual connections
1113

1214
### Changed
1315
- rewrite `e3nn.tensor_square` to be simpler (and faster?)
1416
- use `jax.scipy.special.lpmn_values` to implement `e3nn.legendre`. Faster on GPU and supports reverse-mode differentiation.
15-
- **[BREAKING]** Change the output format of `e3nn.legendre`
17+
- **[BREAKING]** Change the output format of `e3nn.legendre`!
1618

1719
### Fixed
1820
- Add back a lazy `._chunks` in `e3nn.IrrepsArray` to fix issue #38

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.19.3"
1+
__version__ = "0.20.0"
22

33
from e3nn_jax._src.config import config
44
from e3nn_jax._src.rotation import (

0 commit comments

Comments
 (0)