Highlights
- Basic
.tif
file support (currently no metadata is included). - Saves results in HDF5 file.
- Supports Python 3.12
- Improved
.asd
file format via AFMReader (nee topofileformats) - New submodule for feret calculations.
- Support for very small (
pm
) and large (mm
) scans.
What's Changed
- pytest<8.0.0 by @ns-rse in #788
- Add the option to save as a
tif
file by @derollins in #778 - Save grain trace data to HDF5 format by @SylviaWhittle in #790
- Added 'pm' and 'mm' for very small and large scans by @ns-rse in #801
- Added 'pm' and 'mm' for very small and large scans by @MaxGamill-Sheffield in #796
- Remove saving of gaussian filtered arrays to .npy files by @ns-rse in #804
- Adding 3.12 to workflow test matrix by @ns-rse in #691
- Sets the type of all arguments that are files/paths to Path by @ns-rse in #809
- Fixing DPI settings by @ns-rse in #808
- Tidies up Images.plot_and_save() by @ns-rse in #810
- Adds numpydoc-validation hook to pre-commit by @ns-rse in #816
- New submodule for feret calculations by @ns-rse in #755
- refactor(grainstats): GrainStats.get_max_min_feret() > measure.feret by @ns-rse in #823
- chore: Update codecov version used in test workflow by @ns-rse in #831
- bug: Addresses importlib.resources.open_text() deprecation by @ns-rse in #830
- Resolve .gwy file not loading and add channel support for .gwy files by @SylviaWhittle in #837
- chore: Update dependency to AFMReader by @ns-rse in #852
Full Changelog: v2.2.0...v2.2.1