anonlink-entity-service icon indicating copy to clipboard operation
anonlink-entity-service copied to clipboard

Privacy Preserving Record Linkage Service

Results 84 anonlink-entity-service issues
Sort by recently updated
recently updated
newest added

Bumps [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy) from 1.4.23 to 1.4.42. Release notes Sourced from sqlalchemy's releases. 1.4.42 Released: October 16, 2022 orm [orm] [bug] The _orm.Session.execute.bind_arguments dictionary is no longer mutated when passed to...

dependencies
python

Bumps [minio](https://github.com/minio/minio-py) from 7.1.0 to 7.1.12. Release notes Sourced from minio's releases. Bugfix Release What's Changed fix documentation display composing by @​j13tw in minio/minio-py#1231 fget_object(): add progress support by @​moon-jong...

dependencies
python

Bumps [jsonschema](https://github.com/python-jsonschema/jsonschema) from 3.2.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 [flask](https://github.com/pallets/flask) from 2.0.1 to 2.2.2. Release notes Sourced from flask's releases. 2.2.2 This is a fix release for the 2.2.0 feature release. Changes: https://flask.palletsprojects.com/en/2.2.x/changes/#version-2-2-1 Milestone: https://github.com/pallets/flask/milestone/25?closed=1 2.2.1 This is...

dependencies
python

Bumps alpine from 3.14.2 to 3.16.2. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=alpine&package-manager=docker&previous-version=3.14.2&new-version=3.16.2)](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
docker

Bumps [alembic](https://github.com/sqlalchemy/alembic) from 1.6.5 to 1.8.1. Release notes Sourced from alembic's releases. 1.8.1 Released: July 13, 2022 bug [bug] [sqlite] Fixed bug where the SQLite implementation of Operations.rename_table() would render...

dependencies
python

Bumps [celery](https://github.com/celery/celery) from 5.1.2 to 5.2.7. Release notes Sourced from celery's releases. 5.2.7 Release date: 2022-5-26 12:15 P.M UTC+2:00 Release by: Omer Katz Fix packaging issue which causes poetry 1.2b1...

dependencies
python

I noted that building the base image wasn't actually reproducible despite our overzealous pinning of requirements... so to make life easier I suggest we continue to pin the FROM docker...

I'm running anon-link-entity-service with 6 hospitals each contributing 1,000,000 patients. During the run, there is a long section that uses about 60% of the available cpu, followed by a long...

I needed to make several modifications to the setting up PyCharm debugging instructions posted at https://anonlink-entity-service.readthedocs.io/en/stable/debugging.html to get it to work in my environment. I've worked most of them out...