Skip to content

Commit 53ff00d

Browse files
author
y-p
committed
Revert "DOC: release notes"
This reverts commit 8788aff.
1 parent 8788aff commit 53ff00d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

doc/source/release.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,8 @@ Improvements to existing features
6767
- perf improvements in Series datetime/timedelta binary operations (:issue:`5801`)
6868
- `option_context` context manager now available as top-level API (:issue:`5752`)
6969
- df.info() view now display dtype info per column (:issue: `5682`)
70-
- perf improvements in DataFrame ``count/dropna`` for ``axis=1`` (:issue: `5815`)
71-
- Added an ``is_view`` method to Series. (:issue: `5853`)
70+
- perf improvements in DataFrame ``count/dropna`` for ``axis=1``
71+
- Added an ``is_view`` method to Series.
7272

7373
Bug Fixes
7474
~~~~~~~~~

doc/source/v0.13.1.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Deprecations
2929
Enhancements
3030
~~~~~~~~~~~~
3131

32-
- Added an ``is_view`` method to Series. (:issue: `5853`)
32+
- Added an ``is_view`` method to Series.
3333

3434
Experimental
3535
~~~~~~~~~~~~

0 commit comments

Comments
 (0)