- Oct 18, 2021
-
-
Miroslav Kratochvil authored
-
St. Elmo authored
Add moment algorithm
-
St. Elmo authored
-
Miroslav Kratochvil authored
add aqua testing
-
Miroslav Kratochvil authored
-
- Oct 15, 2021
-
-
Miroslav Kratochvil authored
-
-
-
-
- Oct 13, 2021
-
-
Laurent Heirendt authored
rewrite julia version in notebooks to one compatible with binder
-
Miroslav Kratochvil authored
Fix some small docstring issues + small readme changes
-
St. Elmo authored
-
St. Elmo authored
-
Miroslav Kratochvil authored
demonstrate screen() in README
-
Miroslav Kratochvil authored
fix metabolite vector construction ambiguity
-
Miroslav Kratochvil authored
-
Miroslav Kratochvil authored
Fixes #457
-
Miroslav Kratochvil authored
Fixes #388
-
Miroslav Kratochvil authored
Found by Aqua. References #389
-
- Oct 08, 2021
-
-
Miroslav Kratochvil authored
bump version to 1.0.6
-
Miroslav Kratochvil authored
(this rollbacks the removal of JuMP bridge constraints, which seems to have caused weird compatibility issues)
-
- Sep 15, 2021
-
-
Laurent Heirendt authored
Revert "completely disable JuMP bridge constraints"
-
Miroslav Kratochvil authored
This reverts commit e99747f6. Apparently some internal JuMP logic depends on the bridges, preventing e.g. single-variable objective functions from working with GLPK (and maybe other solvers). Dodging that is easy, e.g. you can use `@objective(m, Max, x+0)` instead of one that contains just `x`, but kludges like this should not be required in the code.
-
- Sep 10, 2021
-
-
Laurent Heirendt authored
bump version to 1.0.5
-
Miroslav Kratochvil authored
-
Miroslav Kratochvil authored
fix the index in remove_metabolites of CoreModel
-
- Sep 09, 2021
-
-
Miroslav Kratochvil authored
the tests might have been kindof a warning sign
-
Laurent Heirendt authored
improve parametrization of objective_envelope
-
Laurent Heirendt authored
improve the ability of screening functions to use precompiled code
-
Miroslav Kratochvil authored
Among other, this fixes a ~5-20% performance regression for FVA.
-
Laurent Heirendt authored
completely disable JuMP bridge constraints
-
Miroslav Kratochvil authored
(we do not use them at all, which is likely gonna hold for some time)
-
- Sep 07, 2021
-
-
Laurent Heirendt authored
correctly forward the `workers` parameter
-
Miroslav Kratochvil authored
-
- Aug 31, 2021
-
-
Miroslav Kratochvil authored
slightly improve the objective value handling at FVA
-
Miroslav Kratochvil authored
...and finally allow the whole FBA part to be successfully and easily separated into its own efficient single-threaded step.
-
- Aug 30, 2021
-
-
Miroslav Kratochvil authored
-
- Aug 26, 2021
-
-
Miroslav Kratochvil authored
Merge pull request #445 from LCSB-BioCore/compathelper/new_version/2021-08-26-00-10-35-964-1506605829 CompatHelper: bump compat for "SBML" to "0.8"
-
github-actions[bot] authored
-
- Aug 23, 2021
-
-
St. Elmo authored
Added repostatus badge
-