Skip to content

Commit

Permalink
release v0.3.1 (#41)
Browse files Browse the repository at this point in the history
  • Loading branch information
stevebachmeier authored Apr 10, 2023
1 parent ea2bf70 commit f9afd7f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
**0.3.1 - 04/10/23**

- Build docs to readthedocs
- Implement zipcode miswriting function
- Implement fake name noise function
- Add sample data to package
- Support parquet files

**0.3.0 - 04/04/23**

- Implement numeric miswriting noise function
Expand Down
2 changes: 1 addition & 1 deletion src/pseudopeople/__about__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
__summary__ = "pseudopeople is package which adds noise to simulated census-scale data using standard scientific Python tools."
__uri__ = "https://github.com/ihmeuw/pseudopeople"

__version__ = "0.3.0"
__version__ = "0.3.1"

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

0 comments on commit f9afd7f

Please sign in to comment.