tablib v0.14.0 Release Notes

Release Date: 2019-10-19 // over 4 years ago
  • ๐Ÿ—„ Deprecations

    • ๐Ÿ‘ The 0.14.x series will be the last to support Python 2

    ๐Ÿ’ฅ Breaking changes

    • โฌ‡๏ธ Dropped Python 3.4 support

    ๐Ÿ‘Œ Improvements

    • โž• Added Python 3.7 and 3.8 support
    • The project is now maintained by the Jazzband team, https://jazzband.co
    • ๐Ÿ‘Œ Improved format autodetection and added autodetection for the odf format.
    • โž• Added search to all documentation pages
    • Open xlsx workbooks in read-only mode (#316)
    • Unpin requirements
    • Only install backports.csv on Python 2

    ๐Ÿ›  Bugfixes

    • ๐Ÿ›  Fixed DataBook().load parameter ordering (first stream, then format).
    • ๐Ÿ›  Fixed a regression for xlsx exports where non-string values were forced to strings (#314)
    • ๐Ÿ›  Fixed xlsx format detection (which was often detected as xls format)