Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Releases: pymc-devs/pymc

v5.23.0

28 May 05:45
Compare
Choose a tag to compare
Loading

What's Changed

Major Changes 🛠

  • Bump PyTensor dependency by @ricardoV94 in #7792
    • This release raises error for some forms of runtime broadcasting in advanced set_subtensor operations that were previously allowed.

New Features 🎉

Bugfixes 🪲

Documentation 📖

Maintenance 🔧

New Contributors

Full Changelog: v5.21.2...v5.23.0

v5.22.0

03 Apr 12:31
518eac9
Compare
Choose a tag to compare
Loading

What's Changed

Major Changes 🛠

  • Bump PyTensor dependency by @ricardoV94 in #7740
    • This release changes how JAX dispatch of random variables are implemented. Custom dispatches will have to be updated

Documentation 📖

  • Add return type overload for sample_posterior_predictive by @nataziel in #7710
  • Replaced "log-likelihood" with "distribution" in for all the classes where distributions is more appropriate rather than log-likelihood. by @tanishy7777 in #7573

Maintenance 🔧

  • Allow passing graph level attributes to graphviz by @zaxtax in #7741
  • Add warning if a Minibatched variable is used without total_size by @zaxtax in #7742

New Contributors

Full Changelog: v5.21.1...v5.22.0

v5.21.2

03 Apr 15:02
518eac9
Compare
Choose a tag to compare
Loading

Important

This was an erroneous duplicate release of v5.22.0.

v5.21.1

07 Mar 08:59
Compare
Choose a tag to compare
Loading

What's Changed

New Features 🎉

  • Support PyTensor deterministic operations as observations by @wd60622 in #7656
  • Allow draws from Weibull, MvStudentT, LKJCorr and LKJCholeskyCovRV in alternative backends by @ricardoV94 in #7685

Maintenance 🔧

Full Changelog: v5.21.0...v5.21.1

v5.21.0

26 Feb 13:10
Compare
Choose a tag to compare
Loading

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

v5.20.1

06 Feb 11:51
Compare
Choose a tag to compare
Loading

What's Changed

New Features 🎉

Bugfixes 🪲

Documentation 📖

Maintenance 🔧

New Contributors

Full Changelog: v5.20.0...v5.20.1

v5.20.0

07 Jan 20:55
Compare
Choose a tag to compare
Loading

What's Changed

Major Changes 🛠

Bugfixes 🪲

Documentation 📖

  • Fix error in docstring example for MatrixNormal by @roesta07 in #7599

New Contributors

Full Changelog: v5.19.1...v5.19.2

v5.19.1

05 Dec 17:01
Compare
Choose a tag to compare
Loading

What's Changed

Bugfixes 🪲

  • Bump numpy version due to use of Generator.spawn only available in >=1.25 by @ricardoV94 in #7607

Maintenance 🔧

Full Changelog: v5.19.0...v5.19.1

v5.19.0

03 Dec 15:06
3f3aeb9
Compare
Choose a tag to compare
Loading

What's Changed

Major Changes 🛠

  • Speedup sample and allow specifying compile_kwargs by @ricardoV94 in #7578. This introduces several major changes related to step samplers:
    • internal uses of logp_dlogp_function now work with raveled inputs. External use will issue a warning unless ravel_inputs is specified explicitly. Eventually it will only be possible to use ravel_inputs=True.
    • Step samplers arguments besides vars must be passed by keyword
    • RaveledVars.point_map_info is now a 4-n tuple, with size introduced.
    • assign_step_method does not call instantiate_steppers, but returns arguments needed for the latter.
    • Allow passing compile_kwargs to sample which is then forwarded to the step samplers functions

Bugfixes 🪲

Documentation 📖

Maintenance 🔧

  • Register the overloads added by CustomDist so it works with multiprocess with SMC by @EliasRas in #7241

New Contributors

Full Changelog: v5.18.2...v5.19.0

v5.18.2

18 Nov 08:02
Compare
Choose a tag to compare
Loading

What's Changed

Maintenance 🔧

  • Allow interdependent initial points from same OpFromGraph node by @ricardoV94 in #7569

Full Changelog: v5.18.1...v5.18.2

Morty Proxy This is a proxified and sanitized view of the page, visit original site.