Skip to content

Releases: jump-dev/PiecewiseLinearOpt.jl

v0.4.2

12 Sep 22:10
75c2948
Compare
Choose a tag to compare

PiecewiseLinearOpt v0.4.2

Diff since v0.4.0

Merged pull requests:

  • Add GH Actions CI (#46) (@joaquimg)
  • Bump compat to JuMP 1.0 (#47) (@odow)
  • General maintenance for the move to jump-dev (#50) (@odow)
  • Add license headers (#51) (@odow)
  • Use explicit imports of package dependencies (#52) (@odow)
  • Add JuliaFormatter (#53) (@odow)
  • Update CI badge in README (#55) (@odow)

Closed issues:

  • Formulating linear constraints (#15)
  • Error when compiling the package (#33)
  • Error Running runtests.jl (#37)
  • TagBot trigger issue (#48)
  • Move to JuMP-dev and adopt as a proper package (#49)

v0.4.0: update to MOI 1 and delete Manifest.toml (#45)

08 Mar 13:50
85dc9b3
Compare
Choose a tag to compare
* update to MOI 1 and delete Manifest.toml

* edit gitignore

* set jump/moi compat

v0.3.0

17 Feb 02:09
Compare
Choose a tag to compare

PiecewiseLinearOpt v0.3.0

Diff since v0.2.1

Merged pull requests:

  • Upade Project.toml with new versions of JuMP and MOI (#36) (@qlete)
  • Install TagBot as a GitHub Action (#38) (@JuliaTagBot)

v0.2.1

26 Jun 03:30
v0.2.1
e55a2f1
Compare
Choose a tag to compare

v0.2.1 (2019-06-25)

Diff since v0.2.0

Closed issues:

  • improve test coverage (#26)
  • Error tagging new release (#24)

Merged pull requests:

Minor release with minor new features

08 Apr 22:17
Compare
Choose a tag to compare

Shorter names for formulations, allow affine expressions as argument to functions, etc.