Skip to content

Releases: LCSB-BioCore/COBREXA.jl

v1.5.1

11 May 10:20
99b3002
Compare
Choose a tag to compare

COBREXA v1.5.1

Diff since v1.5.0

Merged pull requests:

v1.5.0

08 May 09:59
9cde7b4
Compare
Choose a tag to compare

COBREXA v1.5.0

Diff since v1.4.4

Closed issues:

  • Model type overlay that describes the genetic manipulation (#552)
  • max_min_driving_force and moment should be a ModelWrapper (#614)
  • JSON model format incompatible with escher (#758)

Merged pull requests:

v1.4.4

13 Feb 09:28
4927191
Compare
Choose a tag to compare

COBREXA v1.4.4

Diff since v1.4.3

Closed issues:

  • Incorrect gene reaction rule parsing (#711)

Merged pull requests:

  • Turn MMDF analysis into a wrapper (#699) (@stelmo)
  • Add convenience macro that loads all the functions in modules (#716) (@stelmo)
  • Implement a variant of Constrained Allocation Flux Balance Analysis (#717) (@stelmo)
  • Delete reaction overloads (#718) (@stelmo)
  • Rename GeckoModel to EnzymeConstrainedModel (#719) (@stelmo)
  • Rename SMomentModel to SimplifiedEnzymeConstrainedModel (#720) (@stelmo)
  • Rename reaction_gene_association to reaction_gene_associations (#721) (@stelmo)
  • Replace uses of :reverse with :backward to be consistent (#722) (@stelmo)
  • Rename file (#723) (@stelmo)
  • Add accessors for enzyme associated data (#724) (@stelmo)
  • Remove crowding (obsolete via SMOMENT) (#725) (@stelmo)
  • remove obsolete print_banner() from the SIF container (#727) (@exaexa)
  • LICENSE file type was not markdown (#728) (@exaexa)
  • CompatHelper: bump compat for SBML to 1, (keep existing compat) (#729) (@github-actions[bot])
  • remove a config from local CI (#730) (@exaexa)
  • add an actual GPA/GRR to DNF parser (#731) (@exaexa)
  • Fix test bugs in new parser (#732) (@stelmo)
  • GPA ordering fix (#733) (@exaexa)
  • fix GRA compat once more (and hopefully the last time) (#734) (@exaexa)
  • extensible variable semantics (#735) (@exaexa)
  • Q-opt support (#736) (@exaexa)
  • version bump for 1.4.4 (#737) (@exaexa)
  • Develop → master merge for 1.4.4 (#738) (@exaexa)
  • Add more reconstruction functions to ObjectModel (#739) (@stelmo)
  • Remove switching argument for reaction constructors (#740) (@stelmo)
  • Remove double s from enzyme semantics (#741) (@stelmo)
  • Add some more semantics to EnzymeConstrainedModel (#742) (@stelmo)
  • Add balance accessor to community model (#743) (@stelmo)
  • clean up SBML unit-error throwing (#744) (@exaexa)
  • Homogenize bound kwargs (#746) (@stelmo)

v1.4.3

06 Jan 14:58
9b4678a
Compare
Choose a tag to compare

COBREXA v1.4.3

Diff since v1.4.2

Merged pull requests:

v1.4.2

25 Nov 10:51
952fc04
Compare
Choose a tag to compare

COBREXA v1.4.2

Diff since v1.4.1

Closed issues:

  • Consistent argument/kwarg naming (#623)
  • Add stoichiometry to gene reaction rules (#655)
  • Organize everything into submodules (#663)
  • .mat model not loading (#691)

Merged pull requests:

v1.4.1

14 Oct 13:30
c79ab7f
Compare
Choose a tag to compare

COBREXA v1.4.1

Diff since v1.4.0

Closed issues:

  • generate FROG reports (models reproducibility) (#609)
  • pFBA does not fail gracefully (#625)
  • Gapfilling not giving any solutions (#653)
  • Drop OSQP and use Clarabel instead for QPs (#666)

Merged pull requests:

  • remove lots of lb/ub shortcuts from API (#637) (@exaexa)
  • Remove the banner (#649) (@stelmo)
  • Add some constructors (#654) (@stelmo)
  • hotfix: bump CompatHelper version to work with 1.8 (#656) (@exaexa)
  • Update compathelper CI script (#658) (@exaexa)
  • Fix pFBA issue with return type nothing (#659) (@stelmo)
  • Finally add DocStringExtensions 🥳 (#661) (@stelmo)
  • add an explanation of what happens when you gapfill a feasible model (#662) (@exaexa)
  • Add SBO terms (#667) (@stelmo)
  • use Clarabel instd of OSQP (#669) (@exaexa)
  • CompatHelper: bump compat for SBML to 1, (keep existing compat) (#670) (@github-actions[bot])
  • Make the SBML annotations work just like with JSON models (#676) (@exaexa)
  • docs: reflect the solver change in Project.toml (#677) (@exaexa)
  • fix docbuild: JuMP MIN_SENSE and MAX_SENSE disappeared (#679) (@exaexa)
  • remove polish parameter specific to osqp (#681) (@exaexa)
  • Develop → master merge for v1.4.1 (#682) (@exaexa)
  • backmerge master changes to develop to resolve merge conflicts (#683) (@exaexa)

v1.4.0

05 Aug 10:28
bda178a
Compare
Choose a tag to compare

COBREXA v1.4.0

Diff since v1.3.1

Closed issues:

  • Prettyprinting should not hide any information (#77)
  • change the auto-formatting mechanism (#322)
  • Switch to ReadableRegex (#601)
  • Progress meter for long running ops (#626)
  • fast mmap()able model type (#641)

Merged pull requests:

v1.3.1

16 May 14:57
74bd583
Compare
Choose a tag to compare

COBREXA v1.3.1

Diff since v1.3.0

Closed issues:

  • generate and deploy docker & singularity containers (#68)
  • Implement GECKO (#574)
  • Implement sMOMENT (#575)
  • fix import of yeast GEM models (#600)
  • use asyncmap instead of map to collect information from workers (#603)

Merged pull requests:

v1.3.0

27 Apr 18:30
0138617
Compare
Choose a tag to compare

COBREXA v1.3.0

Diff since v1.2.3

Closed issues:

  • Moment modification deletes ATPM bounds (#542)

Merged pull requests:

  • banner again! (#585) (@exaexa)
  • Implement GECKO and SMOMENT (#586) (@stelmo)
  • CompatHelper: bump compat for "JuMP" to "0.23" (#587) (@github-actions[bot])
  • prepare a macro for inheriting the accessors for model data (#588) (@exaexa)
  • Fixing typos (#589) (@htpusa)
  • Fix argument forwarding in find_biomass_reaction_ids (#590) (@exaexa)
  • CompatHelper: bump compat for "DistributedData" to "0.2" (#593) (@github-actions[bot])
  • CompatHelper: bump compat for "JuMP" to "1" (#594) (@github-actions[bot])
  • Add deprecation warning (#595) (@stelmo)
  • Systematic model wrappers (#597) (@exaexa)
  • make stoichiometries easily extensible to encompass more complicated analyses (#598) (@exaexa)
  • Add some accessors for MATModel (#602) (@stelmo)
  • "minor" fixes for enzyme-constrained models (#604) (@exaexa)
  • Small fixes to enzyme PR (#605) (@stelmo)
  • Small fixes (#606) (@stelmo)
  • Bump version 1.3.0 (#607) (@stelmo)
  • develop -> master for v1.3.0 (#608) (@stelmo)

v1.2.3

15 Feb 13:22
38a4888
Compare
Choose a tag to compare

COBREXA v1.2.3

Diff since v1.2.2

Merged pull requests: