Skip to content

Commit 1eecd28

Browse files
committed
Update for release
1 parent 1fcfee9 commit 1eecd28

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.rst

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
**0.8.21 - 06/14/19**
2+
3+
- Add names and better reprs to some of the managers.
4+
- ConfigTree documentation
5+
- Yaml load bugfix.
6+
- Documentation for ``simulate run`` and the interactive context.
7+
- Tutorials for running a simulation interactively and from the command line.
8+
- Headers for API documentation.
9+
- Component management documentation.
10+
- Enforce all components have a unique name.
11+
- Add ``get_components_by_type`` and ``get_component(name)`` to
12+
the component manager.
13+
- Bugfix in the lookup table.
14+
115
**0.8.20 - 04/22/19**
216

317
- Add simulation lifecycle info to the simulant creator.

src/vivarium/__about__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
__summary__ = "vivarium is a microsimulation framework built on top of the standard scientific python stack."
88
__uri__ = "https://github.com/ihmeuw/vivarium"
99

10-
__version__ = "0.8.20"
10+
__version__ = "0.8.21"
1111

1212
__author__ = "The vivarium developers"
1313
__email__ = "vivarium.dev@gmail.com"

0 commit comments

Comments
 (0)