v0.1.15
What's Changed
__(r)matmul__
ofMatrix
linear operator outputsnp.matrix
by @marvinpfoertner in #602- Default ODE filter arguments by @pnkraemer in #603
- Correct links in footer of documentation by @JonathanWenger in #604
- Fix pylint errors for
stepsize
by @pnkraemer in #608 - Fix pylint errors for
_perturbsolve_ivp.py
by @pnkraemer in #606 - Fix pylint errors for
_probsolve_ivp.py
by @pnkraemer in #607 - Update sphinx requirement from <4.3.3,>=3.0 to >=3.0,<4.4.1 by @dependabot in #612
- Fix pylint errors for
_odesolution.py
and_odesolver.py
by @pnkraemer in #609 - Filter warning for importlib by @pnkraemer in #613
- pylint cleanup quad by @mmahsereci in #610
- Additions to the global pylint configuration by @marvinpfoertner in #616
- Another additions to the global pylint configuration by @mmahsereci in #617
- Fix a bunch of pylint errors in filtsmooth by @pnkraemer in #611
- Update jax requirement from <0.2.27 to <0.2.28 by @dependabot in #619
- Cholesky decompositions of
LinearOperator
s by @marvinpfoertner in #618 - Update jaxlib requirement from <0.1.76 to <0.1.77 by @dependabot in #621
- Process noise in discrete transitions by @pnkraemer in #615
- Small documentation fixes and updates to roles by @JonathanWenger in #623
- Remove some abstractmethod-decorators from RandomProcess by @pnkraemer in #629
- Pin the pytest version and replace jaxlib dependency by @pnkraemer in #626
- Fix typos in code chunks in docs by @pitmonticone in #631
- Drop Python 3.7 Support by @marvinpfoertner in #632
- Scipy intersphinx mapping update by @pnkraemer in #630
- Split filtsmooth notebooks by @pnkraemer in #628
- Improve ODE filter initialisation and add more strategies by @pnkraemer in #614
- Enabled pylint: hidden-method in Markov process submodule by @pnkraemer in #634
- Reorthogonalization for a stable implementation of the probabilistic linear solver by @JonathanWenger in #580
Full Changelog: v0.1.14...v0.1.15