A new release of pymc is now available!
Release Information
- Version:
v5.26.0 - Repository: pymc-devs/pymc
- Release Page: Release v5.26.0 · pymc-devs/pymc · GitHub
- Note: It may take some time for the release to appear on PyPI and conda-forge.
Release Notes
What’s Changed
Major Changes 
- Bump PyTensor dependency and drop support for NumPy <2.0, and Python 3.10 by @ricardoV94 in Update PyTensor dependency (drop numpy <2.0, and Python 3.10.) by ricardoV94 · Pull Request #7910 · pymc-devs/pymc · GitHub
- Functions that try to infer inputs of the graph fail with more than one input. This includes
Model.compile_fn,gradient,jacobianandhessian_diag. Model.compile_logpnow expects all model variables as input, even when only a subset of the logp terms is requested.- Many pytensor functions from moved from
pytensor.graph.basictopytensor.graph.traversal, includingancestors,graph_inputs, and toposort related functions.
- Functions that try to infer inputs of the graph fail with more than one input. This includes
- Remove deprecated
noiseparameter for GPs by @williambdean in Remove deprecated `noise` parameter for GPs by williambdean · Pull Request #7886 · pymc-devs/pymc · GitHub
New Features 
- Implement
logcdfforCensoredRVby @asifzubair in Implement `logcdf` for `CensoredRV` by asifzubair · Pull Request #7884 · pymc-devs/pymc · GitHub - Derive logprob for Split operation by @ricardoV94 in Derive logprob for Split operation by ricardoV94 · Pull Request #7875 · pymc-devs/pymc · GitHub
Bugfixes 
- Fix bug in mixture logprob inference with
Noneindices by @asifzubair in Fix bug in mixture logprob inference with `None` indices by asifzubair · Pull Request #7877 · pymc-devs/pymc · GitHub
Documentation 
- Add model_to_mermaid to docs by @williambdean in Add model_to_mermaid to docs by williambdean · Pull Request #7868 · pymc-devs/pymc · GitHub
- Use rst code-block over code:: by @williambdean in https://github.com/pymc-devs/pymc/pull/7882
Maintenance 
- Show more digits of step size in progress_bar by @ricardoV94 in Show more digits of step size in progress_bar by ricardoV94 · Pull Request #7870 · pymc-devs/pymc · GitHub
- Allow for specification of ‘var_names’ in ‘mock_sample’ by @tomicapretto in Allow for specification of 'var_names' in 'mock_sample' by tomicapretto · Pull Request #7906 · pymc-devs/pymc · GitHub
New Contributors
- @asifzubair made their first contribution in Fix `numpy` deprecation warning when running tests in `test_metropolis.py` by asifzubair · Pull Request #7871 · pymc-devs/pymc · GitHub
Full Changelog: Comparing v5.25.1...v5.26.0 · pymc-devs/pymc · GitHub
This post was automatically generated from the GitHub release.