v1.1.0
版本发布时间: 2022-05-26 05:53:36
jump-dev/JuMP.jl最新发布版本:v1.23.2(2024-09-13 13:29:38)
JuMP v1.1.0
Closed issues:
- Support MOI modifications (#1183)
- Inference failure of SparseAxisArray (#2457)
- The plan for 1.0 (#2564)
- LP sensitivity reports (#2662)
- Slow evaluation of nonlinear callbacks (#2788)
- Containers of
@constraints
with the same indexes (#2907) - TagBot didn't automatically create the 1.0.0 tag (#2933)
- [Action required] JuMP mug giveaway (#2935)
- Vectorized bounds on variables (#2944)
- Docs are out of date (#2947)
- Boolean variable for postprocessing if the optimization is optimal (#2951)
- User of extensions creating anonynous variables (#2956)
- Primal Feasibility Report for Infeasible Models (#2960)
- [Docs, Direct mode] Solver status not updated after problem solved-then-modified (#2970)
- Document cost of named variables and constraints in Performance Tips (#2973)
- Improve error message for write_to_file when unsupported (#2974)
- Variables are not copied correctly using
copy_model
withfilter_constraints
(#2975) - Couple JuMP with the simulator (#2979)
- Include the Docstring for
set_optimizer_hook
in the Docs (#2981) - Disabling hessian evaluation (#2983)
Merged pull requests:
- Refactor some tests into functional form (#2934) (@odow)
- Add num_constraints for counting all constraints in a model (#2936) (@odow)
- Account for diagonal quadratic coefficients (#2941) (@rjuly7)
- Improve minimal ellipses SDP demonstration (#2945) (@maxkapur)
- doc: remove superfluous word (#2946) (@Mo-Gul)
- [docs] add warning about successive merges (#2948) (@odow)
- Relax solution test tolerance (#2949) (@jd-foster)
- Convert minimal ellipse tutorial to sections (#2950) (@jd-foster)
- Add docs badges to main README (#2952) (@jd-foster)
- Change "a" to "an" (#2954) (@CSWGTM-DAVE)
- [docs] clean and simplify docstring of variable macro (#2957) (@odow)
- Fix passing kwargs to file formats (#2959) (@odow)
- Update installation.md (#2962) (@braisgonzalezusc)
- [docs] fix typo in callback tutorial (#2963) (@odow)
- [docs] clarify primal_feasibility_report for infeasible models (#2964) (@odow)
- [docs] expand example of PackageCompiler.jl (#2965) (@odow)
- Fix error message when broadcasting bounds (#2966) (@odow)
- [docs] add tutorial on LP sensitivity analysis (#2967) (@odow)
- Add set_normalized_coefficients (#2968) (@odow)
- [docs] discuss for loop in constraint containers (#2969) (@odow)
- [docs] clarify modify-then-query in direct mode (#2972) (@odow)
- Improve error message in write_to_file (#2976) (@odow)
- Add method to VariableRef to get variable from constraint (#2977) (@odow)
- Add set_string_names_on_creation (#2978) (@odow)
- Update release_notes.md with explicit info (#2980) (@artkuo)
- [docs] document set_optimize_hook in extensions (#2982) (@odow)
- Update getting_started_with_julia (#2984) (@trathi05)
- Fix passing nothing to start kwarg (#2985) (@odow)
- [docs] update Pkg versions (#2986) (@odow)
- [docs] add webapp tutorial (#2987) (@odow)
- Prep for v1.1.0 (#2989) (@odow)