Skip to content

Releases: adtzlr/contique

v1.0.0

12 May 21:14
Compare
Choose a tag to compare

v0.1.16

12 May 20:48
Compare
Choose a tag to compare

What's Changed

  • Modernize: src/-layout, pyproject.toml config, code coverage, etc. by @adtzlr in #12

Full Changelog: v0.1.15...v0.1.16

v0.1.15

07 Sep 06:46
Compare
Choose a tag to compare

Full Changelog: v0.1.14...v0.1.15

(add the step-number to the arguments of the callback function)

v0.1.14

06 Sep 22:31
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.13...v0.1.14

v0.1.13

25 Aug 20:43
Compare
Choose a tag to compare
  • Add Python 3.10 compatibility 020fd79

v0.1.12 Fix typo in Readme

22 Apr 19:17
Compare
Choose a tag to compare
Merge branch 'main' of https://github.com/adtzlr/contique into main

v0.1.11 Add Bratu example

17 Mar 10:51
Compare
Choose a tag to compare

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

14 Mar 20:25
Compare
Choose a tag to compare

v0.1.9 Adopt default solver values

05 Mar 15:25
Compare
Choose a tag to compare
bump version to 0.1.9

v0.1.8 Optimized Jacobian approximation + complete docstring documentation

05 Mar 09:30
Compare
Choose a tag to compare

Highlights of this relase:

  • set central differences (3-point mode) as default jacobian approximation jacmode=3
  • automatic jaceps based on machine epsilon if jaceps=None
  • complete docstring documentation for all functions and classes