Releases: nlpsandbox/phi-deidentifier-example
Releases · nlpsandbox/phi-deidentifier-example
1.3.0
What's Changed
- Bump dessant/lock-threads from 2 to 3 by @dependabot in #149
- Bump @openapitools/openapi-generator-cli from 2.3.9 to 2.4.13 by @dependabot in #153
- Add Release Script by @cascadianblue in #156
- Revert Python Version in Dockerfile by @cascadianblue in #157
- Bump Tool Version to 1.3.0 by @cascadianblue in #158
Full Changelog: 1.2.0...1.3.0
1.2.0
Update nlpsandboxclient version. "Physical address" annotation type is now "location"
1.1.0
Bump nlpsandbox-client from 1.1.0 to 2.0.0 in /server (#115) * Bump nlpsandbox-client from 1.1.0 to 2.0.0 in /server Bumps [nlpsandbox-client](https://github.com/nlpsandbox/nlpsandbox-client) from 1.1.0 to 2.0.0. - [Release notes](https://github.com/nlpsandbox/nlpsandbox-client/releases) - [Commits](https://github.com/nlpsandbox/nlpsandbox-client/compare/1.1.0...2.0.0) --- updated-dependencies: - dependency-name: nlpsandbox-client dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> * Update nlpsandbox-client to v3 * Remove nlpsandbox-client from test-requirements.txt * Import from nlpsandbox-client v3 * Review how .env is used with docker * Comment out docker-compose.yml validation * Add nlpsandbox-client to Test Requirements * Fix test-requirements.txt Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Connor Boyle <connor.bo@gmail.com> Co-authored-by: tschaffter <thomas.schaffter@gmail.com>
1.0.1
Release 1.0.1 (#89) * Update API and tool version * Update API and tool version in Tool object
1.0.0
Fix #82 (#83) * Re-generate codebase using edge schemas * Improve healthcheck controller * Add missing AllOf files
0.2.0
Enable nginx to be reached but disable internet access to annotators …
0.1.6
Release 0.1.6 (#9) * Generate codebase from spec 0.1.6 * Complete docker-compose requirements to deploy the stack * The server can now deidentify clinical notes!! * Update CI/CD