Skip to content

v2.7.4

Latest

Choose a tag to compare

@github-actions github-actions released this 03 Jun 11:36
· 19 commits to main since this release
554b0f5

Uno v2.7.4 implements the following:

Fixes

  • Fixed Options::set for booleans (#734)
  • Fixed InverseLBFGSHessian (#738)
  • Fixed the missing newline in uno_c.f90 (#757)

Improvements

  • Zero-cost abstraction Range + new derived class IntegerRange of Collection (#733)
  • unopy improvements based on static analysis (#743)
  • AMPL improvements based on static analysis (#744)
  • Added get_solution_constraints function (#751)
  • Added write_solution_to_file option used by AMPL and CUTEst (#750)

CI

  • Updated pyOptSparse reverse CI workflow (#736)
  • Compile Uno_jll with ASAN/UBSAN for the tests on linux (#732, #739, #742)
  • Drop support for musl wheels (#752)
  • Improved the wheel workflow (#754, #755)

Minor changes

  • Update the generator of interfaces (#741)
  • Correct syntax for external headers (#753)