Releases: martinjrobins/diffsol
Releases Β· martinjrobins/diffsol
v0.5.3
What's Changed
- feat: refactor adjoint trait, impl discrete adjoint by @martinjrobins in #124
- doc: add adjoint to diffsol book and add example by @martinjrobins in #126
Full Changelog: v0.5.2...v0.5.3
v0.5.2
What's Changed
- docs: update sundials bench, new python bench by @martinjrobins in #116
- docs: misc book fixes by @martinjrobins in #117
- feat(diffsl): multithreaded and forward/reverse sens support by @martinjrobins in #120
- refactor(diffsl): always serial and adjoint sparsity setup by @martinjrobins in #121
- docs: add forward sensitivity example to book by @martinjrobins in #123
Full Changelog: v0.5.1...v0.5.2
v0.5.1
What's Changed
- docs: add pde section in mdbook by @martinjrobins in #110
- chore: update dependencies by @martinjrobins in #111
- feat: test on windows and macos-latest by @martinjrobins in #112
Full Changelog: v0.5.0...v0.5.1
v0.5.0
What's Changed
- refactor: improvements to data ownership and lifetimes by @martinjrobins in #109
Full Changelog: v0.4.0...v0.5.0
v0.4.0
What's Changed
- refactor: remove use of Rc in OdeEquations trait by @martinjrobins in #104
- docs: update book for new api by @martinjrobins in #105
- feat: primer on ode modelling using diffsol by @martinjrobins in #106
Full Changelog: v0.3.0...v0.4.0
v0.3.0
d5fee3a feat: add helper sensitivities and adjoint functions to method trait (#101)
29a29ae feat: adjoint equations (#99)
cfacee1 feat: checkpointing and solver-specific state (#97)
176f856 feat: solvers support reverse time (for internal use only) (#93)
b7f0589 refactor: solve and solve_dense use a dense matrix type for state return (#90)
8d19b87 feat(diffsl): update & enable cranelift backend (#86)
d558868 perf(bdf, sdirk): jacobian update controller (#85)