@@ -28,7 +28,7 @@ New Features
28
28
- Implement :py:func: `median ` and :py:func: `nanmedian ` for dask arrays. This works by rechunking
29
29
to a single chunk along all reduction axes. (:issue: `2999 `).
30
30
By `Deepak Cherian <https://github.com/dcherian >`_.
31
- - :py:func: `xarray.concat ` now preserves attributes from the first Variable.
31
+ - :py:func: `~ xarray.concat ` now preserves attributes from the first Variable.
32
32
(:issue: `2575 `, :issue: `2060 `, :issue: `1614 `)
33
33
By `Deepak Cherian <https://github.com/dcherian >`_.
34
34
- :py:meth: `Dataset.quantile `, :py:meth: `DataArray.quantile ` and ``GroupBy.quantile ``
@@ -41,24 +41,24 @@ New Features
41
41
- Added the ``count `` reduction method to both :py:class: `~core.rolling.DatasetCoarsen `
42
42
and :py:class: `~core.rolling.DataArrayCoarsen ` objects. (:pull: `3500 `)
43
43
By `Deepak Cherian <https://github.com/dcherian >`_
44
- - Add `attrs_file ` option in :py:func: `~xarray.open_mfdataset ` to choose the
44
+ - Add `` attrs_file ` ` option in :py:func: `~xarray.open_mfdataset ` to choose the
45
45
source file for global attributes in a multi-file dataset (:issue: `2382 `,
46
- :pull: `3498 `) by `Julien Seguinot <https://github.com/juseg>_ ` .
46
+ :pull: `3498 `) by `Julien Seguinot <https://github.com/juseg >`_ .
47
47
- :py:meth: `Dataset.swap_dims ` and :py:meth: `DataArray.swap_dims `
48
48
now allow swapping to dimension names that don't exist yet. (:pull: `3636 `)
49
49
By `Justus Magin <https://github.com/keewis >`_.
50
50
- Extend :py:class: `core.accessor_dt.DatetimeAccessor ` properties
51
- and support `.dt ` accessor for timedelta
51
+ and support `` .dt `` accessor for timedelta
52
52
via :py:class: `core.accessor_dt.TimedeltaAccessor ` (:pull: `3612 `)
53
53
By `Anderson Banihirwe <https://github.com/andersy005 >`_.
54
54
55
55
Bug fixes
56
56
~~~~~~~~~
57
57
58
- - Fix :py:meth: `xarray.combine_by_coords ` to allow for combining incomplete
58
+ - Fix :py:meth: `~ xarray.combine_by_coords ` to allow for combining incomplete
59
59
hypercubes of Datasets (:issue: `3648 `). By `Ian Bolliger
60
60
<https://github.com/bolliger32> `_.
61
- - Fix :py:meth: `xarray.combine_by_coords ` when combining cftime coordinates
61
+ - Fix :py:meth: `~ xarray.combine_by_coords ` when combining cftime coordinates
62
62
which span long time intervals (:issue: `3535 `). By `Spencer Clark
63
63
<https://github.com/spencerkclark> `_.
64
64
- Fix plotting with transposed 2D non-dimensional coordinates. (:issue: `3138 `, :pull: `3441 `)
0 commit comments