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.