Skip to content

Commit 2a8cd09

Browse files
author
y-p
committed
DOC: release notes
1 parent 91d6f1b commit 2a8cd09

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

doc/source/release.rst

+1
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ Improvements to existing features
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`)
7070
- perf improvements in DataFrame ``count/dropna`` for ``axis=1``
71+
- Added an ``is_view`` method to Series.
7172

7273
Bug Fixes
7374
~~~~~~~~~

doc/source/v0.13.1.txt

+1-1
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.
32+
- Added an ``is_view`` method to Series.
3333

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

0 commit comments

Comments
 (0)