v0.1.19
What's Changed
- Remove restriction for negative scalars in
ScaledKernel
by @marvinpfoertner in #663 - Update jax[cpu] requirement from <0.3.2 to <0.3.5 by @dependabot in #664
- Fixing parameters expansion in
ProductMatern
by @mmahsereci in #665 - Improved type hints in documentation by @JonathanWenger in #662
- resolve pylint in benchmark for line-too-long by @akapoor13 in #675
- Pin versions of doc dependencies by @JonathanWenger in #679
- Jupyter Documentation replaced by RST by @ShayekhBinIslam in #676
- Update sphinx requirement from <4.5,>=3.0 to >=3.0,<4.6 by @dependabot in #688
- Resolve pylint line-too-long for linops by @PrSh27 in #682
- Migrate
setup.cfg
topyproject.toml
and refactorpyproject.toml
by @marvinpfoertner in #685 - Move contents of
.coveragerc
intopyproject.toml
by @marvinpfoertner in #691 - refactor randvars with pylint by @akapoor13 in #684
- refactor utils with pylint by @akapoor13 in #683
- refactor diffeq to pylint by @akapoor13 in #694
- Resolve pylint line-too-long messages in randprocs by @npate012 in #681
- Consistent types for
quad
domain. by @mmahsereci in #660 - making
quad
iterator info stateless & adding tests by @mmahsereci in #659 - Fixed the
line-too-long
message for all modules underprobnum.linalg
subpackage. by @peterw2333 in #696
New Contributors
- @akapoor13 made their first contribution in #675
- @ShayekhBinIslam made their first contribution in #676
- @PrSh27 made their first contribution in #682
- @npate012 made their first contribution in #681
- @peterw2333 made their first contribution in #696
Full Changelog: v0.1.18...v0.1.19