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
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
## Latest Changes

### v0.6.2 (2025-02-23)
OpenEquivariance v0.6.2 brings long-needed improvements to the
### 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
to PyTorch 2.10 and OEQ v0.6.2.
to PyTorch 2.10 and OEQ v0.6.3.

**Added**:
- OpenEquivariance triggers a build of the CUDA extension module
Expand Down
10 changes: 1 addition & 9 deletions 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"
dynamic = ["version"]
version = "0.6.3"
authors = [
{ name="Austin Glover" },
{ name="Vivek Bharadwaj" },
Expand Down Expand Up @@ -75,11 +75,3 @@ addopts = [

[tool.ruff]
lint.ignore = ["E741"]

[tool.scikit-build]
metadata.version.provider = "scikit_build_core.metadata.setuptools_scm"
sdist.include = ["openequivariance/_version.py"]

[tool.setuptools_scm]
write_to = "openequivariance/_version.py"
root = ".."
10 changes: 1 addition & 9 deletions 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"
dynamic = ["version"]
version = "0.6.3"

authors = [
{ name="Austin Glover" },
Expand Down Expand Up @@ -42,14 +42,6 @@ issues = "https://github.com/PASSIONLab/OpenEquivariance/issues"
JAX_HIP = {env="JAX_HIP", default="0"}
XLA_DIRECT_DOWNLOAD = {env="XLA_DIRECT_DOWNLOAD", default="0"}

[tool.scikit-build]
metadata.version.provider = "scikit_build_core.metadata.setuptools_scm"
sdist.include = ["openequivariance_extjax/_version.py"]

[tool.setuptools_scm]
write_to = "openequivariance_extjax/_version.py"
root = ".."

[tool.pytest.ini_options]
addopts = [
"--import-mode=importlib",
Expand Down