pypi pymc 5.7.0
v5.7.0

latest releases: 6.3.1, 6.3.0, 6.2.0...
3 years ago

What's Changed

Major Changes 🛠

  • Drop support for Python 3.8 by @ricardoV94 in #6832
  • Bump PyTensor dependency by @ricardoV94 in #6830
    • PyTensor no longer allows runtime broadcasting. If you want a MutableData tensor to broadcast along an existing dimension, specify its static shape as (1,) along the relevant axis. Example: pm.MutableData("x", np.ones((1, 10)), shape=(1, None)).

New Features 🎉

Bugfixes 🪲

Documentation 📖

  • Don't use size and simplify dims example in dimensionality notebook by @ricardoV94 in #6829

Maintenance 🔧

Full Changelog: v5.6.1...v5.7.0

Don't miss a new pymc release

NewReleases is sending notifications on new releases.