blocklib icon indicating copy to clipboard operation
blocklib copied to clipboard

Python implementations of record linkage blocking techniques.

Results 28 blocklib issues
Sort by recently updated
recently updated
newest added

Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 4.5.0 to 5.3.0. Release notes Sourced from sphinx's releases. v5.3.0 Changelog: https://www.sphinx-doc.org/en/master/changes.html v5.2.3 Changelog: https://www.sphinx-doc.org/en/master/changes.html v5.2.2 Changelog: https://www.sphinx-doc.org/en/master/changes.html v5.2.1 Changelog: https://www.sphinx-doc.org/en/master/changes.html v5.2.0 Changelog: https://www.sphinx-doc.org/en/master/changes.html v5.1.1 Changelog: https://www.sphinx-doc.org/en/master/changes.html...

dependencies
python

Bumps [notebook](http://jupyter.org) from 6.4.11 to 6.5.1. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=notebook&package-manager=pip&previous-version=6.4.11&new-version=6.5.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies
python

Bumps [typing-extensions](https://github.com/python/typing_extensions) from 4.2.0 to 4.4.0. Changelog Sourced from typing-extensions's changelog. Release 4.4.0 (October 6, 2022) Add typing_extensions.Any a backport of python 3.11's Any class which is subclassable at runtime....

dependencies
python

Bumps [mypy](https://github.com/python/mypy) from 0.960 to 0.982. Commits 1c2b899 Bump version to 0.982 51d9858 Restore Type vs Callable special-casing that was broken in refactoring (#13784) d03f201 Suggest using upper bound for...

dependencies
python

Bumps [jsonschema](https://github.com/python-jsonschema/jsonschema) from 4.4.0 to 4.16.0. Release notes Sourced from jsonschema's releases. v4.16.0 Improve the base URI behavior when resolving a $ref to a resolution URI which is different from...

dependencies
python

Bumps [nbconvert](https://github.com/jupyter/nbconvert) from 6.4.5 to 6.5.1. Release notes Sourced from nbconvert's releases. Release 6.5.1 No release notes provided. 6.5.0 What's Changed Drop dependency on testpath. by @​anntzer in jupyter/nbconvert#1723 Adopt...

dependencies
python

Bumps [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish) from 1.5.0 to 1.5.1. Release notes Sourced from pypa/gh-action-pypi-publish's releases. v1.5.1 What's Changed Fixed printing out the dist hashes when packages_dir is a wildcard value. — by @​meowmeowmeowcat...

dependencies
github_actions

Bumps [mistune](https://github.com/lepture/mistune) from 0.8.4 to 2.0.3. Release notes Sourced from mistune's releases. Version 2.0.2 Fix escape_url via lepture/mistune#295 Version 2.0.1 Fix XSS for image link syntax. Version 2.0.0 First release...

dependencies
python

Bumps [actions/setup-python](https://github.com/actions/setup-python) from 3 to 4. Release notes Sourced from actions/setup-python's releases. v4.0.0 What's Changed Support for python-version-file input: #336 Example of usage: - uses: actions/setup-python@v4 with: python-version-file: '.python-version' #...

dependencies
github_actions

Attempting to run ```blocklib.validation.validate_blocking_schema(blocking_config)``` Results in the following traceback: ``` AttributeError: module 'blocklib.validation' has no attribute 'validate_blocking_schema' ```