v0.1.23
What's Changed
- Fallback implementations of
LinearOperator
methods by @marvinpfoertner in #773 LinearOperator.solve
method by @marvinpfoertner in #772{Identity,Symmetric}Kronecker
andSymmetrize
implementation via subclassing by @marvinpfoertner in #776- Update
LinearOperator
class docstring by @marvinpfoertner in #778 - Fix all
pylint
messages inlinops
by @marvinpfoertner in #777 - Some
quad
toy problems by @mmahsereci in #746 - Some more acquisition functions for
quad
by @mmahsereci in #758 - Update jax[cpu] requirement from <0.4.3 to <0.4.4 by @dependabot in #779
- Update ipython requirement from <8.10.0 to <8.11.0 by @dependabot in #780
- Multilevel Bayesian quadrature by @tskarvone in #750
- Specify matplotlib version for notebooks by @JonathanWenger in #783
Kernel.linop
method by @marvinpfoertner in #782- Split
Kernel.input_shape
intoKernel.input_shape_{0,1}
by @marvinpfoertner in #785 - Cleaned up notebook requirements by @JonathanWenger in #786
- Refactor global
pylint
checks by @marvinpfoertner in #788 - add warning to
quad
docs by @mmahsereci in #784 - Rename
Kernel
toCovarianceFunction
by @marvinpfoertner in #789
Full Changelog: v0.1.22...v0.1.23