tablib v3.1.0 Release Notes

Release Date: 2021-10-26 // over 2 years ago
  • ๐Ÿ‘Œ Improvements

    • โž• Add support for Python 3.10 (#504).
    • ๐Ÿ‘ The csv, xls, and xlsx formats gained support for the skip_lines keyword argument for their import_set() method to be able to skip the nth first lines of a read file (#497).

    ๐Ÿ›  Bugfixes

    • 0๏ธโƒฃ Avoided mutable parameter defaults (#494).
    • ๐Ÿ— Specify build backend for editable installs (#501).
    • Doubled sample size passed to csv.Sniffer() in _csv.detect() (#503).