| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-06-01 | 1.3 kB | |
| v0.6.0 source code.tar.gz | 2026-06-01 | 121.3 kB | |
| v0.6.0 source code.zip | 2026-06-01 | 171.9 kB | |
| Totals: 3 Items | 294.4 kB | 0 | |
DiffOpt v0.6.0
Breaking changes
- Rename
DiffOpt.ReverseObjectiveSensitivitytoDiffOpt.ReverseObjectiveValue - add solver API
- fixes multiple vector function issues
Merged pull requests:
- Fix vector functions (#345) (@joaquimg)
- Remplace CompatHelper with dependabot (#349) (@blegat)
- file -> files in codecov ci (#350) (@blegat)
- Bump actions/checkout from 1 to 6 (#351) (@dependabot[bot])
- Bump julia-actions/cache from 2 to 3 (#352) (@dependabot[bot])
- Fix typos in comments (#354) (@blegat)
- Interface for solver supporting diff natively (#356) (@blegat)
- Bump codecov/codecov-action from 5 to 6 (#357) (@dependabot[bot])
- Remove unused function (#359) (@blegat)
- Get/set double down on specialized jump-like function (#364) (@joaquimg)
- Bump version to 0.6.0 and update dependencies (#365) (@joaquimg)
- Rename ObjectiveValue (#366) (@joaquimg)
Closed issues:
- Add missing get method for vector contraints (#103)
- Replace Ipopt by HiGHS (#195)
- No Clear API for
ReverseConstraintFunctionfor Conic Constraints (#283) - Add JuMP function (#288)
- Bridging error (?) (#305)
- Add
ForwardDualObjectiveSensitivity(#315)