Skip to content

Tags: andrei91ro/pep

Tags

v1.1

Toggle v1.1's commit message
chmod executable and added Usage message

v1.0

Toggle v1.0's commit message
Added the negation operator ~ that allows to specify negative values

v0.9

Toggle v0.9's commit message
Added .csv file output of all variables and enzymes at each simulatio…

…n step

v0.8

Toggle v0.8's commit message
Fixed enzymatic bugs:

    1) Fixed enzymatic programs execution bug (distribution phase)
    2) Fixed variable/enzyme reset bug
        Pobject.(isPartofProductionFunction replaced with wasConsumed)
        both name and meaning

v0.7

Toggle v0.7's commit message
Added generic functions sqrt, abs, log, log10, log2

v0.6

Toggle v0.6's commit message
Added common trigonometric functions:

    sin, sind, asin, asind
    cos, cosd, acos, acosd
    tan, tand, atan, atand, atan2, atan2d
    cot, cotd, acot, acotd

v0.5

Toggle v0.5's commit message
added support for binary boolean operators (< <= > >= == !=)

v0.4

Toggle v0.4's commit message
Added support for negative list values (var0, e0, ...)

v0.3

Toggle v0.3's commit message
working corectly in Python 2.7.12

v0.2

Toggle v0.2's commit message
Added support for P systems with enzymes