Skip to content

Latest commit

 

History

History
52 lines (40 loc) · 3.33 KB

v0.5.0.rst

File metadata and controls

52 lines (40 loc) · 3.33 KB

Version 0.5.0 (October 24, 2011)

{{ header }}

New features

Performance enhancements

  • VBENCH Major performance improvements in file parsing functions read_csv and read_table
  • VBENCH Added Cython function for converting tuples to ndarray very fast. Speeds up many MultiIndex-related operations
  • VBENCH Refactored merging / joining code into a tidy class and disabled unnecessary computations in the float/object case, thus getting about 10% better performance (:issue:`211`)
  • VBENCH Improved speed of DataFrame.xs on mixed-type DataFrame objects by about 5x, regression from 0.3.0 (:issue:`215`)
  • VBENCH With new DataFrame.align method, speeding up binary operations between differently-indexed DataFrame objects by 10-25%.
  • VBENCH Significantly sped up conversion of nested dict into DataFrame (:issue:`212`)
  • VBENCH Significantly speed up DataFrame __repr__ and count on large mixed-type DataFrame objects

Contributors

.. contributors:: v0.4.0..v0.5.0