Skip to content
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

MRG: derive Hash for HashFunctions #3344

Merged
merged 1 commit into from
Oct 8, 2024
Merged

MRG: derive Hash for HashFunctions #3344

merged 1 commit into from
Oct 8, 2024

Conversation

bluegenes
Copy link
Contributor

@bluegenes bluegenes commented Oct 7, 2024

Copy link

codecov bot commented Oct 7, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 86.51%. Comparing base (34001e7) to head (6a27c29).
Report is 1 commits behind head on latest.

Additional details and impacted files
@@           Coverage Diff           @@
##           latest    #3344   +/-   ##
=======================================
  Coverage   86.51%   86.51%           
=======================================
  Files         137      137           
  Lines       16046    16046           
  Branches     2728     2728           
=======================================
  Hits        13882    13882           
  Misses       1855     1855           
  Partials      309      309           
Flag Coverage Δ
hypothesis-py 25.40% <ø> (ø)
python 92.37% <ø> (ø)
rust 62.38% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@bluegenes bluegenes changed the title WIP: minor updates for sketch building utilities MRG: derive Hash for HashFunctions Oct 7, 2024
@bluegenes
Copy link
Contributor Author

@ctb @luizirber ready for review

@bluegenes bluegenes merged commit e1f88b1 into latest Oct 8, 2024
41 of 44 checks passed
@bluegenes bluegenes deleted the sketch-upd branch October 8, 2024 01:29
bluegenes added a commit to sourmash-bio/sourmash_plugin_directsketch that referenced this pull request Oct 8, 2024
- refactor for reusability: move all generalized sketch building utils
--> `utils/buildutils.rs`
- do minor refactoring to use `sourmash::encodings::HashFunctions` for
`moltype`, created `Abund` enum.
- requires sourmash-bio/sourmash#3344 to use
`Hash` for `sourmash::encodings::HashFunctions`

Related:
-
#113
ctb added a commit that referenced this pull request Oct 15, 2024
## [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)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants