Skip to content

Commit 5e4fbf6

Browse files
jrebackwesm
authored andcommitted
duplicate density mention for SparseSeries
1 parent 5a5747b commit 5e4fbf6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

RELEASE.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,6 @@ pandas 0.10.0
8484
- Add support for Panel4D, a named 4 Dimensional stucture
8585
- Add support for ndpanel factory functions, to create custom,
8686
domain-specific N-Dimensional containers
87-
- 'density' property in `SparseSeries` (GH2384_)
8887

8988
**API Changes**
9089

@@ -913,7 +912,7 @@ pandas 0.8.1
913912
**Improvements to existing features**
914913

915914
- Use moving min/max algorithms from Bottleneck in rolling_min/rolling_max
916-
for > 100x speedup. (GH1504_, #50)
915+
for > 100x speedup. (GH1504_, GH50_)
917916
- Add Cython group median method for >15x speedup (GH1358_)
918917
- Drastically improve ``to_datetime`` performance on ISO8601 datetime strings
919918
(with no time zones) (GH1571_)
@@ -990,6 +989,7 @@ pandas 0.8.1
990989
.. _GH1538: https://github.com/pydata/pandas/issues/1538
991990
.. _GH171: https://github.com/pydata/pandas/issues/171
992991
.. _GH1504: https://github.com/pydata/pandas/issues/1504
992+
.. _GH50: https://github.com/pydata/pandas/issues/50
993993
.. _GH1358: https://github.com/pydata/pandas/issues/1358
994994
.. _GH1571: https://github.com/pydata/pandas/issues/1571
995995
.. _GH1569: https://github.com/pydata/pandas/issues/1569

0 commit comments

Comments
 (0)