Release 5.0.0
ODS_Tools Changelog - 5.0.0
- #224 - Extra OED Version sources
- #217 - error in check if missing loc acc
- #219 - Update settings schema for ktools removal
- #221 - combine ORD files
- #222 - bug/pandas v3.0 causing tests to fail
ODS_Tools Notes
feature/extra_oedversion_sources - (PR #225)
Adds option to set oed version for schema from analysis settings and from exposure files.
Order of priority
CLI # First
Oasis config file (oasislmf.json)
analysis_settings.json
exposure files (oedversion column)
ODS_Tools version # Last
NOTE for users: Using OED Specifications below 3.1.0 will likely cause an error due to different schema formats.
closes #224
Update settings schema for ktools removal - (PR #219)
- Removed duplicated settings validation classes
- Mark ktools only settings as depreciated
- add warning messages when validating analysis settings. (count as error if
raise_warnings=True)
feature/combine ORD - (PR #220)
- Add the
ods_tools combinetool which groups and combines ORD files.
bug/pandas 3 tests failing - (PR #223)
Fixes tests for pandas=3.0.0
Fixes CI errors
Fixes incorrect handling of null values from str_replace