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
qsvpy
is now available in the prebuilt binaries for select platforms! It's a new qsv binary variant with the python feature, enabling thepy
command. Three subvariants are available - qsvpy310, qsvpy311 and qsvpy312, corresponding to Python 3.10, 3.11 and 3.12 respectively.generate
command asgenerate
's main dependency is unmaintained and has old dependencies.generate
was also not used much, as the test data it generated was not well suited for training models and it was too slow so we decided to remove it even before thesynthesize
(#235) command is ready.reverse
now has index support and can work in "streaming" mode.sort
andsample
now have faster and cryptosecure Random Number Generators (RNG) with the--rng
option.pseudo
now has--start
,--increment
&--formatstr
options.fmt
now has a--no-final-newline
option to suppress the final newline for better interoperability with other tools, specifically Excel. It also treats "T" as special value for tab character for the--out-delimiter
option.Added
reverse
: now has index support and can work in "streaming" modereverse
: now has index support and can work in "streaming" mode dathere/qsv#1531sort
: added--rng <kind>
for different kinds of RNGs - standard, faster & cryptosecuresort
: add--rng
kinds dathere/qsv#1535sample
: added--rng <kind>
option (standard, faster & cryptosecure)sample
: replace--faster
RNG sampling option with--rng <kind>
option dathere/qsv#1532pseudo
: major refactor. Added--start
,--increment
&--formatstr
optionspseudo
: major refactor dathere/qsv#1541fmt
: add--no-final-newline
optionfmt
: add--no-final-newline
option dathere/qsv#1545Changed
fmt
:--out-delimiter
now treats "T" as special value for tab characterfat
:--out-delimiter
now treats "T" as special value for tab character dathere/qsv#1546Removed
generate
command Remove generate dathere/qsv#1527generate
feature from GitHub Action workflows removegenerate
feature from workflows dathere/qsv#1528sample
: removed--faster
RNG sampling optionsample
: replace--faster
RNG sampling option with--rng <kind>
option dathere/qsv#1532Full Changelog: dathere/qsv@0.121.0...0.122.0