Skip to content

Commit e7f2a4e

Browse files
committed
DOC: release notes
1 parent f469a91 commit e7f2a4e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

RELEASE.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,8 @@ pandas 0.10.1
7272
- Ensure that MultiIndex tuples can be constructed with NAs (seen in #2616)
7373
- Fix int64 overflow issue when unstacking MultiIndex with many levels (#2616)
7474
- Exclude non-numeric data from DataFrame.quantile by default (GH2625_)
75+
- Fix a Cython C int64 boxing issue causing read_csv to return incorrect
76+
results (GH2599_)
7577

7678
**API Changes**
7779

@@ -84,6 +86,7 @@ pandas 0.10.1
8486
.. _GH2327: https://github.com/pydata/pandas/issues/2327
8587
.. _GH2576: https://github.com/pydata/pandas/issues/2576
8688
.. _GH2585: https://github.com/pydata/pandas/issues/2585
89+
.. _GH2599: https://github.com/pydata/pandas/issues/2599
8790
.. _GH2604: https://github.com/pydata/pandas/issues/2604
8891
.. _GH2616: https://github.com/pydata/pandas/issues/2616
8992
.. _GH2625: https://github.com/pydata/pandas/issues/2625

0 commit comments

Comments
 (0)