Skip to content

Tags: logongas/pymc

Tags

v5.12.0

Toggle v5.12.0's commit message
Improve example on expanded sample_posterior_predictive

Sample posterior_predictive relies on other groups to infer volatility, so it's important to keep the whole InferenceData.

Also there's a shape error if `sample_dims` is not specified

v5.11.0

Toggle v5.11.0's commit message
Improve docs

v5.10.4

Toggle v5.10.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix copying of shared variables in `fgraph_from_model` (pymc-devs#7153)

* Do not use deprecated ScalarSharedVariable

* Recreate SharedVariables with exact type in fgraph_from_model

v5.10.3

Toggle v5.10.3's commit message
Add test for Blockwise logp regression

v5.10.2

Toggle v5.10.2's commit message
Bump docker/metadata-action from 5.0.0 to 5.3.0

Bumps [docker/metadata-action](https://github.com/docker/metadata-action) from 5.0.0 to 5.3.0.
- [Release notes](https://github.com/docker/metadata-action/releases)
- [Commits](docker/metadata-action@96383f4...31cebac)

---
updated-dependencies:
- dependency-name: docker/metadata-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

v5.10.1

Toggle v5.10.1's commit message
Avoid inplace mutation in replace_rvs_by_values

This would happen when transforms reference other variables

v5.10.0

Toggle v5.10.0's commit message
Bump Pytensor dependency to >=2.18.1,<2.19

v5.9.2

Toggle v5.9.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix typo in distribution dimensionality (pymc-devs#7005)

The order of shape got probably mixed-up here.

v5.9.1

Toggle v5.9.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Support logp derivation of `power(base, rv)` (pymc-devs#6962)

Co-authored-by: Ricardo Vieira <[email protected]>

Co-authored-by: Luke LB <[email protected]>

v5.9.0

Toggle v5.9.0's commit message
Fix mypy failure