opendp 0.14.1a20260201001__tar.gz → 0.14.1a20260202001__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {opendp-0.14.1a20260201001/src/opendp.egg-info → opendp-0.14.1a20260202001}/PKG-INFO +1 -1
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/setup.cfg +1 -1
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/_internal.py +1 -1
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/accuracy.py +8 -8
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/combinators.py +14 -14
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/core.py +1 -1
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/domains.py +8 -8
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/measurements.py +19 -19
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/measures.py +1 -1
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/metrics.py +6 -6
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/Cargo.toml +4 -4
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/opendp_derive/Cargo.toml +1 -1
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/transformations.py +54 -54
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001/src/opendp.egg-info}/PKG-INFO +1 -1
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/LICENSE +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/MANIFEST.in +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/README.md +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/pyproject.toml +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/setup.py +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/__init__.py +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/_convert.py +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/_data.py +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/_lib.py +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/context.py +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/extras/__init__.py +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/extras/_utilities.py +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/extras/examples/__init__.py +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/extras/mbi/__init__.py +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/extras/mbi/_aim/__init__.py +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/extras/mbi/_fixed/__init__.py +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/extras/mbi/_mst/__init__.py +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/extras/mbi/_sequential/__init__.py +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/extras/mbi/_table/__init__.py +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/extras/mbi/_utilities/__init__.py +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/extras/numpy/__init__.py +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/extras/numpy/_make_np_clamp/__init__.py +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/extras/numpy/_make_np_count/__init__.py +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/extras/numpy/_make_np_mean/__init__.py +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/extras/numpy/_make_np_sscp/__init__.py +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/extras/numpy/_make_np_sum/__init__.py +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/extras/numpy/canonical.py +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/extras/polars/__init__.py +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/extras/polars/contingency_table.py +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/extras/sklearn/__init__.py +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/extras/sklearn/_make_eigendecomposition/__init__.py +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/extras/sklearn/_make_eigenvalues/__init__.py +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/extras/sklearn/_make_eigenvector/__init__.py +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/extras/sklearn/decomposition/__init__.py +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/extras/sklearn/linear_model/__init__.py +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/extras/sklearn/linear_model/_make_private_theil_sen/__init__.py +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/mod.py +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/prelude.py +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/py.typed +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/build/derive.rs +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/build/main.rs +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/katex.html +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/opendp_derive/src/full.rs +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/opendp_derive/src/lib.rs +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/opendp_tooling/Cargo.toml +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/opendp_tooling/src/bootstrap/arguments.rs +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/opendp_tooling/src/bootstrap/docstring.rs +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/opendp_tooling/src/bootstrap/mod.rs +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/opendp_tooling/src/bootstrap/partial.rs +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/opendp_tooling/src/bootstrap/signature.rs +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/opendp_tooling/src/bootstrap/test.rs +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/opendp_tooling/src/codegen/mod.rs +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/opendp_tooling/src/codegen/python.rs +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/opendp_tooling/src/codegen/python_typemap.json +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/opendp_tooling/src/codegen/r/c.rs +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/opendp_tooling/src/codegen/r/mod.rs +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/opendp_tooling/src/codegen/r/r.rs +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/opendp_tooling/src/codegen/test.rs +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/opendp_tooling/src/codegen/type_hierarchy.json +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/opendp_tooling/src/lib.rs +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/opendp_tooling/src/proven/filesystem.rs +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/opendp_tooling/src/proven/mod.rs +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/accuracy/accuracy_to_discrete_gaussian_scale.tex +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/accuracy/accuracy_to_discrete_laplacian_scale.tex +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/accuracy/code/summarize_polars_measurement.rst +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/accuracy/discrete_gaussian_scale_to_accuracy.tex +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/accuracy/discrete_laplacian_scale_to_accuracy.tex +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/accuracy/ffi.rs +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/accuracy/mod.rs +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/accuracy/polars/ffi.rs +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/accuracy/polars/mod.rs +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/accuracy/polars/test.rs +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/accuracy/tail_bounds/conservative_continuous_gaussian_tail_to_alpha.tex +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/accuracy/tail_bounds/conservative_discrete_laplacian_tail_to_alpha.tex +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/accuracy/tail_bounds/erfc_err_analysis.py +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/accuracy/tail_bounds/mod.rs +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/accuracy/tail_bounds/test.rs +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/accuracy/test.rs +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/combinators/amplify/ffi.rs +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/combinators/amplify/mod.rs +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/combinators/amplify/test.rs +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/combinators/chain/ffi.rs +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/combinators/chain/mod.rs +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/combinators/chain/shr/mod.rs +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/combinators/chain/shr/partials.rs +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/combinators/chain/test.rs +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/combinators/code/make_select_private_candidate.rst +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/combinators/fix_delta/ffi.rs +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/combinators/fix_delta/mod.rs +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/combinators/fix_delta/test.rs +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/combinators/measure_cast/approximate/ffi.rs +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/combinators/measure_cast/approximate/mod.rs +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/combinators/measure_cast/fixed_approxDP_to_approxDP/ffi.rs +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/combinators/measure_cast/fixed_approxDP_to_approxDP/mod.rs +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/combinators/measure_cast/fixed_approxDP_to_approxDP/test.rs +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/combinators/measure_cast/mod.rs +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/combinators/measure_cast/pureDP_to_zCDP/ffi.rs +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/combinators/measure_cast/pureDP_to_zCDP/mod.rs +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/combinators/measure_cast/zCDP_to_approxDP/cdp_delta/cdp_delta.tex +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/combinators/measure_cast/zCDP_to_approxDP/cdp_delta/mod.bib +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/combinators/measure_cast/zCDP_to_approxDP/cdp_delta/mod.rs +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/combinators/measure_cast/zCDP_to_approxDP/cdp_delta/pseudocode/cdp_delta.py +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/combinators/measure_cast/zCDP_to_approxDP/cdp_delta/test.rs +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/combinators/measure_cast/zCDP_to_approxDP/ffi.rs +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/combinators/measure_cast/zCDP_to_approxDP/mod.bib +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/combinators/measure_cast/zCDP_to_approxDP/mod.rs +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/combinators/measure_cast/zCDP_to_approxDP/test.rs +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/combinators/mod.rs +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/combinators/privacy_filter/ffi.rs +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/combinators/privacy_filter/make_privacy_filter.tex +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/combinators/privacy_filter/mod.rs +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/combinators/privacy_filter/new_continuation_rule.tex +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/combinators/privacy_filter/pseudocode/make_privacy_filter.py +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/combinators/privacy_filter/pseudocode/new_continuation_rule.py +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/combinators/privacy_filter/test.rs +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/combinators/select_private_candidate/ffi.rs +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/combinators/select_private_candidate/make_select_private_candidate.tex +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/combinators/select_private_candidate/mod.rs +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/combinators/select_private_candidate/pseudocode/make_select_private_candidate.py +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/combinators/select_private_candidate/references.bib +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/combinators/select_private_candidate/test.rs +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/combinators/sequential_composition/CompositionMeasure_for_ApproximateMaxDivergence.tex +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/combinators/sequential_composition/CompositionMeasure_for_ApproximateZeroConcentratedDivergence.tex +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/combinators/sequential_composition/CompositionMeasure_for_MaxDivergence.tex +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/combinators/sequential_composition/CompositionMeasure_for_RenyiDivergence.tex +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/combinators/sequential_composition/CompositionMeasure_for_ZeroConcentratedDivergence.tex +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/combinators/sequential_composition/adaptive/ffi.rs +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/combinators/sequential_composition/adaptive/mod.rs +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/combinators/sequential_composition/adaptive/test.rs +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/combinators/sequential_composition/ffi.rs +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/combinators/sequential_composition/fully_adaptive/ffi.rs +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/combinators/sequential_composition/fully_adaptive/make_fully_adaptive_composition.tex +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/combinators/sequential_composition/fully_adaptive/mod.rs +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/combinators/sequential_composition/fully_adaptive/new_fully_adaptive_composition_queryable.tex +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/combinators/sequential_composition/fully_adaptive/pseudocode/make_fully_adaptive_composition.py +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/combinators/sequential_composition/fully_adaptive/pseudocode/new_fully_adaptive_composition_queryable.py +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/combinators/sequential_composition/fully_adaptive/ref.bib +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/combinators/sequential_composition/fully_adaptive/test.rs +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/combinators/sequential_composition/mod.rs +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/combinators/sequential_composition/non_adaptive/ffi.rs +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/combinators/sequential_composition/non_adaptive/mod.rs +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/combinators/sequential_composition/non_adaptive/test.rs +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/combinators/sequential_composition/pseudocode/CompositionMeasure_for_ApproximateMaxDivergence.py +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/combinators/sequential_composition/pseudocode/CompositionMeasure_for_ApproximateZeroConcentratedDivergence.py +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/combinators/sequential_composition/pseudocode/CompositionMeasure_for_MaxDivergence.py +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/combinators/sequential_composition/pseudocode/CompositionMeasure_for_RenyiDivergence.py +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/combinators/sequential_composition/pseudocode/CompositionMeasure_for_ZeroConcentratedDivergence.py +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/combinators/sequential_composition/ref.bib +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/combinators/test.rs +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/core/ffi/measurement.rs +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/core/ffi/mod.rs +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/core/ffi/odometer.rs +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/core/ffi/queryable.rs +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/core/ffi/transformation.rs +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/core/mod.rs +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/core/test.rs +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/data/ffi/mod.rs +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/data/ffi/polars.rs +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/data/mod.rs +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/data/test.rs +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/domains/code/atom_domain.R +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/domains/code/atom_domain.rst +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/domains/ffi.rs +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/domains/mod.rs +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/domains/polars/array/ffi.rs +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/domains/polars/array/mod.rs +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/domains/polars/categorical/ffi.rs +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/domains/polars/categorical/mod.rs +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/domains/polars/datetime/ffi.rs +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/domains/polars/datetime/mod.rs +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/domains/polars/enum/ffi.rs +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/domains/polars/enum/mod.rs +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/domains/polars/enum/test.rs +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/domains/polars/expr/ffi.rs +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/domains/polars/expr/mod.rs +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/domains/polars/frame/ffi.rs +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/domains/polars/frame/find_min_covering.tex +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/domains/polars/frame/get_margin.tex +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/domains/polars/frame/mod.rs +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/domains/polars/frame/pseudocode/find_min_covering.py +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/domains/polars/frame/pseudocode/get_margin.py +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/domains/polars/frame/test.rs +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/domains/polars/mod.rs +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/domains/polars/series/ffi.rs +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/domains/polars/series/mod.rs +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/domains/polars/series/test.rs +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/domains/poly.rs +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/error/mod.rs +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/error/test.rs +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/ffi/any.rs +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/ffi/dispatch.rs +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/ffi/mod.rs +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/ffi/util.rs +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/interactive/mod.rs +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/internal/mod.rs +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/lib.rs +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/lib.sty +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/measurements/alp/ffi.rs +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/measurements/alp/mod.rs +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/measurements/alp/test.rs +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/measurements/canonical_noise/approximate_to_tradeoff.tex +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/measurements/canonical_noise/ffi.rs +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/measurements/canonical_noise/make_canonical_noise.tex +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/measurements/canonical_noise/mod.rs +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/measurements/canonical_noise/pseudocode/approximate_to_tradeoff.py +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/measurements/canonical_noise/pseudocode/make_canonical_noise.py +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/measurements/canonical_noise/ref.bib +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/measurements/canonical_noise/test.rs +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/measurements/code/README.md +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/measurements/code/make_gaussian.R +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/measurements/code/make_gaussian.rst +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/measurements/code/make_geometric.rst +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/measurements/code/make_laplace.rst +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/measurements/code/make_noisy_max.rst +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/measurements/code/make_private_lazyframe.rst +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/measurements/code/make_randomized_response.rst +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/measurements/code/make_randomized_response_bitvec.rst +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/measurements/code/make_randomized_response_bool.rst +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/measurements/code/make_user_measurement.rst +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/measurements/code/then_report_noisy_max_gumbel.rst +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/measurements/make_private_expr/expr_dp_counting_query/mod.rs +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/measurements/make_private_expr/expr_dp_frame_len/mod.rs +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/measurements/make_private_expr/expr_dp_mean/mod.rs +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/measurements/make_private_expr/expr_dp_median/mod.rs +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/measurements/make_private_expr/expr_dp_quantile/mod.rs +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/measurements/make_private_expr/expr_dp_sum/mod.rs +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/measurements/make_private_expr/expr_index_candidates/mod.rs +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/measurements/make_private_expr/expr_index_candidates/test.rs +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/measurements/make_private_expr/expr_len/mod.rs +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/measurements/make_private_expr/expr_len/test.rs +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/measurements/make_private_expr/expr_literal/mod.rs +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/measurements/make_private_expr/expr_literal/test.rs +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/measurements/make_private_expr/expr_noise/mod.rs +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/measurements/make_private_expr/expr_noise/test.rs +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/measurements/make_private_expr/expr_noisy_max/mod.rs +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/measurements/make_private_expr/expr_noisy_max/test.rs +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/measurements/make_private_expr/expr_postprocess/mod.rs +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/measurements/make_private_expr/expr_postprocess/test.rs +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/measurements/make_private_expr/ffi.rs +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/measurements/make_private_expr/mod.rs +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/measurements/make_private_expr/test.rs +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/measurements/make_private_lazyframe/ffi.rs +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/measurements/make_private_lazyframe/group_by/make_private_group_by.tex +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/measurements/make_private_lazyframe/group_by/matching.rs +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/measurements/make_private_lazyframe/group_by/mod.rs +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/measurements/make_private_lazyframe/group_by/pseudocode/make_private_group_by.py +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/measurements/make_private_lazyframe/group_by/ref.bib +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/measurements/make_private_lazyframe/group_by/test.rs +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/measurements/make_private_lazyframe/mod.rs +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/measurements/make_private_lazyframe/postprocess/mod.rs +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/measurements/make_private_lazyframe/postprocess/test.rs +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/measurements/make_private_lazyframe/select/mod.rs +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/measurements/make_private_lazyframe/select/test.rs +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/measurements/make_user_measurement/mod.rs +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/measurements/mod.rs +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/measurements/noise/MakeNoise_IBig_for_RV.tex +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/measurements/noise/Sample_for_ZExpFamily1.tex +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/measurements/noise/Sample_for_ZExpFamily2.tex +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/measurements/noise/distribution/ffi.rs +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/measurements/noise/distribution/gaussian/MakeNoise_for_DiscreteGaussian.tex +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/measurements/noise/distribution/gaussian/NoisePrivacyMap_for_ZExpFamily2.tex +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/measurements/noise/distribution/gaussian/ffi.rs +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/measurements/noise/distribution/gaussian/make_gaussian.tex +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/measurements/noise/distribution/gaussian/mod.bib +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/measurements/noise/distribution/gaussian/mod.rs +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/measurements/noise/distribution/gaussian/pseudocode/MakeNoise_for_DiscreteGaussian.py +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/measurements/noise/distribution/gaussian/pseudocode/NoisePrivacyMap_for_ZExpFamily2.py +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/measurements/noise/distribution/gaussian/pseudocode/make_gaussian.py +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/measurements/noise/distribution/gaussian/test.rs +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/measurements/noise/distribution/geometric/MakeNoise_AtomDomain_for_ConstantTimeGeometric.tex +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/measurements/noise/distribution/geometric/MakeNoise_VectorDomain_for_ConstantTimeGeometric.tex +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/measurements/noise/distribution/geometric/ffi.rs +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/measurements/noise/distribution/geometric/make_geometric.tex +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/measurements/noise/distribution/geometric/mod.rs +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/measurements/noise/distribution/geometric/pseudocode/MakeNoise_AtomDomain_for_ConstantTimeGeometric.py +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/measurements/noise/distribution/geometric/pseudocode/MakeNoise_VectorDomain_for_ConstantTimeGeometric.py +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/measurements/noise/distribution/geometric/pseudocode/make_geometric.py +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/measurements/noise/distribution/geometric/test.rs +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/measurements/noise/distribution/laplace/MakeNoise_for_DiscreteLaplace.tex +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/measurements/noise/distribution/laplace/NoisePrivacyMap_for_ZExpFamily1.tex +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/measurements/noise/distribution/laplace/ffi.rs +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/measurements/noise/distribution/laplace/make_laplace.tex +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/measurements/noise/distribution/laplace/mod.rs +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/measurements/noise/distribution/laplace/pseudocode/MakeNoise_for_DiscreteLaplace.py +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/measurements/noise/distribution/laplace/pseudocode/NoisePrivacyMap_for_ZExpFamily1.py +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/measurements/noise/distribution/laplace/pseudocode/make_laplace.py +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/measurements/noise/distribution/laplace/test.rs +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/measurements/noise/distribution/mod.rs +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/measurements/noise/mod.rs +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/measurements/noise/nature/bigint/MakeNoise_AtomDomain_for_ZExpFamily.tex +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/measurements/noise/nature/bigint/mod.rs +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/measurements/noise/nature/bigint/pseudocode/MakeNoise_AtomDomain_for_ZExpFamily.py +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/measurements/noise/nature/bigint/test.rs +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/measurements/noise/nature/float/MakeNoise_AtomDomain_for_FloatExpFamily.tex +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/measurements/noise/nature/float/MakeNoise_VectorDomain_for_FloatExpFamily.tex +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/measurements/noise/nature/float/make_float_to_bigint.tex +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/measurements/noise/nature/float/mod.rs +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/measurements/noise/nature/float/pseudocode/MakeNoise_AtomDomain_for_FloatExpFamily.py +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/measurements/noise/nature/float/pseudocode/MakeNoise_VectorDomain_for_FloatExpFamily.py +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/measurements/noise/nature/float/pseudocode/make_float_to_bigint.py +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/measurements/noise/nature/float/pseudocode/then_deintegerize_vec.py +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/measurements/noise/nature/float/test.rs +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/measurements/noise/nature/float/then_deintegerize_vec.tex +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/measurements/noise/nature/float/utilities/find_nearest_multiple_of_2k.tex +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/measurements/noise/nature/float/utilities/floor_div.tex +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/measurements/noise/nature/float/utilities/get_min_k.tex +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/measurements/noise/nature/float/utilities/get_rounding_distance.tex +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/measurements/noise/nature/float/utilities/mod.rs +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/measurements/noise/nature/float/utilities/pseudocode/find_nearest_multiple_of_2k.py +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/measurements/noise/nature/float/utilities/pseudocode/floor_div.py +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/measurements/noise/nature/float/utilities/pseudocode/get_min_k.py +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/measurements/noise/nature/float/utilities/pseudocode/get_rounding_distance.py +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/measurements/noise/nature/float/utilities/pseudocode/x_mul_2k.py +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/measurements/noise/nature/float/utilities/test.rs +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/measurements/noise/nature/float/utilities/x_mul_2k.tex +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/measurements/noise/nature/integer/MakeNoise_AtomDomain_for_IntExpFamily.tex +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/measurements/noise/nature/integer/MakeNoise_VectorDomain_for_IntExpFamily.tex +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/measurements/noise/nature/integer/make_int_to_bigint.tex +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/measurements/noise/nature/integer/mod.rs +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/measurements/noise/nature/integer/pseudocode/MakeNoise_AtomDomain_for_IntExpFamily.py +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/measurements/noise/nature/integer/pseudocode/MakeNoise_VectorDomain_for_IntExpFamily.py +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/measurements/noise/nature/integer/pseudocode/make_int_to_bigint.py +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/measurements/noise/nature/integer/pseudocode/then_saturating_cast.py +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/measurements/noise/nature/integer/test.rs +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/measurements/noise/nature/integer/then_saturating_cast.tex +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/measurements/noise/nature/mod.rs +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/measurements/noise/pseudocode/MakeNoise_IBig_for_RV.py +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/measurements/noise/pseudocode/Sample_for_ZExpFamily1.py +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/measurements/noise/pseudocode/Sample_for_ZExpFamily2.py +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/measurements/noise/test.rs +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/measurements/noise_threshold/MakeNoiseThreshold_IBig_for_RV.tex +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/measurements/noise_threshold/distribution/ffi.rs +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/measurements/noise_threshold/distribution/gaussian/MakeNoiseThreshold_for_DiscreteGaussian.tex +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/measurements/noise_threshold/distribution/gaussian/NoiseThresholdPrivacyMap_for_ZExpFamily2.tex +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/measurements/noise_threshold/distribution/gaussian/ffi.rs +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/measurements/noise_threshold/distribution/gaussian/make_gaussian_threshold.tex +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/measurements/noise_threshold/distribution/gaussian/mod.rs +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/measurements/noise_threshold/distribution/gaussian/pseudocode/MakeNoiseThreshold_for_DiscreteGaussian.py +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/measurements/noise_threshold/distribution/gaussian/pseudocode/NoiseThresholdPrivacyMap_for_ZExpFamily2.py +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/measurements/noise_threshold/distribution/gaussian/pseudocode/make_gaussian_threshold.py +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/measurements/noise_threshold/distribution/gaussian/ref.bib +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/measurements/noise_threshold/distribution/gaussian/test.rs +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/measurements/noise_threshold/distribution/laplace/MakeNoiseThreshold_for_DiscreteLaplace.tex +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/measurements/noise_threshold/distribution/laplace/NoiseThresholdPrivacyMap_for_ZExpFamily1.tex +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/measurements/noise_threshold/distribution/laplace/ffi.rs +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/measurements/noise_threshold/distribution/laplace/make_laplace_threshold.tex +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/measurements/noise_threshold/distribution/laplace/mod.rs +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/measurements/noise_threshold/distribution/laplace/pseudocode/MakeNoiseThreshold_for_DiscreteLaplace.py +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/measurements/noise_threshold/distribution/laplace/pseudocode/NoiseThresholdPrivacyMap_for_ZExpFamily1.py +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/measurements/noise_threshold/distribution/laplace/pseudocode/make_laplace_threshold.py +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/measurements/noise_threshold/distribution/laplace/ref.bib +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/measurements/noise_threshold/distribution/laplace/test.rs +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/measurements/noise_threshold/distribution/mod.rs +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/measurements/noise_threshold/distribution/test.rs +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/measurements/noise_threshold/mod.rs +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/measurements/noise_threshold/nature/float/MakeNoiseThreshold_MapDomain_for_FloatExpFamily.tex +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/measurements/noise_threshold/nature/float/make_float_to_bigint_threshold.tex +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/measurements/noise_threshold/nature/float/mod.rs +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/measurements/noise_threshold/nature/float/pseudocode/MakeNoiseThreshold_MapDomain_for_FloatExpFamily.py +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/measurements/noise_threshold/nature/float/pseudocode/make_float_to_bigint_threshold.py +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/measurements/noise_threshold/nature/float/pseudocode/then_deintegerize_hashmap.py +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/measurements/noise_threshold/nature/float/test.rs +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/measurements/noise_threshold/nature/float/then_deintegerize_hashmap.tex +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/measurements/noise_threshold/nature/integer/MakeNoiseThreshold_MapDomain_for_IntExpFamily.tex +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/measurements/noise_threshold/nature/integer/make_int_to_bigint_threshold.tex +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/measurements/noise_threshold/nature/integer/mod.rs +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/measurements/noise_threshold/nature/integer/pseudocode/MakeNoiseThreshold_MapDomain_for_IntExpFamily.py +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/measurements/noise_threshold/nature/integer/pseudocode/make_int_to_bigint_threshold.py +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/measurements/noise_threshold/nature/integer/pseudocode/then_saturating_cast_hashmap.py +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/measurements/noise_threshold/nature/integer/test.rs +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/measurements/noise_threshold/nature/integer/then_saturating_cast_hashmap.tex +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/measurements/noise_threshold/nature/mod.rs +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/measurements/noise_threshold/pseudocode/MakeNoiseThreshold_IBig_for_RV.py +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/measurements/noise_threshold/test.rs +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/measurements/noisy_max/ffi.rs +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/measurements/noisy_max/mod.rs +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/measurements/noisy_max/test.rs +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/measurements/noisy_top_k/TopKMeasure_MaxDivergence.tex +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/measurements/noisy_top_k/TopKMeasure_ZeroConcentratedDivergence.tex +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/measurements/noisy_top_k/ffi.rs +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/measurements/noisy_top_k/make_noisy_top_k.tex +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/measurements/noisy_top_k/mod.rs +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/measurements/noisy_top_k/noisy_top_k.tex +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/measurements/noisy_top_k/peel_permute_and_flip.tex +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/measurements/noisy_top_k/permute_and_flip.tex +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/measurements/noisy_top_k/pseudocode/TopKMeasure_MaxDivergence.py +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/measurements/noisy_top_k/pseudocode/TopKMeasure_ZeroConcentratedDivergence.py +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/measurements/noisy_top_k/pseudocode/make_noisy_top_k.py +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/measurements/noisy_top_k/pseudocode/noisy_top_k.py +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/measurements/noisy_top_k/pseudocode/peel_permute_and_flip.py +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/measurements/noisy_top_k/pseudocode/permute_and_flip.py +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/measurements/noisy_top_k/references.bib +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/measurements/noisy_top_k/test.rs +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/measurements/private_quantile/ffi.rs +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/measurements/private_quantile/mod.rs +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/measurements/private_quantile/test.rs +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/measurements/randomized_response/ffi.rs +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/measurements/randomized_response/make_randomized_response.tex +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/measurements/randomized_response/make_randomized_response_bool.tex +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/measurements/randomized_response/mod.rs +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/measurements/randomized_response/pseudocode/make_randomized_response.py +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/measurements/randomized_response/pseudocode/make_randomized_response_bool.py +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/measurements/randomized_response/randomized_response.bib +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/measurements/randomized_response/test.rs +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/measurements/randomized_response_bitvec/ffi.rs +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/measurements/randomized_response_bitvec/make_randomized_response_bitvec.tex +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/measurements/randomized_response_bitvec/mod.rs +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/measurements/randomized_response_bitvec/pseudocode/make_randomized_response_bitvec.py +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/measurements/randomized_response_bitvec/references.bib +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/measures/code/new_privacy_profile.rst +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/measures/ffi.rs +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/measures/mod.rs +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/metrics/ffi.rs +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/metrics/mod.rs +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/metrics/polars/ffi.rs +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/metrics/polars/mod.rs +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/polars/mod.rs +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/polars/test.rs +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/traits/arithmetic/mod.rs +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/traits/bounded/mod.rs +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/traits/cast/mod.rs +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/traits/cast/test.rs +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/traits/domains/ffi.rs +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/traits/domains/mod.rs +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/traits/mod.rs +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/traits/operations/mod.rs +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/traits/samplers/bernoulli/mod.rs +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/traits/samplers/bernoulli/pseudocode/sample_bernoulli_float.py +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/traits/samplers/bernoulli/pseudocode/sample_bernoulli_rational.py +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/traits/samplers/bernoulli/sample_bernoulli_float.tex +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/traits/samplers/bernoulli/sample_bernoulli_rational.tex +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/traits/samplers/bernoulli/test.rs +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/traits/samplers/cks20/mod.bib +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/traits/samplers/cks20/mod.rs +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/traits/samplers/cks20/pseudocode/sample_bernoulli_exp.py +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/traits/samplers/cks20/pseudocode/sample_bernoulli_exp1.py +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/traits/samplers/cks20/pseudocode/sample_discrete_gaussian.py +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/traits/samplers/cks20/pseudocode/sample_discrete_laplace.py +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/traits/samplers/cks20/pseudocode/sample_geometric_exp_fast.py +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/traits/samplers/cks20/pseudocode/sample_geometric_exp_slow.py +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/traits/samplers/cks20/sample_bernoulli_exp.tex +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/traits/samplers/cks20/sample_bernoulli_exp1.tex +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/traits/samplers/cks20/sample_discrete_gaussian.tex +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/traits/samplers/cks20/sample_discrete_laplace.tex +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/traits/samplers/cks20/sample_geometric_exp_fast.tex +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/traits/samplers/cks20/sample_geometric_exp_slow.tex +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/traits/samplers/geometric/mod.rs +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/traits/samplers/geometric/pseudocode/sample_geometric_buffer.py +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/traits/samplers/geometric/sample_geometric_buffer.tex +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/traits/samplers/mod.rs +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/traits/samplers/psrn/canonical/InverseCDF_for_CanonicalRV.tex +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/traits/samplers/psrn/canonical/mod.rs +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/traits/samplers/psrn/canonical/pseudocode/InverseCDF_for_CanonicalRV.py +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/traits/samplers/psrn/canonical/pseudocode/quantile_cnd.py +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/traits/samplers/psrn/canonical/quantile_cnd.tex +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/traits/samplers/psrn/canonical/ref.bib +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/traits/samplers/psrn/canonical/test.rs +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/traits/samplers/psrn/mod.rs +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/traits/samplers/psrn/test.rs +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/traits/samplers/test.rs +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/traits/samplers/uniform/mod.rs +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/traits/samplers/uniform/pseudocode/sample_uniform_ubig_below.py +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/traits/samplers/uniform/pseudocode/sample_uniform_uint_below.py +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/traits/samplers/uniform/sample_uniform_ubig_below.tex +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/traits/samplers/uniform/sample_uniform_uint_below.tex +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/traits/samplers/uniform/test.rs +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/transformations/b_ary_tree/consistency_postprocessor/ffi.rs +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/transformations/b_ary_tree/consistency_postprocessor/mod.rs +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/transformations/b_ary_tree/ffi.rs +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/transformations/b_ary_tree/mod.rs +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/transformations/b_ary_tree/test.rs +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/transformations/cast/ffi.rs +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/transformations/cast/mod.rs +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/transformations/cast/test.rs +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/transformations/cast_metric/ffi.rs +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/transformations/cast_metric/mod.rs +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/transformations/cast_metric/test.rs +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/transformations/cast_metric/traits.rs +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/transformations/clamp/ffi.rs +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/transformations/clamp/make_clamp.tex +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/transformations/clamp/mod.rs +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/transformations/clamp/pseudocode/make_clamp.py +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/transformations/clamp/test.rs +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/transformations/count/ffi.rs +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/transformations/count/make_count.tex +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/transformations/count/mod.rs +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/transformations/count/pseudocode/make_count.py +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/transformations/count/test.rs +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/transformations/count_cdf/ffi.rs +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/transformations/count_cdf/mod.rs +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/transformations/count_cdf/test.rs +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/transformations/covariance/ffi.rs +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/transformations/covariance/mod.rs +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/transformations/covariance/test.rs +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/transformations/dataframe/apply/ffi.rs +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/transformations/dataframe/apply/mod.rs +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/transformations/dataframe/apply/test.rs +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/transformations/dataframe/create/ffi.rs +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/transformations/dataframe/create/mod.rs +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/transformations/dataframe/create/test.rs +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/transformations/dataframe/mod.rs +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/transformations/dataframe/select/ffi.rs +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/transformations/dataframe/select/mod.rs +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/transformations/dataframe/select/test.rs +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/transformations/dataframe/subset/ffi.rs +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/transformations/dataframe/subset/mod.rs +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/transformations/dataframe/subset/test.rs +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/transformations/impute/ffi.rs +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/transformations/impute/mod.rs +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/transformations/impute/test.rs +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/transformations/index/ffi.rs +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/transformations/index/mod.rs +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/transformations/index/test.rs +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/transformations/lipschitz_mul/ffi.rs +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/transformations/lipschitz_mul/mod.rs +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/transformations/lipschitz_mul/test.rs +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/transformations/make_stable_expr/expr_alias/mod.rs +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/transformations/make_stable_expr/expr_alias/test.rs +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/transformations/make_stable_expr/expr_binary/mod.rs +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/transformations/make_stable_expr/expr_binary/test.rs +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/transformations/make_stable_expr/expr_boolean_function/mod.rs +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/transformations/make_stable_expr/expr_boolean_function/test.rs +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/transformations/make_stable_expr/expr_cast/mod.rs +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/transformations/make_stable_expr/expr_cast/test.rs +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/transformations/make_stable_expr/expr_clip/mod.rs +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/transformations/make_stable_expr/expr_clip/test.rs +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/transformations/make_stable_expr/expr_col/mod.rs +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/transformations/make_stable_expr/expr_col/test.rs +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/transformations/make_stable_expr/expr_count/counting_query_stability_map.tex +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/transformations/make_stable_expr/expr_count/make_expr_count.tex +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/transformations/make_stable_expr/expr_count/mod.rs +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/transformations/make_stable_expr/expr_count/pseudocode/counting_query_stability_map.py +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/transformations/make_stable_expr/expr_count/pseudocode/make_expr_count.py +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/transformations/make_stable_expr/expr_count/test.rs +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/transformations/make_stable_expr/expr_cut/mod.rs +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/transformations/make_stable_expr/expr_cut/test.rs +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/transformations/make_stable_expr/expr_discrete_quantile_score/mod.rs +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/transformations/make_stable_expr/expr_discrete_quantile_score/plugin_dq_score.rs +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/transformations/make_stable_expr/expr_discrete_quantile_score/test.rs +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/transformations/make_stable_expr/expr_drop_nan_or_null/mod.rs +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/transformations/make_stable_expr/expr_drop_nan_or_null/test.rs +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/transformations/make_stable_expr/expr_fill_nan/mod.rs +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/transformations/make_stable_expr/expr_fill_nan/test.rs +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/transformations/make_stable_expr/expr_fill_null/mod.rs +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/transformations/make_stable_expr/expr_fill_null/test.rs +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/transformations/make_stable_expr/expr_filter/mod.rs +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/transformations/make_stable_expr/expr_filter/test.rs +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/transformations/make_stable_expr/expr_len/mod.rs +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/transformations/make_stable_expr/expr_len/test.rs +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/transformations/make_stable_expr/expr_lit/mod.rs +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/transformations/make_stable_expr/expr_lit/test.rs +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/transformations/make_stable_expr/expr_replace/mod.rs +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/transformations/make_stable_expr/expr_replace/test.rs +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/transformations/make_stable_expr/expr_replace_strict/mod.rs +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/transformations/make_stable_expr/expr_replace_strict/test.rs +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/transformations/make_stable_expr/expr_sum/mod.rs +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/transformations/make_stable_expr/expr_sum/test.rs +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/transformations/make_stable_expr/expr_to_physical/mod.rs +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/transformations/make_stable_expr/expr_to_physical/test.rs +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/transformations/make_stable_expr/ffi.rs +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/transformations/make_stable_expr/mod.rs +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/transformations/make_stable_expr/namespace_arr/mod.rs +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/transformations/make_stable_expr/namespace_arr/test.rs +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/transformations/make_stable_expr/namespace_dt/expr_datetime_component/make_expr_datetime_component.tex +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/transformations/make_stable_expr/namespace_dt/expr_datetime_component/match_datetime_component.tex +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/transformations/make_stable_expr/namespace_dt/expr_datetime_component/mod.rs +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/transformations/make_stable_expr/namespace_dt/expr_datetime_component/pseudocode/make_expr_datetime_component.py +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/transformations/make_stable_expr/namespace_dt/expr_datetime_component/pseudocode/match_datetime_component.py +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/transformations/make_stable_expr/namespace_dt/expr_datetime_component/test.rs +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/transformations/make_stable_expr/namespace_dt/mod.rs +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/transformations/make_stable_expr/namespace_str/expr_strptime/make_expr_strptime.tex +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/transformations/make_stable_expr/namespace_str/expr_strptime/mod.rs +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/transformations/make_stable_expr/namespace_str/expr_strptime/pseudocode/make_expr_strptime.py +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/transformations/make_stable_expr/namespace_str/expr_strptime/test.rs +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/transformations/make_stable_expr/namespace_str/mod.rs +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/transformations/make_stable_expr/test_helper.rs +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/transformations/make_stable_lazyframe/ffi.rs +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/transformations/make_stable_lazyframe/filter/mod.rs +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/transformations/make_stable_lazyframe/filter/test.rs +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/transformations/make_stable_lazyframe/group_by/make_stable_group_by.tex +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/transformations/make_stable_lazyframe/group_by/mod.rs +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/transformations/make_stable_lazyframe/group_by/pseudocode/make_stable_group_by.py +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/transformations/make_stable_lazyframe/group_by/test.rs +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/transformations/make_stable_lazyframe/h_stack/mod.rs +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/transformations/make_stable_lazyframe/h_stack/test.rs +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/transformations/make_stable_lazyframe/mod.rs +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/transformations/make_stable_lazyframe/select/mod.rs +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/transformations/make_stable_lazyframe/select/test.rs +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/transformations/make_stable_lazyframe/source/mod.rs +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/transformations/make_stable_lazyframe/truncate/make_stable_truncate.tex +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/transformations/make_stable_lazyframe/truncate/matching/match_group_by_truncation.tex +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/transformations/make_stable_lazyframe/truncate/matching/match_num_groups_predicate.tex +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/transformations/make_stable_lazyframe/truncate/matching/match_per_group_predicate.tex +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/transformations/make_stable_lazyframe/truncate/matching/match_truncation_predicate.tex +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/transformations/make_stable_lazyframe/truncate/matching/match_truncations.tex +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/transformations/make_stable_lazyframe/truncate/matching/mod.rs +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/transformations/make_stable_lazyframe/truncate/matching/pseudocode/match_group_by_truncation.py +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/transformations/make_stable_lazyframe/truncate/matching/pseudocode/match_num_groups_predicate.py +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/transformations/make_stable_lazyframe/truncate/matching/pseudocode/match_per_group_predicate.py +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/transformations/make_stable_lazyframe/truncate/matching/pseudocode/match_truncation_predicate.py +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/transformations/make_stable_lazyframe/truncate/matching/pseudocode/match_truncations.py +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/transformations/make_stable_lazyframe/truncate/matching/test.rs +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/transformations/make_stable_lazyframe/truncate/mod.rs +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/transformations/make_stable_lazyframe/truncate/pseudocode/make_stable_truncate.py +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/transformations/make_stable_lazyframe/truncate/pseudocode/truncate_domain.py +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/transformations/make_stable_lazyframe/truncate/pseudocode/truncate_id_bound.py +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/transformations/make_stable_lazyframe/truncate/test.rs +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/transformations/make_stable_lazyframe/truncate/truncate_domain.tex +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/transformations/make_stable_lazyframe/truncate/truncate_id_bound.tex +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/transformations/make_user_transformation/mod.rs +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/transformations/manipulation/ffi.rs +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/transformations/manipulation/make_is_equal.tex +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/transformations/manipulation/make_row_by_row.tex +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/transformations/manipulation/make_row_by_row_fallible.tex +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/transformations/manipulation/mod.rs +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/transformations/manipulation/pseudocode/make_is_equal.py +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/transformations/manipulation/pseudocode/make_row_by_row.py +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/transformations/manipulation/pseudocode/make_row_by_row_fallible.py +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/transformations/manipulation/test.rs +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/transformations/mean/ffi.rs +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/transformations/mean/mod.rs +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/transformations/mean/test.rs +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/transformations/mod.rs +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/transformations/quantile_score_candidates/check_candidates.tex +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/transformations/quantile_score_candidates/ffi.rs +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/transformations/quantile_score_candidates/make_quantile_score_candidates.tex +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/transformations/quantile_score_candidates/mod.rs +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/transformations/quantile_score_candidates/pseudocode/check_candidates.py +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/transformations/quantile_score_candidates/pseudocode/make_quantile_score_candidates.py +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/transformations/quantile_score_candidates/pseudocode/score_candidates.py +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/transformations/quantile_score_candidates/pseudocode/score_candidates_constants.py +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/transformations/quantile_score_candidates/pseudocode/score_candidates_map.py +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/transformations/quantile_score_candidates/references.bib +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/transformations/quantile_score_candidates/score_candidates.tex +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/transformations/quantile_score_candidates/score_candidates_constants.tex +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/transformations/quantile_score_candidates/score_candidates_map.tex +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/transformations/quantile_score_candidates/test.rs +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/transformations/resize/ffi.rs +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/transformations/resize/mod.rs +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/transformations/resize/test.rs +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/transformations/scalar_to_vector/make_vec.tex +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/transformations/scalar_to_vector/mod.rs +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/transformations/scalar_to_vector/pseudocode/make_vec.py +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/transformations/scalar_to_vector/pseudocode/then_index_or_default.py +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/transformations/scalar_to_vector/then_index_or_default.tex +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/transformations/sum/ffi.rs +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/transformations/sum/float/checked/ffi.rs +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/transformations/sum/float/checked/mod.rs +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/transformations/sum/float/checked/test.rs +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/transformations/sum/float/mod.rs +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/transformations/sum/float/ordered/ffi.rs +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/transformations/sum/float/ordered/mod.rs +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/transformations/sum/float/ordered/test.rs +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/transformations/sum/int/checked/ffi.rs +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/transformations/sum/int/checked/mod.rs +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/transformations/sum/int/checked/test.rs +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/transformations/sum/int/mod.rs +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/transformations/sum/int/monotonic/ffi.rs +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/transformations/sum/int/monotonic/mod.rs +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/transformations/sum/int/monotonic/test.rs +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/transformations/sum/int/ordered/ffi.rs +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/transformations/sum/int/ordered/mod.rs +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/transformations/sum/int/ordered/test.rs +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/transformations/sum/int/split/ffi.rs +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/transformations/sum/int/split/mod.rs +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/transformations/sum/int/split/test.rs +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/transformations/sum/mod.rs +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/transformations/sum/test.rs +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/transformations/sum_of_squared_deviations/ffi.rs +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/transformations/sum_of_squared_deviations/mod.rs +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/transformations/sum_of_squared_deviations/test.rs +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/transformations/variance/ffi.rs +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/transformations/variance/mod.rs +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/src/transformations/variance/test.rs +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/typing.py +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp.egg-info/SOURCES.txt +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp.egg-info/dependency_links.txt +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp.egg-info/not-zip-safe +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp.egg-info/requires.txt +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp.egg-info/top_level.txt +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/test/test_accuracy.py +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/test/test_ast.py +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/test/test_binary_search.py +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/test/test_comb.py +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/test/test_convert.py +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/test/test_core.py +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/test/test_decorators.py +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/test/test_docs.py +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/test/test_domains.py +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/test/test_interactive.py +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/test/test_meas.py +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/test/test_measures.py +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/test/test_metric_cast.py +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/test/test_metrics.py +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/test/test_polars.py +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/test/test_serialization.py +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/test/test_space_of.py +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/test/test_subprocesses.py +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/test/test_tests.py +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/test/test_trans.py +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/test/test_typing.py +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/test/test_usability.py +0 -0
- {opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/test/test_user_transform.py +0 -0
|
@@ -290,7 +290,7 @@ def _new_pure_function(
|
|
|
290
290
|
|
|
291
291
|
Required features: `contrib`
|
|
292
292
|
|
|
293
|
-
[_new_pure_function in Rust documentation.](https://docs.rs/opendp/0.14.1-nightly.
|
|
293
|
+
[_new_pure_function in Rust documentation.](https://docs.rs/opendp/0.14.1-nightly.20260202.1/opendp/internal/fn._new_pure_function.html)
|
|
294
294
|
|
|
295
295
|
.. end-markdown
|
|
296
296
|
|
|
@@ -38,7 +38,7 @@ def accuracy_to_discrete_gaussian_scale(
|
|
|
38
38
|
):
|
|
39
39
|
r"""Convert a desired `accuracy` (tolerance) into a discrete gaussian noise scale at a statistical significance level `alpha`.
|
|
40
40
|
|
|
41
|
-
[accuracy_to_discrete_gaussian_scale in Rust documentation.](https://docs.rs/opendp/0.14.1-nightly.
|
|
41
|
+
[accuracy_to_discrete_gaussian_scale in Rust documentation.](https://docs.rs/opendp/0.14.1-nightly.20260202.1/opendp/accuracy/fn.accuracy_to_discrete_gaussian_scale.html)
|
|
42
42
|
|
|
43
43
|
**Proof Definition:**
|
|
44
44
|
|
|
@@ -88,7 +88,7 @@ def accuracy_to_discrete_laplacian_scale(
|
|
|
88
88
|
):
|
|
89
89
|
r"""Convert a desired `accuracy` (tolerance) into a discrete Laplacian noise scale at a statistical significance level `alpha`.
|
|
90
90
|
|
|
91
|
-
[accuracy_to_discrete_laplacian_scale in Rust documentation.](https://docs.rs/opendp/0.14.1-nightly.
|
|
91
|
+
[accuracy_to_discrete_laplacian_scale in Rust documentation.](https://docs.rs/opendp/0.14.1-nightly.20260202.1/opendp/accuracy/fn.accuracy_to_discrete_laplacian_scale.html)
|
|
92
92
|
|
|
93
93
|
**Proof Definition:**
|
|
94
94
|
|
|
@@ -139,7 +139,7 @@ def accuracy_to_gaussian_scale(
|
|
|
139
139
|
):
|
|
140
140
|
r"""Convert a desired `accuracy` (tolerance) into a gaussian noise scale at a statistical significance level `alpha`.
|
|
141
141
|
|
|
142
|
-
[accuracy_to_gaussian_scale in Rust documentation.](https://docs.rs/opendp/0.14.1-nightly.
|
|
142
|
+
[accuracy_to_gaussian_scale in Rust documentation.](https://docs.rs/opendp/0.14.1-nightly.20260202.1/opendp/accuracy/fn.accuracy_to_gaussian_scale.html)
|
|
143
143
|
|
|
144
144
|
.. end-markdown
|
|
145
145
|
|
|
@@ -185,7 +185,7 @@ def accuracy_to_laplacian_scale(
|
|
|
185
185
|
):
|
|
186
186
|
r"""Convert a desired `accuracy` (tolerance) into a Laplacian noise scale at a statistical significance level `alpha`.
|
|
187
187
|
|
|
188
|
-
[accuracy_to_laplacian_scale in Rust documentation.](https://docs.rs/opendp/0.14.1-nightly.
|
|
188
|
+
[accuracy_to_laplacian_scale in Rust documentation.](https://docs.rs/opendp/0.14.1-nightly.20260202.1/opendp/accuracy/fn.accuracy_to_laplacian_scale.html)
|
|
189
189
|
|
|
190
190
|
.. end-markdown
|
|
191
191
|
|
|
@@ -232,7 +232,7 @@ def discrete_gaussian_scale_to_accuracy(
|
|
|
232
232
|
):
|
|
233
233
|
r"""Convert a discrete gaussian scale into an accuracy estimate (tolerance) at a statistical significance level `alpha`.
|
|
234
234
|
|
|
235
|
-
[discrete_gaussian_scale_to_accuracy in Rust documentation.](https://docs.rs/opendp/0.14.1-nightly.
|
|
235
|
+
[discrete_gaussian_scale_to_accuracy in Rust documentation.](https://docs.rs/opendp/0.14.1-nightly.20260202.1/opendp/accuracy/fn.discrete_gaussian_scale_to_accuracy.html)
|
|
236
236
|
|
|
237
237
|
**Proof Definition:**
|
|
238
238
|
|
|
@@ -288,7 +288,7 @@ def discrete_laplacian_scale_to_accuracy(
|
|
|
288
288
|
This function returns a float accuracy.
|
|
289
289
|
You can take the floor without affecting the coverage probability.
|
|
290
290
|
|
|
291
|
-
[discrete_laplacian_scale_to_accuracy in Rust documentation.](https://docs.rs/opendp/0.14.1-nightly.
|
|
291
|
+
[discrete_laplacian_scale_to_accuracy in Rust documentation.](https://docs.rs/opendp/0.14.1-nightly.20260202.1/opendp/accuracy/fn.discrete_laplacian_scale_to_accuracy.html)
|
|
292
292
|
|
|
293
293
|
**Proof Definition:**
|
|
294
294
|
|
|
@@ -338,7 +338,7 @@ def gaussian_scale_to_accuracy(
|
|
|
338
338
|
):
|
|
339
339
|
r"""Convert a gaussian scale into an accuracy estimate (tolerance) at a statistical significance level `alpha`.
|
|
340
340
|
|
|
341
|
-
[gaussian_scale_to_accuracy in Rust documentation.](https://docs.rs/opendp/0.14.1-nightly.
|
|
341
|
+
[gaussian_scale_to_accuracy in Rust documentation.](https://docs.rs/opendp/0.14.1-nightly.20260202.1/opendp/accuracy/fn.gaussian_scale_to_accuracy.html)
|
|
342
342
|
|
|
343
343
|
.. end-markdown
|
|
344
344
|
|
|
@@ -384,7 +384,7 @@ def laplacian_scale_to_accuracy(
|
|
|
384
384
|
):
|
|
385
385
|
r"""Convert a Laplacian scale into an accuracy estimate (tolerance) at a statistical significance level `alpha`.
|
|
386
386
|
|
|
387
|
-
[laplacian_scale_to_accuracy in Rust documentation.](https://docs.rs/opendp/0.14.1-nightly.
|
|
387
|
+
[laplacian_scale_to_accuracy in Rust documentation.](https://docs.rs/opendp/0.14.1-nightly.20260202.1/opendp/accuracy/fn.laplacian_scale_to_accuracy.html)
|
|
388
388
|
|
|
389
389
|
.. end-markdown
|
|
390
390
|
|
|
@@ -70,7 +70,7 @@ def make_adaptive_composition(
|
|
|
70
70
|
|
|
71
71
|
Required features: `contrib`
|
|
72
72
|
|
|
73
|
-
[make_adaptive_composition in Rust documentation.](https://docs.rs/opendp/0.14.1-nightly.
|
|
73
|
+
[make_adaptive_composition in Rust documentation.](https://docs.rs/opendp/0.14.1-nightly.20260202.1/opendp/combinators/fn.make_adaptive_composition.html)
|
|
74
74
|
|
|
75
75
|
**Supporting Elements:**
|
|
76
76
|
|
|
@@ -166,7 +166,7 @@ def make_approximate(
|
|
|
166
166
|
|
|
167
167
|
Required features: `contrib`
|
|
168
168
|
|
|
169
|
-
[make_approximate in Rust documentation.](https://docs.rs/opendp/0.14.1-nightly.
|
|
169
|
+
[make_approximate in Rust documentation.](https://docs.rs/opendp/0.14.1-nightly.20260202.1/opendp/combinators/fn.make_approximate.html)
|
|
170
170
|
|
|
171
171
|
.. end-markdown
|
|
172
172
|
|
|
@@ -262,7 +262,7 @@ def make_chain_mt(
|
|
|
262
262
|
|
|
263
263
|
Required features: `contrib`
|
|
264
264
|
|
|
265
|
-
[make_chain_mt in Rust documentation.](https://docs.rs/opendp/0.14.1-nightly.
|
|
265
|
+
[make_chain_mt in Rust documentation.](https://docs.rs/opendp/0.14.1-nightly.20260202.1/opendp/combinators/fn.make_chain_mt.html)
|
|
266
266
|
|
|
267
267
|
.. end-markdown
|
|
268
268
|
|
|
@@ -311,7 +311,7 @@ def make_chain_pm(
|
|
|
311
311
|
|
|
312
312
|
Required features: `contrib`
|
|
313
313
|
|
|
314
|
-
[make_chain_pm in Rust documentation.](https://docs.rs/opendp/0.14.1-nightly.
|
|
314
|
+
[make_chain_pm in Rust documentation.](https://docs.rs/opendp/0.14.1-nightly.20260202.1/opendp/combinators/fn.make_chain_pm.html)
|
|
315
315
|
|
|
316
316
|
.. end-markdown
|
|
317
317
|
|
|
@@ -359,7 +359,7 @@ def make_chain_tt(
|
|
|
359
359
|
|
|
360
360
|
Required features: `contrib`
|
|
361
361
|
|
|
362
|
-
[make_chain_tt in Rust documentation.](https://docs.rs/opendp/0.14.1-nightly.
|
|
362
|
+
[make_chain_tt in Rust documentation.](https://docs.rs/opendp/0.14.1-nightly.20260202.1/opendp/combinators/fn.make_chain_tt.html)
|
|
363
363
|
|
|
364
364
|
.. end-markdown
|
|
365
365
|
|
|
@@ -456,7 +456,7 @@ def make_fix_delta(
|
|
|
456
456
|
|
|
457
457
|
Required features: `contrib`
|
|
458
458
|
|
|
459
|
-
[make_fix_delta in Rust documentation.](https://docs.rs/opendp/0.14.1-nightly.
|
|
459
|
+
[make_fix_delta in Rust documentation.](https://docs.rs/opendp/0.14.1-nightly.20260202.1/opendp/combinators/fn.make_fix_delta.html)
|
|
460
460
|
|
|
461
461
|
.. end-markdown
|
|
462
462
|
|
|
@@ -503,7 +503,7 @@ def make_fixed_approxDP_to_approxDP(
|
|
|
503
503
|
|
|
504
504
|
Required features: `contrib`
|
|
505
505
|
|
|
506
|
-
[make_fixed_approxDP_to_approxDP in Rust documentation.](https://docs.rs/opendp/0.14.1-nightly.
|
|
506
|
+
[make_fixed_approxDP_to_approxDP in Rust documentation.](https://docs.rs/opendp/0.14.1-nightly.20260202.1/opendp/combinators/fn.make_fixed_approxDP_to_approxDP.html)
|
|
507
507
|
|
|
508
508
|
.. end-markdown
|
|
509
509
|
|
|
@@ -548,7 +548,7 @@ def make_fully_adaptive_composition(
|
|
|
548
548
|
|
|
549
549
|
Required features: `contrib`
|
|
550
550
|
|
|
551
|
-
[make_fully_adaptive_composition in Rust documentation.](https://docs.rs/opendp/0.14.1-nightly.
|
|
551
|
+
[make_fully_adaptive_composition in Rust documentation.](https://docs.rs/opendp/0.14.1-nightly.20260202.1/opendp/combinators/fn.make_fully_adaptive_composition.html)
|
|
552
552
|
|
|
553
553
|
**Supporting Elements:**
|
|
554
554
|
|
|
@@ -641,7 +641,7 @@ def make_population_amplification(
|
|
|
641
641
|
|
|
642
642
|
Required features: `contrib`, `honest-but-curious`
|
|
643
643
|
|
|
644
|
-
[make_population_amplification in Rust documentation.](https://docs.rs/opendp/0.14.1-nightly.
|
|
644
|
+
[make_population_amplification in Rust documentation.](https://docs.rs/opendp/0.14.1-nightly.20260202.1/opendp/combinators/fn.make_population_amplification.html)
|
|
645
645
|
|
|
646
646
|
**Why honest-but-curious?:**
|
|
647
647
|
|
|
@@ -697,7 +697,7 @@ def make_privacy_filter(
|
|
|
697
697
|
|
|
698
698
|
Required features: `contrib`
|
|
699
699
|
|
|
700
|
-
[make_privacy_filter in Rust documentation.](https://docs.rs/opendp/0.14.1-nightly.
|
|
700
|
+
[make_privacy_filter in Rust documentation.](https://docs.rs/opendp/0.14.1-nightly.20260202.1/opendp/combinators/fn.make_privacy_filter.html)
|
|
701
701
|
|
|
702
702
|
**Supporting Elements:**
|
|
703
703
|
|
|
@@ -756,7 +756,7 @@ def make_pureDP_to_zCDP(
|
|
|
756
756
|
|
|
757
757
|
Required features: `contrib`
|
|
758
758
|
|
|
759
|
-
[make_pureDP_to_zCDP in Rust documentation.](https://docs.rs/opendp/0.14.1-nightly.
|
|
759
|
+
[make_pureDP_to_zCDP in Rust documentation.](https://docs.rs/opendp/0.14.1-nightly.20260202.1/opendp/combinators/fn.make_pureDP_to_zCDP.html)
|
|
760
760
|
|
|
761
761
|
**Citations:**
|
|
762
762
|
|
|
@@ -819,7 +819,7 @@ def make_select_private_candidate(
|
|
|
819
819
|
|
|
820
820
|
Required features: `contrib`
|
|
821
821
|
|
|
822
|
-
[make_select_private_candidate in Rust documentation.](https://docs.rs/opendp/0.14.1-nightly.
|
|
822
|
+
[make_select_private_candidate in Rust documentation.](https://docs.rs/opendp/0.14.1-nightly.20260202.1/opendp/combinators/fn.make_select_private_candidate.html)
|
|
823
823
|
|
|
824
824
|
**Supporting Elements:**
|
|
825
825
|
|
|
@@ -927,7 +927,7 @@ def make_sequential_composition(
|
|
|
927
927
|
|
|
928
928
|
Required features: `contrib`
|
|
929
929
|
|
|
930
|
-
[make_sequential_composition in Rust documentation.](https://docs.rs/opendp/0.14.1-nightly.
|
|
930
|
+
[make_sequential_composition in Rust documentation.](https://docs.rs/opendp/0.14.1-nightly.20260202.1/opendp/combinators/fn.make_sequential_composition.html)
|
|
931
931
|
|
|
932
932
|
**Supporting Elements:**
|
|
933
933
|
|
|
@@ -1023,7 +1023,7 @@ def make_zCDP_to_approxDP(
|
|
|
1023
1023
|
|
|
1024
1024
|
Required features: `contrib`
|
|
1025
1025
|
|
|
1026
|
-
[make_zCDP_to_approxDP in Rust documentation.](https://docs.rs/opendp/0.14.1-nightly.
|
|
1026
|
+
[make_zCDP_to_approxDP in Rust documentation.](https://docs.rs/opendp/0.14.1-nightly.20260202.1/opendp/combinators/fn.make_zCDP_to_approxDP.html)
|
|
1027
1027
|
|
|
1028
1028
|
.. end-markdown
|
|
1029
1029
|
|
|
@@ -668,7 +668,7 @@ def new_function(
|
|
|
668
668
|
|
|
669
669
|
Required features: `contrib`, `honest-but-curious`
|
|
670
670
|
|
|
671
|
-
[new_function in Rust documentation.](https://docs.rs/opendp/0.14.1-nightly.
|
|
671
|
+
[new_function in Rust documentation.](https://docs.rs/opendp/0.14.1-nightly.20260202.1/opendp/core/struct.Function.html)
|
|
672
672
|
|
|
673
673
|
**Why honest-but-curious?:**
|
|
674
674
|
|
|
@@ -60,7 +60,7 @@ def _atom_domain_get_bounds_closed(
|
|
|
60
60
|
):
|
|
61
61
|
r"""Retrieve bounds from an AtomDomain<T>
|
|
62
62
|
|
|
63
|
-
[_atom_domain_get_bounds_closed in Rust documentation.](https://docs.rs/opendp/0.14.1-nightly.
|
|
63
|
+
[_atom_domain_get_bounds_closed in Rust documentation.](https://docs.rs/opendp/0.14.1-nightly.20260202.1/opendp/domains/fn._atom_domain_get_bounds_closed.html)
|
|
64
64
|
|
|
65
65
|
.. end-markdown
|
|
66
66
|
|
|
@@ -98,7 +98,7 @@ def _atom_domain_nan(
|
|
|
98
98
|
):
|
|
99
99
|
r"""Retrieve whether members of AtomDomain<T> may be NaN.
|
|
100
100
|
|
|
101
|
-
[_atom_domain_nan in Rust documentation.](https://docs.rs/opendp/0.14.1-nightly.
|
|
101
|
+
[_atom_domain_nan in Rust documentation.](https://docs.rs/opendp/0.14.1-nightly.20260202.1/opendp/domains/fn._atom_domain_nan.html)
|
|
102
102
|
|
|
103
103
|
.. end-markdown
|
|
104
104
|
|
|
@@ -365,7 +365,7 @@ def _lazyframe_from_domain(
|
|
|
365
365
|
|
|
366
366
|
This is useful for creating a dummy lazyframe used to write a query plan.
|
|
367
367
|
|
|
368
|
-
[_lazyframe_from_domain in Rust documentation.](https://docs.rs/opendp/0.14.1-nightly.
|
|
368
|
+
[_lazyframe_from_domain in Rust documentation.](https://docs.rs/opendp/0.14.1-nightly.20260202.1/opendp/domains/fn._lazyframe_from_domain.html)
|
|
369
369
|
|
|
370
370
|
.. end-markdown
|
|
371
371
|
|
|
@@ -478,7 +478,7 @@ def _series_domain_get_element_domain(
|
|
|
478
478
|
) -> Domain:
|
|
479
479
|
r"""Retrieve the element domain of the series domain.
|
|
480
480
|
|
|
481
|
-
[_series_domain_get_element_domain in Rust documentation.](https://docs.rs/opendp/0.14.1-nightly.
|
|
481
|
+
[_series_domain_get_element_domain in Rust documentation.](https://docs.rs/opendp/0.14.1-nightly.20260202.1/opendp/domains/fn._series_domain_get_element_domain.html)
|
|
482
482
|
|
|
483
483
|
.. end-markdown
|
|
484
484
|
|
|
@@ -706,7 +706,7 @@ def atom_domain(
|
|
|
706
706
|
The domain defaults to unbounded if `bounds` is `None`,
|
|
707
707
|
If `T` is float, `nan` defaults to `true`.
|
|
708
708
|
|
|
709
|
-
[atom_domain in Rust documentation.](https://docs.rs/opendp/0.14.1-nightly.
|
|
709
|
+
[atom_domain in Rust documentation.](https://docs.rs/opendp/0.14.1-nightly.20260202.1/opendp/domains/struct.AtomDomain.html)
|
|
710
710
|
|
|
711
711
|
.. end-markdown
|
|
712
712
|
|
|
@@ -830,7 +830,7 @@ def datetime_domain(
|
|
|
830
830
|
|
|
831
831
|
Documentation on valid time zones can be found [in the Polars documentation](https://docs.pola.rs/user-guide/transformations/time-series/timezones/).
|
|
832
832
|
|
|
833
|
-
[datetime_domain in Rust documentation.](https://docs.rs/opendp/0.14.1-nightly.
|
|
833
|
+
[datetime_domain in Rust documentation.](https://docs.rs/opendp/0.14.1-nightly.20260202.1/opendp/domains/struct.DatetimeDomain.html)
|
|
834
834
|
|
|
835
835
|
.. end-markdown
|
|
836
836
|
|
|
@@ -1091,7 +1091,7 @@ def option_domain(
|
|
|
1091
1091
|
) -> OptionDomain:
|
|
1092
1092
|
r"""Construct an instance of `OptionDomain`.
|
|
1093
1093
|
|
|
1094
|
-
[option_domain in Rust documentation.](https://docs.rs/opendp/0.14.1-nightly.
|
|
1094
|
+
[option_domain in Rust documentation.](https://docs.rs/opendp/0.14.1-nightly.20260202.1/opendp/domains/struct.OptionDomain.html)
|
|
1095
1095
|
|
|
1096
1096
|
.. end-markdown
|
|
1097
1097
|
|
|
@@ -1135,7 +1135,7 @@ def series_domain(
|
|
|
1135
1135
|
) -> SeriesDomain:
|
|
1136
1136
|
r"""Construct an instance of `SeriesDomain`.
|
|
1137
1137
|
|
|
1138
|
-
[series_domain in Rust documentation.](https://docs.rs/opendp/0.14.1-nightly.
|
|
1138
|
+
[series_domain in Rust documentation.](https://docs.rs/opendp/0.14.1-nightly.20260202.1/opendp/domains/struct.SeriesDomain.html)
|
|
1139
1139
|
|
|
1140
1140
|
.. end-markdown
|
|
1141
1141
|
|
|
@@ -76,7 +76,7 @@ def debias_randomized_response_bitvec(
|
|
|
76
76
|
|
|
77
77
|
Required features: `contrib`
|
|
78
78
|
|
|
79
|
-
[debias_randomized_response_bitvec in Rust documentation.](https://docs.rs/opendp/0.14.1-nightly.
|
|
79
|
+
[debias_randomized_response_bitvec in Rust documentation.](https://docs.rs/opendp/0.14.1-nightly.20260202.1/opendp/measurements/fn.debias_randomized_response_bitvec.html)
|
|
80
80
|
|
|
81
81
|
.. end-markdown
|
|
82
82
|
|
|
@@ -134,7 +134,7 @@ def make_alp_queryable(
|
|
|
134
134
|
|
|
135
135
|
Required features: `contrib`
|
|
136
136
|
|
|
137
|
-
[make_alp_queryable in Rust documentation.](https://docs.rs/opendp/0.14.1-nightly.
|
|
137
|
+
[make_alp_queryable in Rust documentation.](https://docs.rs/opendp/0.14.1-nightly.20260202.1/opendp/measurements/fn.make_alp_queryable.html)
|
|
138
138
|
|
|
139
139
|
**Citations:**
|
|
140
140
|
|
|
@@ -248,7 +248,7 @@ def make_canonical_noise(
|
|
|
248
248
|
|
|
249
249
|
Required features: `contrib`
|
|
250
250
|
|
|
251
|
-
[make_canonical_noise in Rust documentation.](https://docs.rs/opendp/0.14.1-nightly.
|
|
251
|
+
[make_canonical_noise in Rust documentation.](https://docs.rs/opendp/0.14.1-nightly.20260202.1/opendp/measurements/fn.make_canonical_noise.html)
|
|
252
252
|
|
|
253
253
|
**Citations:**
|
|
254
254
|
|
|
@@ -357,7 +357,7 @@ def make_gaussian(
|
|
|
357
357
|
|
|
358
358
|
Required features: `contrib`
|
|
359
359
|
|
|
360
|
-
[make_gaussian in Rust documentation.](https://docs.rs/opendp/0.14.1-nightly.
|
|
360
|
+
[make_gaussian in Rust documentation.](https://docs.rs/opendp/0.14.1-nightly.20260202.1/opendp/measurements/fn.make_gaussian.html)
|
|
361
361
|
|
|
362
362
|
**Supporting Elements:**
|
|
363
363
|
|
|
@@ -482,7 +482,7 @@ def make_gaussian_threshold(
|
|
|
482
482
|
|
|
483
483
|
Required features: `contrib`
|
|
484
484
|
|
|
485
|
-
[make_gaussian_threshold in Rust documentation.](https://docs.rs/opendp/0.14.1-nightly.
|
|
485
|
+
[make_gaussian_threshold in Rust documentation.](https://docs.rs/opendp/0.14.1-nightly.20260202.1/opendp/measurements/fn.make_gaussian_threshold.html)
|
|
486
486
|
|
|
487
487
|
**Supporting Elements:**
|
|
488
488
|
|
|
@@ -595,7 +595,7 @@ def make_geometric(
|
|
|
595
595
|
|
|
596
596
|
Required features: `contrib`
|
|
597
597
|
|
|
598
|
-
[make_geometric in Rust documentation.](https://docs.rs/opendp/0.14.1-nightly.
|
|
598
|
+
[make_geometric in Rust documentation.](https://docs.rs/opendp/0.14.1-nightly.20260202.1/opendp/measurements/fn.make_geometric.html)
|
|
599
599
|
|
|
600
600
|
**Citations:**
|
|
601
601
|
|
|
@@ -731,7 +731,7 @@ def make_laplace(
|
|
|
731
731
|
|
|
732
732
|
Required features: `contrib`
|
|
733
733
|
|
|
734
|
-
[make_laplace in Rust documentation.](https://docs.rs/opendp/0.14.1-nightly.
|
|
734
|
+
[make_laplace in Rust documentation.](https://docs.rs/opendp/0.14.1-nightly.20260202.1/opendp/measurements/fn.make_laplace.html)
|
|
735
735
|
|
|
736
736
|
**Citations:**
|
|
737
737
|
|
|
@@ -862,7 +862,7 @@ def make_laplace_threshold(
|
|
|
862
862
|
|
|
863
863
|
Required features: `contrib`
|
|
864
864
|
|
|
865
|
-
[make_laplace_threshold in Rust documentation.](https://docs.rs/opendp/0.14.1-nightly.
|
|
865
|
+
[make_laplace_threshold in Rust documentation.](https://docs.rs/opendp/0.14.1-nightly.20260202.1/opendp/measurements/fn.make_laplace_threshold.html)
|
|
866
866
|
|
|
867
867
|
**Supporting Elements:**
|
|
868
868
|
|
|
@@ -981,7 +981,7 @@ def make_noise(
|
|
|
981
981
|
|
|
982
982
|
Required features: `contrib`
|
|
983
983
|
|
|
984
|
-
[make_noise in Rust documentation.](https://docs.rs/opendp/0.14.1-nightly.
|
|
984
|
+
[make_noise in Rust documentation.](https://docs.rs/opendp/0.14.1-nightly.20260202.1/opendp/measurements/fn.make_noise.html)
|
|
985
985
|
|
|
986
986
|
**Supporting Elements:**
|
|
987
987
|
|
|
@@ -1085,7 +1085,7 @@ def make_noise_threshold(
|
|
|
1085
1085
|
|
|
1086
1086
|
Required features: `contrib`
|
|
1087
1087
|
|
|
1088
|
-
[make_noise_threshold in Rust documentation.](https://docs.rs/opendp/0.14.1-nightly.
|
|
1088
|
+
[make_noise_threshold in Rust documentation.](https://docs.rs/opendp/0.14.1-nightly.20260202.1/opendp/measurements/fn.make_noise_threshold.html)
|
|
1089
1089
|
|
|
1090
1090
|
**Supporting Elements:**
|
|
1091
1091
|
|
|
@@ -1191,7 +1191,7 @@ def make_noisy_max(
|
|
|
1191
1191
|
|
|
1192
1192
|
Required features: `contrib`
|
|
1193
1193
|
|
|
1194
|
-
[make_noisy_max in Rust documentation.](https://docs.rs/opendp/0.14.1-nightly.
|
|
1194
|
+
[make_noisy_max in Rust documentation.](https://docs.rs/opendp/0.14.1-nightly.20260202.1/opendp/measurements/fn.make_noisy_max.html)
|
|
1195
1195
|
|
|
1196
1196
|
**Supporting Elements:**
|
|
1197
1197
|
|
|
@@ -1308,7 +1308,7 @@ def make_noisy_top_k(
|
|
|
1308
1308
|
|
|
1309
1309
|
Required features: `contrib`
|
|
1310
1310
|
|
|
1311
|
-
[make_noisy_top_k in Rust documentation.](https://docs.rs/opendp/0.14.1-nightly.
|
|
1311
|
+
[make_noisy_top_k in Rust documentation.](https://docs.rs/opendp/0.14.1-nightly.20260202.1/opendp/measurements/fn.make_noisy_top_k.html)
|
|
1312
1312
|
|
|
1313
1313
|
**Supporting Elements:**
|
|
1314
1314
|
|
|
@@ -1420,7 +1420,7 @@ def make_private_expr(
|
|
|
1420
1420
|
|
|
1421
1421
|
Required features: `contrib`, `honest-but-curious`
|
|
1422
1422
|
|
|
1423
|
-
[make_private_expr in Rust documentation.](https://docs.rs/opendp/0.14.1-nightly.
|
|
1423
|
+
[make_private_expr in Rust documentation.](https://docs.rs/opendp/0.14.1-nightly.20260202.1/opendp/measurements/fn.make_private_expr.html)
|
|
1424
1424
|
|
|
1425
1425
|
**Why honest-but-curious?:**
|
|
1426
1426
|
|
|
@@ -1525,7 +1525,7 @@ def make_private_lazyframe(
|
|
|
1525
1525
|
|
|
1526
1526
|
Required features: `contrib`
|
|
1527
1527
|
|
|
1528
|
-
[make_private_lazyframe in Rust documentation.](https://docs.rs/opendp/0.14.1-nightly.
|
|
1528
|
+
[make_private_lazyframe in Rust documentation.](https://docs.rs/opendp/0.14.1-nightly.20260202.1/opendp/measurements/fn.make_private_lazyframe.html)
|
|
1529
1529
|
|
|
1530
1530
|
**Supporting Elements:**
|
|
1531
1531
|
|
|
@@ -1695,7 +1695,7 @@ def make_private_quantile(
|
|
|
1695
1695
|
|
|
1696
1696
|
Required features: `contrib`
|
|
1697
1697
|
|
|
1698
|
-
[make_private_quantile in Rust documentation.](https://docs.rs/opendp/0.14.1-nightly.
|
|
1698
|
+
[make_private_quantile in Rust documentation.](https://docs.rs/opendp/0.14.1-nightly.20260202.1/opendp/measurements/fn.make_private_quantile.html)
|
|
1699
1699
|
|
|
1700
1700
|
**Supporting Elements:**
|
|
1701
1701
|
|
|
@@ -1801,7 +1801,7 @@ def make_randomized_response(
|
|
|
1801
1801
|
|
|
1802
1802
|
Required features: `contrib`
|
|
1803
1803
|
|
|
1804
|
-
[make_randomized_response in Rust documentation.](https://docs.rs/opendp/0.14.1-nightly.
|
|
1804
|
+
[make_randomized_response in Rust documentation.](https://docs.rs/opendp/0.14.1-nightly.20260202.1/opendp/measurements/fn.make_randomized_response.html)
|
|
1805
1805
|
|
|
1806
1806
|
**Supporting Elements:**
|
|
1807
1807
|
|
|
@@ -1875,7 +1875,7 @@ def make_randomized_response_bitvec(
|
|
|
1875
1875
|
|
|
1876
1876
|
Required features: `contrib`
|
|
1877
1877
|
|
|
1878
|
-
[make_randomized_response_bitvec in Rust documentation.](https://docs.rs/opendp/0.14.1-nightly.
|
|
1878
|
+
[make_randomized_response_bitvec in Rust documentation.](https://docs.rs/opendp/0.14.1-nightly.20260202.1/opendp/measurements/fn.make_randomized_response_bitvec.html)
|
|
1879
1879
|
|
|
1880
1880
|
**Citations:**
|
|
1881
1881
|
|
|
@@ -2011,7 +2011,7 @@ def make_randomized_response_bool(
|
|
|
2011
2011
|
|
|
2012
2012
|
Required features: `contrib`
|
|
2013
2013
|
|
|
2014
|
-
[make_randomized_response_bool in Rust documentation.](https://docs.rs/opendp/0.14.1-nightly.
|
|
2014
|
+
[make_randomized_response_bool in Rust documentation.](https://docs.rs/opendp/0.14.1-nightly.20260202.1/opendp/measurements/fn.make_randomized_response_bool.html)
|
|
2015
2015
|
|
|
2016
2016
|
**Supporting Elements:**
|
|
2017
2017
|
|
|
@@ -2080,7 +2080,7 @@ def make_report_noisy_max_gumbel(
|
|
|
2080
2080
|
|
|
2081
2081
|
Required features: `contrib`
|
|
2082
2082
|
|
|
2083
|
-
[make_report_noisy_max_gumbel in Rust documentation.](https://docs.rs/opendp/0.14.1-nightly.
|
|
2083
|
+
[make_report_noisy_max_gumbel in Rust documentation.](https://docs.rs/opendp/0.14.1-nightly.20260202.1/opendp/measurements/fn.make_report_noisy_max_gumbel.html)
|
|
2084
2084
|
|
|
2085
2085
|
**Supporting Elements:**
|
|
2086
2086
|
|
|
@@ -162,7 +162,7 @@ def approximate(
|
|
|
162
162
|
The measurement's input metric defines the notion of adjacency,
|
|
163
163
|
and the measurement's input domain defines the set of possible datasets.
|
|
164
164
|
|
|
165
|
-
[approximate in Rust documentation.](https://docs.rs/opendp/0.14.1-nightly.
|
|
165
|
+
[approximate in Rust documentation.](https://docs.rs/opendp/0.14.1-nightly.20260202.1/opendp/measures/struct.Approximate.html)
|
|
166
166
|
|
|
167
167
|
**Proof Definition:**
|
|
168
168
|
|
|
@@ -310,7 +310,7 @@ def absolute_distance(
|
|
|
310
310
|
) -> Metric:
|
|
311
311
|
r"""Construct an instance of the `AbsoluteDistance` metric.
|
|
312
312
|
|
|
313
|
-
[absolute_distance in Rust documentation.](https://docs.rs/opendp/0.14.1-nightly.
|
|
313
|
+
[absolute_distance in Rust documentation.](https://docs.rs/opendp/0.14.1-nightly.20260202.1/opendp/metrics/struct.AbsoluteDistance.html)
|
|
314
314
|
|
|
315
315
|
.. end-markdown
|
|
316
316
|
|
|
@@ -553,7 +553,7 @@ def l01inf_distance(
|
|
|
553
553
|
) -> Metric:
|
|
554
554
|
r"""Construct an instance of the `L01InfDistance` metric.
|
|
555
555
|
|
|
556
|
-
[l01inf_distance in Rust documentation.](https://docs.rs/opendp/0.14.1-nightly.
|
|
556
|
+
[l01inf_distance in Rust documentation.](https://docs.rs/opendp/0.14.1-nightly.20260202.1/opendp/metrics/type.L01InfDistance.html)
|
|
557
557
|
|
|
558
558
|
.. end-markdown
|
|
559
559
|
|
|
@@ -591,7 +591,7 @@ def l02inf_distance(
|
|
|
591
591
|
) -> Metric:
|
|
592
592
|
r"""Construct an instance of the `L02InfDistance` metric.
|
|
593
593
|
|
|
594
|
-
[l02inf_distance in Rust documentation.](https://docs.rs/opendp/0.14.1-nightly.
|
|
594
|
+
[l02inf_distance in Rust documentation.](https://docs.rs/opendp/0.14.1-nightly.20260202.1/opendp/metrics/type.L02InfDistance.html)
|
|
595
595
|
|
|
596
596
|
.. end-markdown
|
|
597
597
|
|
|
@@ -629,7 +629,7 @@ def l1_distance(
|
|
|
629
629
|
) -> Metric:
|
|
630
630
|
r"""Construct an instance of the `L1Distance` metric.
|
|
631
631
|
|
|
632
|
-
[l1_distance in Rust documentation.](https://docs.rs/opendp/0.14.1-nightly.
|
|
632
|
+
[l1_distance in Rust documentation.](https://docs.rs/opendp/0.14.1-nightly.20260202.1/opendp/metrics/type.L1Distance.html)
|
|
633
633
|
|
|
634
634
|
.. end-markdown
|
|
635
635
|
|
|
@@ -669,7 +669,7 @@ def l2_distance(
|
|
|
669
669
|
) -> Metric:
|
|
670
670
|
r"""Construct an instance of the `L2Distance` metric.
|
|
671
671
|
|
|
672
|
-
[l2_distance in Rust documentation.](https://docs.rs/opendp/0.14.1-nightly.
|
|
672
|
+
[l2_distance in Rust documentation.](https://docs.rs/opendp/0.14.1-nightly.20260202.1/opendp/metrics/type.L2Distance.html)
|
|
673
673
|
|
|
674
674
|
.. end-markdown
|
|
675
675
|
|
|
@@ -710,7 +710,7 @@ def linf_distance(
|
|
|
710
710
|
) -> Metric:
|
|
711
711
|
r"""Construct an instance of the `LInfDistance` metric.
|
|
712
712
|
|
|
713
|
-
[linf_distance in Rust documentation.](https://docs.rs/opendp/0.14.1-nightly.
|
|
713
|
+
[linf_distance in Rust documentation.](https://docs.rs/opendp/0.14.1-nightly.20260202.1/opendp/metrics/struct.LInfDistance.html)
|
|
714
714
|
|
|
715
715
|
.. end-markdown
|
|
716
716
|
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
[workspace.package]
|
|
2
|
-
version = "0.14.1-nightly.
|
|
2
|
+
version = "0.14.1-nightly.20260202.1"
|
|
3
3
|
license-file = "../LICENSE"
|
|
4
4
|
readme = "../README.md"
|
|
5
5
|
homepage = "https://opendp.org/"
|
|
@@ -33,7 +33,7 @@ rust-version.workspace = true
|
|
|
33
33
|
exclude = ["windows/*"]
|
|
34
34
|
|
|
35
35
|
[dependencies]
|
|
36
|
-
opendp_derive = { path = "opendp_derive", version = "0.14.1-nightly.
|
|
36
|
+
opendp_derive = { path = "opendp_derive", version = "0.14.1-nightly.20260202.1" }
|
|
37
37
|
rand = "0.7.3"
|
|
38
38
|
num = "0.3.1"
|
|
39
39
|
thiserror = "1.0.24"
|
|
@@ -41,7 +41,7 @@ statrs = "0.13.0"
|
|
|
41
41
|
dashu = { version = "0.4.0", features = ["num-traits_v02"] }
|
|
42
42
|
openssl = { version = "0.10.71", features = ["vendored"], optional = true }
|
|
43
43
|
|
|
44
|
-
opendp_tooling = { path = "opendp_tooling", optional = true, version = "0.14.1-nightly.
|
|
44
|
+
opendp_tooling = { path = "opendp_tooling", optional = true, version = "0.14.1-nightly.20260202.1" }
|
|
45
45
|
readonly = "0.2"
|
|
46
46
|
bitvec = "1.0"
|
|
47
47
|
|
|
@@ -173,7 +173,7 @@ serde-pickle = { version = "1.1", optional = true }
|
|
|
173
173
|
lazy_static = { version = "1.4.0", optional = true }
|
|
174
174
|
|
|
175
175
|
[build-dependencies]
|
|
176
|
-
opendp_tooling = { path = "opendp_tooling", optional = true, version = "0.14.1-nightly.
|
|
176
|
+
opendp_tooling = { path = "opendp_tooling", optional = true, version = "0.14.1-nightly.20260202.1" }
|
|
177
177
|
syn = { workspace = true, optional = true }
|
|
178
178
|
proc-macro2 = { workspace = true, optional = true }
|
|
179
179
|
cbindgen = { version = "0.28.0", optional = true }
|
{opendp-0.14.1a20260201001 → opendp-0.14.1a20260202001}/src/opendp/rust/opendp_derive/Cargo.toml
RENAMED
|
@@ -18,7 +18,7 @@ proc-macro = true
|
|
|
18
18
|
[dependencies]
|
|
19
19
|
syn = { workspace = true, optional = true }
|
|
20
20
|
quote = { workspace = true, optional = true }
|
|
21
|
-
opendp_tooling = { path = "../opendp_tooling", optional = true, version = "0.14.1-nightly.
|
|
21
|
+
opendp_tooling = { path = "../opendp_tooling", optional = true, version = "0.14.1-nightly.20260202.1" }
|
|
22
22
|
|
|
23
23
|
[features]
|
|
24
24
|
full = ["syn", "quote", "opendp_tooling"]
|