Michael Shoemate
Michael Shoemate
In general, we should hint types on at least the public api. Ideally type hints are added throughout.
Closes #44 Allows users to write custom transformations, measurements and postprocessors from Python code: ```python enable_features("contrib", "honest-but-curious") def make_duplicate(multiplicity): """An example user-defined transformation from Python""" def function(arg): return [elem +...
Closes #583
Closes #56 * .gitignores generated python modules to avoid spurious diffs of local doc links to proofs * adjusts CI to save bindings as an artifact, or generate them with...
Closes https://github.com/opendp/opendp/issues/577
## 0.6.0 review queue 1. #558 1. #553 1. #554 1. #555 1. #556 1. #557 1. #561 1. #513 1. #563 1. #565 1. #566 1. #519 1. #568...
Closes #581 Also broadens the error exclusion on `__del__`, as more error types as the interpreter is closing down were not being caught.
Closes #380 Mental health notebook, adapted from the notebook by @MayanaPereira: https://github.com/opendp/smartnoise-samples/blob/master/analysis/tutorial_mental_health_in_tech_survey.ipynb Thanks Mayana!
Closes #575