Releases: bioasp/iggy
Releases · bioasp/iggy
v2.2.0
Iggy 2.1.1
- show predictions and labelings also on consistent data
Iggy 2.1.0
- use structopt 0.3
- use clingo 0.6
bug fix release
fix repair mode optgraph
This is a complete rewrite in rust
With this release also the input format has changed to CIF complex interaction format. Please see the guide for more info.
bug fix release
Fixed
Fix in opt_graph: auto generated inputs are now used for all experiments
Fix the description of repair mode 1 (removing edges)
Changed
iggy and opt_graph now display the auto generated inputs when using --autoinputs
bug fix release
fix missing pyasp import in query.py
emergency release
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.
first python3 release
- port to python 3
- use pyasp-1.4.1
- 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.
Polishing release
- fixed bug with double solutions when enumerating labelings resp. repairs
- fixed bug with wrongly computed number of unobserved nodes and # measured nodes not in the network
- added descriptions to the iggy and opt-graph help messages,
- changed terminology (coloring -> labeling).