## COBREXA v1.1.0 [Diff since v1.0.6](https://github.com/LCSB-BioCore/COBREXA.jl/compare/v1.0.6...v1.1.0) **Closed issues:** - We should eventually use StableRNGs for sampling and all other random number generation. (#84) - 🚸Explain `serialize_model` better in docs (#361) - cannot find kernel - binder (#388) - add Aqua testing (#389) - Max-min driving force (#422) - Add MOMENT algorithm (#446) - Model modifications for `SerializedModel` (#456) - Add `screen` example to readme (#457) - The grr parser assigns `[[""]]` to some reactions when it should be `nothing` (#463) - formatting problem in `flux_variability_summary` (#468) - Unify the `_dict` and `_vec` function variants with some common reusable code (#474) - Reorganize docs a bit (#479) - Add FAQ section in docs (#480) - Check the cause of test failures with OSQP / MOMA (#485) - unique links to contributing guide (#490) - link to `Edit on Github` does not work anymore (#496) - Rename `API reference` (#497) - Rename `Detailed tutorial listing` (#499) **Merged pull requests:** - Implement max min driving force (#431) (@stelmo) - Add community functions for `StandardModel` (#435) (@stelmo) - Add loopless FBA (#437) (@stelmo) - Add moment algorithm (#455) (@stelmo) - fix metabolite vector construction ambiguity (#459) (@exaexa) - add aqua testing (#460) (@exaexa) - rewrite julia version in notebooks to one compatible with binder (#461) (@exaexa) - demonstrate screen() in README (#462) (@exaexa) - Fix some small docstring issues + small readme changes (#464) (@stelmo) - Modifications unwrap the serialized model (#465) (@exaexa) - convert the sampling to stable RNGs (#466) (@exaexa) - fix docs + naming issue (#467) (@stelmo) - docfixes (#469) (@exaexa) - remove binder altogether (#470) (@exaexa) - explain the use of Serialized models better (#471) (@exaexa) - moma implementation and tests (#472) (@stelmo) - try to revive binder (#473) (@exaexa) - remove some of the repeated code, make MOMA more flexible (#475) (@exaexa) - silence MOMA tests (#476) (@exaexa) - run tests&docs on develop, trigger gitlab also on new tags (#477) (@exaexa) - use the gitlab-documenter integration directly (attempt 1) (#481) (@exaexa) - reflect the workflow change in contrib guide (#482) (@exaexa) - temporarily increase tolerance on the MOMA test (needs fixup later) (#484) (@exaexa) - Polish solution for all QP problems (#486) (@stelmo) - Reorganize the API docs to nice sections (#487) (@exaexa) - Try to fix gitlab docbuilding deploy (attempt 2) (#488) (@exaexa) - fix gitlab docs (attempt 3) (#489) (@exaexa) - Fix contribution docs (#491) (@exaexa) - Make the GRR parser a bit more robust (#492) (@exaexa) - Fix the documentation and some small issues (#493) (@stelmo) - Polish the notebook/example sections (#494) (@stelmo) - develop→master (#495) (@exaexa) - docfixes (#500) (@exaexa) - reorganize the CI, add a bit of documentation (#501) (@exaexa) - postpone the external triggers (#502) (@exaexa) - Mk docfixes 5 (#503) (@exaexa) - dev→master 20211105 (#504) (@exaexa) - do not run PR + branch checks together (#505) (@exaexa) - fix windows compat checks, compat check also BEFORE merging to master (#506) (@exaexa) - Simplify tests that use OSQP (#507) (@stelmo) - Develop→master 20211108 (#509) (@exaexa) - keep Project.toml stuff sorted (#512) (@exaexa) - [breaking] avoid unnecessary sparsity in lower/upper flux bounds (#513) (@exaexa) - simplify the _dict and _vec variants of analysis functions (#514) (@exaexa) - develop→master for 1.1 release (#515) (@exaexa)