Releases: jacobwilliams/polyroots-fortran
Releases · jacobwilliams/polyroots-fortran
1.4.0
1.3.0
- Added modernized
dpolz
andcpolz
methods from MATH77 library - Removed nonstandard
isnan
function and replaced withieee_is_nan
- Minor code changes
- Readme updates
1.2.0
- Added new method:
rroots_chebyshev_cubic
- Fixed an issue causing
cpqr79
to fail for gfortran release builds - Test updates
- Minor changes
1.1.0
- Added new methods:
cpoly
polzeros
fpml
cpolyroots
- Updates to tests and CI
- Updates to readme
1.0.0
- Added
cpqr79
method - Added
cmplx_roots_gen
method - added a basic newton raphson polish routine
- some changes to routine interfaces for consistency
- code refactoring
- readme updates
- test case updates
0.1
Initial release