-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Release v1.6.1 #552
Merged
Merged
Release v1.6.1 #552
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Reference to `can_use_cpp` on import causes `get_best_solver_algo` to fail - Replace deprecated reference to `can_use_cpp` with import of `BuildEngine` - Call to `BuildEngine#get_missing_dependencies`
Fix `Model#get_best_solver_algo`
- New flag in `Reaction#sanitized_propensity_function`: `ode` - Boolean which indicates that `ode_propensity_function` should be used - Update `get_model_defines` to populate both ODE and non-ODE propensities
Fix ODE C++ solvers for higher-order reactions
…tion to accept str references for rates.
Set reaction rate as str
+ Added SBML model asset. + Added test to suite to check for failure on invalid SBML model. + Added check that raises an exception if a reaction is missing its propensity function.
+ Added additional documentation. + Added cell to demonstrate relative (path) imports via `os`, `sys`. + Added cell to demonstrate the usage of alternate solvers. + Added cell to demonstrate plot customization. ~ Standardized formatting, usage of double quotes.
+ Added the following fonts: 'Roboto', 'Fira Code' ~ Changed default fonts -- code should be monospaced, everything else needs to be SS. ~ Tweaked font-sizes.
Added RumseyReactor robust model to test suite.
Made small tweaks to documentation stylesheets to improve readability.
Updated dead links in README.md.
Updated and refactored the StartHere notebook.
Added check and tests to verify behavior of SBML reactions.
Fixed broken documentation generation.
Added license header to source files.
Updated legacy readthedocs.io links to new documentation domain.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
GillesPy2 Release v1.6.1 Technical Changelog
Fixes
Model#get_best_solver_algo
caused by usage of a deprecated function.Changes
Model
.SBMLImport#__get_kinetic_law
to ensure SBML Reactions without propensity functions cannot be loaded.StartHere.ipynb
example notebook.gh-pages
branch, updated documentation to v1.6.1