tablib v1.0.0 Release Notes

Release Date: 2020-01-13 // over 4 years ago
  • ๐Ÿ’ฅ Breaking changes

    • โฌ‡๏ธ Dropped Python 2 support
    • Dependencies are now all optional. To install tablib as before with all possible supported formats, run pip install tablib[all]

    ๐Ÿ‘Œ Improvements

    • Formats can now be dynamically registered through the tablib.formats.registry.refister API (#256).
    • Tablib methods expecting data input (detect_format, import_set, Dataset.load, Databook.load) now accepts file-like objects in addition to raw strings and bytestrings (#440).

    ๐Ÿ›  Bugfixes

    • ๐Ÿ›  Fixed a crash when exporting an empty string with the ReST format (#368)
    • Error cells from imported .xls files contain now the error string (#202)