File tree Expand file tree Collapse file tree 2 files changed +5
-0
lines changed
Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Original file line number Diff line number Diff 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
190192pandas 0.10.1
Original file line number Diff line number Diff line change @@ -229,6 +229,8 @@ API changes
229229Enhancements
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
You can’t perform that action at this time.
0 commit comments