Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-09-01 | 1.4 kB | |
v1.29.0 source code.tar.gz | 2025-09-01 | 4.0 MB | |
v1.29.0 source code.zip | 2025-09-01 | 4.2 MB | |
Totals: 3 Items | 8.2 MB | 0 |
JuMP v1.29.0
Merged pull requests: - [docs] remove mentions of Gitter (#4045) (@odow) - Add simplify, derivative, and gradient from MOI.Nonlinear.SymbolicAD (#4047) (@odow) - Fix promote_shape for DenseAxisArrray (#4050) (@odow) - Fix jump_function to promote model and coefficient types (#4051) (@odow) - [Containers] fix DenseAxisArray with Base.OneTo{<:Integer} (#4054) (@odow) - [Containers] fix axis lookup for AbstractUnitRange axes (#4055) (@odow) - [Containers] fix getindex when a custom subtype of <:Integer is used (#4056) (@odow) - Add missing promote_operation when mixing number types (#4057) (@blegat) - Disable depwarn in ci (#4058) (@blegat) - [docs] document closure capture bug in threading (#4059) (@odow) - Prep for v1.29.0 (#4060) (@odow) - Add cuOpt to list of solvers (#4062) (@blegat) - Add quick reference to supported solvers (#4063) (@langestefan) - [docs] clarify that JuMP is not a CAS (#4064) (@odow)
Closed issues:
- Vectorized set_lower_bound and set_upper_bound (#4030)
- Evaluating nonlinear expressions with variable references (#4044)
- mayra-salgado-hhhhhgghhhh (#4046)
- jump_function ignores coefficient type (#4048)
- Better error than promote_shape
? (#4049)
- Issues using DenseAxisArrays with typed indexing (#4053)