File tree Expand file tree Collapse file tree 3 files changed +9
-2
lines changed
Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,13 @@ ClimaAnalysis.jl Release Notes
22===============================
33v0.5.18
44-------
5+ This release introduces the following features and bug fixes
6+ - [ Concatenation of OutputVars] ( #concatenation-of-outputvars )
7+ - [ FlatVar] ( #flatvar )
8+ - [ Seasonal average] ( #seasonal-average )
9+ - [ New keyword argument for ` split_by_season ` ] ( #new-keyword-argument-for-split_by_season )
10+ - [ TemplateVar] ( #templatevar )
11+ - [ Bug fixes] ( #bug-fixes )
512
613## Concatenation of OutputVars
714
Original file line number Diff line number Diff line change 11name = " ClimaAnalysis"
22uuid = " 29b5916a-a76c-4e73-9657-3c8fd22e65e6"
33authors = [" Gabriele Bozzola <gbozzola@caltech.edu>" , " Kevin Phan <kphan2@caltech.edu>" ]
4- version = " 0.5.17 "
4+ version = " 0.5.18 "
55
66[deps ]
77Artifacts = " 56f22d72-fd6d-98f1-02f0-08ddc0907c33"
Original file line number Diff line number Diff line change @@ -220,7 +220,7 @@ isempty(SON) # empty OutputVar because no dates between September to November
220220```
221221
222222!!! note "` seasons ` keyword argument"
223- In ClimaAnalysis v0.5.19 , the ` seasons ` keyword argument allows you to change the order
223+ In ClimaAnalysis v0.5.18 , the ` seasons ` keyword argument allows you to change the order
224224 of the seasons or select only certain seasons. For example, you can call
225225 ` split_by_season(var, seasons = ("DJF", "SON")) ` to extract only the seasons ` DJF ` and
226226 ` SON ` , in that order.
You can’t perform that action at this time.
0 commit comments