Skip to content

Releases: jump-dev/PolyJuMP.jl

v0.3.1

13 Jun 22:06
v0.3.1
Compare
Choose a tag to compare

Add moments function and MomentsAttribute

Update to JuMP v0.19

02 Mar 21:00
Compare
Choose a tag to compare

Refactoring to use the new extensive design of JuMP:

  • Leverage the parse/build/add pipeline to extend JuMP macros for polynomial variables and constraints.
  • Implement transformation of polynomial equality constraints into equality constraints on the coefficients using MOI bridges.

Add support for Julia v1.0

02 Oct 13:45
Compare
Choose a tag to compare
v0.2.1

Add upper cap to JuMP

v0.2.0: Merge pull request #22 from JuliaOpt/bl/basis

02 Jul 22:02
bbdd1ec
Compare
Choose a tag to compare

v0.1.0

14 Sep 08:05
Compare
Choose a tag to compare
Update REQUIRE

v0.0.1

14 Mar 14:26
Compare
Choose a tag to compare
Improve @polyvariable and @polyconstraint errors