Skip to content

Releases: gamma-opt/DecisionProgramming.jl

v2.0.0

03 Sep 07:14
430f9e6
Compare
Choose a tag to compare

Several changes made to improve usability and computational performance. The main new features are as follows:

  • Support for a new MILP formulation, that solves influence diagrams faster. (See documentation for details)
  • Many data types changed to OrderedDicts to make it easier to access specific nodes or states

DecisionProgramming v2.0.0

Diff since v1.2.0

Merged pull requests:

  • CompatHelper: bump compat for StatsBase to 0.34, (keep existing compat) (#47) (@github-actions[bot])
  • Prgramming -> Programming (#48) (@blegat)
  • Variable bounds instead of affine constraint (#49) (@blegat)
  • Ordereddicts and changes to decision variable naming (#53) (@esahon)
  • RJT new (#55) (@esahon)
  • CompatHelper: add new compat entry for DataStructures at version 0.18, (keep existing compat) (#56) (@github-actions[bot])
  • Documentation update (#57) (@solliolli)
  • Minor fixes before release (#58) (@solliolli)
  • CompatHelper: add new compat entry for OrderedCollections at version 1, (keep existing compat) (#59) (@github-actions[bot])
  • Update syntax for figures (#60) (@solliolli)
  • Prep release of v. 2.0.0 (#61) (@toubinaattori)

Closed issues:

  • Wrong names in setindex-functions (#50)

v1.2.0

04 Oct 07:36
Compare
Choose a tag to compare

DecisionProgramming v1.2.0

Diff since v1.1.0

Merged pull requests:

  • Create CompatHelper.yml (#43) (@solliolli)
  • CompatHelper: bump compat for JuMP to 1, (keep existing compat) (#44) (@github-actions[bot])
  • CompatHelper: bump compat for PrettyTables to 2, (keep existing compat) (#45) (@github-actions[bot])
  • Single policy update (#46) (@solliolli)

v1.1.0

03 Nov 08:33
64d3e13
Compare
Choose a tag to compare

DecisionProgramming v1.1.0

Diff since v1.0.2

  • The DefaultPathProbability constructor now validates the number of probability matrices

Closed issues:

  • Add a check to make sure there is a probability matrix for all chance nodes (#40)

Merged pull requests:

v1.0.2

20 Feb 09:29
d557b1d
Compare
Choose a tag to compare

DecisionProgramming v1.0.2

Diff since v1.0.1

v1.0.1

15 Feb 15:04
4812d7d
Compare
Choose a tag to compare

Update

What's Changed

  • Added DOI and citation information by @solliolli in #30
  • Updated Project.toml for Registrator
  • Updated README.md with published paper information and Python interface

Full Changelog: v1.0.0...v1.0.1

v1.0.0

22 Oct 08:13
16de92f
Compare
Choose a tag to compare

With this release, we're past initial development, and the package should be relatively stable. Over the past few months, we have worked on improving both usability and documentation and making the interface more user-friendly. Combined with earlier improvements to the model (v.0.2.0), the package is ready for use.