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
git log --oneline v3.3.1..master shows:
git log --oneline v3.3.1..master
Major new features:
load_file_as_signatures
signature cat
signature split
Minor improvements:
MinHash.clear()
MinHash.add_hash_with_abundance
clear
Bugs fixed:
Refactoring:
test_lca
test_lca_functions
Documentation:
Thanks to @luizirber @ctb @bluegenes @erikyoung85 for their contributions!
The text was updated successfully, but these errors were encountered:
notes from during release process:
rustup update
Sorry, something went wrong.
released! https://github.com/dib-lab/sourmash/releases/tag/v3.4.0
No branches or pull requests
git log --oneline v3.3.1..master
shows:Major new features:
load_file_as_signatures
function more broadly #1059, [MRG] add initial progress reporting wrapper for load_file_as_signatures #1083, [MRG] multigather using index as query #1090)signature cat
andsignature split
commands to combine/split signature files ([MRG] addsignature cat
andsignature split
commands to combine/split signature files #1044, [MRG] add --unique to sig cat #1074)Minor improvements:
MinHash.clear()
andMinHash.add_hash_with_abundance
to Python API ([MRG] Addclear
option to set_abundances(...) method #1046)Bugs fixed:
Refactoring:
test_lca
intotest_lca_functions
([MRG] move tests fromtest_lca
intotest_lca_functions
#1035)Documentation:
Thanks to @luizirber @ctb @bluegenes @erikyoung85 for their contributions!
The text was updated successfully, but these errors were encountered: