Skip to content

Commit f396ba2

Browse files
committed
Merge pull request #9840 from sinhrks/rn_20150409
DOC: Fix release note for v0.16
2 parents 0bd880a + 1e103ce commit f396ba2

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

doc/source/whatsnew/v0.16.0.txt

+4-3
Original file line numberDiff line numberDiff line change
@@ -474,10 +474,11 @@ Other API Changes
474474
- ``Series.values_counts`` and ``Series.describe`` for categorical data will now put ``NaN`` entries at the end. (:issue:`9443`)
475475
- ``Series.describe`` for categorical data will now give counts and frequencies of 0, not ``NaN``, for unused categories (:issue:`9443`)
476476

477-
- Due to a bug fix, looking up a partial string label with ``DatetimeIndex.asof`` now includes values that match the string, even if they are after the start of the partial string label (:issue:`9258`). Old behavior:
477+
- Due to a bug fix, looking up a partial string label with ``DatetimeIndex.asof`` now includes values that match the string, even if they are after the start of the partial string label (:issue:`9258`).
478478

479-
.. ipython:: python
480-
:verbatim:
479+
Old behavior:
480+
481+
.. code-block:: python
481482

482483
In [4]: pd.to_datetime(['2000-01-31', '2000-02-28']).asof('2000-02')
483484
Out[4]: Timestamp('2000-01-31 00:00:00')

0 commit comments

Comments
 (0)