v4.0.1
What's Changed
Docs
- PyMC, Aesara and Aeppl intro notebook by @juanitorduz in #5721
- Moved wiki install guides to the docs by @fonnesbeck in #5869
- Fix Examples link in README by @ryanrussell in #5860
- Update dev guide by @michaelosthege in #5810
- Run black on core notebooks by @ricardoV94 in #5901
- Convert
rng_seedertorandom_seedin 'Prior and Posterior Predictive Checks' notebook by @hectormz in #5896 - Disable dark mode in docs by @ricardoV94 in #5904
- Fixed Student-t process docstring by @kunalghosh in #5853
Bugfixes & Maintenance
- Align advertised
Metropolis.stats_dtypeswith changes from 1e7d91f by @michaelosthege in #5882 - Added a check in
Empiricalapproximation which does not yet supportInferenceDatainputs (see #5884) by @ferrine in #5874 - Compute some basic
Slicesample stats by @ricardoV94 in #5889 - Fixed bug when sampling discrete variables with SMC by @ricardoV94 in #5887
- Removed
tsuffix from functions,Modelmethods and properties by @cuchoi in #5863Model.logpt→Model.logpModel.dlogpt→Model.dlogpModel.d2logpt→Model.d2logpModel.datalogpt→Model.datalogpModel.varlogpt→Model.varlogpModel.observedlogpt→Model.observedlogpModel.potentiallogpt→Model.potentiallogpModel.varlogp_nojact→Model.varlogp_nojaclogprob.joint_logpt→logprob.joint_logp
- Remove self-directing arrow in observed nodes by @larryshamalama in #5893
- Update
clone_replacestrictkeyword name by @brandonwillard in #5849 - Renamed
pm.Constanttopm.DiracDeltaby @cluhmann in #5903 - Update
Dockerfileto PyMC v4 by @danhphan in #5881 - Refactor
sampling_jaxpostrocessing to avoid jit by @ferrine in #5908 - Fix
compile_fnbug and reduce return type confusion by @michaelosthege in #5909 - Align conda envs and add Windows 3.9 env by @hectormz in #5895
- Include
ConstantDatainInferenceDatareturned by JAX samplers by @danhphan in #5807 - Updated Aesara dependency to 2.7.3 by @ricardoV94 in #5910
New Contributors
- @kunalghosh made their first contribution in #5853
- @ryanrussell made their first contribution in #5860
- @hectormz made their first contribution in #5896
Full Changelog: v4.0.0...v4.0.1