Releases: JuliaStochOpt/ParameterJuMP.jl
Releases · JuliaStochOpt/ParameterJuMP.jl
v0.4.1
v0.4.0
v0.3.2
ParameterJuMP v0.3.2
Merged pull requests:
v0.3.1
v0.3.0
ParameterJuMP v0.3.0
Closed issues:
- Macro constructor (#4)
- Abstraction needed for StructJuMP compatibility (#48)
- Parameter JuMP detects QuadraticExpressions with GAEP operations. (#61)
- Sum of Array{T} where T is GAEv, GAEp or PAE inside macro returns error (#62)
- ParameterJuMP.DoubleGenericAffExpr alegra failing in @constraint call (#66)
- missing
add_to_expression!
methods (#68) - TagBot trigger issue (#77)
Merged pull requests:
- Update README (#67) (@rtwalker)
- Switch CI to Github actions (#69) (@odow)
- Revise mutable_arithmetics.jl (#70) (@odow)
- Refactor tests (#71) (@odow)
- Update Project.toml (#74) (@odow)
- Remove need for ModelWithParams (#75) (@odow)
- [deprecation] Remove fix in favor of set_value (#76) (@odow)
- [deprecation] Remove add_parameter in favor of variable macro (#78) (@odow)
- Tidy ParameterData (#79) (@odow)
- Only add Float64 constraints (#80) (@odow)
- patch TagBot (#81) (@jd-lara)
- Tidy ParameterJuMP.jl (#82) (@odow)
- Add missing MutableArithmetics (#83) (@odow)
v0.2.0
v0.1.2
v0.1.1
v0.1.0
v0.1.0 (2019-04-18)
Closed issues:
- Matrix x Vector of params (#49)
- Cannot create constraint from PAE (#43)
- Arithmetic operations
VariableRef--ParametrizedAffExpr{C}
delete variables (#42) - Parametrized (in terms of type) ParametrizedAffExpr (#39)
- JuMP.function_string not compatible with ParametrizedAffExpr (#37)
- Should we use JuMP.fix instead of setvalue? (#25)
Merged pull requests:
- Add one for parameter (#52) (blegat)
- include add_to_expression method (#50) (jd-lara)
- New Names and Macros (#47) (joaquimg)
- Many updates (#45) (joaquimg)
- fix in operator algebra (#44) (joaquimg)
- add printing for ParameterJuMP.ParametrizedAffExpr (#38) (jd-lara)
- Add Files for Pkg3 (#34) (jd-lara)
- add variable interface and organize files (#33) (joaquimg)
Initial release
Merge pull request #31 from JuliaStochOpt/jg/require update require to julia 1 and let jump choose MOI