- fix: TypeError when registering emodulus LUT (91) - ref: minor cleanup
0.32.3
- build: use oldest-supported-numpy in pyproject.toml
0.32.2
- fix: export trace data in chunks to avoid out-of-memory errors when compressing large files - ref: introduce CHUNK_SIZE in write_hdf5.py and use it when exporting to .rtdc
0.32.1
- enh: dclab-compress now by default does not compress any input files that are already fully compressed (fully compressed means that all HDF5 datasets are compressed somehow); to get the old behavior back (compress in any case, use the "force" keyword argument)
0.32.0
- feat: allow to register external look-up tables for Young's modulus computation (88) - ref: restructure look-up table file handling - ref: deprecated [calculation]: "emodulus model" metadata key in favor of the more descriptive "emodulus lut" key. - ref: the "method" argument in the context of isoelasticity lines is deprecated in favor of the "lut_identifier" argument
0.31.5
- fix: writing "filtering" and "calculation" metadata sections to .rtdc files should not be allowed