diff --git a/CHANGELOG.md b/CHANGELOG.md index 98ecb3a1..1c9f9847 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ ## Latest Changes +### v0.7.0 (2026-09-10) +**Added**: +- Public XLA FFI registration provider +- Better timeout error for torch < 2.10 +- Contribution Guidelines + +**Fixed**: +- Bug for some TPPs on AMD machines +- Bug for TPPs with L2 > 1 and ir_mul layout +- Bug with JAX backward gradients + ### v0.6.8 (2026-06-14) Added `#include ` to all C++ extension headers and sources. diff --git a/openequivariance/pyproject.toml b/openequivariance/pyproject.toml index 089ebdf4..aeeb6a60 100644 --- a/openequivariance/pyproject.toml +++ b/openequivariance/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "scikit_build_core.build" [project] name = "openequivariance" -version = "0.6.8" +version = "0.7.0" authors = [ { name="Austin Glover" }, { name="Vivek Bharadwaj" }, diff --git a/openequivariance_extjax/pyproject.toml b/openequivariance_extjax/pyproject.toml index e2737c0f..de1d69a5 100644 --- a/openequivariance_extjax/pyproject.toml +++ b/openequivariance_extjax/pyproject.toml @@ -8,7 +8,7 @@ build-backend = "scikit_build_core.build" [project] name = "openequivariance_extjax" -version = "0.6.8" +version = "0.7.0" authors = [ { name="Austin Glover" },