Releases: CogStack/MedCAT
v1.15.1
v1.14.2
This patch release fixes an issue due to a new release of transformers==4.50.0
late last week that rendered new medcat
installation unusable.
What's Changed
Full Changelog: v1.14.1...v1.14.2
v1.13.4
This patch release fixes an issue due to a new release of transformers==4.50.0
late last week that rendered new medcat
installation unusable.
What's Changed
Full Changelog: v1.13.3...v1.13.4
v1.15.0
The non-beta release for 1.15.0.
This is to replace the 1.15.0b (beta) release.
The main changes in 1.15 over 1.14 is support for (only) pydantic>=2
and the removal of the unigram table from Vocab.
Though this version also fixes some DeID issues with later transformers (see #517).
What's Changed
- Update README.md - fixed typo by @spiros in #507
- CU-8696nbm9j: Add module to convert vocab vectors by @mart-r in #504
- CU-8696nbm03: Remove unigram table by @mart-r in #503
- CU-8695d4www pydantic 2 by @mart-r in #476
- CU-8696v2j42: Add test to make sure per-cui counts are kept when creating folds by @mart-r in #508
- Release PR for v1.15.0b1 by @mart-r in #509
- CU-8697x7y9x: Fix issue with transformers 4.47+ affecting DeID by @mart-r in #517
Full Changelog: v1.15.0b...v1.15.0
v1.14.1
v1.13.3
BETA release v1.15.0b
This is a BETA release. It should be fully functional, but we've remained in beta, mostly so we can make sure the pydantic
change (from v1 to v2, exclusively) is stable before we do a full release.
What's Changed
- Update README.md - fixed typo by @spiros in #507
- CU-8696nbm9j: Add module to convert vocab vectors by @mart-r in #504
- CU-8696nbm03: Remove unigram table by @mart-r in #503
- CU-8695d4www pydantic 2 by @mart-r in #476
- CU-8696v2j42: Add test to make sure per-cui counts are kept when creating folds by @mart-r in #508
- Release PR for v1.15.0b1 by @mart-r in #509
New Contributors
Full Changelog: v1.14.0...v1.15.0b
v1.14.0
The main change in this release is the hard removal of python 3.8 support (#498).
But the release comes with some other minor changes as well. See the full list below.
What's Changed since v1.13.2
- CU-8695q21f6: Replace rosalind links with S3 ones in docs by @mart-r in #489
- CU-8695m5q4x: Fix issues detecting 1-token concepts by @mart-r in #485
- CU-8695knfbg Add name edits to regression suite by @mart-r in #486
- CU-869574kvp update snomed preprocessing naming by @mart-r in #469
- CU-8695vu71q: Make report identical run to run in identical cases by @mart-r in #492
- CU-86967nnra Drop python 3.8 support (EoL) by @mart-r in #498
- CU-86964zm4d fix preprocessing by @mart-r in #496
- CU-8695hghww backwards compatibility workflow by @mart-r in #478
- CU-8696m1mch: Remove versioning utility since all its parts were deprecated by @mart-r in #500
- v1.14.0 release PR by @mart-r in #506
Full Changelog: v1.13.2...v1.14.0
v1.13.2
This release is mainly focused on fixing DeID models. This fix was supposed tom out in 1.13.1 but were accidentally omitted.
What's Changed
- CU-869671bn4: Update requirements to fix workflow issue due to mypy by @mart-r in #497
- CU-8696n7w95: Remove commented code to fix DeID (oversight in PR 490) by @mart-r in #502
Full Changelog: v1.13.1...v1.13.2
v1.13.1
This PR is mostly designed to address a few issues related to MetaCAT (see #495).
But a few other changes were also pulled from the master class to fix previous issues and/or make sure the patch release is stable.
What's Changed
- CU-8695jwnjk: Fix description of an argument for --help to work in CLI by @mart-r in #484
- Pushing bug fix for metacat by @shubham-s-agarwal in #487
- CU-8695uhe5n: Update docs dependency pins by @mart-r in #491
- CU-8695pvhfe fix usage monitoring for multiprocessing by @mart-r in #488
- CU-8695ucw9b deid transformers fix by @mart-r in #490
- CU-869637yfx: Pin spacy dependency to lower than 3.8 by @mart-r in #494
- MetaCAT fixes and upgrades by @shubham-s-agarwal in #495
Full Changelog: v1.13.0...v1.13.1