This patch release mostly addresses the blis (dependency) issue.
For some reason, a new version of blis is often automatically installed.
And that new version of blis depends on numpy>=2, which medcat is incompatible with.
It also addresses allowing remote code for Transfomers NER parts (the default previously, but new dependencies require it to be explicitly stated).
Furthermore, this PR addresses a small issue to do with empty generator returning (internal issue) that does not affect the use of the library in any way.
What's Changed
- 423 CU-8694dpy1c: Return empty generator upon empty
- 453 CU-8694vcvz7: Trust remote code when loading transfomers NER dataset
- 471 CU-869588fdc: Bin blis to 1.0.0
**Full Changelog**: https://github.com/CogStack/MedCAT/compare/v1.10.2...v1.10.3