Releases: oloapinivad/ECmean4
Releases · oloapinivad/ECmean4
v0.1.15
v0.1.14
Some internal upgrade of ECmean structure.
Only exposed changes is a modification in the command line specification (notably the logger) and the output folder (now lowercase).
- Cleaner command line arguments, notably loglevel -l instead -v (#120)
- Refactor of plotting routines in to the ECPlotter() class (#120)
- Output file in lower cases, e.g pdf instead of PDF (#120)
- Safe checks in case of missing area/mask files to activate only AMIP/OMIP runs (#122)
- Minor code cleaning using more pythonic approach (#121)
- Cleaner configuration files (#115)
- New EC24 climatology introduced and removal of RK08 climatology (#116)
- New region definitions, available in EC24 climatology (#116)
v0.1.13
Support for python 3.13
v0.1.12
Refactor of main global_mean
and performance_indices
as more flexible and modular classes
v0.1.11
Pinning python<3.13
v0.1.10
Bug fix and documentation updates, please check the changelog
v0.1.9
Pin numpy<2.0
to avoid xesmf
issues
v0.1.8
v0.1.7
- Reduced and more reasonable verbosity
- Address a plotting limitation of global mean when standard deviation is not available in climatology
- Change colors of the global mean plots
- introduce
Fraction
as supported unit
v.0.1.6
Solve issues with last version of xesmf, improve the test structure and minor updates