@@ -14,10 +14,22 @@ What's New
14
14
15
15
np.random.seed(123456 )
16
16
17
- .. _whats-new.2022.07 .0 :
17
+ .. _whats-new.2022.09 .0 :
18
18
19
- v2022.07.0 (unreleased)
20
- -----------------------
19
+ v2022.09.0 (September 9, 2022)
20
+ ------------------------------
21
+
22
+ This release brings a large number of bugfixes and documentation improvements, as well as an external interface for
23
+ setting custom indexes!
24
+
25
+ Many thanks to our 40 contributors:
26
+
27
+ Anderson Banihirwe, Andrew Ronald Friedman, Bane Sullivan, Benoit Bovy, ColemanTom, Deepak Cherian,
28
+ Dimitri Papadopoulos Orfanos, Emma Marshall, Fabian Hofmann, Francesco Nattino, ghislainp, Graham Inggs, Hauke Schulz,
29
+ Illviljan, James Bourbeau, Jody Klymak, Julia Signell, Justus Magin, Keewis, Ken Mankoff, Luke Conibear, Mathias Hauser,
30
+ Max Jones, mgunyho, Michael Delgado, Mick, Mike Taves, Oliver Lopez, Patrick Naylor, Paul Hockett, Pierre Manchon,
31
+ Ray Bell, Riley Brady, Sam Levang, Spencer Clark, Stefaan Lippens, Tom Nicholas, Tom White, Travis A. O'Brien,
32
+ and Zachary Moon.
21
33
22
34
New Features
23
35
~~~~~~~~~~~~
@@ -27,17 +39,8 @@ New Features
27
39
given a set of arbitrary coordinates. (:pull: `6971 `)
28
40
By `Benoît Bovy <https://github.com/benbovy >`_ and `Justus Magin <https://github.com/keewis >`_.
29
41
- Enable taking the mean of dask-backed :py:class: `cftime.datetime ` arrays
30
- (:pull: `6556 `, :pull: `6940 `). By `Deepak Cherian
31
- <https://github.com/dcherian> `_ and `Spencer Clark
32
- <https://github.com/spencerkclark> `_.
33
-
34
- Breaking changes
35
- ~~~~~~~~~~~~~~~~
36
-
37
-
38
- Deprecations
39
- ~~~~~~~~~~~~
40
-
42
+ (:pull: `6556 `, :pull: `6940 `).
43
+ By `Deepak Cherian <https://github.com/dcherian >`_ and `Spencer Clark <https://github.com/spencerkclark >`_.
41
44
42
45
Bug fixes
43
46
~~~~~~~~~
0 commit comments