Skip to content

Latest commit

 

History

History
58 lines (46 loc) · 2.28 KB

v0.6.1.rst

File metadata and controls

58 lines (46 loc) · 2.28 KB

Version 0.6.1 (December 13, 2011)

New features

Performance improvements

  • Improve memory usage of DataFrame.describe (do not copy data unnecessarily) (PR #425)
  • Optimize scalar value lookups in the general case by 25% or more in Series and DataFrame
  • Fix performance regression in cross-sectional count in DataFrame, affecting DataFrame.dropna speed
  • Column deletion in DataFrame copies no data (computes views on blocks) (GH #158)

Contributors

.. contributors:: v0.6.0..v0.6.1