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

此版本旨在修复 0.7.1 中的错误,并增加了一些次要功能。

新功能#

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

  • 在 Series、DataFrame 的 rank 方法中添加 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)

性能改进#

  • 对 Series.value_counts 使用 khash,并在 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 +