v0.21.10
github-actions
released this
05 Sep 03:15
·
857 commits
to master
since this release
JuMP v0.21.10
Closed issues:
- Migrate JuMPTutorials (#2483)
- Add add_NL_expression function (#2506)
- Throw better error in lp_sensitivity_report (#2569)
- Unhelpful error message for affine and quadratic expression combination (#2622)
- Bugs in solution summary when results not available (#2648)
- Errors when running JuMP examples from documentation (ERROR: LoadError: UndefVarError: optimize! not defined) (#2656)
- Run JuliaFormatter on tutorials (#2659)
- Defining a problem when an analytical expression exists for the Jacobian (#2670)
- Extend Raw NLP Expr Input to Allow AffExprs and QuadExprs (#2671)
- Format failing on master (#2673)
Merged pull requests:
- [docs] clarify when to use Symbols and Strings (#2646) (@odow)
- [docs] add example of how to evaluate objective function at a point (#2650) (@jd-foster)
- Add facility location tutorial (#2658) (@joaquimg)
- Format /docs folder (#2660) (@odow)
- Add _get_try and fallbacks for some elements of solution summary (#2661) (@AtsushiSakai)
- Add a fallback for getting constraint basis status in
lp_sensitivity_report
(#2664) (@AtsushiSakai) - nothing comparison improvement in DenseAxisArray.jl (#2665) (@AtsushiSakai)
- Fix bug in relax_integrality (#2666) (@odow)
- [docs] Some solvers do not support start values (#2667) (@odow)
- README improvements (#2668) (@joaquimg)
- Update readme - follow rename on Discourse post (#2669) (@joaquimg)
- Improved Raw Expression NLP API (#2672) (@pulsipher)
- Attempt to fix formatting CI (#2674) (@odow)
- Revert Tokenize version fix (#2676) (@odow)
- Prep for 0.21.10 (#2681) (@odow)