diff --git a/CHANGELOG.md b/CHANGELOG.md index 7f079fb..a120656 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/docs/installation.rst b/docs/installation.rst index e067bd6..9c3588c 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -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