v0.21.2
·
1223 commits
to master
since this release
JuMP v0.21.2
Closed issues:
- Empty sums (#2120)
- Creating empty SparseAxisArray not possible (#2169)
- Initialize JuMP model when optimizer is nothing (#2172)
- Writing nonlinear expressions to file does not work (#2180)
- Easy way to determine constraints and/or variables leading to failed solving? (#2185)
- Problem with two empty summations in a constraint (#2187)
- Variable x[1] does not belong to this model (#2189)
- Model(Optimizer) produces an error (#2192)
- missing add_to_expression! method (#2197)
- write_to_file doesn't work on windows (#2206)
- JuMPScalars should have
conj(x) = x
defined since they are required to be real (#2208)
Merged pull requests:
- prep for 0.21.1 (#2168) (@mlubin)
- Add @variable to (model, x) in anon var doc (#2177) (@mlhetland)
- Fix sum of expr with scalar product (#2178) (@blegat)
- Fix construction of empty SparseAxisArray (#2179) (@blegat)
- Fix writing of NL models to MOF (#2181) (@odow)
- Remove extra ` in docstrings (#2182) (@daschw)
- Missing space. (#2184) (@dourouc05)
- Add fallback for
_functionize(::MA.Zero)
(#2188) (@odow) - Mark SOC support as done (#2193) (@mlubin)
- Added Base.empty! method for JuMP.Model. (#2198) (@henriquebecker91)
- #2158 Added relative_gap() to access MOI.RelativeGap() attribute (#2199) (@vrngupta53)
- Fix missing docstring source links (#2207) (@amontoison)
- added conjugation operator for scalars (#2209) (@ExpandingMan)
- add docstring for variables macro (#2216) (@Aks1996)
- prep for 0.21.2 (#2218) (@blegat)