ParametricOptInterface v0.14.3
Merged pull requests:
- Fix license headers (#202) (@odow)
- Refactor tests into self-contained modules (#203) (@odow)
- [docs] update to Documenter@1.0 (#204) (@odow)
- Add proper management of parameter times quadratic terms (#206) (@joaquimg)
- [docs] rewrite documentation and remove examples (#207) (@odow)
- Soft-deprecate POI.ParameterDual and POI.ParameterValue (#208) (@odow)
- Add support for un-instantiated inner optimizers (#209) (@odow)
- [benchmarks] tidy up files in the benchmarks directory (#210) (@odow)
- Add a getting help section to the readme and flesh out the example (#211) (@odow)
- Prep for v0.14.3 (#212) (@odow)
Closed issues:
- Handle "Constant * Parameter * Variable * Variable" with ScalarNonlinearFunction support (#144)
- Performance testing (#145)
- Reduce memory footprint (#164)
- Make POI a "no-op" if the lower solver supports parameters (#170)
- Support POI.Optimizer(Package.Optimizer) (#176)
- Review support for constrained variables (#180)
- Remove normalize_and_add_constraint and throw ScalarFunctionConstantNotZero instead (#181)
- Docs: Difference between Parameter support in POI and JuMP (#199)
- ParameterDual (#205)