blackjax-devs / blackjax

BlackJAX is a Bayesian Inference library designed for ease of use, speed and modularity.
https://blackjax-devs.github.io/blackjax/
Apache License 2.0
806 stars 105 forks source link

Fix deprecated call to jnp.clip #664

Closed GaetanLepage closed 4 months ago

GaetanLepage commented 5 months ago

Thank you for opening a PR!

Since jax 0.4.27, jax.numpy.clip has a new signature.

Fixes #663

A few important guidelines and requirements before we can merge your PR:

Consider opening a Draft PR if your work is still in progress but you would like some feedback from other contributors.