v0.5.8
ClimaAnalysis v0.5.8
Merged pull requests:
- Add Visualize._constrained_cmap (#63) (@ph-kev)
- Update docstring for warp_string and increase max (#64) (@Sbozzolo)
- Add Var.resampled_as (#66) (@ph-kev)
- Add support for generic NetCDF files (#67) (@Sbozzolo)
- Remove non-significant whitespaces (#69) (@Sbozzolo)
- Add support for unitful (#70) (@Sbozzolo)
- Add support for overplotting a ocean/land mask with
GeoMakie(#72) (@Sbozzolo) - Run downgrade on 1.9 too (#73) (@Sbozzolo)
- Update readme for dev docs (#74) (@Sbozzolo)
- Add Var.integrate* functions (#76) (@ph-kev)
- Add Var.split_by_season (#79) (@ph-kev)
- Change deprecated kwarg in docs (#80) (@imreddyTeja)
- Fix bug and change multiplication and division to be elementwise for OutputVars (#83) (@ph-kev)
- Add Var.bias and Var.squared_error (#85) (@ph-kev)
- Add Visualize.plot_bias! (#87) (@ph-kev)
- Add new struct called RMSEVariable and necessary functionalities for plotting (#91) (@ph-kev)
Closed issues:
- Add support for
Unitful(#53) - Port
constrained_cmap(#62) - Use new interpolators to add
resampled_as, a function that resamples anOutputVarto the same dimensions as another one (#65) - If needed, extend
OutputVarreader to support more generic NetCDF files (#68) - Port
integrate_*functions to allow for integrating of anOutputVar. In this, we follow the same pattern as theaverage_*functions. (#75) - Quick Start Docs use Deprecated kwarg (#77)
- Add
split_by_seasonfor 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, andmedianfor struct that store RMSEs (#89) - Add
plot_box_plotandplot_leaderboardusing structs that store RMSEs (#90)