All Versions
43
Latest Version
Avg Release Cycle
173 days
Latest Release
1134 days ago

Changelog History
Page 2

  • v0.12.0 Changes

    August 27, 2017
    • โž• Add initial Panda DataFrame support
    • โฌ‡๏ธ Dropped Python 2.6 support
  • v0.11.5 Changes

    June 13, 2017
    • ๐Ÿ‘‰ Use yaml.safe_load for importing yaml.
  • v0.11.4 Changes

    January 23, 2017
    • ๐Ÿ“ฆ Use built-in json package if available
    • ๐Ÿ‘Œ Support Python 3.5+ in classifiers

    ๐Ÿ›  Bugfixes

    • ๐Ÿ›  Fixed textual representation for Dataset with no headers
    • ๐Ÿ– Handle decimal types
  • v0.11.3 Changes

    February 16, 2016
    • ๐Ÿš€ Release fix.
  • v0.11.2 Changes

    February 16, 2016

    ๐Ÿ›  Bugfixes

    • ๐Ÿ›  Fix export only formats.
    • ๐Ÿ›  Fix for xlsx output.
  • v0.11.1 Changes

    February 07, 2016

    ๐Ÿ›  Bugfixes

    • ๐Ÿ›  Fixed packaging error on Python 3.
  • v0.11.0 Changes

    February 07, 2016

    ๐Ÿ†• New Formats!

    • โž• Added LaTeX table export format (Dataset.latex).
    • ๐Ÿ‘Œ Support for dBase (DBF) files (Dataset.dbf).

    ๐Ÿ‘Œ Improvements

    • ๐Ÿ†• New import/export interface (Dataset.export(), Dataset.load()).
    • ๐Ÿ‘ CSV custom delimiter support (Dataset.export('csv', delimiter='$')).
    • โž• Adding ability to remove duplicates to all rows in a dataset (Dataset.remove_duplicates()).
    • โž• Added a mechanism to avoid datetime.datetime issues when serializing data.
    • ๐Ÿ†• New detect_format() function (mostly for internal use).
    • โšก๏ธ Update the vendored unicodecsv to fix None handling.
    • Only freeze the headers row, not the headers columns (xls).

    ๐Ÿ’ฅ Breaking Changes

    • ๐Ÿšš detect() function removed.

    ๐Ÿ›  Bugfixes

    • ๐Ÿ›  Fix XLSX import.
    • ๐Ÿ›  Bugfix for Dataset.transpose().transpose().
  • v0.10.0 Changes

    May 27, 2014
    • Unicode Column Headers
    • ๐Ÿ›  ALL the bugfixes!
  • v0.9.11 Changes

    June 30, 2011
    • ๐Ÿ›  Bugfixes
  • v0.9.10 Changes

    June 22, 2011
    • ๐Ÿ›  Bugfixes