v0.21.9
github-actions
released this
01 Aug 01:39
·
872 commits
to master
since this release
JuMP v0.21.9
Closed issues:
- Should SparseAxisArray be an AbstractDict? (#2176)
- Certain base functions on JuMP constraints not implemented for NLconstraints. (#2355)
- Replace Containers with an external package (#2523)
- Support Containers in
VectorConstraints
(#2563) - Add a function to get inner-most optimizer (#2565)
- Discuss start-up latency in performance tips (#2577)
- Logo thoughts (#2581)
- Document solver-dependent callbacks (#2588)
- Document that delete does not call unregister (#2589)
- Better document SOS1 and SOS2 (#2591)
- Pluralisation of @NLparameters (#2593)
- Enhance Usability of Variable(s)ConstrainedOnCreation for Extensions (#2594)
- Add an
@register
macro (#2606) - Documentation is broken (#2607)
- Type-stability of add_constraint (#2611)
- doctest failure on v1.7 (#2623)
- stable printing for SparseAxisArray.jl (#2624)
- Affine expressions are slow (#2628)
- objective_value(model) returns the wrong objective function evaluation (#2637)
- User-defined gradients need to accept AbstractVector (#2638)
- Dual value computation / convention? (#2640)
Merged pull requests:
- Allow overloading of container types (#2570) (@odow)
- Add unsafe_backend (#2572) (@odow)
- Update the JuMP logo to match modern Julia (#2584) (@odow)
- Add support for Containers in VectorConstraints (#2590) (@c-jg)
- added support for is_valid for nonlinear constraints (#2592) (@hdavid16)
- Generalize build_variable for Variable(s)ConstrainedOnCreation (#2595) (@pulsipher)
- Tweak logo (#2596) (@cormullion)
- Update status reporting in rocket notebook (#2597) (@blegat)
- Fix misplaced backstick in solution doc (#2598) (@blegat)
- Simplify documentation for SOS (#2600) (@odow)
- Clarify that delete does not call unregister (#2601) (@odow)
- Mention solver-dependent callbacks (#2602) (@odow)
- Mention latency in performance tips (#2603) (@odow)
- Example: how to list conflicting constraints (#2605) (@jd-foster)
- Fix documentation by adding ndims(::AbstractJuMPScalar) (#2608) (@odow)
- Fix inference in add_constraint (#2612) (@odow)
- [docs] Minor edit to index.md (#2613) (@Carl-Ning-Yan)
- OptimizerWithAttributes direct model constructor (#2614) (@jd-lara)
- Use unsafe_backend in various places (#2615) (@odow)
- Rename backend variables to moi_backend (#2616) (@odow)
- fix typo (#2617) (@jiweiqi)
- Add Pluralization of @NLparameters (#2593) (#2619) (@Pramodh-G)
- Fix map for DenseAxisArray with OneTo axes (#2621) (@blegat)
- Fix logo link in README (#2625) (@odow)
- Fix printing on v.17 (#2626) (@odow)
- Update printing of SparseAxisArray (#2630) (@odow)
- Apply the OutdatedWarning from DocumenterTools (#2631) (@odow)
- Update to documenter 0.27 (#2632) (@odow)
- Revert 6a96210 for v0.21.8 (#2633) (@odow)
- Clarify the documentation on user-defined gradients (#2639) (@odow)
- [docs] suggest fix over a new constraint (#2645) (@odow)
- Missing parenthesis in docs. (#2652) (@dourouc05)
- Prep for 0.21.9 (#2653) (@odow)