- BREAKING CHANGE: drop support for Python 2 (34) - feat: new machine learning (ML) submodule `dclab.ml` - feat: implement ML model file format .modc (78) - feat: add tensorflow helper functions for RT-DC data - setup: bump numpy>=1.17.0 - ref: minor improvements of code readability - tests: set global temp dir and remove it after testing
0.29.1
- enh: lift restrictions on valid options for [setup]:medium (can now be any arbitrary string)
0.29.0
- feat: support the "image_bg" feature which contains the rolling mean background image computed by Shape-In
0.28.0
- feat: new CLI command dclab-split to split a large dataset into multiple smaller datasets
0.27.11
- fix: do not cache hierarchy child feature values; this might lead to intransparent situations where a child has different features than its parent (you cannot always rely on the user to call `apply_filter`) - fix: hierarchy child configuration section "calculation" was not updated with the hierarchy parent values - docs: add example for loading data from DCOR and computing the Young's modulus
0.27.10
- fix: support unicode characters when writing HDF5 in Python2