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

Bump pymc from 4.3.0 to 4.4.0 #68

Merged
merged 1 commit into from
Nov 28, 2022
Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 28, 2022

Bumps pymc from 4.3.0 to 4.4.0.

Release notes

Sourced from pymc's releases.

v4.4.0

What's Changed

Major Changes 🛠

  • Removed support for selectively tracking variables via pm.sample(trace=[...]). by @​michaelosthege in pymc-devs/pymc#6269
  • Do not rely on tag information for rv and logp conversions by @​ricardoV94 in pymc-devs/pymc#6281. This includes:
    • Deprecated accessing any of [value_variable|observations|transform|total_size] via var.tag in favor of model.rvs_to_[values|transforms|total_sizes]
    • Deprecated joint_logp in favor of model.logp
    • Deprecated aesaraf.rvs_to_value_vars in favor of model.replace_rvs_by_values
  • Using keyword seed for initial point no longer supported by @​wd60622 in pymc-devs/pymc#6291
  • Sampling of transformed variables from prior_predictive is no longer allowed by @​ricardoV94 in pymc-devs/pymc#6309
  • Require all step methods to return stats by @​michaelosthege in pymc-devs/pymc#6313. This includes
    • Require all step methods to return stats from their step/astep method.
    • The BlockedStep.generates_stats attribute was removed.

New Features & Bugfixes 🎉

Docs & Maintenance 🔧

New Contributors

Full Changelog: pymc-devs/pymc@v4.3.0...v4.4.0

Commits
  • cb37afa Fix Flaky Euler-Maruyama Tests (#6287)
  • e153121 Update docstrings for sample_smc and smc.py (#6114)
  • 02f1836 Use v tag prefix in versioneer config
  • 2c3f544 Fix remaining type problems in metropolis.py
  • 0121315 Require all step methods to return stats
  • 4acd98e Remove Model auto_deterministics
  • 48870ad Rename Model initial_values to rvs_to_initial_values
  • fad8864 Rename add_random_variable to add_named_variable and _RV_dims to named_vars_t...
  • ba41e95 Do not add transformed value names to named_vars
  • ed8bfc0 Rename data kwarg to observed in Model register_rv
  • 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 [pymc](https://github.com/pymc-devs/pymc) from 4.3.0 to 4.4.0.
- [Release notes](https://github.com/pymc-devs/pymc/releases)
- [Changelog](https://github.com/pymc-devs/pymc/blob/main/RELEASE-NOTES.md)
- [Commits](pymc-devs/pymc@v4.3.0...v4.4.0)

---
updated-dependencies:
- dependency-name: pymc
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Nov 28, 2022
@michaelosthege michaelosthege merged commit 8e845aa into main Nov 28, 2022
@dependabot dependabot bot deleted the dependabot/pip/pymc-4.4.0 branch November 28, 2022 19:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant