Release history¶
0.4¶
Spiffy new website using Sphinx and the Furo theme.
Upgraded dependencies,
dataknead
now 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 legacyxls
format, onlyxlsx
is supported. This fixes #14.
0.3¶
Breaking change: removed the
query
method: the focus ofdataknead
is on conversion. Usingapply
you can easily use a tool likejq
to query.
0.2¶
Adding tuple shortcut to
map
(#2)Adding support for
txt
files ((#4)Adding support for loader constructor argument passing, and adding a
has_header
option toCsvLoader
(#5)
0.1¶
Initial release