-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Minor bug fixes surrounding visualization due to matplotlib 3.3 deprecations temp fix for NLEQ2 bug, use newton_linesearch instead bumpversion Documentation updates and fixes bug fix in OptGp sampler set commit to True Bump version: 0.1.6rc0 → 0.1.6 * Turn off notebook execution (too long to run each time) * pre-commit autoupdate adjusted repostory link for flake8 Removed .bumpversion.cfg from manifest, now merged with setup.cfg Removed safety from tox testing workflow Unicode string prefix removed setup.cfg updates for README and deprecations in setuptools URL updates Changed to assert statement due to return True deprecation intersphinx link updates Removed 3.10 until further testing * Updates to test workflow file Relaxed versioning requirements Late add of 0.1.6 release notes Dropped Python 3.6 support and updated files for deprecation warnings broken link fixes Escher conflict with versioning jinja2<3 but requirements are for jinja2>3, temp workaround for now with explicit ipywidget inclusion * Temp solution to address sys-bio/roadrunner#651 * retry * try linking ncurses with softlink * Try using older ubuntu image * Try updating libc6 for py39 dependency and replace ubuntu-latest with ubuntu-20.04 until ncurses issue addressed in libroadrunner * revert back to latest * Removed empty cell at top of notebook Updated pandas append to concat to fix deprecation tutorial update Update roadrunner to v2.2 * Bump version: 0.1.7rc0 → 0.1.7
- Loading branch information
z-haiman
authored
Dec 9, 2022
1 parent
eb72690
commit 784bda5
Showing
30 changed files
with
4,984 additions
and
4,902 deletions.
There are no files selected for viewing
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,6 @@ | ||
include \ | ||
*.yml \ | ||
*.yaml \ | ||
.bumpversion.cfg \ | ||
.dockerignore | ||
|
||
graft docker | ||
|
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
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
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
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
9,341 changes: 4,669 additions & 4,672 deletions
9,341
docs/education/sb2/chapters/sb2_chapter13.ipynb
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
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
Large diffs are not rendered by default.
Oops, something went wrong.
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
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
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
Large diffs are not rendered by default.
Oops, something went wrong.
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
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
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
Large diffs are not rendered by default.
Oops, something went wrong.
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
# Release notes for MASSpy 0.1.6 | ||
|
||
* This will be the last version of MASSpy to support Python 3.6. |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
# Release notes for MASSpy 0.1.7 | ||
|
||
* Dropped support Python 3.6. | ||
|
||
## Fixes | ||
|
||
* Fixed versioning issues in installation | ||
* Fixed documentation issues | ||
* Other minor fixes |
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
Oops, something went wrong.