v0.21.4
github-actions
released this
14 Sep 01:22
·
1104 commits
to master
since this release
JuMP v0.21.4
Closed issues:
- Provide diagnostics mode to pinpoint source of NaNs (#320)
- Ease the computation of IIS? (#1035)
- Errors in a @Constraints block reported with incorrect line numbers (#1174)
- [release-0.18] Callback test failure on Julia 1.0 (#1539)
- Feature request: solve relaxation (#1611)
- dual & shadow_price do not work on sparse arrays (#1876)
- Print subexpressions in nonlinear models (#1983)
- Export of Private Macros (#2023)
- Old error message on ambiguous variable name. Keyword "category" no longer exists (#2035)
- assertion error with ifelse (#2115)
- Debug info for unsupported constraints (#2143)
- Local indices in macros are not given gensym'd names (#2186)
- GenericAffOrQuadExpr undefined in JuMP v0.21.2 (#2225)
- Add a check that constraint RHSs are finite (#2233)
- Missing method with value(::MA.Zero) (#2260)
- Documentation inconsistency: MOI or MathOptInterface? (#2263)
- SparseAxisArray error (#2280)
- similar(::JuMP.Containers.DenseAxisArray...) is ambiguous (#2282)
- Printing NLexpressions (#2287)
- Infer bounds on binary variables (#2288)
- Heuristic callback with non-Float64 (#2290)
- JuMP.set_silent(model) not working for Ipopt (#2297)
- Something wrong with running JuMP (#2298)
- Constraints' start values by using variables' start values (#2299)
- Support for restoring constraints after unfix rather than deleting them (#2304)
- Default variable name by the symbol (#2305)
- Missing website (#2310)
- Docs: Add info on
start
for multiple variables (#2312) - Expand documentation for user defined functions (#2314)
- Bug in SDP parsing? (#2320)
- Make a new release? (#2326)
- Model not properly displayed in IJulia (#2328)
Merged pull requests:
- Debug info for unsupported constraints (#2203) (@Yashcodes)
- Updating error message on ambiguous variable (#2222) (@Yashcodes)
- added note of GAMS solvers to installation doc (#2255) (@renkekuhlmann)
- Add numeric fallbacks for .value (#2262) (@odow)
- Fix #2263 (#2264) (@dourouc05)
- Update roadmap items (#2265) (@odow)
- Reduce CI load by skipping Julia 1.1, 1.2, and 1.3 (#2269) (@odow)
- Don't export macros whose names start with underscores (#2270) (@mlubin)
- remove invalid assertion in nlp.jl (#2271) (@mlubin)
- Add checks and tests for NaN in constraints (#2272) (@odow)
- Utility for relaxing integrality (#2275) (@mlubin)
- Fix line numbers in macros (#2276) (@odow)
- Refactor files in test/ so they can be run independently (#2279) (@odow)
- Fix failing tests on master (#2283) (@odow)
- Refactor test/mutable_arithmetics.jl (#2284) (@odow)
- Refactor test/operator.jl into functions as opposed to nested testsets (#2285) (@odow)
- Refactor test/file_formats.jl into functions as opposed to nested testsets (#2286) (@odow)
- Print nonlinear subexpressions (#2294) (@mlubin)
- Allow querying conflicts from within JuMP (#2300) (@dourouc05)
- tests: function-ize model.jl (#2303) (@IainNZ)
- Refactor test/constraints.jl (#2306) (@odow)
- Refactor test/variable.jl into functions as opposed to nested testsets (#2307) (@odow)
- README: properly highlight BibTeX code (#2311) (@zlatanvasovic)
- Update variables docstring (#2313) (@odow)
- Bump DataStructures version (#2315) (@jd-lara)
- Typo in doc for value(v::VariableRef; result = 1) (#2316) (@dourouc05)
- Add
value
for constraints with a customvar_value
function (#2317) (@dourouc05) - Add MOI.submit dispatch for Real values (#2319) (@andrewrosemberg)
- Fix tests for upcoming MOF v0.5 release (#2322) (@odow)
- Implement copy for CustomSet (#2323) (@blegat)
- Updates for MOI 0.9.15 (#2324) (@odow)
- Mark items completed on roadmap (#2325) (@mlubin)
- Release v0.21.4 (#2327) (@odow)