@@ -42,70 +42,68 @@ Deprecations
4242Bug fixes
4343~~~~~~~~~
4444
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 `)
4646 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 `)
4848 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 `)
5150 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 `)
5452 By `Max Jones <https://github.com/maxrjones >`_.
5553- Rely on the array backend for string formatting. (:pull: `6823 `).
5654 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 `)
5856 By `Michael Niklas <https://github.com/headtr1ck >`_.
5957- Fix side effects on index coordinate metadata after aligning objects. (:issue: `6852 `, :pull: `6857 `)
6058 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 `)
6360 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 `)
6562 By `Michael Niklas <https://github.com/headtr1ck >`_.
6663- 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 `)
7067 By `Fabian Hofmann <https://github.com/FabianHofmann >`_.
7168- Fix step plots with ``hue `` arg. (:pull: `6944 `)
7269 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 `)
7471 By `Luke Conibear <https://github.com/lukeconibear >`_.
7572- 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 `)
7774 By `Benoît Bovy <https://github.com/benbovy >`_.
7875- Raise a ``UserWarning `` when renaming a coordinate or a dimension creates a
7976 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 `)
8380 This means :py:attr: `Dataset.attrs ` and :py:attr: `DataArray.attrs ` are now preserved by default.
8481 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 `)
8683 By `Thomas Coleman <https://github.com/ColemanTom >`_.
8784- Better dtype consistency for ``rolling.mean() ``. (:issue: `7062 `, :pull: `7063 `)
8885 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 `)
9187 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 `)
9391 By `Michael Niklas <https://github.com/headtr1ck >`_.
9492
9593Documentation
9694~~~~~~~~~~~~~
97- - Update merge docstrings (:issue: `6935 `, :pull: `7033 `).
95+ - Update merge docstrings. (:issue: `6935 `, :pull: `7033 `)
9896 By `Zach Moon <https://github.com/zmoon >`_.
9997- Raise a more informative error when trying to open a non-existent zarr store. (:issue: `6484 `, :pull: `7060 `)
10098 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 `)
102100 By `Patrick Naylor <https://github.com/patrick-naylor >`_.
103101- Add missing docstrings to various array properties. (:pull: `7090 `)
104102 By `Tom Nicholas <https://github.com/TomNicholas >`_.
105103
106104Internal Changes
107105~~~~~~~~~~~~~~~~
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 `)
109107 By `Paul hockett <https://github.com/phockett >`_.
110108
111109.. _whats-new.2022.06.0 :
0 commit comments