@@ -724,7 +724,7 @@ Bug fixes
724
724
- Promote floating-point numeric datetimes before decoding (:issue: `9179 `, :pull: `9182 `).
725
725
By `Justus Magin <https://github.com/keewis >`_.
726
726
- Address regression introduced in :pull: `9002 ` that prevented objects returned
727
- by py:meth: `DataArray.convert_calendar ` to be indexed by a time index in
727
+ by : py:meth: `DataArray.convert_calendar ` to be indexed by a time index in
728
728
certain circumstances (:issue: `9138 `, :pull: `9192 `).
729
729
By `Mark Harfouche <https://github.com/hmaarrfk >`_ and `Spencer Clark <https://github.com/spencerkclark >`_.
730
730
- Fix static typing of tolerance arguments by allowing ``str `` type (:issue: `8892 `, :pull: `9194 `).
@@ -1698,7 +1698,7 @@ Documentation
1698
1698
- Added page on the internal design of xarray objects.
1699
1699
(:pull: `7991 `) By `Tom Nicholas <https://github.com/TomNicholas >`_.
1700
1700
- Added examples to docstrings of :py:meth: `Dataset.assign_attrs `, :py:meth: `Dataset.broadcast_equals `,
1701
- :py:meth: `Dataset.equals `, :py:meth: `Dataset.identical `, :py:meth: `Dataset.expand_dims `,:py: meth:`Dataset.drop_vars `
1701
+ :py:meth: `Dataset.equals `, :py:meth: `Dataset.identical `, :py:meth: `Dataset.expand_dims `, :py:meth: `Dataset.drop_vars `
1702
1702
(:issue: `6793 `, :pull: `7937 `) By `Harshitha <https://github.com/harshitha1201 >`_.
1703
1703
- Add docstrings for the :py:class: `Index ` base class and add some documentation on how to
1704
1704
create custom, Xarray-compatible indexes (:pull: `6975 `)
@@ -1743,7 +1743,7 @@ Documentation
1743
1743
~~~~~~~~~~~~~
1744
1744
1745
1745
- Added examples to docstrings of :py:meth: `Dataset.assign_attrs `, :py:meth: `Dataset.broadcast_equals `,
1746
- :py:meth: `Dataset.equals `, :py:meth: `Dataset.identical `, :py:meth: `Dataset.expand_dims `,:py: meth:`Dataset.drop_vars `
1746
+ :py:meth: `Dataset.equals `, :py:meth: `Dataset.identical `, :py:meth: `Dataset.expand_dims `, :py:meth: `Dataset.drop_vars `
1747
1747
(:issue: `6793 `, :pull: `7937 `) By `Harshitha <https://github.com/harshitha1201 >`_.
1748
1748
- Added page on wrapping chunked numpy-like arrays as alternatives to dask arrays.
1749
1749
(:pull: `7951 `) By `Tom Nicholas <https://github.com/TomNicholas >`_.
0 commit comments