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
is now fully-featured and ready for production use! 🎉 Though it only currently features Geonames city-level lookup support, it provides a solid foundation on top of which we'll add more geocoding providers in the future (next up - OpenCage support with street-level geocoding).sqlp
andjoinp
commands.regex
/aho-corasick
powered commands on Apple Silicon thanks to various under-the-hood improvements in theaho-corasick
crate.Added
QSV_AUTOINDEX
env var withQSV_AUTOINDEX_SIZE
. Resolves #1300. in ReplaceQSV_AUTOINDEX
env var withQSV_AUTOINDEX_SIZE
dathere/qsv#1301 dathere/qsv@69e25acdiff
: Added test for different delimiters by @janriemer in Add test for different delimiters dathere/qsv#1297benchmarks
: Added qsv benchmark notebook. by @a5dur in Added qsv benchmark notebook. dathere/qsv#1309geocode
: Addedcountryinfo/now
subcommand made available in geosuggest 0.4.3geocode
: update to use CountryRecord made available in geo suggest 0.4.3 dathere/qsv#1311geocode
: Added--language
option so users can specify the language of the geocoding results. This requires running theindex-update
subcommand with the--languages
option to rebuild the index with the desired languages.sqlp
: add example of using columns with embedded spaces in SQL queries dathere/qsv@f7bf4f6Changed
benchmarks
: Benchmarks revamped Benchmarks revamp dathere/qsv#1298, Quicksilver Benchmarks 2.1.1 dathere/qsv#1310 dathere/qsv@d8eeb94Full Changelog: dathere/qsv@0.113.0...0.114.0