All notable changes to this project will be documented in this file.
- improve output/logging
- add option for JSON output
- enumerate mics using an iterator
- use clingo 5.5.0 via clingo-rs 0.7.0
- show predictions and labelings also on consistent data
- use structopt 0.3
- use clingo 0.6
- Fix bug that led to wrong results.
- rewrite in rust.
- use pyasp 1.4.4
- Fix in opt_graph: auto generated inputs are now used for all experiments
- Fix the description of repair mode 1 (removing edges)
- iggy and opt_graph now display the auto generated inputs when using --autoinputs
- Fix missing pyasp import.
- Use pyasp-1.4.3 Pyasp 1.4.2 has been broken so we had make an emergency release an update to the new version 1.4.3. Older version of iggy wont install properly anymore.
- Added level bound constraints. Now one can add information about the initial state of a node to the experiment profile. For example, the line node1=MIN states that node1 is initially at the minimum level (mostly that means absent). The level bound constraint prohibits any solutions that predict a further decrease in node1. Conversely, the line node2=MAX states that node2 is initially at the maximum level. The level bound constraint prohibits then any solution that predict a further increase in node2.
- Use pyasp-1.4.1
- Port to python 3
- This CHANGELOG file
- Fixed problem with wrongly computed numbers of unlabeled nodes and measured nodes which are not in the model
- Fixed problem with doubled soultions when enumerating colorings resp. repairs
- 0.4
- 0.3
- 0.2
- 0.1dev