CNApy 1.2.5
This release contains a multitude of important bug fixes as well as the following new features:
- A new dark mode option that you an acivate in CNApy's config dialog
- If you have performance problems with StrainDesign, you can now try to use the "Big M" option for an alternative formulation without indicator constraints, which may be significantly faster in some cases
- If started from the console, you can now specify a model and model that is automatically loaded during start-up by using the model path as first command argument, and (optionally) the path to the scenario as second argument
- More robust thermodynamic calculations based upon the COBRA-k package
What's Changed
- cnapy.spec for use with pyinstaller by @axelvonkamp in #532
- Change cplex package to ARM-MacOS-compatible version by @Paulocracy in #533
- Small setuptools dependency fix by @Paulocracy in #534
- Update python-publish.yml by @Paulocracy in #539
- Add ability to load project and scenario as command-line arguments by @Paulocracy in #540
- Fix #535 by @Paulocracy in #541
- Add first stage of COBRA-k integration by @Paulocracy in #542
- simplify Escher initialization by @axelvonkamp in #543
- Bug fixes/improvements by @axelvonkamp in #544
- Add BigM option by @Paulocracy in #546
- Fix dark mode by @Paulocracy in #547
- Bump to 1.2.5 by @Paulocracy in #548
Full Changelog: v1.2.4...v1.2.5