Skip to content

v0.9.1

Compare
Choose a tag to compare
@realLCSB realLCSB released this 29 Aug 09:03
· 33 commits to master since this release
8bd43fd
  • 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
  • ENH: Adding objective serialization
  • FIX: if no seed ID is present, then pass
  • FIX: Tentative fix for #30
  • DOC: better docstrings