Skip to content

v0.5.0

Choose a tag to compare

@jolars jolars released this 26 May 15:14
· 146 commits to main since this release
1704ec8

Breaking changes

  • make barrier/augmented-Lagrangian methods inner-solver-agnostic (5a4f369)
  • rename BoxConstrained → BoxConstraints (7d60b0f)

Features

  • add MatVec + MatTransposeVec to vec, ndarray backends (320173f)
  • make barrier/augmented-Lagrangian methods inner-solver-agnostic (5a4f369)
  • add linear equality constraints (Ax = b) and augmented Lagrangian method (aa038bc)
  • add linear inequality constraints (Ax ≤ b) and log-barrier method (c7f2e24)
  • web: live contour beside the playground code (phase 2) (8a21eda)
  • web: add interactive code-gen playground to landing page (29f10b2)