clkhash icon indicating copy to clipboard operation
clkhash copied to clipboard

CLK hash: hash pii for entity matching

Results 36 clkhash issues
Sort by recently updated
recently updated
newest added

I propose that the clkhash CLI download the hashing schema from the Entity Service, as a way of ensuring that the hashes conform to the project schema. This is a...

enhancement

This is what you get: ``` Traceback (most recent call last): File "/Users/hen271/.local/share/virtualenvs/clkhash-doj/lib/python3.6/site-packages/clkhash/schema.py", line 268, in validate_schema_dict jsonschema.validate(schema, master_schema) File "/Users/hen271/.local/share/virtualenvs/clkhash-doj/lib/python3.6/site-packages/jsonschema/validators.py", line 541, in validate cls(schema, *args, **kwargs).validate(instance) File "/Users/hen271/.local/share/virtualenvs/clkhash-doj/lib/python3.6/site-packages/jsonschema/validators.py",...

enhancement
P2: required

Bumps [notebook](https://github.com/jupyter/notebook) from 6.4.11 to 7.0.0. Release notes Sourced from notebook's releases. v7.0.0 7.0.0 Jupyter Notebook 7 is released :tada: Check the changelog: https://jupyter-notebook.readthedocs.io/en/latest/changelog.html And the new features in Notebook...

dependencies

Bumps [requests](https://github.com/psf/requests) from 2.28.2 to 2.31.0. Release notes Sourced from requests's releases. v2.31.0 2.31.0 (2023-05-22) Security Versions of Requests between v2.3.0 and v2.30.0 are vulnerable to potential forwarding of Proxy-Authorization...

dependencies

Updates the requirements on [pytest-cov](https://github.com/pytest-dev/pytest-cov) to permit the latest version. Changelog Sourced from pytest-cov's changelog. 4.0.0 (2022-09-28) Note that this release drops support for multiprocessing. --cov-fail-under no longer causes pytest...

dependencies

With recent changes to hypothesis, the two test_numeric_overlaps tests are now regularly failing. An example failure: ``` @given(thresh_dist=integers(min_value=1), resolution=integers(min_value=1, max_value=512), candidate=integers()) def test_numeric_overlaps_with_integers(thresh_dist, resolution, candidate): comp = NumericComparison(threshold_distance=thresh_dist, resolution=resolution, fractional_precision=0)...