Skip to content

v0.5.8

Choose a tag to compare

@github-actions github-actions released this 21 Sep 00:21
· 213 commits to main since this release

ClimaAnalysis v0.5.8

Diff since v0.5.7

Merged pull requests:

Closed issues:

  • Add support for Unitful (#53)
  • Port constrained_cmap (#62)
  • Use new interpolators to add resampled_as, a function that resamples an OutputVar to the same dimensions as another one (#65)
  • If needed, extend OutputVar reader to support more generic NetCDF files (#68)
  • Port integrate_* functions to allow for integrating of an OutputVar. In this, we follow the same pattern as the average_* functions. (#75)
  • Quick Start Docs use Deprecated kwarg (#77)
  • Add split_by_season for OutputVar (#78)
  • Bug: Interpolation does not update when doing +,-,*, or / between a Real and OutputVar (#81)
  • Multiplication and division between two OutputVars does matrix multiplication and division (#82)
  • Add functions to compute error between sim and obs (#84)
  • Port plot_bias (#86)
  • Add struct and constructor for storing RMSEs across model names and seasons (#88)
  • Add find_best_single_model, find_worst_single_model, and median for struct that store RMSEs (#89)
  • Add plot_box_plot and plot_leaderboard using structs that store RMSEs (#90)