Releases: jacobwilliams/ddeabm
Releases · jacobwilliams/ddeabm
3.0.1
3.0.0
- Now using root solver from the roots-fortran library.
- Can now specify the real kind by a preprocessor flag (i.e.
REAL32
,REAL64
, orREAL128
). - Removed the
ddeabm_kinds
module and merged into main module. Now exports addeabm_rk
variable. - Updated pyplot-fortran to latest version in tests.
- Some minor mods to docstrings and readme file.
2.1.0
- Added Fortran Package Manager support.
1.3.0
- Added fixed time step (dense) output option.
- Added FoBiS configuration file for compiling static & shared libs, test programs, and documentation.
1.2.1
- Fixed sign bug when user-specified initial step size.
- Typo corrections in readme example.
1.2.0
- Added support for vector event functions.
- Added new options to specify the initial step size.
- Some minor refactoring.
1.1.1
- Minor change: renamed the
kind_module
toddeabm_kinds
to avoid potential conflicts with other libraries.
1.1.0
- Added a new feature so caller can stop the integration by calling the
stop_integration
method. - other minor changes.
1.0.0
Initial release of new modern Fortran version of DDEABM.