Recent Releases of DecisionProgramming

DecisionProgramming - v2.0.0

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)

- Julia
Published by github-actions[bot] over 1 year ago

DecisionProgramming - v1.2.0

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)

- Julia
Published by github-actions[bot] over 2 years ago

DecisionProgramming - v1.1.0

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: - Julia 1.6 and JuMP 1.3.0 update (#36) (@toubinaattori) - Added a check for number of probability matrices (#41) (@solliolli)

- Julia
Published by github-actions[bot] over 3 years ago

DecisionProgramming - v1.0.2

DecisionProgramming v1.0.2

Diff since v1.0.1

- Julia
Published by github-actions[bot] over 4 years ago

DecisionProgramming - v1.0.1

Update

What's Changed

  • Added DOI and citation information by @solliolli in https://github.com/gamma-opt/DecisionProgramming.jl/pull/30
  • Updated Project.toml for Registrator
  • Updated README.md with published paper information and Python interface

Full Changelog: https://github.com/gamma-opt/DecisionProgramming.jl/compare/v1.0.0...v1.0.1

- Julia
Published by FabsOliveira over 4 years ago

DecisionProgramming - v1.0.0

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.

- Julia
Published by solliolli over 4 years ago