Skip to content

Commit

Permalink
Rc/update metadata v1.0.3 (#266)
Browse files Browse the repository at this point in the history
* Update metadata, changelog typos

* update copyright year
  • Loading branch information
mattkappel committed Jan 19, 2023
1 parent 6651e86 commit 59dfecd
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 4 deletions.
11 changes: 9 additions & 2 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
**1.0.3 - 01/19/23**

- Enhancement to use pop_data.user_data.get pattern in BasePopulation example
- Mend get_value unhashable argument for Results Manger add_observation()
- Split randomness into subpackage
- Remove copy_with_additional_key method from RandomnessStream

**1.0.2 - 12/27/22**

- Fix a typo that prevented deployment of v1.0.1
Expand Down Expand Up @@ -120,7 +127,7 @@
**0.10.0 - 10/2/20**

- Fix bug in copying a `RandomnessStream` with a new key
- Add documentation of randomess in vivarium
- Add documentation of randomness in vivarium
- Add validation to `LookupTable`, `InterpolatedTable`, `Interpolation`, and
`Order0Interp`
- Fix bug writing invalid artifact keys
Expand Down Expand Up @@ -200,7 +207,7 @@
**0.8.22 - 07/16/19**

- Bugfix for lookup table input validation.
- Event subsytem documentation.
- Event subsystem documentation.

**0.8.21 - 06/14/19**

Expand Down
4 changes: 2 additions & 2 deletions src/vivarium/__about__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@
__summary__ = "vivarium is a microsimulation framework built on top of the standard scientific python stack."
__uri__ = "https://github.com/ihmeuw/vivarium"

__version__ = "1.0.2"
__version__ = "1.0.3"

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

__license__ = "BSD-3-Clause"
__copyright__ = f"Copyright 2022 {__author__}"
__copyright__ = f"Copyright 2023 {__author__}"

0 comments on commit 59dfecd

Please sign in to comment.