Skip to content

Commit 187e02c

Browse files
committed
update version
1 parent 7eced76 commit 187e02c

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

ChangeLog.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,18 @@ 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.13.0] - 2022-12-07
810
### Changed
911
- **[BREAKING]** `3 * e3nn.Irreps("0e + 1o")` now returns `3x0e + 3x1o` instead of `1x0e + 1x1o + 1x0e + 1x1o + 1x0e + 1x1o`
1012
- **[BREAKING]** in Linear, renamed `num_weights` to `num_indexed_weights` because it was confusing.
1113

1214
### Added
1315
- `e3nn.Irreps("3x0e + 6x1o") // 3` returns `1x0e + 2x1o`
1416

17+
### Fixed
18+
- `s2grid` is now jitable
19+
1520
## [0.12.0] - 2022-11-16
1621
### Added
1722
- `e3nn.Irreps.regroup` and `e3nn.IrrepsArray.regroup` to regroup irreps. Equivalent to `sort` followed by `simplify`.

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.12.0"
1+
__version__ = "0.13.0"
22

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

0 commit comments

Comments
 (0)