版本 0.7.2 (2012年3月16日)#

此版本针对 0.7.1 中的错误,并添加了一些小功能。

新功能#

  • 在 DataFrame.rank 中添加额外的打破平局方法 (GH 874)

  • 在 Series, DataFrame 中添加 ascending 参数以进行排序 (GH 875)

  • 为 DataFrame.from_records 添加 coerce_float 选项 (GH 893)

  • 添加 sort_columns 参数以允许未排序的图表 (GH 918)

  • 通过 GroupBy 上的属性启用列访问 (GH 882)

  • 可以将值的字典传递给 DataFrame.fillna (GH 661)

  • 可以通过在 .ix 中传递值列表来选择多个层次组 (GH 134)

  • 为 DataFrame.fillna 添加 axis 选项 (GH 174)

  • drop 添加 level 关键字以从某个级别删除值 (GH 159)

性能提升#

  • 使用 khash 进行 Series.value_counts,将原始函数添加到 algorithms.py 中 (GH 861)

  • 在 groupby 中拦截 __builtin__.sum (GH 885)

贡献者#

总共有12个人为这次发布贡献了补丁。名字后面带有“+”的人是第一次贡献补丁。

  • Adam Klein

  • Benjamin Gross +

  • Dan Birken +

  • Dieter Vandenbussche

  • Josh +

  • Thomas Kluyver

  • Travis N. Vaught +

  • Wes McKinney

  • Wouter Overmeire

  • claudiobertoldi +

  • elpres +

  • joshuaar +