File tree 1 file changed +29
-0
lines changed
1 file changed +29
-0
lines changed Original file line number Diff line number Diff line change
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
You can’t perform that action at this time.
0 commit comments