We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
from https://hackmd.io/Wa1xssUlQrybqn4lnkax1A -
git checkout latest git pull git log --oneline v4.2.1..latest
Major new features:
sourmash sig kmers
MinHash.kmers_and_hashes(...)
MinHash.seq_to_hashes
Documentation updates:
Minor new features:
Bug fixes and performance improvements:
sourmash sketch
--check-sequence
Refactoring and cleanup:
sourmash compute
tests/test_sourmash.py
compute
sourmash_args.load_many_signatures(...)
lca_db.load_single_database
The text was updated successfully, but these errors were encountered:
I think seq_to_hashes was never introduced in a release before mentioning its bug fixes.
seq_to_hashes
Sorry, something went wrong.
No branches or pull requests
from https://hackmd.io/Wa1xssUlQrybqn4lnkax1A -
draft release notes 4.2.2
4.2.2 release notes
Major new features:
sourmash sig kmers
et al. ([MRG] Produce list of hashes from a sequence #1653, [MRG] addMinHash.kmers_and_hashes(...)
andsourmash sig kmers
#1695, [MRG] 🐛 fix Rust panic inMinHash.seq_to_hashes
#1701)Documentation updates:
Minor new features:
Bug fixes and performance improvements:
sourmash sketch
dna with bad input and--check-sequence
([MRG] Fix panic bug insourmash sketch
dna with bad input and--check-sequence
#1702)Refactoring and cleanup:
sourmash compute
tosourmash sketch
intests/test_sourmash.py
([MRG] Changingsourmash compute
tosourmash sketch
intests/test_sourmash.py
#1680, [MRG] update a tricky test to usesourmash sketch
instead ofcompute
#1687)sourmash_args.load_many_signatures(...)
andlca_db.load_single_database
([MRG] test and fixsourmash_args.load_many_signatures(...)
andlca_db.load_single_database
#1684)The text was updated successfully, but these errors were encountered: