- feat: add command line script for compressing HDF5 (.rtdc) data "dclab-compress" - enh: record warnings under "/log" for all command line scripts - enh: set gzip data compression for all command line scripts
0.16.1
- fix: circumvent UnicodeDecodeErrors which occured in frozen macOS binaries that use dclab - enh: support subsecond accuracy in the the configuration key [experiment] time (e.g. "HH:MM:SS.SSS" instead of "HH:MM:SS") - enh: store the correct, relative measurement time in dclab-join (63)
0.16.0
- fix: RTDCBase.downsample_scatter with ret_mask=True did not return boolean array of len(RTDCBase) as indicated in the docs - ref: remove RTDCBase._plot_filter, which was confusing anyway - ref: deprecate usage of RTDCBase._filter
0.15.0
- feat: add method RTDCBase.reset_filter - feat: implement RTDCBase.features_loaded - feat: allow to instantiate RTDC_Hierarchy without initially applying the filter - fix: non-scalar columns of RTDC_Hierarchy did not implement len() - docs: add an example script dedicated to data plotting - ref: remove circular references between Filter and RTDCBase
0.14.8
- fix: Ignore feature "trace" when the trace folder exists but is empty (HDF5 format) - fix: If no contour can be found, raise an error before other ancillary features produce cryptic errors
0.14.7
- enh: allow to add meta data when exporting to .fcs or .tsv (dclab version is saved by default) - setup: bump fcswrite from 0.4.1 to 0.5.0