v1.15.0
github-actions
released this
15 Sep 00:41
·
266 commits
to master
since this release
JuMP v1.15.0
Merged pull requests:
- Fix integer powers to return appropriate type instead of QuadExpr (#3474) (@odow)
- Fix errors for LinearAlgebra operators of JuMP arrays (#3476) (@odow)
- Prep for v1.14.1 (#3481) (@odow)
- Fix promotion rules for GenericNonlinearExpr (#3483) (@odow)
- [docs] update to latest version of Documenter.jl (#3484) (@odow)
- Prep for v1.15.0 (#3485) (@odow)
- Fix MA.Zero in MA.add_mul implementation of GenericNonlinearExpr (#3487) (@odow)
- Fix MA.add_mul for GenericNonlinearExpr arguments (#3488) (@odow)
- Refactor GenericNonlinearExpr and NonlinearOperator constructors (#3489) (@odow)
- [docs] update performance_tips tutorial (#3490) (@odow)
- [docs] add multi-commodity network example (#3491) (@odow)
- [docs] re-order the linear program tutorials (#3492) (@odow)
- Fix error messages and documention for variable bound functions (#3494) (@odow)
- [docs] update package versions (#3495) (@odow)
- [docs] move literate footer to header (#3497) (@odow)
- Use let model=model in variable macro to improve type stability (#3500) (@odow)
- [docs] fix warning block (#3503) (@odow)
- [docs] cross nonlinear update off roadmap (#3504) (@odow)
- Update GitHub action versions (#3507) (@odow)
- Add support for min and max operators in GenericNonlinearExpr (#3509) (@odow)
Closed issues:
- Fast resolves for NLP (#1185)
- Consider changing x^1 to return x (#3454)
- StackOverflow for norm of vector of variables (#3467)
- Documentation: links to API elements broken in Changelog (#3477)
- The Vector{AbstractJuMPScalar} problem (#3482)
- MA.Zero in nonlinear expressions (#3486)
- missleading error message:
fix_value
for unfixed variable (#3493) - Links to the source code for tutorials download instead of displaying on GitHub (#3496)
@variable
declarations returning empty container should haveVariableRef
element type (#3499)- New nonlinear expression stuff doesn't support
min
properly (#3508)