-
https://docs.opendp.org/en/stable/user/programming-framework/supporting-elements.html#domain
What output can we expect from `member()`? Going beyond the examples on the page:
```
f64_atom_domain.…
-
Is the following code still necessary?
https://github.com/kanflo/opendps/blob/bc665f3840c12b66808b7b3f871b2935865f60a9/opendps/hw.c#L290-L298
I have the impression that this is now not needed as a…
-
Hit this during the hackathon, and it was confusing. It's not really our problem... but with DP people aren't supposed to look at the data, so maybe we need to work harder to parse the CSV than polars…
-
See https://github.com/opendp/whitepapers/pull/7
-
This week we had a meeting to discuss the vetting process for contributing to the OpenDP library. Of particular concern is contribution of new algorithms that would need to be vetted by someone with t…
-
I noticed that even if I guard the Polars import...
```python
if TYPE_CHECKING:
import polars
```
...Sphinx still fails to document.
I've continued to leave types off for now.
_Orig…
-
from @mccalluc
## Problem
- Unclear error if passing an iterable as data
- Reference: https://github.com/opendp/opendp/pull/1465/files#diff-d4d89fbd8d4c766e30502bed20068b70616b587d73d472f6ea…
-
Transmission to device seems to work as effects are visible on display (ping, set values, enabling output...), but receiving ends either with
> Error: timeout talking to device 10.1.200.101.
or
> E…
-
Consider restructuring Python error framework for Python users.
From study "Evaluating the Usability of Differential Privacy Tools with Data Practitioners" by Ngong et al.
-
composing distributions of losses
~~Placeholder issue for implementing F-DP.~~
See https://github.com/opendp/opendp/tree/177-f-dp for some integration stubbing.