Skip to content

Commit f22c9d8

Browse files
release v0.5.0 (#62)
1 parent 8a02afe commit f22c9d8

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

CHANGELOG.rst

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,12 @@
1-
**0.4.0 - 04/11/23**
1+
**0.5.0 - 04/13/23**
2+
- Bugfix to apply incorrect selection noising at the expected probabilility
3+
- Implement the omission noise function
4+
- Implement schema for output columns and their dtypes
5+
- Implement a year filter to the form generation functions
6+
- Support a path to data root directory as form generation function argument
7+
- Update documentation
8+
9+
**0.4.0 - 04/11/23**
210
- Generate default configuration instead of maintaining a static file
311
- Read sample data if no data argument is provided
412
- Update sample datasets

src/pseudopeople/__about__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
__summary__ = "pseudopeople is package which adds noise to simulated census-scale data using standard scientific Python tools."
1414
__uri__ = "https://github.com/ihmeuw/pseudopeople"
1515

16-
__version__ = "0.4.0"
16+
__version__ = "0.5.0"
1717

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

0 commit comments

Comments
 (0)