v0.21.3
github-actions
released this
18 Jun 10:08
·
1149 commits
to master
since this release
JuMP v0.21.3
Closed issues:
- Define SOS variables without a weight (ordering) vector (#1916)
- Allow
@constraint
without relational operator? (#2014) - Error message with Val{false} (#2087)
- Add a nice way to access MOI attributes (#2158)
- Non-explicit index placed without warning (#2190)
- variables (plural) macro has no dosctrings (#2194)
- Scalar product in objective (#2210)
- Missing promote operation (#2213)
- map for DenseAxisArray (#2234)
- Unexpected order of variable indices (#2238)
- Passing bounds before other constraints (#2243)
- Test case failure for mutable_arithmetics.jl on power ppc4le platform (#2250)
- Constraint macro RHS and LHS with length(dict[i]) command returns different values (#2254)
- Deletion of named constraints and creation of identically named constraints (#2257)
Merged pull requests:
- Add extension points for more generic
@constraint
syntax (#2051) (@dourouc05) - Remove a comment that is no more relevant. (#2175) (@dourouc05)
- Implementation of Jac-vec products (#2196) (@amontoison)
- #2158 Added functions simplex_iterations(), barrier_iterations() and node_count() (#2201) (@vrngupta53)
- Function
reduced_cost
(code, documentation, and tests) (#2205) (@henriquebecker91) - Added SOS1 and SOS2 struct (#2212) (@tomasfmg)
- Support MA.Zero in objective and constraints (#2219) (@odow)
- Mention tutorials in the docs (#2223) (@cdeil)
- Update README.md to mention JuMPTutorials.jl (#2224) (@cdeil)
- Add parse_constraint_expr and parse_constraint_head (#2228) (@blegat)
- callback value for expr (#2231) (@matbesancon)
- Fix map for DenseAxisArray (#2235) (@blegat)
- Throw BoundsError if number of indices is incorrect (#2240) (@blegat)
- Update COIN-OR Links (#2242) (@jonas-schulze)
- [Extension] Implement set_objective_function instead of set_objective (#2247) (@blegat)
- update links following MOI migration to jump-dev org (#2248) (@mlubin)
- update links following move to jump.dev (#2249) (@mlubin)
- more link updates for jump-dev migration (#2252) (@mlubin)
- Explicit link to the documentation of MOI.FileFormats (#2253) (@dourouc05)
- prep for 0.21.3 (#2258) (@blegat)
- Typo fixes (#2261) (@rtwalker)