@@ -75,7 +75,7 @@ Enhancements
7575
7676 - Added a ``GroupBy.dims `` property that mirrors the dimensions
7777 of each group.(:issue: `3344 `)
78-
78+
7979- Speed up :meth: `Dataset.isel ` up to 33% and :meth: `DataArray.isel ` up to 25% for small
8080 arrays (:issue: `2799 `, :pull: `3375 `) by
8181 `Guido Imperiale <https://github.com/crusaderky >`_.
@@ -107,8 +107,8 @@ Documentation
107107 By `Deepak Cherian <https://github.com/dcherian/ >`_.
108108- Add examples for :py:meth: `Dataset.swap_dims ` and :py:meth: `DataArray.swap_dims `.
109109 By `Justus Magin <https://github.com/keewis >`_.
110- - Add examples for :py:meth: `align `, :py:meth: `merge `, :py:meth: `combine_by_coords `,
111- :py:meth: `full_like `, :py:meth: `zeros_like `, :py:meth: `ones_like `, :py:meth: `Dataset.pipe `,
110+ - Add examples for :py:meth: `align `, :py:meth: `merge `, :py:meth: `combine_by_coords `,
111+ :py:meth: `full_like `, :py:meth: `zeros_like `, :py:meth: `ones_like `, :py:meth: `Dataset.pipe `,
112112 :py:meth: `Dataset.assign `, :py:meth: `Dataset.reindex `, :py:meth: `Dataset.fillna `.
113113 By `Anderson Banihirwe <https://github.com/andersy005 >`_.
114114- Fixed documentation to clean up an unwanted file created in ``ipython `` example
@@ -3740,7 +3740,7 @@ Enhancements
37403740
37413741 .. ipython :: python
37423742
3743- ds = xray.Dataset({' tmin' : ([], 25 , {' units' : ' celcius ' })})
3743+ ds = xray.Dataset({' tmin' : ([], 25 , {' units' : ' celsius ' })})
37443744 ds.tmin.units
37453745
37463746 Tab-completion for these variables should work in editors such as IPython.
0 commit comments