Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Releases: jacobwilliams/ddeabm

3.0.1

19 Jan 00:02
dd55b45

Choose a tag to compare

  • Minor code formatting
  • FPM, docs and CI updates

3.0.0

26 Feb 02:41
763e8fd

Choose a tag to compare

  • Now using root solver from the roots-fortran library.
  • Can now specify the real kind by a preprocessor flag (i.e. REAL32, REAL64, or REAL128).
  • Removed the ddeabm_kinds module and merged into main module. Now exports a ddeabm_rk variable.
  • Updated pyplot-fortran to latest version in tests.
  • Some minor mods to docstrings and readme file.

2.1.0

22 Nov 20:41

Choose a tag to compare

  • Added Fortran Package Manager support.

1.3.0

15 Apr 01:46
03588a5

Choose a tag to compare

  • Added fixed time step (dense) output option.
  • Added FoBiS configuration file for compiling static & shared libs, test programs, and documentation.

1.2.1

04 Apr 11:05

Choose a tag to compare

  • Fixed sign bug when user-specified initial step size.
  • Typo corrections in readme example.

1.2.0

01 Jan 20:37

Choose a tag to compare

  • Added support for vector event functions.
  • Added new options to specify the initial step size.
  • Some minor refactoring.

1.1.1

01 Jan 20:36

Choose a tag to compare

  • Minor change: renamed the kind_module to ddeabm_kinds to avoid potential conflicts with other libraries.

1.1.0

21 May 03:50

Choose a tag to compare

  • Added a new feature so caller can stop the integration by calling the stop_integration method.
  • other minor changes.

1.0.0

29 Dec 03:20

Choose a tag to compare

Initial release of new modern Fortran version of DDEABM.