You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: doc/user-guide/time-series.rst
+1-1
Original file line number
Diff line number
Diff line change
@@ -101,7 +101,7 @@ You can also select a particular time by indexing with a
101
101
102
102
ds.sel(time=datetime.time(12))
103
103
104
-
For more details, read the pandas documentation and the section on `Indexing Using Datetime Components <datetime_component_indexing>`_ (i.e. using the ``.dt`` acessor).
104
+
For more details, read the pandas documentation and the section on `Indexing Using Datetime Components <datetime_component_indexing>`_ (i.e. using the ``.dt`` accessor).
Copy file name to clipboardexpand all lines: doc/whats-new.rst
+6-6
Original file line number
Diff line number
Diff line change
@@ -138,7 +138,7 @@ Bug fixes
138
138
By `Michael Delgado <https://github.com/delgadom>`_.
139
139
- `dt.season <https://docs.xarray.dev/en/stable/generated/xarray.DataArray.dt.season.html>`_ can now handle NaN and NaT. (:pull:`5876`).
140
140
By `Pierre Loicq <https://github.com/pierreloicq>`_.
141
-
- Determination of zarr chunks handles empty lists for encoding chunks or variable chunks that occurs in certain cirumstances (:pull:`5526`). By `Chris Roat <https://github.com/chrisroat>`_.
141
+
- Determination of zarr chunks handles empty lists for encoding chunks or variable chunks that occurs in certain circumstances (:pull:`5526`). By `Chris Roat <https://github.com/chrisroat>`_.
142
142
143
143
Internal Changes
144
144
~~~~~~~~~~~~~~~~
@@ -706,7 +706,7 @@ Breaking changes
706
706
By `Alessandro Amici <https://github.com/alexamici>`_.
707
707
- Functions that are identities for 0d data return the unchanged data
708
708
if axis is empty. This ensures that Datasets where some variables do
709
-
not have the averaged dimensions are not accidentially changed
709
+
not have the averaged dimensions are not accidentally changed
710
710
(:issue:`4885`, :pull:`5207`).
711
711
By `David Schwörer <https://github.com/dschwoerer>`_.
712
712
- :py:attr:`DataArray.coarsen` and :py:attr:`Dataset.coarsen` no longer support passing ``keep_attrs``
@@ -1419,7 +1419,7 @@ New Features
1419
1419
Enhancements
1420
1420
~~~~~~~~~~~~
1421
1421
- Performance improvement of :py:meth:`DataArray.interp` and :py:func:`Dataset.interp`
1422
-
We performs independant interpolation sequentially rather than interpolating in
1422
+
We performs independent interpolation sequentially rather than interpolating in
1423
1423
one large multidimensional space. (:issue:`2223`)
1424
1424
By `Keisuke Fujii <https://github.com/fujiisoup>`_.
1425
1425
- :py:meth:`DataArray.interp` now support interpolations over chunked dimensions (:pull:`4155`). By `Alexandre Poux <https://github.com/pums974>`_.
@@ -2770,7 +2770,7 @@ Breaking changes
2770
2770
- ``Dataset.T`` has been removed as a shortcut for :py:meth:`Dataset.transpose`.
0 commit comments