Skip to content

Commit 519d003

Browse files
Release prep. (#191)
1 parent c6ba580 commit 519d003

3 files changed

Lines changed: 6 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
## Latest Changes
22

3+
### v0.6.4 (2026-03-05)
4+
Bugfix: added missing MLIR lowerings for
5+
a pair of JAX primitives (thanks @teddykoker!)
6+
37
### v0.6.3 (2025-02-23)
48
OpenEquivariance v0.6.3 brings long-needed improvements to the
59
PyTorch frontend. We strongly encourage all users to upgrade

openequivariance/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "scikit_build_core.build"
44

55
[project]
66
name = "openequivariance"
7-
version = "0.6.3"
7+
version = "0.6.4"
88
authors = [
99
{ name="Austin Glover" },
1010
{ name="Vivek Bharadwaj" },

openequivariance_extjax/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ build-backend = "scikit_build_core.build"
88

99
[project]
1010
name = "openequivariance_extjax"
11-
version = "0.6.3"
11+
version = "0.6.4"
1212

1313
authors = [
1414
{ name="Austin Glover" },

0 commit comments

Comments
 (0)