From 29b7887b2f36926e9005de48d8be2ce18caf0046 Mon Sep 17 00:00:00 2001 From: "C. Titus Brown" Date: Tue, 15 Oct 2024 11:33:59 -0700 Subject: [PATCH] MRG: release sourmash rust core r0.16.0 (#3356) ## [0.16.0] - 2024-10-15 MSRV: 1.65 Changes/additions: * refactor `calculate_gather_stats` to disallow repeated downsampling (#3352) * improve downsampling behavior on `KmerMinHash`; fix `RevIndex::gather` bug around `scaled`. (#3342) * derive Hash for `HashFunctions` (#3344) Updates: * Bump web-sys from 0.3.70 to 0.3.72 (#3354) * Bump tempfile from 3.12.0 to 3.13.0 (#3340) --- src/core/CHANGELOG.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/src/core/CHANGELOG.md b/src/core/CHANGELOG.md index 139f776ae..ac291b150 100644 --- a/src/core/CHANGELOG.md +++ b/src/core/CHANGELOG.md @@ -7,6 +7,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [unreleased] +## [0.16.0] - 2024-10-15 + +MSRV: 1.65 + +Changes/additions: + +* refactor `calculate_gather_stats` to disallow repeated downsampling (#3352) +* improve downsampling behavior on `KmerMinHash`; fix `RevIndex::gather` bug around `scaled`. (#3342) +* derive Hash for `HashFunctions` (#3344) + +Updates: + +* Bump web-sys from 0.3.70 to 0.3.72 (#3354) +* Bump tempfile from 3.12.0 to 3.13.0 (#3340) + + ## [0.15.2] - 2024-09-25 MSRV: 1.65