Skip to content
Closed
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
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ be made with private data.

## Contributions

There are several ways to contribute. First, if you find DP Wizard useful, please [let us know](mailto:info@opendp.org) and we'll spend more time on this project. If DP Wizard doesn't work for you, we also want to know that! Please [file an issue](https://github.com/opendp/dp-wizard/issues/new/choose) and we'll look into it.
There are several ways to contribute. First, if you find DP Wizard useful, please [let us know](mailto:contact@opendp.org) and we'll spend more time on this project. If DP Wizard doesn't work for you, we also want to know that! Please [file an issue](https://github.com/opendp/dp-wizard/issues/new/choose) and we'll look into it.

We also welcome PRs, but if you have an idea for a new feature, it may be helpful to get in touch before you begin, to make sure your idea is in line with our vision:
- The DP Wizard codebase shouldn't actually contain any differential privacy algorithms. This project is a thin wrapper around the [OpenDP Library](https://github.com/opendp/opendp/), and that's where new algorithms should be added.
Expand All @@ -78,7 +78,7 @@ We also welcome PRs, but if you have an idea for a new feature, it may be helpfu

With those caveats in mind,
feel free to [file a feature request](https://github.com/opendp/dp-wizard/issues/new/choose),
or [email us](mailto:info@opendp.org).
or [email us](mailto:contact@opendp.org).


## Development
Expand Down
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -963,7 +963,7 @@ <h1>Thank you, and stay in touch!</h1>
<tbody>
<tr>
<td>email:</td>
<td>info@opendp.org</td>
<td>contact@opendp.org</td>
<td>cmccallum@g.harvard.edu</td>
</tr>
<tr>
Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -691,7 +691,7 @@ Other PETs protect privacy during computation, but don't preserve privacy in res

| | OpenDP | DP Wizard |
|---|--------|-----------|
|email:| info@opendp.org | cmccallum@g.harvard.edu |
|email:| contact@opendp.org | cmccallum@g.harvard.edu |
|docs:| [docs.opendp.org](https://docs.opendp.org) | [opendp.github.io/dp-wizard](https://opendp.github.io/dp-wizard) |
|source:| [github.com/opendp/opendp](https://github.com/opendp/opendp/) | [github.com/opendp/dp-wizard](https://github.com/opendp/dp-wizard/) |

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "flit_core.buildapi"

[project]
name = "dp_wizard"
authors = [{name = "The OpenDP Project", email = "info@opendp.org"}]
authors = [{name = "The OpenDP Project", email = "contact@opendp.org"}]
readme = "README-PYPI.md"
license = {file = "LICENSE"}
classifiers = [
Expand Down
Loading