@@ -42,70 +42,68 @@ Deprecations
42
42
Bug fixes
43
43
~~~~~~~~~
44
44
45
- - Allow reading netcdf files where the 'units' attribute is a number(:pull: `7085 `)
45
+ - Allow reading netcdf files where the 'units' attribute is a number. (:pull: `7085 `)
46
46
By `Ghislain Picard <https://github.com/ghislainp >`_.
47
- - Allow decoding of 0 sized datetimes(:issue: `1329 `, :pull: `6882 `)
47
+ - Allow decoding of 0 sized datetimes. (:issue: `1329 `, :pull: `6882 `)
48
48
By `Deepak Cherian <https://github.com/dcherian >`_.
49
- - Make sure DataArray.name is always a string when used as label for plotting.
50
- (:issue: `6826 `, :pull: `6832 `)
49
+ - Make sure DataArray.name is always a string when used as label for plotting. (:issue: `6826 `, :pull: `6832 `)
51
50
By `Jimmy Westling <https://github.com/illviljan >`_.
52
- - :py:attr: `DataArray.nbytes ` now uses the ``nbytes `` property of the underlying array if available.
53
- (:pull: `6797 `)
51
+ - :py:attr: `DataArray.nbytes ` now uses the ``nbytes `` property of the underlying array if available. (:pull: `6797 `)
54
52
By `Max Jones <https://github.com/maxrjones >`_.
55
53
- Rely on the array backend for string formatting. (:pull: `6823 `).
56
54
By `Jimmy Westling <https://github.com/illviljan >`_.
57
- - Fix incompatibility with numpy 1.20 (:issue: `6818 `, :pull: `6821 `)
55
+ - Fix incompatibility with numpy 1.20. (:issue: `6818 `, :pull: `6821 `)
58
56
By `Michael Niklas <https://github.com/headtr1ck >`_.
59
57
- Fix side effects on index coordinate metadata after aligning objects. (:issue: `6852 `, :pull: `6857 `)
60
58
By `Benoît Bovy <https://github.com/benbovy >`_.
61
- - Make FacetGrid.set_titles send kwargs correctly using `handle.udpate(kwargs) `.
62
- (:issue: `6839 `, :pull: `6843 `)
59
+ - Make FacetGrid.set_titles send kwargs correctly using `handle.udpate(kwargs) `. (:issue: `6839 `, :pull: `6843 `)
63
60
By `Oliver Lopez <https://github.com/lopezvoliver >`_.
64
- - Fix bug where index variables would be changed inplace (:issue: `6931 `, :pull: `6938 `)
61
+ - Fix bug where index variables would be changed inplace. (:issue: `6931 `, :pull: `6938 `)
65
62
By `Michael Niklas <https://github.com/headtr1ck >`_.
66
63
- Allow taking the mean over non-time dimensions of datasets containing
67
- dask-backed cftime arrays (:issue: `5897 `, :pull: `6950 `). By ` Spencer Clark
68
- <https://github.com/spencerkclark> `_.
69
- - Harmonize returned multi-indexed indexes when applying ``concat `` along new dimension (:issue: `6881 `, :pull: `6889 `)
64
+ dask-backed cftime arrays. (:issue: `5897 `, :pull: `6950 `)
65
+ By ` Spencer Clark <https://github.com/spencerkclark >`_.
66
+ - Harmonize returned multi-indexed indexes when applying ``concat `` along new dimension. (:issue: `6881 `, :pull: `6889 `)
70
67
By `Fabian Hofmann <https://github.com/FabianHofmann >`_.
71
68
- Fix step plots with ``hue `` arg. (:pull: `6944 `)
72
69
By `András Gunyhó <https://github.com/mgunyho >`_.
73
- - Avoid use of random numbers in `test_weighted.test_weighted_operations_nonequal_coords ` (:issue: `6504 `, :pull: `6961 `).
70
+ - Avoid use of random numbers in `test_weighted.test_weighted_operations_nonequal_coords `. (:issue: `6504 `, :pull: `6961 `)
74
71
By `Luke Conibear <https://github.com/lukeconibear >`_.
75
72
- Fix multiple regression issues with :py:meth: `Dataset.set_index ` and
76
- :py:meth: `Dataset.reset_index ` (:pull: `6992 `)
73
+ :py:meth: `Dataset.reset_index `. (:pull: `6992 `)
77
74
By `Benoît Bovy <https://github.com/benbovy >`_.
78
75
- Raise a ``UserWarning `` when renaming a coordinate or a dimension creates a
79
76
non-indexed dimension coordinate, and suggest the user creating an index
80
- either with ``swap_dims `` or ``set_index `` (:issue: `6607 `, :pull: `6999 `). By
81
- `Benoît Bovy <https://github.com/benbovy >`_.
82
- - Use ``keep_attrs=True `` in grouping and resampling operations by default (:issue: `7012 `).
77
+ either with ``swap_dims `` or ``set_index ``. (:issue: `6607 `, :pull: `6999 `)
78
+ By `Benoît Bovy <https://github.com/benbovy >`_.
79
+ - Use ``keep_attrs=True `` in grouping and resampling operations by default. (:issue: `7012 `)
83
80
This means :py:attr: `Dataset.attrs ` and :py:attr: `DataArray.attrs ` are now preserved by default.
84
81
By `Deepak Cherian <https://github.com/dcherian >`_.
85
- - ``Dataset.encoding['source'] `` now exists when reading from a Path object (:issue: `5888 `, :pull: `6974 `)
82
+ - ``Dataset.encoding['source'] `` now exists when reading from a Path object. (:issue: `5888 `, :pull: `6974 `)
86
83
By `Thomas Coleman <https://github.com/ColemanTom >`_.
87
84
- Better dtype consistency for ``rolling.mean() ``. (:issue: `7062 `, :pull: `7063 `)
88
85
By `Sam Levang <https://github.com/slevang >`_.
89
- - Allow writing NetCDF files including only dimensionless variables using the distributed or multiprocessing scheduler
90
- (:issue: `7013 `, :pull: `7040 `).
86
+ - Allow writing NetCDF files including only dimensionless variables using the distributed or multiprocessing scheduler. (:issue: `7013 `, :pull: `7040 `)
91
87
By `Francesco Nattino <https://github.com/fnattino >`_.
92
- - Fix bug where subplot_kwargs were not working when plotting with figsize, size or aspect (:issue: `7078 `, :pull: `7080 `)
88
+ - Fix deepcopy of attrs and encoding of DataArrays and Variables. (:issue: `2835 `, :pull: `7089 `)
89
+ By `Michael Niklas <https://github.com/headtr1ck >`_.
90
+ - Fix bug where subplot_kwargs were not working when plotting with figsize, size or aspect. (:issue: `7078 `, :pull: `7080 `)
93
91
By `Michael Niklas <https://github.com/headtr1ck >`_.
94
92
95
93
Documentation
96
94
~~~~~~~~~~~~~
97
- - Update merge docstrings (:issue: `6935 `, :pull: `7033 `).
95
+ - Update merge docstrings. (:issue: `6935 `, :pull: `7033 `)
98
96
By `Zach Moon <https://github.com/zmoon >`_.
99
97
- Raise a more informative error when trying to open a non-existent zarr store. (:issue: `6484 `, :pull: `7060 `)
100
98
By `Sam Levang <https://github.com/slevang >`_.
101
- - Added examples to docstrings for :py:meth: `DataArray.expand_dims `, :py:meth: `DataArray.drop_duplicates `, :py:meth: `DataArray.reset_coords `, :py:meth: `DataArray.equals `, :py:meth: `DataArray.identical `, :py:meth: `DataArray.broadcast_equals `, :py:meth: `DataArray.bfill `, :py:meth: `DataArray.ffill `, :py:meth: `DataArray.fillna `, :py:meth: `DataArray.dropna `, :py:meth: `DataArray.drop_isel `, :py:meth: `DataArray.drop_sel `, :py:meth: `DataArray.head `, :py:meth: `DataArray.tail `. (:issue: `5816 `, :pull: `7088 `).
99
+ - Added examples to docstrings for :py:meth: `DataArray.expand_dims `, :py:meth: `DataArray.drop_duplicates `, :py:meth: `DataArray.reset_coords `, :py:meth: `DataArray.equals `, :py:meth: `DataArray.identical `, :py:meth: `DataArray.broadcast_equals `, :py:meth: `DataArray.bfill `, :py:meth: `DataArray.ffill `, :py:meth: `DataArray.fillna `, :py:meth: `DataArray.dropna `, :py:meth: `DataArray.drop_isel `, :py:meth: `DataArray.drop_sel `, :py:meth: `DataArray.head `, :py:meth: `DataArray.tail `. (:issue: `5816 `, :pull: `7088 `)
102
100
By `Patrick Naylor <https://github.com/patrick-naylor >`_.
103
101
- Add missing docstrings to various array properties. (:pull: `7090 `)
104
102
By `Tom Nicholas <https://github.com/TomNicholas >`_.
105
103
106
104
Internal Changes
107
105
~~~~~~~~~~~~~~~~
108
- - Added test for DataArray attrs deepcopy recursion/nested attrs (:issue: `2835 `).
106
+ - Added test for DataArray attrs deepcopy recursion/nested attrs. (:issue: `2835 `, :pull: ` 7086 `)
109
107
By `Paul hockett <https://github.com/phockett >`_.
110
108
111
109
.. _whats-new.2022.06.0 :
0 commit comments