Skip to content

Commit 62ea0cf

Browse files
committed
DOC: release notes, sparse submodule
1 parent 2a0c9ac commit 62ea0cf

File tree

3 files changed

+2
-0
lines changed

3 files changed

+2
-0
lines changed

RELEASE.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,8 @@ pandas 0.6.1
5555

5656
**Bug fixes**
5757

58+
- Fix O(K^2) memory leak caused by inserting many columns without
59+
consolidating, had been present since 0.4.0 (GH #467)
5860
- `DataFrame.count` should return Series with zero instead of NA with length-0
5961
axis (GH #423)
6062
- Fix Yahoo! Finance API usage in pandas.io.data (GH #419, PR #427)

pandas/sparse/__init__.py

Whitespace-only changes.

pandas/sparse/tests/__init__.py

Whitespace-only changes.

0 commit comments

Comments
 (0)