Skip to content

Commit

Permalink
Release/v0.11.0 (#319)
Browse files Browse the repository at this point in the history
  • Loading branch information
stevebachmeier authored Jun 1, 2023
1 parent ba12f03 commit 11ea0f2
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
**0.11.0 - 06/01/23**

- Support Python 3.8-3.11
- Update vivarium pin
- Handle FutureWarning
- Refactor to create a 'get_transition_names' function

**0.10.24 - 05/11/23**

- Standardize builder, cause argument order in state get data functions
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
long_description = f.read()

install_requirements = [
"vivarium>=1.1.0",
"vivarium>=1.2.0",
"numpy",
"pandas",
"scipy",
Expand Down
2 changes: 1 addition & 1 deletion src/vivarium_public_health/__about__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
__summary__ = "Components for modelling diseases, risks, and interventions with ``vivarium``"
__uri__ = "https://github.com/ihmeuw/vivarium_public_health"

__version__ = "0.10.24"
__version__ = "0.11.0"

__author__ = "The vivarium_public_health developers"
__email__ = "[email protected]"
Expand Down

0 comments on commit 11ea0f2

Please sign in to comment.