Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Update statrs requirement from 0.13.0 to 0.14.0 #38

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot-preview[bot]
Copy link

Updates the requirements on statrs to permit the latest version.

Changelog

Sourced from statrs's changelog.

v0.14.0

  • upgrade rand dependency to 0.8
  • fix inaccurate sampling of Gamma
  • Implemented Empirical distribution
  • Implemented Laplace distribution
  • Removed Checked* traits
  • Almost clippy-clean
  • Almost fully enabled rustfmt
  • Begin applying consistent numeric relative-accuracy targets with the approx crate
  • Introduce macro to generate testing boilerplate, yet not all tests use this yet
  • Moved to dynamic vectors in the MultivariateNormal distribution
  • Reduced a number of distribution-specific traits into the Distribution and DiscreteDistribution traits

v0.13.0

  • Implemented MultivariateNormal distribution (depends on nalgebra 0.19)
  • Implemented Dirac distribution
  • Implemented Negative Binomial distribution

v0.12.0

  • upgrade rand dependency to 0.7

v0.11.0

  • upgrade rand dependency to 0.6
  • Implement CheckedInverseCDF and InverseCDF for Normal distribution

v0.10.0

  • upgrade rand dependency to 0.5
  • Removes the Distribution trait in favor of the rand::distributions::Distribution trait
  • Removed functions deprecated in 0.8.0 (periodic, periodic_custom, sinusoidal, sinusoidal_custom)

v0.9.0

  • implemented infinite sequence generator for periodic sequence
  • implemented infinite sequence generator for sinusoidal sequence
  • implemented infinite sequence generator for square sequence
  • implemented infinite sequence generator for triangle sequence
  • implemented infinite sequence generator for sawtooth sequence
  • deprecate old non-infinite iterators in favor of new infinite iterators with take
  • Implemented Pareto distribution
  • Implemented Entropy trait for the Categorical distribution
  • Add a checked_ interface to all distribution methods and functions that may panic

v0.8.0

  • cdf(x), pdf(x) and pmf(x) now return the correct value instead of panicking when x is outside the range of values that the distribution can attain.
  • Fixed a bug in the Uniform distribution implementation where samples were drawn from range [min, max + 1) instead of [min, max]. The samples are now drawn correctly from the range [min, max].
  • Implement generate::log_spaced function

... (truncated)

Commits

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 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 use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Updates the requirements on [statrs](https://github.com/boxtown/statrs) to permit the latest version.
- [Release notes](https://github.com/boxtown/statrs/releases)
- [Changelog](https://github.com/statrs-dev/statrs/blob/master/CHANGELOG.md)
- [Commits](statrs-dev/statrs@v0.13.0...v0.14.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label May 17, 2021
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants