Skip to content

Commit 9308100

Browse files
committed
pr number
1 parent 255650c commit 9308100

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
@@ -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

2828
Breaking Changes

0 commit comments

Comments
 (0)