Skip to content

Commit 3e442e7

Browse files
[skip-ci] v0.20.0: whats-new for release (#5905)
Co-authored-by: Tom Nicholas <[email protected]>
1 parent 971b1f5 commit 3e442e7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/whats-new.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,13 @@ v0.19.1 (unreleased)
2323
2424
New Features
2525
~~~~~~~~~~~~
26-
- Add :py:meth:`var`, :py:meth:`std` and :py:meth:`sum_of_squares` to :py:meth:`Dataset.weighted` and :py:meth:`DataArray.weighted`.
26+
- Add ``std``, ``var``, ``sum_of_squares`` to :py:class:`~core.weighted.DatasetWeighted` and :py:class:`~core.weighted.DataArrayWeighted`.
2727
By `Christian Jauvin <https://github.com/cjauvin>`_.
2828
- Added a :py:func:`get_options` method to xarray's root namespace (:issue:`5698`, :pull:`5716`)
2929
By `Pushkar Kopparla <https://github.com/pkopparla>`_.
3030
- Xarray now does a better job rendering variable names that are long LaTeX sequences when plotting (:issue:`5681`, :pull:`5682`).
3131
By `Tomas Chor <https://github.com/tomchor>`_.
32-
- Add an option to disable the use of ``bottleneck`` (:pull:`5560`)
32+
- Add an option (``"use_bottleneck"``) to disable the use of ``bottleneck`` using :py:func:`set_options` (:pull:`5560`)
3333
By `Justus Magin <https://github.com/keewis>`_.
3434
- Added ``**kwargs`` argument to :py:meth:`open_rasterio` to access overviews (:issue:`3269`).
3535
By `Pushkar Kopparla <https://github.com/pkopparla>`_.

0 commit comments

Comments
 (0)