Skip to content

Commit 08c891c

Browse files
Updated changelog for minor 0.4.1 update and added instructions to install nightly. (#159)
1 parent b60224a commit 08c891c

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
## Latest Changes
22

3+
### v0.4.1 (2025-09-04)
4+
Minor update, fixes a bug loading JIT-compiled modules
5+
with PyTorch 2.9.
6+
37
### v0.4.0 (2025-08-14)
48
This release adds a benchmark against
59
FlashTP, exposes weight reordering functions

docs/installation.rst

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,13 @@ Installation is one easy command, followed by import verification:
2222
2323
The second line triggers a build of the C++ extension we use to compile
2424
kernels, which can take a couple of minutes. Subsequent imports are
25-
much faster since this extension is cached.
25+
much faster since this extension is cached.
26+
27+
To get the nightly build, run
28+
29+
.. code-block:: bash
30+
31+
pip install git+https://github.com/PASSIONLab/OpenEquivariance
2632
2733
2834
Compiling the Integrated PyTorch Extension

0 commit comments

Comments
 (0)