safe_xlsx_sheet_title (#510).skip_lines keyword
argument for their import_set() method to be able to skip the nth first
lines of a read file (#497).csv.Sniffer() in _csv.detect() (#503).Row.lpush/rpush logic was reversed. lpush was appending while rpush
and append were prepending. This was fixed (reversed behavior). If you
counted on the broken behavior, please update your code (#453).Row.lpush/rpush logic is reversed.
lpush is appending while rpush and append are prepending. The broken behavior
will remain in Tablib 1.x and will be fixed (reversed) in Tablib 2.0.0 (#453). If you
count on the broken behavior, please update your code when you upgrade to Tablib 2.x.tablib as before with all
possible supported formats, run pip install tablib[all]tablib.formats.registry.refister API (#256).detect_format, import_set,
Dataset.load, Databook.load) now accepts file-like objects in addition
to raw strings and bytestrings (#440).DataBook().load parameter ordering (first stream, then format).xls format)ujson (#311)Dataset.export(<format>) over Dataset.<format> syntax in docs