版本 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 +