Skip to content

Releases: JuliaStochOpt/ParameterJuMP.jl

v0.4.1

27 Mar 00:42
1590a58
Compare
Choose a tag to compare

ParameterJuMP v0.4.1

Diff since v0.4.0

Merged pull requests:

v0.4.0

03 Mar 07:24
1c3f8df
Compare
Choose a tag to compare

ParameterJuMP v0.4.0

Diff since v0.3.2

Merged pull requests:

v0.3.2

18 Dec 09:26
2ddaa29
Compare
Choose a tag to compare

ParameterJuMP v0.3.2

Diff since v0.3.1

Merged pull requests:

v0.3.1

22 Nov 22:16
3219831
Compare
Choose a tag to compare

ParameterJuMP v0.3.1

Diff since v0.3.0

Closed issues:

  • anonymous parameter not allowed (#84)

Merged pull requests:

v0.3.0

02 Mar 02:13
a564648
Compare
Choose a tag to compare

ParameterJuMP v0.3.0

Diff since v0.2.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:

v0.2.0

19 Feb 13:05
Compare
Choose a tag to compare

ParameterJuMP v0.2.0

Diff since v0.1.2

Closed issues:

  • v0.1.0 (#53)
  • Operator count inconsistency with JuMP (#57)
  • ParameterJuMP and direct mode (#58)
  • Mutable Arithmetics (#64)

Merged pull requests:

v0.1.2

26 Aug 20:39
v0.1.2
Compare
Choose a tag to compare

v0.1.2 (2019-08-26)

Diff since v0.1.1

Closed issues:

  • Broken constraint creation in JuMP (#55)
  • missing affine expression operations (#40)

Merged pull requests:

  • Test, fix and export parametrized_dual_objective_value (#60) (blegat)
  • Update to JuMP v0.20 and MOI v0.9 (#59) (blegat)

v0.1.1

28 Jun 07:38
v0.1.1
Compare
Choose a tag to compare

v0.1.1 (2019-06-28)

Diff since v0.1.0

Merged pull requests:

  • Add support for deleted constraints (#56) (blegat)
  • Add all_parameters (#54) (blegat)
  • Fix minor typos in README and examples/ (#51) (frapac)

v0.1.0

28 Jun 07:26
v0.1.0
Compare
Choose a tag to compare

v0.1.0 (2019-04-18)

Diff since v0.0.1

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:

Initial release

15 Mar 04:26
542d538
Compare
Choose a tag to compare
Merge pull request #31 from JuliaStochOpt/jg/require

update require to julia 1 and let jump choose MOI