Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-03-11 | 935 Bytes | |
v0.5.0 source code.tar.gz | 2025-03-11 | 89.2 kB | |
v0.5.0 source code.zip | 2025-03-11 | 119.1 kB | |
Totals: 3 Items | 209.3 kB | 0 |
DiffOpt v0.5.0
Breaking changes
- New parametric API
- New NLP backend
Merged pull requests: - Use SlackBridgePrimalDualStart (#253) (@blegat) - 🚀 Add NonLinearProgram Support to DiffOpt.jl (#260) (@andrewrosemberg) - Integrate with POI to improve UX (#262) (@joaquimg) - Add error for missing starting value (#269) (@blegat) - Fix empty_input_sensitivities! (#273) (@andrewrosemberg) - Update ci.yml (#276) (@joaquimg) - Update ci.yml (#276) (#277) (@joaquimg) - Update README.md (#279) (@joaquimg) - Format (#280) (@joaquimg)
Closed issues: - Method error (bridge related?) (#252) - Resetting differentiation input in-between differentiations (#259) - Differentiating the dual variable of a linear program (#261) - Inconsistent sensitivities with multiple parameters (#272) - Avoid using full KKT in NonLinearProgram. (#274)