Skip to content

Releases: opencobra/Medusa

Pip patch

28 Jul 21:39
Compare
Choose a tag to compare

This release fixes import issues in the previous pip release, makes some minor updates to documentation notebooks, and some linting of package imports.

Version 0.2

11 Dec 21:37
f63c7b8
Compare
Choose a tag to compare
  • Docs drafted
  • transitioned to Feature/Member representation of ensembles

v0.1.2

21 Jun 19:05
Compare
Choose a tag to compare

With this release, most of the old code was refactored using a custom object-oriented strategy, rather than the old approach(es) of using a dictionary or dataframe for model states and features.

Essentially all code from previous versions is now deprecated.

repost

07 Feb 20:26
Compare
Choose a tag to compare

reposting this release due to some pip issues

flux_analysis refactor

07 Feb 20:22
Compare
Choose a tag to compare

Small amount of refactoring of flux_analysis, essentially removing functionality from the Ensemble class and putting it into smaller units. Also implemented unit tests for flux analysis (FBA and FVA) and continuous integration with Travis.