Releases: pymc-devs/sunode
Releases · pymc-devs/sunode
v0.6.0
What's Changed
- Lint README and fix a few typos by @maresb in #45
- Add option to use linear solver for banded matrix and document solver arguments by @astoeriko in #48
- Fix example for stand-alone usage and remove old notebooks by @astoeriko in #49
- Fix issue resulting from pickling the solver several times by @astoeriko in #51
- Rewrite github tests by @aseyboldt in #50
New Contributors
Full Changelog: v0.5.0...v0.6.0
v0.5.0
What's Changed
- Dropped Aesara support and fixex compatibility with current PyTensor version by @michaelosthege in #44
Full Changelog: v0.4.0...v0.5.0
v0.4.0
What's Changed
- ⚠ Removed Theano support in favor of PyTensor by @michaelosthege in #40
- Support computing derivatives with respect to the ode evaluation time by @aseyboldt in #38
- Using
pytest-cov
to report coverage by @michaelosthege in #37
Full Changelog: v0.3.0...v0.4.0
v0.3.0
What's Changed
- Updated for latest PyMC version compatibility by @michaelosthege in #29
- Aligned recipe license with the project by @michaelosthege in #31
- Fixed equation formatting in the README.md by @astoeriko in #33
Full Changelog: v0.2.2...v0.3.0
v0.3.0-alpha
Add support for the new aesara based pymc version 4
Version 0.2.2
v0.2.2 Add test for linear_solver kwarg
v0.2.1
Version 0.2
v0.2 Fix sympy 1.8 moved import