Uno v2.7.4 implements the following:
Fixes
- Fixed
Options::setfor booleans (#734) - Fixed
InverseLBFGSHessian(#738) - Fixed the missing newline in
uno_c.f90(#757)
Improvements
- Zero-cost abstraction
Range+ new derived classIntegerRangeofCollection(#733) - unopy improvements based on static analysis (#743)
- AMPL improvements based on static analysis (#744)
- Added
get_solution_constraintsfunction (#751) - Added
write_solution_to_fileoption used by AMPL and CUTEst (#750)
CI
- Updated pyOptSparse reverse CI workflow (#736)
- Compile
Uno_jllwith ASAN/UBSAN for the tests on linux (#732, #739, #742) - Drop support for musl wheels (#752)
- Improved the wheel workflow (#754, #755)