table-reader v2.2.0
What's Changed
- Create
schema.json
file to support auto-completion in IDEs by @blakenetz in #58 - Add codespell support (config, workflow to detect/not fix) and make it fix few typos by @yarikoptic in #59
- New args/kwargs string parsing, that now supports passing lists to arguments. Fixed by @timvink in 170e82c
The example below has an argument with a comma separated list, that would lead to an error before, but now works:
{{ read_csv("file.csv", usecols=['A', 'B']) }}
New Contributors
- @blakenetz made their first contribution in #58
- @yarikoptic made their first contribution in #59
Full Changelog: v2.1.0...v2.2.0