Skip to content

Commit 8002b71

Browse files
committed
DOC: add release notes
1 parent 86743b3 commit 8002b71

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

RELEASE.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,7 @@ pandas 0.11.1
112112
- added top-level ``pd.read_sql`` and ``to_sql`` DataFrame methods
113113
- the ``method`` and ``axis`` arguments of ``DataFrame.replace()`` are
114114
deprecated
115+
- Implement ``__nonzero__`` for ``NDFrame`` objects (GH3691_, GH3696_)
115116

116117
**Bug Fixes**
117118

@@ -266,6 +267,8 @@ pandas 0.11.1
266267
.. _GH3675: https://github.com/pydata/pandas/issues/3675
267268
.. _GH3682: https://github.com/pydata/pandas/issues/3682
268269
.. _GH3702: https://github.com/pydata/pandas/issues/3702
270+
.. _GH3691: https://github.com/pydata/pandas/issues/3691
271+
.. _GH3696: https://github.com/pydata/pandas/issues/3696
269272

270273
pandas 0.11.0
271274
=============

doc/source/v0.11.1.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,8 @@ API changes
8888

8989
- Add the keyword ``allow_duplicates`` to ``DataFrame.insert`` to allow a duplicate column
9090
to be inserted if ``True``, default is ``False`` (same as prior to 0.11.1) (GH3679_)
91+
- Implement ``__nonzero__`` for ``NDFrame`` objects (GH3691_, GH3696_)
92+
9193

9294
- IO api
9395

0 commit comments

Comments
 (0)