Skip to content

Commit 66f972a

Browse files
committed
whats-new fixes.
1 parent 4b79a71 commit 66f972a

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

doc/whats-new.rst

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -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

5555
Bug 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

Comments
 (0)