@@ -59,6 +59,9 @@ Bug fixes
59
59
Documentation
60
60
~~~~~~~~~~~~~
61
61
62
+ - Added examples to docstrings of :py:meth: `Dataset.assign_attrs `, :py:meth: `Dataset.broadcast_equals `,
63
+ :py:meth: `Dataset.equals `, :py:meth: `Dataset.identical `, :py:meth: `Dataset.expand_dims `,:py: meth:`Dataset.drop_vars `
64
+ (:issue: `6793 `, :pull: `7937 `) By `Harshitha <https://github.com/harshitha1201 >`_.
62
65
- Add docstrings for the :py:class: `Index ` base class and add some documentation on how to
63
66
create custom, Xarray-compatible indexes (:pull: `6975 `)
64
67
By `Benoît Bovy <https://github.com/benbovy >`_.
@@ -93,9 +96,9 @@ Bug fixes
93
96
Documentation
94
97
~~~~~~~~~~~~~
95
98
96
- - Added examples to docstrings of :py:meth: `Dataset.tail `, :py:meth: `Dataset.head `, :py:meth: ` Dataset.dropna `,
97
- :py:meth: `Dataset.ffill `, :py:meth: `Dataset.bfill `, :py:meth: `Dataset.set_coords `, :py:meth: `Dataset.reset_coords `
98
- (:issue: `6793 `, :pull: `7936 `) By `Harshitha <https://github.com/harshitha1201 >`_ .
99
+ - Added examples to docstrings of :py:meth: `Dataset.assign_attrs `, :py:meth: `Dataset.broadcast_equals `,
100
+ :py:meth: `Dataset.equals `, :py:meth: `Dataset.identical `, :py:meth: `Dataset.expand_dims `, :py: meth:`Dataset.drop_vars `
101
+ (:issue: `6793 `, :pull: `7937 `) By `Harshitha <https://github.com/harshitha1201 >`_.
99
102
- Added page on wrapping chunked numpy-like arrays as alternatives to dask arrays.
100
103
(:pull: `7951 `) By `Tom Nicholas <https://github.com/TomNicholas >`_.
101
104
- Expanded the page on wrapping numpy-like "duck" arrays.
0 commit comments