Skip to content

Releases: jacobwilliams/quadpack

2.1.2

02 Dec 16:14
d57fa08
Compare
Choose a tag to compare
  • A minor code change to avoid a warning (an unused intent(in) variable was not being given a value).
  • Fixed the GitHub Actions CI with the latest version of FPM.

2.1.1

16 Dec 16:58
7761a6e
Compare
Choose a tag to compare
  • Fixed a bug in dqnc79 where the err argument should be intent(in).
  • Fixed some typos in comments.

2.1.0

10 Jun 14:45
Compare
Choose a tag to compare
  • Internal refactoring. All the GOTO statements have been eliminated.
  • Minor update to the formatting when printing error messages.
  • Updates to the Readme and CI.

2.0.0

27 Feb 21:58
Compare
Choose a tag to compare

New Modern Fortran Quadpack. The original FORTRAN 77 code has been extensively refactored, and new methods added. Updates include:

  • Incorporation of Fortran Package Manager build system.
  • Single, Double, and Quadruple precision interfaces in the same module.
  • New methods have been added that were not in the original Quadpack.
  • Fixed to free-form conversion and reformatting of doc strings to be FORD-compatible.
  • Updates and fixed to the original code.

Development will continue on GitHub.

1.0.0

01 Jan 21:11
Compare
Choose a tag to compare

This is the original FORTRAN 77 QUADPACK from Netlib.