You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This release fixes a minor bug, provides some refactorings, and dramatically decreases memory consumption for sourmash gather --linear (which is, admittedly, a niche use case :).
git log --oneline v4.1.0..latest
:4.1.1 release notes
This release fixes a minor bug, provides some refactorings, and dramatically decreases memory consumption for
sourmash gather --linear
(which is, admittedly, a niche use case :).No major new features.
Bug fixes and performance improvements:
sourmash gather --linear
on SBTs ([MRG] unload data on iteration over SBT leaves #1534)sourmash gather --no-prefetch
when used w/abund signatures ( [MRG] fix gather against signatures with abundances, in a new place. #1528)sourmash index
to not create directory for .sbt.zip output ([MRG] fix SBTFSStorage
to not create directory for .sbt.zip output #1539)Major refactoring and new internal functionality:
FrozenMinHash
to better support separation of frozen and mutable data actions ([MRG] AddFrozenMinHash
#1508)Refactoring and cleanup:
load_pathlist_from_file
#1469)sourmash sketch
instead ofsourmash compute
([MRG] Changingsourmash compute
tosourmash sketch
intests/test_sourmash.py
#1536)sourmash lca summarize
to remove unnecessary if statements, improve tests ([MRG] refactorlca_summarize
to remove unnecessary if statements #1540)The text was updated successfully, but these errors were encountered: