Skip to content

Releases: oloapinivad/ECmean4

v0.1.15

18 Jul 11:05
Compare
Choose a tag to compare
  • Minor bug fix in the global mean plot production

v0.1.14

27 Jun 15:34
70e4daf
Compare
Choose a tag to compare

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

16 Mar 11:14
Compare
Choose a tag to compare

Support for python 3.13

v0.1.12

23 Dec 16:07
44631c8
Compare
Choose a tag to compare

Refactor of main global_mean and performance_indices as more flexible and modular classes

v0.1.11

05 Nov 05:16
Compare
Choose a tag to compare

Pinning python<3.13

v0.1.10

24 Sep 15:54
de60469
Compare
Choose a tag to compare

Bug fix and documentation updates, please check the changelog

v0.1.9

04 Jul 10:57
Compare
Choose a tag to compare

Pin numpy<2.0 to avoid xesmf issues

v0.1.8

11 Apr 11:10
47156c0
Compare
Choose a tag to compare
  • Support for python 3.12 (#97)
  • Minor code improvements, plus update docs and benchmarking (#98)

v0.1.7

22 Jan 11:13
37ad82f
Compare
Choose a tag to compare
  • 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

02 Oct 08:29
578bd1f
Compare
Choose a tag to compare

Solve issues with last version of xesmf, improve the test structure and minor updates