- BREAKING CHANGE: The LUT data for LE-2D-FEM-19 had to be revised, because the simulation support was sparse at high deformations (191) - feat: added new LUT and isoelastics for HE-2D-FEM-22 and HE-3D-FEM-22 (188) - docs: new LUT data version 10.6084/m9.figshare.12155064.v4
0.45.0
- feat: introduce 10th and 90th percentile brightness features - enh: added definitions for the Haralick texture features (computed using the mahotas package from bg-corrected event mask)
0.44.0
- feat: introduce background-corrected brightness features - enh: detect confusion in plugin feature names (179) - enh: cache innate feature data for hierarchy children - enh: raise more verbose error message when the user tries to access non-existent features in hierarchy children (92)
0.43.1
- fix: script fem2rtdc.py did not work with latest openCV (176) - fix: properly implement random pixel offsets in fem2rtdc.py and and pixelation_correction.py (178) - enh: improved test for compression (require Zstd with level >= 5) - enh: added `close` method for `RTDCWriter` - ref: added tests and cleaned up fem2rtdc.py
0.43.0
- feat: introduce Zstandard compression via hdf5plugin - enh: speed-up HDF5 data export if `filltarr` are all-True - ref: deprecate "compression" keyword argument for HDF5 export
0.42.3
- enh: support hierarhcy feature dtype property for image and mask event - docs: fix regression in builds due to new H5ScalarEvent