-
Notifications
You must be signed in to change notification settings - Fork 80
New issue
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
Draft release notes for v4.2.0 #1604
Comments
This isn't really v4.2 specific, but I wanted to put them somewhere -
|
Searching against the database, but with a picklist containing 4 identifiers:
Footnotes: So, I still don't understand the SBT speedup, but everything else makes sense. |
results with sourmash 3.5.0
OK so gotta look into the results for gtdb-rs202.genomic.k31.sbt.zip... |
sourmash 3.5.0 full results
vs sourmash latest results
User time is much shorter for sourmash 3.5.0... Hmm, let me try with |
is released on pypi! |
git log --oneline v4.1.2..latest
4.2.0 release notes
This release adds several significant features: first, we've added a set of
taxonomy
command-line functionality for combiningsourmash gather
output with taxonomy databases, and we've also added a new "picklist" feature that enables flexible selection of subsets of databases. Finally, we've added manifests to databases to support picklists as well as faster database loading and signature selection.As of this release, we've also formally moved development over to the sourmash-bio organization on GitHub, and we've created a new gitter support channel, sourmash-bio/community. Please join us there if you have any questions, comments, or feature requests!
Major new features:
tax/taxonomy
submodule ([MRG] add taxonomy subcommand #1543, [MRG] minor updates to tax docs #1628, [MRG] krona forces rank classification #1630, [MRG] fix truncation of tax genome classification #1648)sourmash sig extract
#1587, [MRG] add picklists to selector protocol and provide initialIndex
support #1588, [MRG] usepicklist
to exclude signatures #1623, [MRG] add manifests to support fastIndex.select(...)
and lazy loading #1590, [MRG] Fix picklist-induced error inLCA_Database
#1639)Index.select(...)
and lazy loading ([MRG] add manifests to support fastIndex.select(...)
and lazy loading #1590)Documentation updates:
dib-lab/
URLs to newsourmash-bio/
URLs. ([MRG] update docs with sourmash-bio #1629)Minor new features:
--nucleotide
,--no-nucleotide
for moltype args. ([MRG] alias--nucleotide
,--no-nucleotide
for moltype args. #1632)sourmash prefetch
([MRG] add signature names to known/unknown hash sigs output bysourmash prefetch
#1646)Bug fixes and performance improvements:
sourmash gather
with prefetch by ignoring unidentifiable hashes ([MRG] Speed upsourmash gather
by ignoring unidentifiable hashes #1613)MinHash
compatibility inMinHash.intersection_and_union(...)
([MRG] check compatibility in MinHash.intersection_and_union #1627)Refactoring and cleanup:
sourmash_args
&sig
submodules ([MRG] minor cleanup insourmash_args
&sig
submodules #1586)The text was updated successfully, but these errors were encountered: