Added
- new
to
command. Converts CSVs "to" PostgreSQL, SQLite, XLSX, Parquet and Data Package by @kindly in #656 apply
: add numtocurrency operation #670sort
: add --ignore-case option #673stats
: now computes summary statistics for dates as well #684- added --updatenow option, resolves #661 #662
- replace footnotes in Available Commands list with emojis 😄
Changed
apply
&applydp
: expose --batch size option #679validate
: add last valid row to validation error 7680011input
: add last valid row to error message 492e51f- upgrade to csvs-convert 0.7.5 by @kindly in #668
- Bump serial_test from 0.9.0 to 0.10.0 by @dependabot in #671
- Bump csvs_convert from 0.7.5 to 0.7.7 by @dependabot in #674
- Bump num_cpus from 1.14.0 to 1.15.0 by @dependabot in #678
- Bump robinraju/release-downloader from 1.6 to 1.7 by @dependabot in #677
- Bump actions/stale from 6 to 7 by @dependabot in #676
- Bump actions/setup-python from 4.3.1 to 4.4.0 by @dependabot in #683
- added concurrency check to CI tests so that redundant CI test are canceled when new ones are launched
- instead of saying "descriptive statistics", use more understandable "summary statistics"
- changed publishing workflows to enable
to
feature for applicable target platforms - cargo update bump dependencies, notably qsv-stats from 0.4.5 to 0.4.6 and qsv_currency from 0.5.0 to 0.6.0
- pin Rust nightly to 2022-12-22
Fixed
Full Changelog: 0.79.0...0.80.0