v0.0.4
Main Features
- Support for
.top
and.stp
file formats - Improved support for
.jpk
scaling
Bugs
- Corrected string clipping of error messages
What's Changed
- tests(spm): Adds test for spm_pixel_to_nm_scaling() by @ns-rse in #87
- ci: Adds pytest-testmon to local pre-commit hooks by @ns-rse in #89
- doc: Adds citing and used by section to README.md by @ns-rse in #91
- Add mypy to pre-commit and improve typehints by @ns-rse in #98
- style: Disable ruff A005 (stdlib-module-shadowing) by @ns-rse in #102
- States the outputs in the usage section by @MaxGamill-Sheffield in #104
- docs: Adds basic documentation using mkdocs by @ns-rse in #103
- feature: Ensure img_path is of type Path by @ns-rse in #108
- tests: FileNotFound consistently raised & tested by @ns-rse in #110
- feature: Returns just dictionary when loading .topostats by @ns-rse in #112
- Add file format STP by @SylviaWhittle in #113
- Scaling JPK data values correctly by @derollins in #118
- feature: introduce config file for JPK tags by @ns-rse in #124
- Vertically reflect JPK images by @derollins in #129
- rm string clipping for error message output by @MaxGamill-Sheffield in #131
- Add file format TOP by @SylviaWhittle in #135
- tests(topostats): Compare versions as strings by @ns-rse in #136
- tests: Adds pytest-loguru to test dependencies by @ns-rse in #137
- tests: make topostats tests flexible to key name by @ns-rse in #138
New Contributors
- @MaxGamill-Sheffield made their first contribution in #104
- @derollins made their first contribution in #118
Full Changelog: v0.0.3...v0.0.4