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 4d9a3d3

Browse files
author
y-p
committedMar 19, 2013
DOC: update what's new, RELEASE.rst
1 parent 22f258f commit 4d9a3d3

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed
 

‎RELEASE.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ pandas 0.11.0
4747

4848
**Improvements to existing features**
4949

50+
- Improved performance of dv.to_csv() by up to 10x in some cases. (GH3059_)
5051
- added ``blocks`` attribute to DataFrames, to return a dict of dtypes to
5152
homogeneously dtyped DataFrames
5253
- added keyword ``convert_numeric`` to ``convert_objects()`` to try to
@@ -185,6 +186,7 @@ pandas 0.11.0
185186
.. _GH3012: https://github.com/pydata/pandas/issues/3012
186187
.. _GH3029: https://github.com/pydata/pandas/issues/3029
187188
.. _GH3041: https://github.com/pydata/pandas/issues/3041
189+
.. _GH3059: https://github.com/pydata/pandas/issues/3039
188190

189191

190192
pandas 0.10.1

‎doc/source/v0.11.0.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -229,6 +229,8 @@ API changes
229229
Enhancements
230230
~~~~~~~~~~~~
231231

232+
- Improved performance of dv.to_csv() by up to 10x in some cases. (GH3059_)
233+
232234
- Numexpr is now a :ref:`Recommended Dependencies <install.recommended_dependencies>`, to accelerate certain
233235
types of numerical and boolean operations
234236

@@ -331,3 +333,4 @@ on GitHub for a complete list.
331333
.. _GH2806: https://github.com/pydata/pandas/issues/2806
332334
.. _GH2807: https://github.com/pydata/pandas/issues/2807
333335
.. _GH2918: https://github.com/pydata/pandas/issues/2918
336+
.. _GH3059: https://github.com/pydata/pandas/issues/3059

0 commit comments

Comments
 (0)
Please sign in to comment.