- fix: tdms format config parser not working when para.ini missing
0.46.5
- enh: new staticmethod RTDC_TDMS.extract_tdms_config for extracting metadata from tdms-based datasets; This method optionally returns a list of paths used for extracting metadata - ref: cleanup in RTDC_TDMS with dict.setdefault
0.46.4
- enh: allow to export logs alongside HDF5 data (180) - enh: add features flow_rate and pressure
0.46.3
- docs: make compilation run on Windows - docs: update information on plugin features (151) - ref: remove Zellmechanik Dresden branding
0.46.2
- fix: support passing instances of `Configuration` and `ConfigurationDict` to `dclab.util.obj2bytes` - enh: return sorted json representation in `Configuration.tojson` - ref: use `functools.update_wrapper` in `Cache` wrapper - docs: make sure `dclab.downsampling.downsample_grid` is in code ref
0.46.1
- fix: ConfigurationDict should not subclass from dict (174) - ref: use f-strings and print correct feature for temporary feature error message (193)