Skip to content

Commit

Permalink
Bump statrs from 0.16.1 to 0.17.1 (#3205)
Browse files Browse the repository at this point in the history
Bumps [statrs](https://github.com/statrs-dev/statrs) from 0.16.1 to
0.17.1.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/statrs-dev/statrs/releases">statrs's
releases</a>.</em></p>
<blockquote>
<h2>v0.17.1</h2>
<p>Revival!</p>
<p>A few fixes, some dependency updates, most notably
<code>nalgebra</code>.
Breaking changes in statrs::StatsError, expect more changes later.</p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/statrs-dev/statrs/commit/41555a1201db895483b18796b110b8087b29f2e0"><code>41555a1</code></a>
chore: Release statrs version 0.17.1</li>
<li><a
href="https://github.com/statrs-dev/statrs/commit/74edc70a20f42d5b5c540d9cfadfa235d9474a89"><code>74edc70</code></a>
fix(bench): code in benches still needs criterion</li>
<li><a
href="https://github.com/statrs-dev/statrs/commit/4523efc20720da4f7b13c051372970da5c69f588"><code>4523efc</code></a>
release(bench): removing benches from package requires remove benches
from ma...</li>
<li><a
href="https://github.com/statrs-dev/statrs/commit/885a0986bad9d09c7429d9b461f0f666327a82fd"><code>885a098</code></a>
fix: handle signed infinty in <code>prec::almost_eq</code></li>
<li><a
href="https://github.com/statrs-dev/statrs/commit/09939ce21b1d40b7d3d1224020ef5dfe33f6c60c"><code>09939ce</code></a>
release: 0.17.0</li>
<li><a
href="https://github.com/statrs-dev/statrs/commit/673e3cce8a6c8e827d95a3fec52affbbdda5f8b8"><code>673e3cc</code></a>
doc: update changelog for merged PRs</li>
<li><a
href="https://github.com/statrs-dev/statrs/commit/af8e2382e6c358333f463ac3f7c0339dce9b49fb"><code>af8e238</code></a>
chore: docstring math should <code>text</code> instead of
<code>ignore</code></li>
<li><a
href="https://github.com/statrs-dev/statrs/commit/e8e9c61b860241c70f9c71f2e07fbd6dde2cf44f"><code>e8e9c61</code></a>
fix: handle assertions for inf in <code>prec::almost_eq</code></li>
<li><a
href="https://github.com/statrs-dev/statrs/commit/7fa83365b83b034a26e1970345be4e14dd89fa37"><code>7fa8336</code></a>
Make <code>prec::almost_eq</code> a wrapper for
<code>abs_diff_eq</code></li>
<li><a
href="https://github.com/statrs-dev/statrs/commit/3e7970e2a2118c5e52276fbbe732ac00d867805f"><code>3e7970e</code></a>
Create dependabot.yml</li>
<li>Additional commits viewable in <a
href="https://github.com/statrs-dev/statrs/compare/v0.16.1...v0.17.1">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=statrs&package-manager=cargo&previous-version=0.16.1&new-version=0.17.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

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-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

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 show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@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)


</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jun 11, 2024
1 parent 306a28c commit 711d5a7
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 10 deletions.
17 changes: 8 additions & 9 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ roaring = "0.10.5"
roots = "0.0.8"
serde = { version = "1.0.203", features = ["derive"] }
serde_json = "1.0.117"
statrs = "0.16.1"
statrs = "0.17.1"
streaming-stats = "0.2.3"
thiserror = "1.0"
twox-hash = "1.6.0"
Expand Down

0 comments on commit 711d5a7

Please sign in to comment.