github pymc-devs/pymc v5.7.0

latest releases: v5.16.2, v5.16.1, v5.16.0...
13 months 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.