Skip to content

v0.9.0

Choose a tag to compare

@github-actions github-actions released this 24 Feb 20:31
· 36 commits to master since this release
c440cc5

MadNLP v0.9.0

Diff since v0.8.12

Breaking changes

  • Update to MadNLP 0.9

Merged pull requests:

Closed issues:

  • Revisiting fixed variable treatment (#70)
  • Add different strategies to update the barrier mu (#96)
  • LapackGPUSolver goes into feasibility restoration when LapackCPUSolver does not (#205)
  • Definition of primal solution? (#212)
  • Fixed variable multiplier (#229)
  • Wrong solution in QuickStart example (#238)
  • README.md simplification (#324)
  • Unable to get GPU solver working (#381)
  • [MadNLPGPU] Use CHOLESKY insted of LDL by default? (#438)
  • Passing x, y, zl, and zu, to a first call of solve! ignores these arguments. (#450)
  • Allow for LinearSolve.jl linear solver choices? (#479)
  • No change to objective over course of optimization (#484)
  • [Bug] Linear solver backend (#505)
  • [MOI] Support VectorNonlinearOracle (#508)
  • Support for user given callback functions (#512)
  • [documentation] Explain how to use an AbstractNLPModels to solve NLP problems on GPU (#513)
  • Existing options keys (#516)
  • Maximization problem and objective value (#517)
  • Issue with max (instead of min) with CUDABackend (#518)
  • How to use L-BFGS on NVIDIA / AMD GPUs? (#522)
  • [documentation] Specify the packages to load for the tutorial on LBFGS (#523)
  • [documentation] Explain how to use BFGS in MadNLP (#525)
  • [MOI] GPU syntax in readme is not working (#556)
  • Should we keep the file NEWS.md? (#559)
  • Multi-precision and LBFGS (#562)
  • mu_init parameter (#579)