Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# CHANGELOG

## 0.9.0

Highlights:

- remove invariants, add dp.len [#885](https://github.com/opendp/dp-wizard/pull/885)
- Handle TSVs [#879](https://github.com/opendp/dp-wizard/pull/879)

Also includes:

- No "warning" for low epsilon [#871](https://github.com/opendp/dp-wizard/pull/871)
- Unit of privacy should start empty [#878](https://github.com/opendp/dp-wizard/pull/878)
- change the phrasing to emphasize that this should be an upper bound [#873](https://github.com/opendp/dp-wizard/pull/873)
- Use all groups for column color, not just first [#876](https://github.com/opendp/dp-wizard/pull/876)
- "unit of privacy" -> "unit of protection" [#877](https://github.com/opendp/dp-wizard/pull/877)
- add new section to FAQ [#874](https://github.com/opendp/dp-wizard/pull/874)


## 0.8.0

Highlights:
Expand Down
2 changes: 1 addition & 1 deletion dp_wizard/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.8.0
0.9.0
Loading