Releases: jump-dev/Dualization.jl
Releases · jump-dev/Dualization.jl
v0.7.5
Dualization v0.7.5
Merged pull requests:
- Bump julia-actions/setup-julia from 2 to 3 (#224) (@dependabot[bot])
- Fix dualize for arbitrary coefficient (#226) (@blegat)
Closed issues:
- Support for GenericModel (#225)
v0.7.4
Dualization v0.7.4
Merged pull requests:
v0.7.3
v0.7.2
Dualization v0.7.2
Merged pull requests:
- Typo fix varaible -> variable (#207) (@blegat)
- [Breaking] Remove DualizableModel (#210) (@blegat)
- Add dependabot (#211) (@blegat)
- Bump Julia to v1.10 (#212) (@blegat)
- Bump actions/checkout from 4 to 6 (#213) (@dependabot[bot])
- Bump julia-actions/cache from 2 to 3 (#214) (@dependabot[bot])
- Bump codecov/codecov-action from 4 to 5 (#215) (@dependabot[bot])
- Update to JuliaFormatter v2 (#216) (@blegat)
- Remove hardcoded opt (#217) (@blegat)
- Bump codecov/codecov-action from 5 to 6 (#218) (@dependabot[bot])
- Fix passing kwargs to dual_optimizer and DualOptimizer (#220) (@odow)
- Prep for v0.7.2 (#221) (@odow)
Closed issues:
- dual_optimizer assume_min_if_feasibility (#219)
v0.7.1
v0.7.0
Dualization v0.7.0
Breaking changes
- If a parameter comes from a VariableIndex-in-Parameter constraint, then the dual model will contain an associated VariableIndex-in-Parameter constraint
Merged pull requests:
Closed issues:
- Consider adding parameter set for dual parameters (#199)
v0.6.1
v0.6.0
Dualization v0.6.0
Breaking changes
- Move JuMP to an extension
- Require Julia 1.9
- Refactor PrimalDualMap
- Delete functions to reduce indirection
- Cleanup public and private functions
Merged pull requests:
- Remove error from feasibility sense (#162) (@guilhermebodin)
- Update GitHub action workflows (#175) (@odow)
- Check keys properly (#176) (@joaquimg)
- Code cleanup and removal of intermediary calls (#179) (@joaquimg)
- Refactor PrimalDualMap (#183) (@joaquimg)
- Unique names with no underscore (replace #161) (#184) (@joaquimg)
- Support
MOI.Parameterand don't add useless duals from parameters (#185) (@joaquimg) - Improve JuMP API (#186) (@joaquimg)
- Fix codecov? (#187) (@joaquimg)
- Update Project.toml (#190) (@joaquimg)
- Delete .codecov.yml (#192) (@joaquimg)
Closed issues:
- dual inception creates more variables as we dualize (#9)
- Find primal solution from dual one and vice-versa? (#36)
- Dualizing ParametricOptInterface (#58)
- KKT conditions using Dualization (#61)
- Thoughts on adding to MOI (#103)
- Support feasibility sense (#155)
- Support
Parameter(#170) - Fix documentation (#174)
- Make JuMP a weakdep (#180)
- Ignore VariableIndex-in-Set if variable is in the
variable_parameterslist (#182) - Codecov not working? (#191)
v0.5.9
Dualization v0.5.9
Merged pull requests:
- Typos in comments (#163) (@blegat)
- add new kwarg to dual_optimizer (#168) (@guilhermebodin)
- Fix CI badge in README.md (#169) (@odow)
- Bump to 0.5.9 (#172) (@guilhermebodin)
Closed issues:
- Can't dualize generic models (#167)