Releases: charlesrocabert/MetEvolSim
Releases · charlesrocabert/MetEvolSim
MetEvolSim pre-release v0.5.0
- Removed the relative metabolic sum selection,
- Added example scripts,
- Removed the "scripts" folder,
- Added new results.
MetEvolSim pre-release v0.4.13
- Do not consider anymore parameters with no defined values in simulations
- Write a list of variables in text files when creating a SBML model
- General improvement of the code structure
MetEvolSim pre-release v0.4.12
- Debug: Variable names were not updated in the mutant model.
MetEvolSim pre-release v0.4.11
- Improved model stability control. If 10 successive mutations lead to unstability, a critical error is raised.
MetEvolSim pre-release v0.4.10
- Improved SBML mutant model stability control.
MetEvolSim pre-release v0.4.9
- MetEvolSim does not use anymore species names which often collide. Only use species identifiers.
- A file "variables.txt" containing the list of variable names, identifiers and compartment is written each time a model is created.
- Improved CPS files edition and communication with CopasiSE.
- Some cosmetic corrections.
MetEvolSim pre-release v0.4.8
- Fully implemented the random sensitivity analysis and updated README accordingly,
- Updated copyright.
MetEvolSim pre-release v0.4.7
- Removed minor errors in README.md
MetEvolSim pre-release v0.4.6
- Python package case sensitivity debugging (2)
MetEvolSim pre-release v0.4.5
- Python package case sensitivity debugging