File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -23,13 +23,13 @@ v0.19.1 (unreleased)
23
23
24
24
New Features
25
25
~~~~~~~~~~~~
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 `.
27
27
By `Christian Jauvin <https://github.com/cjauvin >`_.
28
28
- Added a :py:func: `get_options ` method to xarray's root namespace (:issue: `5698 `, :pull: `5716 `)
29
29
By `Pushkar Kopparla <https://github.com/pkopparla >`_.
30
30
- Xarray now does a better job rendering variable names that are long LaTeX sequences when plotting (:issue: `5681 `, :pull: `5682 `).
31
31
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 `)
33
33
By `Justus Magin <https://github.com/keewis >`_.
34
34
- Added ``**kwargs `` argument to :py:meth: `open_rasterio ` to access overviews (:issue: `3269 `).
35
35
By `Pushkar Kopparla <https://github.com/pkopparla >`_.
You can’t perform that action at this time.
0 commit comments