-
- notice of name change up on 6/18
- waiting on name change agreement
---
## smartnoise-core (rust)
- [x] renaming
- [x] crate creation
## smartnoise-core-python
- [x] renaming
- [x] p…
-
After setting up the PUMS dataset in my Postgres database I tried running the example:
```python
from opendp.smartnoise.sql import PostgresReader, PrivateReader
from opendp.smartnoise.metadata i…
-
-
now that master has been merged to develop, merge develop back to master
-
A common workflow for updating master is to merge master into develop, then merge develop back into master. This is an effort to keep master "clean."
-
Hi,
As I can understand, OpenDP is mainly meant for different statistics queries.
I am wondering if OpenDP could be used to generate a differential private release of a dataset. I mean to transfor…
-
The code is out of date with current bindings:
- https://github.com/opendifferentialprivacy/smartnoise-samples/tree/master/attacks/reconstruction
(This may also get wrapped into the auto-generat…
-
class ArithmeticExpression calculates the sensitivity of an expression x+y as max (x.sens, y.sens) and sensitivity of 2*x as 2*x.sens.
But then we get 2*x.sens=sens(2*x) sens(x+x)=max(x.sens, x.se…
-
Hi,
I can see the examples for different statistics queries.
I am wondering if OpenDP could be used to generate a differential private release of a dataset. I mean to transform the original datase…
-
ModuleNotFoundError: No module named 'opendp.whitenoise'
ModuleNotFoundError: No module named 'z3'
Fix is underway