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
geocode
: adds high-speed, cache-backed, multi-threaded geocoding using a local, updateable copy of the GeoNames database. This is a major improvement over the previousgeocode
subcommand in theapply
command thanks to the wonderful geosuggest crate.validate
andinput
commands. Quicksilver REQUIRES UTF-8 encoded input. You can now use these commands to ensure you have valid UTF-8 input before using the rest of the toolkit.mimalloc
- the default allocator for qsv, is built without secure mode unnecessarily enabled.flatten
command is now ~10% fasterregex
crateand last but not least - Quicksilver now has a website! - https://qsv.dathere.com/ :unicorn: :tada: :rocket:
And its not just a static site with a few links - its a full-blown web app that lets you try out qsv commands in your browser! It's not just a demo site - you can use it as a configurator and save your commands to a gist and share them with others!
It's the first Beta release of the Quicksilver website, so there's still a lot of work to do, but we're excited to share it with you and get your feedback!
We have more exciting features planned for Quicksilver and the website, but we require your help to make it happen! For qsv, use GitHub issues. For the website, use the feedback form. And if you want to help out, please check out the contributing guide
Big thanks to @rzmk for all the work on the website! To @a5dur for all the QA work on this release! And to @minhajuddin2510 for revamping the benchmark script!
Added
geocode
: new high-speed geocoding command newgeocode
command dathere/qsv#1231geocode
: major improvements using geosuggest upstream dathere/qsv#1269--country
filtergeocode
: add suggest--country
filter dathere/qsv#1275--admin1
filtergeocode
: add --admin1 filter dathere/qsv#1276--country
inferencing from--admin1
codegeocode
: automatic --country inferencing from --admin1 code dathere/qsv#1277--suggestnow
and--reversenow
subcommandsgeocode
: add--suggestnow
and--reversenow
subcommands dathere/qsv#1280"%dyncols:"
special formatter to dynamically add geocoded columns to the output CSVgeocode
: add "%dyncols:" special formatter dathere/qsv#1286excel
: add SheetType (Worksheet, DialogSheet, MacroSheet, ChartSheet, VBA) in metadata mode; log.info! headers; wordsmith commentsexcel
: return workbook subformat in metadata mode; log.info! headers; wordsmith comments dathere/qsv#1225excel
: moar metadata! moar examples!excel
: moar metadata! moar examples! dathere/qsv#1271input
: add--encoding-errors
handling optioninput
: add--encoding-errors
handling option dathere/qsv#1235fixlengths
: add--insert
optionfixlengths
: add--insert
option dathere/qsv#1247joinp
: add--sql-filter
optionjoinp
: add--sql-filter
option dathere/qsv#1287luau
: we now embed Luau 0.594 from 0.592notebooks
: add qsv-colab-quickstart by @rzmk in notebooks: add qsv-colab-quickstart dathere/qsv#1253notebooks
: Added Whirlwindtour.ipynb by @a5dur in Added Whirlwindtour.ipynb dathere/qsv#1223Changed
flatten
: refactor for performanceflatten
: refactor for performance dathere/qsv#1227validate
: improved utf8 error mesagesvalidate
: improved utf8 error mesages dathere/qsv#1256apply
&applydp
: improve usage text in relation to multi-column capabilitesapply
&applydp
: improve usage text in relation to multi-column capabilites dathere/qsv#1257Removed
apply
: remove geocode subcmd now that we have a dedicatedgeocode
commandapply
: remove geocode subcmd now that we have a dedicatedgeocode
command dathere/qsv#1263Fixed
excel
: we can now open workbooks with formulas set to an empty string valueexcel
: we can now open workbooks with formulas set to an empty string value dathere/qsv#1274notebooks
: fix qsv colab quickstart link by @rzmk in notebooks: fix qsv colab quickstart link dathere/qsv#1255Full Changelog: dathere/qsv@0.112.0...0.113.0