EnzymeML / PyEnzyme

🧬 - Data management and modeling framework based on EnzymeML.
BSD 2-Clause "Simplified" License
21 stars 9 forks source link

PyEnzyme 1.1.3 #30

Closed JR-1991 closed 2 years ago

JR-1991 commented 2 years ago

In the course of the upcoming "EnzymeML at work" manuscript, the PyEnzyme library has been extended and revisited to enhance functionalities. In addition, the syntax has been improved towards a more pythonic way that aligns well to common standards.

Important changes:


This change is Reviewable

fbergmann commented 2 years ago

PR's with this many commits and changes, are really hard to review, if not impossible. Luckily we have tests though. Since you mention visualization, i would add that to the example notebook (or do a separate example notebook for readthedocs). Also validation would be good to demonstrate.

fbergmann commented 2 years ago

Before merge, we definitely need #32 solved. Even the simple fix of always writing the log as utf-8 will be fine.