Skip to content

Releases: plasmo-dev/Plasmo.jl

v0.4.4

27 Feb 01:44
c4f048b
Compare
Choose a tag to compare

Plasmo v0.4.4

Diff since v0.4.3

Merged pull requests:

v0.4.3

06 Feb 02:00
195e1de
Compare
Choose a tag to compare

Plasmo v0.4.3

Diff since v0.4.2

Merged pull requests:

v0.4.2

05 Feb 03:26
aa65bd6
Compare
Choose a tag to compare

Plasmo v0.4.2

Diff since v0.4.1

Merged pull requests:

v0.4.1

15 Aug 23:50
07f3719
Compare
Choose a tag to compare

Plasmo v0.4.1

Diff since v0.4.0

Closed issues:

  • Plasmo.set_model() no longer appears to work (#39)

Merged pull requests:

  • fix issue with aggregate, remove optimize hook (#38) (@jalving)
  • fix set_model. add alias query functions (#40) (@jalving)

v0.4.0

06 Jul 18:05
2d4a206
Compare
Choose a tag to compare

Plasmo v0.4.0

Diff since v0.3.3

Closed issues:

  • function optimize!(...) does not return JuMP termination status (#22)
  • Project.toml compat is out of date (#24)

Merged pull requests:

  • update compat for DataStructures (#25) (@jalving)
  • Streamline mathopt interface backend (#27) (@jalving)
  • Add GraphBackends and Bug Fixes (#28) (@jalving)
  • Move plotting functions to separate package (#29) (@jalving)
  • Refactor OptiNode MOI Backends (#30) (@jalving)
  • Updates for version 0.4.0 (#31) (@jalving)
  • CompatHelper: bump compat for "Requires" to "1" (#32) (@github-actions[bot])
  • CompatHelper: add new compat entry for "DataStructures" at version "0.18" (#33) (@github-actions[bot])
  • CompatHelper: bump compat for "Reexport" to "1" (#34) (@github-actions[bot])
  • Increment Project.toml to v0.4.1 (#35) (@jalving)
  • go back to v0.4.0 (#36) (@jalving)

Update compat

18 Dec 17:50
3a4a6bb
Compare
Choose a tag to compare

Update compat file for DataStructures 0.18

Store reference to aggregate optinode

05 Oct 01:17
b34964b
Compare
Choose a tag to compare

This release merges PR #23

An optigraph now stores a reference to the optinode it creates when using standard solvers through JuMP. It is now easier to get the solver status out of Plasmo.

Update optiedges

17 Sep 02:33
729081e
Compare
Choose a tag to compare
  • Added minor changes to allow linking constraints to be attached to nodes
  • Made changes that allow empty optiedges to be created to facilitate parallel model building
  • Created documentation

OptiGraph Release

08 Jun 22:06
Compare
Choose a tag to compare

This latest release solidifies a lot of the graph-based modeling concepts that are
incorporated in Plasmo.jl. It finalizes a lot of the syntax and now includes a
built-in partitioning interface. The computing graph stuff was moved to PlasmoCompute.jl.

Add ComputingGraph functionality

04 Mar 18:56
Compare
Choose a tag to compare

This release adds functionality to create ComputingGraph objects which can be used to simulate control systems or distributed algorithms. This is also the the final release before Plasmo.jl is updated to work with JuMP 0.19.