Skip to content

v1.0.4

Choose a tag to compare

@remy-abergel remy-abergel released this 07 Mar 13:16
· 17 commits to main since this release
91c7f49

Documentation

  • improved installation instructions and added videos

Code

  • Removed escape character \ from class docstrings in backends.py and displayers.py to avoid SyntaxWarning (#8)

  • PyEPRI now requires numpy >= 2.0.0, unified FFT functions for numpy and cupy backends and fixed numpy deprecated warning (#7)

  • Fixed ruff errors (all checks passed): remove unused variables and fixed minor bugs (#6)

Repository

  • Shorten installation instructions and refer to the online documentation (#9)

  • Added welcome message in the Discussions section (#5)

  • Added Github continuous integration workflow (#2) and issue templates (#3, #4)

Python Packaging

  • Fixed datasets packaging for pip+git installation (#11)