We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be9fa49 commit b385d49Copy full SHA for b385d49
CHANGELOG.rst
@@ -1,3 +1,8 @@
1
+**0.8.15 - 01/03/19**
2
+
3
+ - Add doctests to travis
4
+ - Update population initializer error message
5
6
**0.8.14 - 12/20/18**
7
8
- Standardize the population getter from the the interactive interface.
src/vivarium/__about__.py
@@ -7,7 +7,7 @@
__summary__ = "vivarium is a microsimulation framework built on top of the standard scientific python stack."
__uri__ = "https://github.com/ihmeuw/vivarium"
9
10
-__version__ = "0.8.14"
+__version__ = "0.8.15"
11
12
__author__ = "The vivarium developers"
13
__email__ = "vivarium.dev@gmail.com"
0 commit comments