Releases: gamma-opt/DecisionProgramming.jl
Releases · gamma-opt/DecisionProgramming.jl
v2.0.1
DecisionProgramming v2.0.1
Merged pull requests:
- Update version and DOI (#62) (@solliolli)
- Fix an error in CVaR formulation (#65) (@toubinaattori)
- Update version number (#66) (@toubinaattori)
Closed issues:
- Single state decision/chance nodes (#42)
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
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
DecisionProgramming v1.2.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
DecisionProgramming v1.1.0
- 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)
v1.0.2
DecisionProgramming v1.0.2
v1.0.1
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
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.