Skip to content

Releases: sourmash-bio/sourmash_plugin_branchwater

v0.9.8

15 Oct 23:42
@ctb ctb
7f0e515
Compare
Choose a tag to compare

What's Changed

  • MRG: update function signatures to remove remaining warnings by @ctb in #422
  • [MRG] Add --save-matches to fastmultigather by @mr-eyes in #397
  • MRG: bump to in-dev version 0.9.8 by @ctb in #429
  • Bump serde_json from 1.0.124 to 1.0.125 by @dependabot in #433
  • Bump camino from 1.1.7 to 1.1.9 by @dependabot in #432
  • Bump serde from 1.0.206 to 1.0.208 by @dependabot in #431
  • MRG: bump sourmash to v0.15.1 by @ctb in #435
  • Bump serde from 1.0.208 to 1.0.209 by @dependabot in #443
  • Bump serde_json from 1.0.125 to 1.0.127 by @dependabot in #442
  • MRG: misc cleanup by @ctb in #424
  • MRG: optionally, create empty results files for in-memory fastmultigather by @bluegenes in #446
  • MRG: add .PHONY targets to Makefile by @ctb in #449
  • Bump serde_json from 1.0.127 to 1.0.128 by @dependabot in #453
  • Bump anyhow from 1.0.86 to 1.0.87 by @dependabot in #454
  • Bump serde from 1.0.209 to 1.0.210 by @dependabot in #452
  • Bump pyo3 from 0.22.2 to 0.22.3 by @dependabot in #457
  • Bump anyhow from 1.0.87 to 1.0.89 by @dependabot in #456
  • Add hp, dayhoff options to manysketch by @olgabot in #345
  • Bump tempfile from 3.12.0 to 3.13.0 by @dependabot in #461
  • Bump sourmash from 0.15.1 to 0.15.2 by @dependabot in #460
  • Add singlesketch command by @mr-eyes in #459
  • MRG: fix performance regression in manysearch by removing unnecessary downsampling by @ctb in #464
  • Bump pyo3 from 0.22.3 to 0.22.4 by @dependabot in #474
  • MRG: update to code for forthcoming sourmash release by @ctb in #467
  • MRG: add generic support for any type of sketch collection as query or database by @ctb in #430
  • MRG: avoid clones by using new Signature::try_into() -> KmerMinHash by @ctb in #471
  • MRG: update to v0.9.8 by @ctb in #475

Full Changelog: v0.9.7...v0.9.8

v0.9.7

13 Aug 00:09
@ctb ctb
560dc3d
Compare
Choose a tag to compare

What's Changed

  • MRG: provide --internal-storage and --no-internal-storage for index by @ctb in #390
  • MRG: add pretty printing option to manysearch command by @ctb in #408
  • MRG: update documentation for RocksDB index and internal/external storage, + miscellaneous improvements by @ctb in #416
  • MRG: bump version to 0.9.7 by @ctb in #419

Dependabot updates:

Full Changelog: v0.9.6...v0.9.7

v0.9.6

15 Jul 04:30
@ctb ctb
1f478d7
Compare
Choose a tag to compare

What's Changed

  • MRG: bump to v.0.9.6-dev by @ctb in #367
  • MRG: write manysketch --singleton sketches incrementally to reduce memory usage by @bluegenes in #375
  • MRG: add abund estimation to manysearch by @bluegenes in #302
  • MRG: update zip crate to 2.0 by @bluegenes in #385
  • MRG: fix deprecated method warning in lib.rs by @ctb in #391
  • MRG: add error-exit in fastmultigather against rocksdb for failed gather by @ctb in #392
  • MRG: add additional weighted information to manysearch output by @ctb in #388
  • MRG: bump to v0.9.6 for release by @ctb in #393

Dependabot updates:

Full Changelog: v0.9.5...v0.9.6

v0.9.5

19 Jun 14:36
@ctb ctb
Compare
Choose a tag to compare

What's Changed

  • MRG: update ReportType string output by @ctb in #359
  • MRG: fix fastgather query_bp and query_n_hashes to restore tax compatibility by @bluegenes in #353
  • MRG: write self comparisons for all sketches with --write-all by @ctb in #360
  • MRG: fix ANI from non-rocksdb gather output by @ctb in #361
  • MRG: update docs and -h messages for v0.9.5 release by @ctb in #364

Full Changelog: v0.9.4...v0.9.5

v0.9.4

12 Jun 13:24
@ctb ctb
5624f21
Compare
Choose a tag to compare

What's Changed

Changes:

  • MRG: parallelize loading sketches into memory by @bluegenes in #292
  • MRG: fix minor typo/improve pairwise docs by @ctb in #336
  • MRG: update test name for github CI to tests_on_linux by @ctb in #344
  • MRG: fixed RocksDB-based fastmultigather by @ctb in #348
  • MRG: bump version to 0.9.4, upgrade sourmash req by @ctb in #351
  • MRG: fix lint error, & processed sig reporting for rocksdb/fastmultigather by @ctb in #320
  • MRG: fix CI build & tests by @ctb in #325
  • MRG: write full gather result from fastgather and non-rocksdb fastmultigather by @bluegenes in #298

Dependabot updates:

Full Changelog: v0.9.3...v0.9.4

v0.9.3

22 Mar 16:21
@ctb ctb
550d654
Compare
Choose a tag to compare

What's Changed

  • MRG: bump version to v0.9.3-dev by @ctb in #278
  • MRG: fix manysketch naming bug by @bluegenes in #284
  • MRG: fail-exit when 0 signatures are loaded from a collection by @bluegenes in #282
  • MRG: bump version to 0.9.3 by @ctb in #286

Full Changelog: v0.9.2...v0.9.3

v0.9.2

18 Mar 23:03
@ctb ctb
09f5612
Compare
Choose a tag to compare

What's Changed

Features and improvements:

Dependency updates:

Full Changelog: v0.9.1...v0.9.2

v0.9.1

27 Feb 22:38
@ctb ctb
4f545a0
Compare
Choose a tag to compare

Updates and features:

  • Add graph-based clustering with cluster (#234)
  • Enable singleton sketching, facilitate reads-based sketching in manysketch (#184)
  • Use updated core GatherResult to enable full results from fastmultigather(#205)
  • Add ANI output to pairwise, multisearch (#236)
  • Use core manifest utils (#217)

Dependency updates:

  • Bump conda-incubator/setup-miniconda from 3.0.1 to 3.0.2 (#242)
  • Bump env_logger from 0.10.2 to 0.11.2 (#240)
  • Bump pyo3 from 0.20.2 to 0.20.3 (#241)
  • bump to v0.9.1-dev (#230)
  • Bump anyhow from 1.0.79 to 1.0.80 (#227)
  • Bump assert_cmd from 2.0.13 to 2.0.14 (#229)

v0.9.0

19 Feb 16:37
@ctb ctb
752a5d5
Compare
Choose a tag to compare

What's Changed

This release significantly refactors Zip file loading and improves its performance; it is now the suggested way to work with large collections of small sketches. Support for standalone manifest CSVs has also been added.

Major and minor updates:

  • MRG: use updated rocksdb-integrated sourmash core by @bluegenes in #134
  • MRG: use core Collection and Select for sig loading by @bluegenes in #197
  • MRG: enable loading manifest files by @bluegenes in #211
  • MRG: remove eprintln from manifest loading by @ctb in #218
  • MRG: parallelize collection_from_pathlist by @ctb in #221
  • MRG: fix manifest protein k-mer sizes by @bluegenes in #224
  • MRG: update docs for v0.9.0 by @ctb in #213

Miscellany:

Full Changelog: v0.8.6...v0.9.0

v0.8.6

21 Jan 18:37
@ctb ctb
37cab82
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.8.5...v0.8.6