Skip to content

table-reader v2.2.0

Compare
Choose a tag to compare
@timvink timvink released this 04 May 08:10
· 29 commits to master since this release
170e82c

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

Full Changelog: v2.1.0...v2.2.0