Browse Source

fixed changelog

xmlparsing
Holger Frey 3 years ago
parent
commit
ab3fb1e040
  1. 26
      CHANGES.md

26
CHANGES.md

@ -1,4 +1,30 @@ @@ -1,4 +1,30 @@
0.5.0 - real life fixes
-----------------------
- parsing parameters now sets the exposure time as float
- parsing metadata fails silently
- big rework on column names
- only most necessary functions exposed on import of package
- renamed cli command to `parse_sensospot_data`
- moved some functionality in separate modules `utils` and `dynamic_range`
0.5.1
=====
- added standard aggregates functionality to utlis
- exposed `utils` api functions in package
0.5.2
=====
- providing the normalized exposure time to `normalize_values` is now optional
0.5.3
=====
- renaming function `split_data_frame` to `split`
- added --quite flag to cli to bypass sanity checks
- removed the aggregate functions from the utils module, is now a spearate project
0.4.0 - api changes
--------------------

Loading…
Cancel
Save