@@ -28,7 +28,7 @@ New Features
2828- Implement :py:func: `median ` and :py:func: `nanmedian ` for dask arrays. This works by rechunking
2929 to a single chunk along all reduction axes. (:issue: `2999 `).
3030 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.
3232 (:issue: `2575 `, :issue: `2060 `, :issue: `1614 `)
3333 By `Deepak Cherian <https://github.com/dcherian >`_.
3434- :py:meth: `Dataset.quantile `, :py:meth: `DataArray.quantile ` and ``GroupBy.quantile ``
@@ -41,24 +41,24 @@ New Features
4141- Added the ``count `` reduction method to both :py:class: `~core.rolling.DatasetCoarsen `
4242 and :py:class: `~core.rolling.DataArrayCoarsen ` objects. (:pull: `3500 `)
4343 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
4545 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 >`_ .
4747- :py:meth: `Dataset.swap_dims ` and :py:meth: `DataArray.swap_dims `
4848 now allow swapping to dimension names that don't exist yet. (:pull: `3636 `)
4949 By `Justus Magin <https://github.com/keewis >`_.
5050- Extend :py:class: `core.accessor_dt.DatetimeAccessor ` properties
51- and support `.dt ` accessor for timedelta
51+ and support `` .dt `` accessor for timedelta
5252 via :py:class: `core.accessor_dt.TimedeltaAccessor ` (:pull: `3612 `)
5353 By `Anderson Banihirwe <https://github.com/andersy005 >`_.
5454
5555Bug fixes
5656~~~~~~~~~
5757
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
5959 hypercubes of Datasets (:issue: `3648 `). By `Ian Bolliger
6060 <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
6262 which span long time intervals (:issue: `3535 `). By `Spencer Clark
6363 <https://github.com/spencerkclark> `_.
6464- Fix plotting with transposed 2D non-dimensional coordinates. (:issue: `3138 `, :pull: `3441 `)
0 commit comments