Skip to content

v2.0.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 03 Sep 07:14
· 2 commits to master since this release
430f9e6

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)