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

### v0.4.1 (2025-09-04)
Minor update, fixes a bug loading JIT-compiled modules
with PyTorch 2.9.

### v0.4.0 (2025-08-14)
This release adds a benchmark against
FlashTP, exposes weight reordering functions
Expand Down
8 changes: 7 additions & 1 deletion docs/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,13 @@ Installation is one easy command, followed by import verification:

The second line triggers a build of the C++ extension we use to compile
kernels, which can take a couple of minutes. Subsequent imports are
much faster since this extension is cached.
much faster since this extension is cached.

To get the nightly build, run

.. code-block:: bash

pip install git+https://github.com/PASSIONLab/OpenEquivariance


Compiling the Integrated PyTorch Extension
Expand Down