Skip to content

Latest commit

 

History

History
41 lines (26 loc) · 1.28 KB

CHANGELOG.md

File metadata and controls

41 lines (26 loc) · 1.28 KB

Changelog

All notable changes to ECmean4 will be documented in this file. The format is based on Keep a Changelog

[Unreleased]

Unreleased is the current development version, which is currently lying in main branch.

[v0.1.7]

  • global_mean can plot also values where observation are missing through the --addnan option (#95)
  • Verbosity level reduced in both global mean and performance indices (#95)
  • New colorscale vlag for global_mean (#95)

[v0.1.6]

  • Remove support for python 3.8
  • Refactor tests so that comparison is element-wise and not file-wise (Allow xesmf>0.8 and refactor the tests #93)
  • Simple support for allow running the code on MacOS and pinning of xesmf<0.8 to avoid code slowdown (support for macos #86)
  • Matplotlib pinning for solve temporary seaborn bug (Various updates and fixing the issue of matplotlib #89)

[v0.1.5]

  • Specifying output directory as an argument (Support more general output directory #87)

[v0.1.4]

  • Added the changelog file
  • Better representation of mask file search and loading (#80)
  • Fix of global mean temperature computaton (#84)
  • Minor EC-Earth4 related fixes

[v0.1.3]

  • New logging facility
  • Support for python 3.11

[v0.1.0]

First version of ECmean4 published on pypi