- ref: rewrite JPK data file reader: new JPKReader class (4) - enh: add new LazyData class for loading data on demand (4)
0.11.0
- feat: allow defining "detect" method to determine whether a recipe can open a file (7)
0.10.2
- maintenance release
0.10.1
- fix: parsing issue when loading .ibw files without AM/PM in "Time" metadata (8) - enh: make sure "time" is always parsed as HH:MM:SS.S when adding it to `MetaData` - enh: compute "curve id" and "session id" from "date", "time", and "enum" if not given in `MetaData`
0.10.0
- feat: allow to override metadata when loading data - feat: support new file format from AFM workshop (.csv) - feat: support new file format from JPK (.jpk-qi-data) - feat: support new file format from NT-MDT (.txt exported by Nova) - enh: implement `AFMFormatRecipe` class for handling and verifying recipe dictionaries - enh: implement `register_format` function