Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Created by
brew bump
Created with
brew bump-formula-pr
.release notes
sqlp
now has automaticread_csv()
fast path optimization, making optimized queries EXPONENTIALLY FASTER - e.g it just takes 0.38 seconds to do a non-trivial SQL aggregation on a 18 column, 657mb CSV with 7.43 million rows! It also now supports JSONL output format and adds compression support for Avro and Arrow output formats.fetch
now has a--disk-cache
option, so you can cache web service responses to disk, complete with cache control and expiry handling!jsonl
is now multithreaded with additional--batch
and--job
options.split
now has three modes: split by record count, split by number of chunks and split by file size.datefmt
is a new top-level command for date formatting. We extracted it fromapply
to make it easier to use, and to set the stage for expanded date and timezone handling.enum
now has a--start
option.excel
now has a--keep-zero-time
option and now has improved datetime/duration parsing/handling with upgrade of calamine from 0.23 to 0.24.tojsonl
now has--trim
and--no-boolean
options and eliminated false positive boolean inferences.Added
apply
: addgender_guess
operationapply
: addgender_guess
operation dathere/qsv#1569datefmt
: new top-level command for date formatting.datefmt
: new top-level command for date formatting. dathere/qsv#1638enum
: add--start
optionenum
: add--start
option dathere/qsv#1631excel
: added--keep-zero-time
option; improved datetime/duration parsing/handling with upgrade of calamine from 0.23 to 0.24 Bump calamine to 0.24 dathere/qsv#1595fetch
: add--disk-cache
optionfetch
: add--disk-cache
option dathere/qsv#1621jsonl
: major performance refactor! Now multithreaded with addl--batch
and--job
optionsjsonl
: major perf refactor dathere/qsv#1553sniff
: added addl mimetype/file formats detected by bumpingfile-format
from 0.23 to 0.24deps
: bumpfile-format
dathere/qsv#1589split
: add<outdir>
error handling and add usage text examplessplit
: add<outdir>
error handling and add usage text examples dathere/qsv#1585split
: added--chunks
optionsplit
: added--chunks
option dathere/qsv#1587split
: add--kb-size
optionsplit
: add--kb-size
option dathere/qsv#1613sqlp
: added JSONL output format and compression support for AVRO and Arrow output formats insqlp
: various improvements dathere/qsv#1635tojsonl
: add--trim
optiontojsonl
: add--trim
option dathere/qsv#1554Changed
luau
: bumped Luau from 0.606 to 0.614freq
: major performance refactor - dathere/qsv@1a3a4b4split
: migrate to rayon from threadpoolsplit
: migrate to rayon from threadpool dathere/qsv#1555split
: refactored to actually create chunks <= desired--kb-size
, obviating need for hacky--sep-factor
optionsplit
: refactored to actually create chunks <= desired--kb-size
, obviating need for hacky--sep-factor
option dathere/qsv#1615tojsonl
: improved true/false boolean inferencing false positive handlingtojsonl
: improved true/false boolean inferencing false positive handling dathere/qsv#1641tojsonl
: fine-tune boolean inferencingtojsonl
: fine-tune boolean inferencing dathere/qsv#1643schema
: use parallel sort when sorting enums for fields dathere/qsv@523c60asimple_home_dir
withsimple_expand_tilde
crate Replacesimple_home_dir
withsimple_expand_tilde
crate dathere/qsv#1578Fixed
stats
: fixed cache.json file not being updated properly dathere/qsv@b9c4371Removed
datefmt
subcommand fromapply
datefmt
: new top-level command for date formatting. dathere/qsv#1638New Contributors
Full Changelog: dathere/qsv@0.122.0...0.123.0