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

[DEPENDABOT]: Bump numpyro from 0.10.1 to 0.11.0 #235

Merged
merged 1 commit into from
Apr 11, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 10, 2023

Bumps numpyro from 0.10.1 to 0.11.0.

Release notes

Sourced from numpyro's releases.

0.11.0

Breaking changes

Drop Python 3.7 support and require the minimal jax version 0.4.

New Features

Enhancements and Bug Fixes

  • #1507 Made constraints robust to pickling (thanks to @​pierreglaser)
  • #1515 Fixed log_prob for negative correlation in SineBivariateVonMises distribution (thanks to @​OlaRonning)
  • #1509 Fixed a bug at flatten/unflatten distributions which mixed the order of arguments of the distributions (thanks to @​hessammehr)
  • #1494 Fixed Mixture distribution with unnormalized logits giving incorrect log_prob
  • #1486 Returned a positive ordered vector when applies ExpTransform for an ordered vector
  • #1491 Fixed Mixture intermediate values
  • #1480 Fixed some computations in Bayesian Hierarchical Stacking tutorial (thanks to @​cpieringer)
  • #1478 Added icdf methods for Beta, Gamma, StudentT
  • #1477 Allowed multiple arguments to initialize flax/haiku modules (thanks to @​fehiepsi)
  • #1475 Used TFP's betainc (which supports taking gradient w.r.t. parameters) in StudentT.cdf (thanks to @​colehaus)
Commits
  • c635841 Bump to version 0.11.0 (#1520)
  • 09a3e0b Funsor based TraceEnum_ELBO implementation (#1512)
  • c46b0db Adopt singleton semantics for globally defined constraint instances (#1507)
  • f7b7080 Avoid comparing constraints positive and unit_interval (#1519)
  • aefadc1 fixed typo and removed weighted_corr bias. (#1517)
  • dc871b9 Attempt to not install dev version of black (#1516)
  • 276f0c4 Support jax 0.4 (#1513)
  • dd43ffb Fixed log_prob for negative correlation in SineBivariateVonMises (#1515)
  • fd3e3c2 Add test to verify that we get the same distribution under flatten/unflatten ...
  • ac0e073 Rendering deterministic sites [WIP] (#1508)
  • 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 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)

Bumps [numpyro](https://github.com/pyro-ppl/numpyro) from 0.10.1 to 0.11.0.
- [Release notes](https://github.com/pyro-ppl/numpyro/releases)
- [Commits](pyro-ppl/numpyro@0.10.1...0.11.0)

---
updated-dependencies:
- dependency-name: numpyro
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@Zethson Zethson merged commit 9adfde0 into development Apr 11, 2023
@dependabot dependabot bot deleted the dependabot/pip/development/numpyro-0.11.0 branch April 11, 2023 08:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant