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: 5 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,11 @@ jobs:
python-version: '3.10'
- name: install dependencies, then build source tarball
run: |
cd openequivariance
cd openequivariance
rm LICENSE
rm README.md
cp ../LICENSE .
cp ../README.md .
python3 -m pip install build
python3 -m build --sdist
- name: store the distribution packages
Expand Down
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.0 (2025-02-23)
OpenEquivariance v0.6.0 brings long-needed improvements to the
### v0.6.1 (2025-02-23)
OpenEquivariance v0.6.1 brings long-needed improvements to the
PyTorch frontend. We strongly encourage all users to upgrade
to PyTorch 2.10 and OEQ v0.6.0.
to PyTorch 2.10 and OEQ v0.6.1.

**Added**:
- OpenEquivariance triggers a build of the CUDA extension module
Expand Down