Skip to content

v5.7.0

Compare
Choose a tag to compare
@ricardoV94 ricardoV94 released this 31 Jul 08:56
· 581 commits to main since this release

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