PyBoolNet (hompage: github.com/hklarner) Code
Brought to you by:
hannesklarner
| File | Date | Author | Commit |
|---|---|---|---|
| Core | 2015-07-08 | hannesklarner | [r80] more tests and documentation |
| Dependencies | 2015-07-08 | hannesklarner | [r76] towards py3 |
| Macros | 2015-07-08 | hannesklarner | [r79] moving about |
| Tests | 2015-07-08 | hannesklarner | [r80] more tests and documentation |
| examples | 2015-05-27 | hannesklarner | [r60] towards next release.. |
| readme.txt | 2015-07-08 | hannesklarner | [r78] restructuring.. |
| setup.py | 2015-07-08 | hannesklarner | [r76] towards py3 |
Last Changes ============ (July 2015, v2.0) Complete resturcture: - Python3 - NuSMV model checking - attractor detection - unit tests - full documentation - export of interaction graphs as dot files (May 2014, v1.02): - Added file conversion BoolNet->NuSMV - Added output format parameter that allows for a reduced network description using substitution and percolation (April 2014, v1.01): - Added export of 0-1 optimization problem as Potassco ASP problem. Use "save_ASP( Filename )". - Added option for removing inputs when searching for maximal symbolic steady states. Use "inputs_to_blinkers()" to convert each input node into a blinker, i.e., a node with a negative self-regulation.