Documentation
- improved installation instructions and added videos
Code
- Removed escape character `\` from class docstrings in
[backends.py](src/pyepri/backends.py) and
[displayers.py](src/pyepri/displayers.py) to avoid SyntaxWarning
([8](../../pull/8))
- PyEPRI now require numpy >= 2.0.0, unified FFT functions for `numpy`
and `cupy` backends and fixed numpy deprecated warning
([7](../../pull/7))
- fixed ruff errors (all checks passed): remove unused variables and
fixed minor bugs ([6](../../pull/6))
Repository
- shorten installation instructions and refer to the online
documentation ([9](../../pull/9))
- added welcome message in the [Discussions](../../discussions)
section ([5](../../pull/5))
- added Github continuous integration workflow ([2](../../pull/2))
and issue templates ([3](../../pull/3), [4](../../pull/4))
Python Packaging
- Fix datasets packaging for pip+git installation
([11](../../pull/11))