Skip to content

Releases: grimme-lab/nlopt-f

NLOpt Fortran bindings version 0.2.0

01 Jul 20:07
83d21e7
Compare
Choose a tag to compare

Thanks to Ivan Pribec (@ivan-pi) and Nicholas Wogan (@Nicholaswogan) for contributing to this version.

Changelog

New Contributors

Full Changelog: v0.1.0...v0.2.0

Initial release of NLopt Fortran bindings

29 Jan 12:24
696b0e2
Compare
Choose a tag to compare

First release version of Fortran bindings for NLopt

Available features

  • low-level interface module for directly accessing C API in nlopt_interface module
  • object-oriented C API is mapped one to one to Fortran in nlopt_wrap module
  • compatibility mode for supporting all NLopt versions since 2.0.0
  • support for meson, CMake and fpm build systems