Release history¶
0.4¶
Spiffy new website using Sphinx and the Furo theme.
Upgraded dependencies,
datakneadnow requires Python 3.6.1 or higherAdded a TOML loader.
Completely rewrote the Excel loader so we can remove the depedency on
pandas. Removed support for the legacyxlsformat, onlyxlsxis supported. This fixes #14.
0.3¶
Breaking change: removed the
querymethod: the focus ofdatakneadis on conversion. Usingapplyyou can easily use a tool likejqto query.
0.2¶
Adding tuple shortcut to
map(#2)Adding support for
txtfiles ((#4)Adding support for loader constructor argument passing, and adding a
has_headeroption toCsvLoader(#5)
0.1¶
Initial release