Skip to content

Commit f9ec08a

Browse files
committed
Release v0.5.14
1 parent 516b398 commit f9ec08a

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

NEWS.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@ ClimaAnalysis.jl Release Notes
22
===============================
33
v0.5.14
44
-------
5+
This release introduces the following features and bug fixes
6+
- [Split by seasons across time](https://github.com/CliMA/ClimaAnalysis.jl/blob/main/NEWS.md#split-by-seasons-across-time)
7+
- [Partial resampling](https://github.com/CliMA/ClimaAnalysis.jl/blob/main/NEWS.md#partial-resampling)
8+
- [Add global average along longitude and latitude](https://github.com/CliMA/ClimaAnalysis.jl/blob/main/NEWS.md#add-global-average-along-longitude-and-latitude)
9+
- [Show method defined for SimDir](https://github.com/CliMA/ClimaAnalysis.jl/blob/main/NEWS.md#show-method-defined-for-simdir)
10+
- [In-place functions](https://github.com/CliMA/ClimaAnalysis.jl/blob/main/NEWS.md#in-place-functions)
11+
- [Retain attributes when doing binary operations between `OutputVar`s](https://github.com/CliMA/ClimaAnalysis.jl/blob/main/NEWS.md#remove-interpolant-from-outputvar)
512

613
## Split by seasons across time
714
It may be the case that you want to split a `OutputVar` by season, while keeping each year

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "ClimaAnalysis"
22
uuid = "29b5916a-a76c-4e73-9657-3c8fd22e65e6"
33
authors = ["Gabriele Bozzola <gbozzola@caltech.edu>", "Kevin Phan <kphan2@caltech.edu>"]
4-
version = "0.5.13"
4+
version = "0.5.14"
55

66
[deps]
77
Artifacts = "56f22d72-fd6d-98f1-02f0-08ddc0907c33"

0 commit comments

Comments
 (0)