Recent Releases of contique

contique - v1.0.0

Full Changelog: https://github.com/adtzlr/contique/compare/v0.1.16...v1.0.0

- Python
Published by adtzlr almost 3 years ago

contique - v0.1.16

What's Changed

  • Modernize: src/-layout, pyproject.toml config, code coverage, etc. by @adtzlr in https://github.com/adtzlr/contique/pull/12

Full Changelog: https://github.com/adtzlr/contique/compare/v0.1.15...v0.1.16

- Python
Published by adtzlr almost 3 years ago

contique - v0.1.15

Full Changelog: https://github.com/adtzlr/contique/compare/v0.1.14...v0.1.15

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

- Python
Published by adtzlr over 3 years ago

contique - v0.1.14

What's Changed

  • Enhance functionality by @adtzlr in https://github.com/adtzlr/contique/pull/10

Full Changelog: https://github.com/adtzlr/contique/compare/v0.1.13...v0.1.14

- Python
Published by adtzlr over 3 years ago

contique - v0.1.13

  • Add Python 3.10 compatibility 020fd7921c61229deaed3c0a100bd9a35876cc39

- Python
Published by adtzlr over 3 years ago

contique - v0.1.12 Fix typo in Readme

- Python
Published by adtzlr almost 5 years ago

contique - 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).

- Python
Published by adtzlr almost 5 years ago

contique - v0.1.10 Bugfix - Allow Functions without additional arguments beside x and lpf

see commits https://github.com/adtzlr/contique/commit/4bef6fb8ab9a2c9ddc96f8cce40f341d9700e447 and https://github.com/adtzlr/contique/commit/f7a92966f3d5b9d999af88ec679c42cac41bceab

- Python
Published by adtzlr almost 5 years ago

contique - v0.1.9 Adopt default solver values

- Python
Published by adtzlr almost 5 years ago

contique - 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 if jaceps=None - complete docstring documentation for all functions and classes

- Python
Published by adtzlr almost 5 years ago

contique - v0.1.7 Allow overshoot of final control component

If the control component changes during a cycle but the final control component is within a valid range of overshoot, then no re-cycle of a step is performed. This should prevent Errors due to "cyclic permutations" of the control component until max. numbers of cycles is reached:

  • Cycle 1, Control -1 to +2
  • Cycle 2, Control +2 to -4
  • Cycle 3, Control -4 to -7
  • Cycle 4, Control -7 to -1
  • ...

- Python
Published by adtzlr almost 5 years ago

contique - v0.1.6 Corrected typo in README (newton tol.)

- Python
Published by adtzlr about 5 years ago

contique - v0.1.5 Re-add number of newton iterations to print statements

  • adapt README for new print statements
  • raise to version 0.1.5

- Python
Published by adtzlr about 5 years ago

contique - v0.1.4 Smaller print statements during numerical continuation

  • smaller information of step/cycle/converged
  • initial res object now contains jac
  • moved all print statements from solver.py to printinfo.py
  • calculate final jac in newtonrhapson.py
  • added 2 new examples

- Python
Published by adtzlr about 5 years ago

contique - Initial Release 0.1.0

- Python
Published by adtzlr about 5 years ago