v1.10.1
This patch release mostly addresses two things regarding DeID models:
- DeID models created with older
medcat
versions (prior tov1.9.3
) would silently fail to deidentify anything [#397]. - DeID model multiprocessing doesn't work in all cases. This release adds a more descriptive exception when this happens as well as a description of two workarounds (either save the model on disk and load back up; or use the cpu-only
torch
)[#393 and #400].
The patch release also fixes some of the issues with dependencies [#392].
There are a few other smaller changes which you can see below.
What's Changed
- CU-8693cv3w0 Fix fallback spacy model existance on pip installs by @mart-r in #386
- CU-8693b0a61 Add method to get spacy model version by @mart-r in #381
- CU-8693kp0gw: Pin more recent versions for major dependencies; Avoid major bumps where applicable by @mart-r in #392
- add: metacat can predict on spans in arbitrary spangroups by @jkgenser in #391
- CU-8693ruk7p: Bump mypy version in dev-requirements by @mart-r in #396
- Bump django from 3.2.23 to 3.2.24 in /webapp/webapp by @dependabot in #395
- CU-8693t24ed: Add workaround for older DeID models in newer MedCAT by @mart-r in #397
- CU-2hz5ump deid mulitprocessing by @mart-r in #393
- Cu 8693u6b4u tests continue on fail by @mart-r in #400
New Contributors
Full Changelog: v1.10.0...v1.10.1