Skip to content
## COBREXA v1.2.0

[Diff since v1.1.0](https://github.com/LCSB-BioCore/COBREXA.jl/compare/v1.1.0...v1.2.0)


**Closed issues:**
- Use `Dictionary.jl` instead of `OrderedCollections.jl` in `StandardModel` (#434)
- Add genes and gene reaction rules to `CoreModel` (#439)
- Fix versioning dropdown in documentation (#498)
- GPU sampler (#524)

**Merged pull requests:**
- Revert "display banner consistently at each import" (#516) (@exaexa)
- Improve `remove_XXX` functions (#517) (@stelmo)
- Extend max-min driving force analysis (#519) (@stelmo)
- Gene-reaction rules for CoreModel and CoreModelCoupled #439 (#521) (@htpusa)
- naming & tests for grr vector function (#522) (@exaexa)
- add the (most relevant) old versions of the docs to gh pages (#523) (@exaexa)
- remove some unnecessarily explicit `Union` types (#525) (@exaexa)
- remove unnecessary documentation deps from the actual package (#526) (@exaexa)
- make sure SBML 0.8.1 doesn't get installed as a dep (#527) (@exaexa)
- fix some wording and make explanation clearer (#529) (@stelmo)
- added `change_objective!` function and tests (#530) (@stelmo)
- use a precise julia compat entry (#532) (@exaexa)
- upgrade julia from 1.5 to 1.7 (#533) (@laurentheirendt)
- remove duplicate function definitions (#534) (@laurentheirendt)
- clean up the change_objective! overloading, add doc (#535) (@exaexa)
- bump up the "history gif" artifact expiration to 3 months (#536) (@exaexa)
- Regular merge develop→master (#537) (@exaexa)
- Added data source for thermodynamic info in tests (#538) (@stelmo)
- bump version 1.1.1 (#539) (@exaexa)
- fix the versioning for compatibility with General (#540) (@exaexa)
- Merge the fixed develop to master (#541) (@exaexa)