Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 19d15a3

Browse files
committedFeb 10, 2013
RLS: add some release notes
1 parent f25516a commit 19d15a3

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed
 

‎RELEASE.rst

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,18 +71,22 @@ pandas 0.11.0
7171

7272
**Bug Fixes**
7373

74-
- Fix seg fault on empty data frame when fillna with ``pad`` or ``backfill`` (GH2778_)
74+
- Fix seg fault on empty data frame when fillna with ``pad`` or ``backfill``
75+
(GH2778_)
7576
- Single element ndarrays of datetimelike objects are handled
7677
(e.g. np.array(datetime(2001,1,1,0,0))), w/o dtype being passed
7778
- 0-dim ndarrays with a passed dtype are handled correctly
7879
(e.g. np.array(0.,dtype='float32'))
80+
- Fix some boolean indexing inconsistencies in Series __getitem__/__setitem__
81+
(GH2776_)
7982

8083
.. _GH622: https://github.com/pydata/pandas/issues/622
8184
.. _GH797: https://github.com/pydata/pandas/issues/797
8285
.. _GH2778: https://github.com/pydata/pandas/issues/2778
8386
.. _GH2793: https://github.com/pydata/pandas/issues/2793
8487
.. _GH2751: https://github.com/pydata/pandas/issues/2751
8588
.. _GH2747: https://github.com/pydata/pandas/issues/2747
89+
.. _GH2776: https://github.com/pydata/pandas/issues/2776
8690

8791
pandas 0.10.1
8892
=============

0 commit comments

Comments
 (0)
Please sign in to comment.