v1.7.0
版本发布时间: 2023-01-25 10:33:32
jump-dev/JuMP.jl最新发布版本:v1.23.2(2024-09-13 13:29:38)
JuMP v1.7.0
Closed issues:
- Make JuMP tests callable from an external package (#1711)
- Tracking the time-to-first-solve issue (#2735)
- [docs] Add a "Getting Started with optimization" tutorial (#2859)
- JuliaFormatter 1.0 (#2990)
- Containers do not support view (#2998)
- DenseAxisArray with Symbol key does not support setting (#3151)
- Bug in DenseAxisArrayView (#3175)
- Constraint macro with single = throws uninformative error message (#3177)
- Typo in Tutorial Title (#3179)
- Allow using ternary operator inside
@constraint
(#3183) - Provide warning if
optimize!
is called and there's no objective function. (#3190) - Mosek direct_model support (#3194)
Merged pull requests:
- [Containers] add support for view of DenseAxisArray (#3152) (@odow)
- Tidy test/mutable_arithmetics.jl (#3166) (@odow)
- Tidy test/expr.jl (#3167) (@odow)
- Refactor runtests.jl to use a single run_tests function (#3168) (@odow)
- Tidy test/JuMPExtension.jl (#3169) (@odow)
- Tidy test/nonnegative_bridge.jl (#3170) (@odow)
- Remove unneeded testsets (#3171) (@odow)
- Remove VERSION checks for unsupported Julia versions (#3172) (@odow)
- Fix method ambiguities in JuMP.Containers (#3173) (@odow)
- [docs] document how to test JuMP extensions (#3174) (@odow)
- Improve error message thrown when = used instead of == in macro (#3178) (@odow)
- [Containers] fix bug in DenseAxisArrayView (#3180) (@odow)
- Improve error message for common case of using Bool instead of Bin (#3181) (@odow)
- Add support for collections of variables in ComplexPlane (#3184) (@odow)
- [docs] bump the version of Documenter (#3185) (@odow)
- Tidy import of packages and remove unnecessary prefixes (#3186) (@odow)
- Remove _MOICON constant (#3187) (@odow)
- Refactor JuMP.jl, moving methods into their related files (#3188) (@odow)
- Adding generator min/max support for NLP (#3189) (@michel2323)
- Add SnoopPrecompile workload (#3193) (@timholy)
- Improve precompilation with nospecialize and some more SnoopPrecompile (#3195) (@odow)
- Refactor the SnoopPrecompile block and add nonlinear statements (#3196) (@odow)
- Add more precompile statements to improve TTFX of Ipopt (#3197) (@odow)
- Fix docstring of Model not appearing in docs (#3198) (@odow)
- Prep for v1.7.0 (#3199) (@odow)