Releases: adtzlr/contique
Releases · adtzlr/contique
v1.0.0
v0.1.16
v0.1.15
Full Changelog: v0.1.14...v0.1.15
(add the step-number to the arguments of the callback function)
v0.1.14
v0.1.13
v0.1.12 Fix typo in Readme
Merge branch 'main' of https://github.com/adtzlr/contique into main
v0.1.11 Add Bratu example
add test example: Bratu problem with contique
by using the finite-differences approach (https://www.sciencedirect.com/science/article/pii/S089812211300610X).
v0.1.10 Bugfix - Allow Functions without additional arguments beside x and lpf
v0.1.9 Adopt default solver values
bump version to 0.1.9
v0.1.8 Optimized Jacobian approximation + complete docstring documentation
Highlights of this relase:
- set central differences (3-point mode) as default jacobian approximation
jacmode=3
- automatic
jaceps
based on machine epsilon ifjaceps=None
- complete docstring documentation for all functions and classes