File tree Expand file tree Collapse file tree 3 files changed +5
-21
lines changed
Expand file tree Collapse file tree 3 files changed +5
-21
lines changed Original file line number Diff line number Diff line change 11## Latest Changes
22
3- ### v0.6.2 (2025-02-23)
4- OpenEquivariance v0.6.2 brings long-needed improvements to the
3+ ### v0.6.3 (2025-02-23)
4+ OpenEquivariance v0.6.3 brings long-needed improvements to the
55PyTorch frontend. We strongly encourage all users to upgrade
6- to PyTorch 2.10 and OEQ v0.6.2 .
6+ to PyTorch 2.10 and OEQ v0.6.3 .
77
88** Added** :
99- OpenEquivariance triggers a build of the CUDA extension module
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "scikit_build_core.build"
44
55[project ]
66name = " openequivariance"
7- dynamic = [ " version " ]
7+ version = " 0.6.3 "
88authors = [
99 { name =" Austin Glover" },
1010 { name =" Vivek Bharadwaj" },
@@ -75,11 +75,3 @@ addopts = [
7575
7676[tool .ruff ]
7777lint.ignore = [" E741" ]
78-
79- [tool .scikit-build ]
80- metadata.version.provider = " scikit_build_core.metadata.setuptools_scm"
81- sdist.include = [" openequivariance/_version.py" ]
82-
83- [tool .setuptools_scm ]
84- write_to = " openequivariance/_version.py"
85- root = " .."
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ build-backend = "scikit_build_core.build"
88
99[project ]
1010name = " openequivariance_extjax"
11- dynamic = [ " version " ]
11+ version = " 0.6.3 "
1212
1313authors = [
1414 { name =" Austin Glover" },
@@ -42,14 +42,6 @@ issues = "https://github.com/PASSIONLab/OpenEquivariance/issues"
4242JAX_HIP = {env =" JAX_HIP" , default =" 0" }
4343XLA_DIRECT_DOWNLOAD = {env =" XLA_DIRECT_DOWNLOAD" , default =" 0" }
4444
45- [tool .scikit-build ]
46- metadata.version.provider = " scikit_build_core.metadata.setuptools_scm"
47- sdist.include = [" openequivariance_extjax/_version.py" ]
48-
49- [tool .setuptools_scm ]
50- write_to = " openequivariance_extjax/_version.py"
51- root = " .."
52-
5345[tool .pytest .ini_options ]
5446addopts = [
5547 " --import-mode=importlib" ,
You can’t perform that action at this time.
0 commit comments