版本 0.7.1 (2012年2月29日)#
此版本包含一些新功能,并修复了 0.7.0 中的十余个错误。
新功能#
向 pandas 命名空间添加
to_clipboard
函数,用于将对象写入系统剪贴板 (GH 774)向 DataFrame 添加
itertuples
方法,用于将数据帧的行作为元组迭代 (GH 818)向 DataFrame 和 Series 的 align 方法添加传递 fill_value 和 method 的功能 (GH 806, GH 807)
向 reindex、align 方法添加 fill_value 选项 (GH 784)
使 concat 能够从 Series 生成 DataFrame (GH 787)
向 Series 添加
between
方法 (GH 802)为 IPython HTML notebook 向 DataFrame 添加 HTML 表示挂钩 (GH 773)
支持使用 openpyxl 读取 Excel 2007 XML 文档
性能改进#
改进 DataFrame 上 fillna 的性能和内存使用
可以将 Series 列表沿 axis=1 连接以获得 DataFrame (GH 787)
贡献者#
共有 9 人为此版本贡献了补丁。名字旁带有“+”的人是首次贡献补丁。
Adam Klein
Brian Granger +
Chang She
Dieter Vandenbussche
Josh Klein
Steve +
Wes McKinney
Wouter Overmeire
Yaroslav Halchenko