Skip to content

Releases: bioasp/iggy

v2.2.0

28 Aug 07:18
e286562
Compare
Choose a tag to compare
  • improve output/logging
  • add option for JSON output
  • enumerate MICs using an iterator
  • use clingo 5.5.0 via clingo-rs 0.7.0

Iggy 2.1.1

11 Mar 20:10
7670b36
Compare
Choose a tag to compare
  • show predictions and labelings also on consistent data

Iggy 2.1.0

03 Jan 20:59
0a17fa1
Compare
Choose a tag to compare
  • use structopt 0.3
  • use clingo 0.6

bug fix release

23 Oct 12:45
Compare
Choose a tag to compare

fix repair mode optgraph

This is a complete rewrite in rust

12 Jul 13:34
f5edaa9
Compare
Choose a tag to compare

With this release also the input format has changed to CIF complex interaction format. Please see the guide for more info.

bug fix release

16 Aug 11:57
13cf3cb
Compare
Choose a tag to compare

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

20 Jul 11:16
Compare
Choose a tag to compare

fix missing pyasp import in query.py

emergency release

29 Mar 08:28
Compare
Choose a tag to compare

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

26 Jun 11:01
Compare
Choose a tag to compare
  • 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

04 Feb 09:19
Compare
Choose a tag to compare
Polishing release Pre-release
Pre-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).