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/quick-overview.rst
+1-1
Original file line number
Diff line number
Diff line change
@@ -46,7 +46,7 @@ Here are the key properties for a ``DataArray``:
46
46
Indexing
47
47
--------
48
48
49
-
xarray supports four kind of indexing. Since we have assigned coordinate labels to the x dimension we can use label-based indexing along that dimension just like pandas. The four examples below all yield the same result (the value at `x=10`) but at varying levels of convenience and intuitiveness.
49
+
xarray supports four kinds of indexing. Since we have assigned coordinate labels to the x dimension we can use label-based indexing along that dimension just like pandas. The four examples below all yield the same result (the value at `x=10`) but at varying levels of convenience and intuitiveness.
- Variables which are chunked using dask only along some dimensions can be chunked while storing with zarr along previously
75
117
unchunked dimensions (:pull:`4312`) By `Tobias Kölling <https://github.com/d70-t>`_.
76
118
- Fixed a bug in backend caused by basic installation of Dask (:issue:`4164`, :pull:`4318`)
@@ -80,7 +122,7 @@ Bug fixes
80
122
and :py:meth:`DataArray.str.wrap` (:issue:`4334`). By `Mathias Hauser <https://github.com/mathause>`_.
81
123
- Fixed overflow issue causing incorrect results in computing means of :py:class:`cftime.datetime`
82
124
arrays (:issue:`4341`). By `Spencer Clark <https://github.com/spencerkclark>`_.
83
-
- Fixed :py:meth:`Dataset.coarsen`, :py:meth:`DataArray.coarsen` dropping attributes on original object (:issue:`4120`, :pull:`4360`). by `Julia Kent <https://github.com/jukent>`_.
125
+
- Fixed :py:meth:`Dataset.coarsen`, :py:meth:`DataArray.coarsen` dropping attributes on original object (:issue:`4120`, :pull:`4360`). By `Julia Kent <https://github.com/jukent>`_.
84
126
- fix the signature of the plot methods. (:pull:`4359`) By `Justus Magin <https://github.com/keewis>`_.
85
127
- Fix :py:func:`xarray.apply_ufunc` with ``vectorize=True`` and ``exclude_dims`` (:issue:`3890`).
86
128
By `Mathias Hauser <https://github.com/mathause>`_.
@@ -89,9 +131,15 @@ Bug fixes
89
131
By `Jens Svensmark <https://github.com/jenssss>`_
90
132
- Fix incorrect legend labels for :py:meth:`Dataset.plot.scatter` (:issue:`4126`).
91
133
By `Peter Hausamann <https://github.com/phausamann>`_.
92
-
- Fix indexing with datetime64 scalars with pandas 1.1 (:issue:`4283`).
93
-
By `Stephan Hoyer <https://github.com/shoyer>`_ and
0 commit comments