v0.2.0
ludwiglierhammer
released this
15 Mar 12:27
·
1555 commits
to main
since this release
Contributors to this version: Ludwig Lierhammer (@ludwiglierhammer) and Joseph Siddons (@jtsiddons)
Breaking changes
- move converters and decoders from
common
tomdf_reader/utils
(PR #3) - delete redundant functions from
cdm_reader_mapper.common
cdm_reader_mapper
: import common in__init__.py
- remove unused modules from
metmetpy
cdm_reader_mapper.mdf_reader
split data_models into code_tables and schema- logging: Allow for use of log file (PR #6)
- cannot use as command-line tool anymore (PR #22)
- outsource input and result data to
cdm-testdata
(GH #16, PR #21)
Internal changes
- adding tests to cdm_reader_mapper testing suite (GH #12, PR #2, #20, #22)
- adding testing result data (PR #4)
- use slugify insted of unidecde for licening reasons
- remove pip install instruction (PR #2)
HISTORY.rst
has been renamedCHANGES.rst
, to followxclim
-like conventions (PR #7).- speed up mapping functions with
swifter
(PR #4) mdf_reader
: adding auxiliary functions and classes (PR #4)mdf_reader
: read tables line-by-line (PR #20)
Bug fixes
- Fixed an issue with missing
conda
dependencies in thecdm_reader_mapper
documentation (PR #14)