Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 1 addition & 6 deletions doc/whats-new.rst
Original file line number Diff line number Diff line change
Expand Up @@ -43,17 +43,12 @@ Bug Fixes
Documentation
~~~~~~~~~~~~~

- Fix a typo in ``xarray/doc/user-guide/reshaping.rst`` (:pull:`11186`).
- Fix a typo in ``xarray/core/dataarray.py`` (:pull:`11185`).
- Fix typos (:pull:`11180`, :pull:`11181`, :pull:`11182`, :pull:`11185`, :pull:`11186`).
By `Yaocheng Chen <https://github.com/yaochengchen>`_.

Internal Changes
~~~~~~~~~~~~~~~~

- Fix a typo in ``xarray/core/variable.py`` (:pull:`11182`).
- Fix a typo in ``xarray/backends/api.py`` (:pull:`11180`).
By `Yaocheng Chen <https://github.com/yaochengchen>`_.

- Add stubtest configuration and allowlist for validating type annotations against
runtime behavior. This enables CI integration for type stub validation and helps
prevent type annotation regressions (:issue:`11086`).
Expand Down
2 changes: 1 addition & 1 deletion xarray/core/dataset.py
Original file line number Diff line number Diff line change
Expand Up @@ -10443,7 +10443,7 @@ def coarsen(
User guide describing :py:func:`~xarray.Dataset.coarsen`

:ref:`compute.coarsen`
User guide on block arrgragation :py:func:`~xarray.Dataset.coarsen`
User guide on block aggregation :py:func:`~xarray.Dataset.coarsen`

:doc:`xarray-tutorial:fundamentals/03.3_windowed`
Tutorial on windowed computation using :py:func:`~xarray.Dataset.coarsen`
Expand Down
Loading