v1.10.0rc3
Pre-release
Pre-release
·
31 commits
to master
since this release
What's Changed
Refactor
- Refactor the API design for
cmor_handlers
by @tomvothecoder in #140- CMOR Handlers are now defined in a single yaml file under
cmor_handlers/handlers.yaml
- Visit the documentation for more information on this change.
- CMOR Handlers are now defined in a single yaml file under
Documentation
- Add example script by @chengzhuzhang in #174
- Update README.md by @chengzhuzhang in #180
- Remove CWL workflow docs and update conda env dependencies by @tomvothecoder in #193
- CWL scripts and documentation have been moved to the datasm repo since that is where they are primarily used. CWL scripts were never included in the conda package and therefore probably never used by any other developer or repo.
Bug Fixes
- Add
os.markdirs()
for/logs
directory by @tomvothecoder in #187 - Fix deprecated numpy.warnings by @chengzhuzhang in #201
- Update KeyError raised for missing handlers or non-derivable variables to logger warning by @chengzhuzhang in #203
- Fix handling sftlf/LANDFRAC by @chengzhuzhang in #209
- add new formula for rsut and rsutcs by @chengzhuzhang in #210
Full Changelog: v1.9.1...v1.10.0rc3