Skip to content

Commit 0fcf269

Browse files
committed
pr number
1 parent d675dca commit 0fcf269

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

doc/whats-new.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

3232
Breaking Changes

0 commit comments

Comments
 (0)