Releases: PSORLab/EAGO.jl
Releases · PSORLab/EAGO.jl
v0.8.2
EAGO v0.8.2
Merged pull requests:
- Update documentation, display function, and some tests (#117) (@DimitriAlston)
- Documentation changes and minor fixes (#118) (@DimitriAlston)
- Add documentation assets (#119) (@DimitriAlston)
- Update make.jl (#120) (@DimitriAlston)
- Update documentation (#121) (@DimitriAlston)
- README and documentation changes (#122) (@DimitriAlston)
- Update docs/src/jump/README.md (#123) (@odow)
- Tidy MOI.test.runtests to get tests passing again (#124) (@odow)
- Fix vale warnings in docs/src/jump/README.md (#125) (@odow)
- Fix operator_to_id in test/script_optimizer.jl (#127) (@odow)
- Add support for
MOI.ScalarNonlinearFunction
(#134) (@DimitriAlston) - Include fixed tests (#135) (@blegat)
- [docs] Add ModelingToolkit example (#136) (@DimitriAlston)
- v0.8.2 (#137) (@DimitriAlston)
Closed issues:
v0.8.1
v0.8.0
EAGO v0.8.0
Closed issues:
Merged pull requests:
- Refactor of JuMP's nonlinear API (#113) (@DimitriAlston)
- EAGO v0.8.0 (#114) (@DimitriAlston)
v0.7.3
v0.7.2
EAGO v0.7.2
Merged pull requests:
- Bump NaNMath compatibility (#106) (@mlubin)
- Julia compat bump, documentation updates (#107) (@RXGottlieb)
- remove upper bound for julia version (#108) (@simeonschaub)
v0.7.1
EAGO v0.7.1
Merged pull requests:
v0.7.0
EAGO v0.7.0
Closed issues:
- Basic support for MINLP Problems (#33)
- Local NLP solver specific wrappers (#49)
- Reduce minor type instability issues (#60)
- Incorrect display on solution for Maximization Problem (#64)
- Fix Typos in Readme (#76)
- Support both incremental loading & copying from Cache (#77)
- Docs warn against CPLEX (#78)
- Separate nonlinear expression representation from intermediate calculation data (#79)
- Use MOI.Test for Unit Testing (#82)
- Add x*abs(x) (#86)
- Add logcosh(x) = log(cosh(x)) function (#87)
- Drop NumericIO dependency from printing (#91)
- A Bug I encountered when using EAGO to solve my own model (#94)
- System bug when solving a model (#95)
- Potential bug (#98)
- DualStatus not supported (#101)
Merged pull requests:
- Addition of xabsx operator (#89) (@RXGottlieb)
- Fix error in passing kwargs for subproblems. (#93) (@evrenmturan)
- Fix bugs in guarded context (#96) (@hasundue)
- Update Ipopt to 0.7 (#97) (@hasundue)
- v0.7 preliminary pull (#102) (@mewilhel)
v0.6.1
EAGO v0.6.1
v0.6.0
EAGO v0.6.0
Closed issues:
- Compatibility issues with DiffRules in Julia 1.3 (#38)
- EAGO fails to precompile (#43)
- Consider not restricting compat for Julia to each minor version (#58)
- EAGO.Optimizer not solving correctly with user-defined subroutines (#59)
- SIP Extendability and New Algorithms (#62)
Merged pull requests:
Support for Julia ~1
v0.5.1 Update README.md