-
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Upgraded the version number from 0.3.2 to 0.3.3 - bug fix.
- Loading branch information
Showing
5 changed files
with
17 additions
and
11 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 |
---|---|---|
|
@@ -3,8 +3,8 @@ | |
![Python version badge](https://img.shields.io/badge/python-3.11.3-blue.svg) | ||
[![PySB version badge](https://img.shields.io/badge/PySB->%3D1.15.0-9cf.svg)](https://pysb.org/) | ||
[![license](https://img.shields.io/github/license/blakeaw/pysb-pkpd.svg)](LICENSE) | ||
![version](https://img.shields.io/badge/version-0.3.2-orange.svg) | ||
[![release](https://img.shields.io/github/release-pre/blakeaw/pysb-pkpd.svg)](https://github.com/blakeaw/pysb-pkpd/releases/tag/v0.3.2) | ||
![version](https://img.shields.io/badge/version-0.3.3-orange.svg) | ||
[![release](https://img.shields.io/github/release-pre/blakeaw/pysb-pkpd.svg)](https://github.com/blakeaw/pysb-pkpd/releases/tag/v0.3.3) | ||
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.12775536.svg)](https://doi.org/10.5281/zenodo.12775536) | ||
|
||
__`pysb-pkpd` enables you to efficiently program and simulate dynamic PK/PD and QSP models in Python using the PySB modeling framework.__ | ||
|
@@ -56,27 +56,27 @@ Note that `pysb-pkpd` has the following core dependencies: | |
|
||
### pip install | ||
|
||
You can install `pysb-pkpd` version 0.3.2 with `pip` sourced from the GitHub repo: | ||
You can install `pysb-pkpd` version 0.3.3 with `pip` sourced from the GitHub repo: | ||
|
||
##### with git installed: | ||
|
||
Fresh install: | ||
``` | ||
pip install git+https://github.com/blakeaw/[email protected].2 | ||
pip install git+https://github.com/blakeaw/[email protected].3 | ||
``` | ||
Or to upgrade from an older version: | ||
``` | ||
pip install --upgrade git+https://github.com/blakeaw/[email protected].2 | ||
pip install --upgrade git+https://github.com/blakeaw/[email protected].3 | ||
``` | ||
##### without git installed: | ||
|
||
Fresh install: | ||
``` | ||
pip install https://github.com/blakeaw/pysb-pkpd/archive/refs/tags/v0.3.2.zip | ||
pip install https://github.com/blakeaw/pysb-pkpd/archive/refs/tags/v0.3.3.zip | ||
``` | ||
Or to upgrade from an older version: | ||
``` | ||
pip install --upgrade https://github.com/blakeaw/pysb-pkpd/archive/refs/tags/v0.3.2.zip | ||
pip install --upgrade https://github.com/blakeaw/pysb-pkpd/archive/refs/tags/v0.3.3.zip | ||
``` | ||
### Manual install | ||
|
||
|
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 |
---|---|---|
|
@@ -5,4 +5,4 @@ | |
from .macros import * | ||
from .util import simulate | ||
|
||
__version__ = '0.3.2' | ||
__version__ = '0.3.3' |
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