Skip to content

Releases: jacobwilliams/polyroots-fortran

1.4.0

21 Jan 16:59
Compare
Choose a tag to compare
  • Added modernized dqtcrt method from the NSWC library.
  • Updates to the Readme, CI, Ford docs, and unit tests.

1.3.0

08 Oct 02:03
2353669
Compare
Choose a tag to compare
  • Added modernized dpolz and cpolz methods from MATH77 library
  • Removed nonstandard isnan function and replaced with ieee_is_nan
  • Minor code changes
  • Readme updates

1.2.0

24 Sep 14:31
Compare
Choose a tag to compare
  • Added new method: rroots_chebyshev_cubic
  • Fixed an issue causing cpqr79 to fail for gfortran release builds
  • Test updates
  • Minor changes

1.1.0

23 Sep 03:46
Compare
Choose a tag to compare
  • Added new methods:
    • cpoly
    • polzeros
    • fpml
    • cpolyroots
  • Updates to tests and CI
  • Updates to readme

1.0.0

18 Sep 19:54
7c02263
Compare
Choose a tag to compare
  • 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

14 Sep 19:30
Compare
Choose a tag to compare
0.1

Initial release