10XGenomics / vartrix

Single-Cell Genotyping Tool
MIT License
185 stars 27 forks source link

Bump sprs from 0.6.5 to 0.7.1 #90

Closed dependabot[bot] closed 11 months ago

dependabot[bot] commented 11 months ago

Bumps sprs from 0.6.5 to 0.7.1.

Changelog

Sourced from sprs's changelog.

  • 0.7.1
    • fix issue when building docs on nightly, which broke on docs.sprs
  • 0.7.0
    • make serde optional breaking change
    • make mul_acc_mat_vec_cs{r|c} more generic breaking change
    • support having different types for indptr & indices in CsMatBase breaking change
    • more careful overflow checking
    • upgrade dependencies
Commits
  • 47ac4e5 Fix build of docs on nightly
  • 34db987 Prepare version 0.7.0 (#180)
  • e27249b Merge branch 'pmarks-pmarks/update-deps'
  • 3c1be50 fmt
  • 8acd552 update some old deps
  • 4460870 Merge branch 'tomtung-generic_mul_acc_mat_vec'
  • 351495c Test that new interface also works on slices
  • c7cde30 Make mul_acc_mat_vec_cs{r|c} more generic
  • aa0058a Fix nightly warning about unnecessary parenthesis (#179)
  • e689d7d Extend supported ndarray version to 0.13 (#175)
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.

Dependabot will merge this PR once it's up-to-date and CI passes on it, as requested by @bgianfo.


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)
bgianfo commented 11 months ago

@dependabot squash and merge