You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
FIX: wrong Python version test
TST: optlang errors on cons.change_expr for python 3.5
FIX: incorrect constraint replacement handling on Python 3.5
ENH: Gurobi 8.1.1 scripts
REQ: adding networkx for RedGEM and TQDM for cuter outputs
MNT: corner cases
FIX: In dict serialization, dynamic variable and constraint update (#31)
FIX: handle obj serialization case where no objective is set, or coefficients are not native floats
DOC: proper acknowledgements for the metaclass property technique
ENH/FIX: GenericConstraint and GenericVariable are now abstract base classes. Also added a metaclass to enforce the setting of prefixes - any var class or cons class without a prefix will now throw an error. This should address the issues with constraint names colliding with metabolites or variable names colliding with reactions when people forget to set their prefixes.
FIX: scaling_factor was not passed on variable reconstruction from dict form