Changelog entries for the development version are available at https://holospy.readthedocs.io/en/latest/changes.html
.. towncrier-draft-entries:: |release| [UNRELEASED]
- Fix DOI and add more badges to readme file. (#34)
- Use
pint.get_application_registry
instead of HyperSpy private API to get the handle of thepint.UnitRegistry
. (#35) - Add/enable more ruff rules: isort, pyflakes, pycodestyle. (#37)
- The positional arguments
holo_data
andholo_sampling
of :func:`~.reconstruct.reconstruct` have been renamed todata
andsampling
, respectively. (#26)
- Add holoSpy logo (#26)
- Use ruff for linting and formatting; check NPY2011. (#28)
- Fix numpy 1.25 deprecation. (#29)
- Enable numpydoc and nitpicky; fix docstrings. (#30)
- Fix getting version from metadata (#16)
- Use towncrier to manage release notes and improve setting dev version (#17)
- Add pre-commit configuration file (#4)
- Format code using
black
and add workflow to check formatting (#3). - Add GitHub workflows to tests and build packages (#2).
- Rename the
max_workers
argument tonum_workers
(#9) - Setup codecov to measure coverage (#10)
- Add badges for tests, codecov and docs (#11)
- Add workflow to build and push documentation (#13)
- Consolidate package metadata in
pyproject.toml
(#14) - Use
setuptools_scm
to set holospy version at build time (#14) - Add package and test workflow (#14)
- Add python 3.12 (#14)
- Add release workflow (#14)
- HoloSpy was split out of the HyperSpy repository on July 23, 2023. The electron holography functionalities so far developed in HyperSpy were moved to the HoloSpy repository.