sourmash icon indicating copy to clipboard operation
sourmash copied to clipboard

Bump counter from 0.5.6 to 0.5.7

Open dependabot[bot] opened this issue 1 year ago • 1 comments

Bumps counter from 0.5.6 to 0.5.7.

Release notes

Sourced from counter's releases.

v0.5.7: Counters are Multisets

What's Changed

New Contributors

Full Changelog: https://github.com/coriolinus/counter-rs/compare/v0.5.6...v0.5.7

Commits
  • 155e50b bump version for release
  • fbeb5f6 Merge pull request #31 from coriolinus/multiset-bag-documentation
  • e09730c copy changes into readme
  • c590ab8 add math section to documentation
  • 60c1473 add "multiset" and "bag" keywords
  • c90ca8e Merge pull request #29 from mjpieters/typo_fix
  • 99aa59e Fix spelling error in doc header
  • 2481e21 Merge pull request #28 from mjpieters/bitand_or_assign
  • e17f8a9 Implement bitwise and and or assignments
  • 045453e Merge pull request #27 from mjpieters/subset_superset
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

dependabot[bot] avatar Oct 17 '22 20:10 dependabot[bot]

Codecov Report

Merging #2336 (981bfc5) into latest (be859c3) will increase coverage by 8.14%. The diff coverage is n/a.

@@            Coverage Diff             @@
##           latest    #2336      +/-   ##
==========================================
+ Coverage   84.00%   92.14%   +8.14%     
==========================================
  Files         129      100      -29     
  Lines       14966    11420    -3546     
  Branches     2192     2192              
==========================================
- Hits        12572    10523    -2049     
+ Misses       2100      603    -1497     
  Partials      294      294              
Flag Coverage Δ
python 92.14% <0.00%> (ø)
rust ?

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

Impacted Files Coverage Δ
src/core/src/sketch/nodegraph.rs
src/core/src/index/bigsi.rs
src/core/src/ffi/index/revindex.rs
src/core/src/index/sbt/mhbt.rs
src/core/src/index/search.rs
src/core/src/ffi/mod.rs
src/core/src/ffi/index/mod.rs
src/core/src/ffi/minhash.rs
src/core/src/ffi/signature.rs
src/core/src/encodings.rs
... and 19 more

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more

codecov[bot] avatar Oct 17 '22 20:10 codecov[bot]

@luizirber I'm happy to take on the rust dependabot reviews if you have a short list of criteria or can point me at a guide as to what to avoid - I think the main thing is to avoid upgrading the minimum required version of rust, right?

ctb avatar Oct 18 '22 13:10 ctb

@luizirber I'm happy to take on the rust dependabot reviews if you have a short list of criteria or can point me at a guide as to what to avoid - I think the main thing is to avoid upgrading the minimum required version of rust, right?

MSRV is covered in one of the automated checks, so if it is all green it is safe to merge.

I usually check the changelog to see if there is something new we can use, but that's not a requirement =]

luizirber avatar Oct 20 '22 14:10 luizirber