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