@@ -75,7 +75,7 @@ Enhancements
75
75
76
76
- Added a ``GroupBy.dims `` property that mirrors the dimensions
77
77
of each group.(:issue: `3344 `)
78
-
78
+
79
79
- Speed up :meth: `Dataset.isel ` up to 33% and :meth: `DataArray.isel ` up to 25% for small
80
80
arrays (:issue: `2799 `, :pull: `3375 `) by
81
81
`Guido Imperiale <https://github.com/crusaderky >`_.
@@ -107,8 +107,8 @@ Documentation
107
107
By `Deepak Cherian <https://github.com/dcherian/ >`_.
108
108
- Add examples for :py:meth: `Dataset.swap_dims ` and :py:meth: `DataArray.swap_dims `.
109
109
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 `,
112
112
:py:meth: `Dataset.assign `, :py:meth: `Dataset.reindex `, :py:meth: `Dataset.fillna `.
113
113
By `Anderson Banihirwe <https://github.com/andersy005 >`_.
114
114
- Fixed documentation to clean up an unwanted file created in ``ipython `` example
@@ -3740,7 +3740,7 @@ Enhancements
3740
3740
3741
3741
.. ipython :: python
3742
3742
3743
- ds = xray.Dataset({' tmin' : ([], 25 , {' units' : ' celcius ' })})
3743
+ ds = xray.Dataset({' tmin' : ([], 25 , {' units' : ' celsius ' })})
3744
3744
ds.tmin.units
3745
3745
3746
3746
Tab-completion for these variables should work in editors such as IPython.
0 commit comments