v1.0.4
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 fornumpyandcupybackends 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)