You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Rerelease of 0.1.6 old that had a bug in VE Markov chains. This changes the api a bit, especially for SDEs, but things are more general and explicit and you can now use a cosine beta schedule (or any beta schedule) too.
Refactor sde class to be more pythonic (flat).
Added bayesian inversion methods for linear inverse problems.
Added linting, refactored, then removed again since linting was not compatible with python 3.7 or 3.8.
New linting, remove requirements.txt in favour of extras in setup.py, improve CI workflow, change linting so that tab is 2 spaces rather than 4, refactor so that no longer directly depend on orbax or optax, and make clear those dependencies that only occur within the examples.