@@ -84,7 +84,6 @@ pandas 0.10.0
84
84
- Add support for Panel4D, a named 4 Dimensional stucture
85
85
- Add support for ndpanel factory functions, to create custom,
86
86
domain-specific N-Dimensional containers
87
- - 'density' property in `SparseSeries ` (GH2384 _)
88
87
89
88
**API Changes **
90
89
@@ -913,7 +912,7 @@ pandas 0.8.1
913
912
**Improvements to existing features **
914
913
915
914
- Use moving min/max algorithms from Bottleneck in rolling_min/rolling_max
916
- for > 100x speedup. (GH1504 _, #50 )
915
+ for > 100x speedup. (GH1504 _, GH50 _ )
917
916
- Add Cython group median method for >15x speedup (GH1358 _)
918
917
- Drastically improve ``to_datetime `` performance on ISO8601 datetime strings
919
918
(with no time zones) (GH1571 _)
@@ -990,6 +989,7 @@ pandas 0.8.1
990
989
.. _GH1538 : https://github.com/pydata/pandas/issues/1538
991
990
.. _GH171 : https://github.com/pydata/pandas/issues/171
992
991
.. _GH1504 : https://github.com/pydata/pandas/issues/1504
992
+ .. _GH50 : https://github.com/pydata/pandas/issues/50
993
993
.. _GH1358 : https://github.com/pydata/pandas/issues/1358
994
994
.. _GH1571 : https://github.com/pydata/pandas/issues/1571
995
995
.. _GH1569 : https://github.com/pydata/pandas/issues/1569
0 commit comments