File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -17,12 +17,12 @@ New Features
1717- :py:class: `~xarray.indexes.RangeIndex ` now supports label-based slice selection
1818 with both ``method="nearest" `` (rounds to nearest positions) and ``method=None ``
1919 (exact matching with ceil/floor). Both are inclusive on the stop value, matching
20- pandas label-based slicing behavior (:pull: `XXXX `).
20+ pandas label-based slicing behavior (:pull: `11113 `).
2121 By `Ian Hunt-Isaak <https://github.com/ianhi >`_.
2222- :py:class: `~xarray.core.indexes.CoordinateTransformIndex ` now supports
2323 ``method=None `` for exact matching in addition to ``method="nearest" ``.
2424 When using exact matching, a ``KeyError `` is raised if values don't match
25- index positions (:pull: `XXXX `).
25+ index positions (:pull: `11113 `).
2626 By `Ian Hunt-Isaak <https://github.com/ianhi >`_.
2727
2828Breaking Changes
You can’t perform that action at this time.
0 commit comments