From 58237f68b4cea3b75c9c2c01430dba21e2f25ef1 Mon Sep 17 00:00:00 2001 From: asglover <140220574+asglover@users.noreply.github.com> Date: Thu, 10 Sep 2026 22:08:18 -0700 Subject: [PATCH] bump version to 7.0 --- CHANGELOG.md | 11 +++++++++++ openequivariance/pyproject.toml | 2 +- openequivariance_extjax/pyproject.toml | 2 +- 3 files changed, 13 insertions(+), 2 deletions(-) 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" },