forked from pandas-dev/pandas
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathv0.7.2.txt
38 lines (31 loc) · 1.52 KB
/
v0.7.2.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
.. _whatsnew_0702:
v.0.7.2 (March 16, 2012)
---------------------------
This release targets bugs in 0.7.1, and adds a few minor features.
New features
~~~~~~~~~~~~
- Add additional tie-breaking methods in DataFrame.rank (GH874_)
- Add ascending parameter to rank in Series, DataFrame (GH875_)
- Add coerce_float option to DataFrame.from_records (GH893_)
- Add sort_columns parameter to allow unsorted plots (GH918_)
- Enable column access via attributes on GroupBy (GH882_)
- Can pass dict of values to DataFrame.fillna (GH661_)
- Can select multiple hierarchical groups by passing list of values in .ix
(GH134_)
- Add ``axis`` option to DataFrame.fillna (GH174_)
- Add level keyword to ``drop`` for dropping values from a level (GH159_)
Performance improvements
~~~~~~~~~~~~~~~~~~~~~~~~
- Use khash for Series.value_counts, add raw function to algorithms.py (GH861_)
- Intercept __builtin__.sum in groupby (GH885_)
.. _GH134: https://github.com/pydata/pandas/issues/134
.. _GH159: https://github.com/pydata/pandas/issues/159
.. _GH174: https://github.com/pydata/pandas/issues/174
.. _GH661: https://github.com/pydata/pandas/issues/661
.. _GH874: https://github.com/pydata/pandas/issues/874
.. _GH875: https://github.com/pydata/pandas/issues/875
.. _GH893: https://github.com/pydata/pandas/issues/893
.. _GH918: https://github.com/pydata/pandas/issues/918
.. _GH882: https://github.com/pydata/pandas/issues/882
.. _GH861: https://github.com/pydata/pandas/issues/861
.. _GH885: https://github.com/pydata/pandas/issues/885