github pymc-devs/pymc v5.21.0

15 hours ago

What's Changed

Major Changes 🛠

  • Bump PyTensor and support numpy>2.0 and Python 3.13 by @ricardoV94 in #7688
    • Note: Checking if variable:, equivalent to bool(variable) now raises for PyMC variables. Use if variable is not None or whatever is appropriate in your context.
  • Remove deprecated generator data by @wd60622 in #7664

Bugfixes 🪲

Maintenance 🔧

  • Relax observe to allow observing already observed variables by @zaxtax in #7679
  • Reuse jaxified logp when sampling via jax by @nataziel in #7681

Full Changelog: v5.20.1...v5.21.0

Don't miss a new pymc release

NewReleases is sending notifications on new releases.