From 4881ad1b0b8fa5e821b1e52a14172e9ede9f87df Mon Sep 17 00:00:00 2001 From: Vivek Bharadwaj Date: Mon, 23 Feb 2026 23:34:00 -0800 Subject: [PATCH 1/2] Removed symlinks in license and readme during packaging. --- .github/workflows/release.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index aee619a..a88e2f5 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -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 From 90513a273a4e2d6b6fa1c90746e852666140881e Mon Sep 17 00:00:00 2001 From: Vivek Bharadwaj Date: Mon, 23 Feb 2026 23:36:23 -0800 Subject: [PATCH 2/2] Minor fix to changelog. --- CHANGELOG.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 81e7084..dd37f05 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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