Skip to content

Commit 1c08979

Browse files
committed
DOC: whats new file (forgot to add)
1 parent 47865f5 commit 1c08979

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

doc/source/whatsnew/v0.7.2.txt

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
.. _whatsnew_0702:
2+
3+
v.0.7.2 (March 16, 2012)
4+
---------------------------
5+
6+
This release targets bugs in 0.7.1, and adds a few minor features.
7+
8+
New features
9+
~~~~~~~~~~~~
10+
11+
- Add additional tie-breaking methods in DataFrame.rank (GH874_)
12+
- Add ascending parameter to rank in Series, DataFrame (GH875_)
13+
- Add coerce_float option to DataFrame.from_records (GH893_)
14+
- Add sort_columns parameter to allow unsorted plots (GH918_)
15+
- Enable column access via attributes on GroupBy (GH882_)
16+
17+
Performance improvements
18+
~~~~~~~~~~~~~~~~~~~~~~~~
19+
20+
- Use khash for Series.value_counts, add raw function to algorithms.py (GH861_)
21+
- Intercept __builtin__.sum in groupby (GH885_)
22+
23+
.. _GH874: https://github.com/pydata/pandas/issues/874
24+
.. _GH875: https://github.com/pydata/pandas/issues/875
25+
.. _GH893: https://github.com/pydata/pandas/issues/893
26+
.. _GH918: https://github.com/pydata/pandas/issues/918
27+
.. _GH882: https://github.com/pydata/pandas/issues/882
28+
.. _GH861: https://github.com/pydata/pandas/issues/861
29+
.. _GH885: https://github.com/pydata/pandas/issues/885

0 commit comments

Comments
 (0)