Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
## Latest Changes

### v0.6.4 (2026-03-05)
Bugfix: added missing MLIR lowerings for
a pair of JAX primitives (thanks @teddykoker!)

### v0.6.3 (2025-02-23)
OpenEquivariance v0.6.3 brings long-needed improvements to the
PyTorch frontend. We strongly encourage all users to upgrade
Expand Down
2 changes: 1 addition & 1 deletion openequivariance/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "scikit_build_core.build"

[project]
name = "openequivariance"
version = "0.6.3"
version = "0.6.4"
authors = [
{ name="Austin Glover" },
{ name="Vivek Bharadwaj" },
Expand Down
2 changes: 1 addition & 1 deletion openequivariance_extjax/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ build-backend = "scikit_build_core.build"

[project]
name = "openequivariance_extjax"
version = "0.6.3"
version = "0.6.4"

authors = [
{ name="Austin Glover" },
Expand Down