This repository was archived by the owner on Jul 28, 2025. It is now read-only.
Releases: CogStack/MedCAT
Releases · CogStack/MedCAT
MedCAT 1.3.0
What's Changed
- CU-2n9g6yu: Improve docs by @tomolopolis in #229
- Add the downloaded file and the model description by @baixiac in #228
- Bump django from 3.2.12 to 3.2.13 in /webapp/webapp by @dependabot in #232
- Meta cat upgrade by @w-is-h in #234
- fix create_model_pack to work with ~ directory by @Imipenem in #239
- Deid2 by @w-is-h in #240
- More doc improvements by @tomolopolis in #231
- removes all logging handlers by @zack-kimble in #242
New Contributors
- @Imipenem made their first contribution in #239
- @zack-kimble made their first contribution in #242
Full Changelog: v1.2.8...v1.3.0
MedCAT 1.2.8
Bugs:
- fixed: spacy dependency introduced a bug
Features:
- Downsampling disabled during training
- Random sampling of synonyms during unsupervised training added
Other:
- Documentation organized a bit
- More stuff added to versioning
MedCAT 1.2.7
What's Changed
- Apply type checking to the whole medcat module by @baixiac in #182 #169
- Verify users' UMLS metathesaurus license by @baixiac in #185
- Deid by @w-is-h in #187
- Add the online form for model download by @baixiac in #186
- Remove support for py36 by @baixiac in #189
- Update ethnicity_map.py by @jthteo in #194
- Enable the preprocessing of new SNOMED UK extension release format by @antsh3k in #199
- Implemented a simple versioning system until the main one is done by @w-is-h in #205
- Save checkpoints during (un)supervised training and support training resumption by @baixiac in #206 #181 #178
Full Changelog: v1.2.6...v1.2.7
MedCAT 1.2.6
What's Changed
- Support for neo4j by @w-is-h in #176
- Add model creator, test data and tests by @sandertan in #161
- Add type checks for medcat/*.py by @baixiac in #164
- Load MetaCAT models previously trained / saved on GPU onto CPU by @tomolopolis in #175
- Add precision and recall in return eval_model by @sandertan in #172
Full Changelog: v1.2.5...v1.2.6
MedCAT 1.2.5
Full Changelog: v1.2.4...v1.2.5
MedCAT 1.2.4
Full Changelog: v1.2.3...v1.2.4
MedCAT 1.2.3
- Fix pipeline for creating vocab with gensim 4.1.2
- Add linting to the GH Actions workflow
Full Changelog: v1.2.1...v1.2.2
MedCAT 1.2.0
- Model packs
- New faster and improved
meta_catwith batch processing - Multiprocessing optimized for GPU runs and large scale datasets (100M+ documents)
- Additional method
multiprocessing_pipefor parallelism - Bug fixes
Bug fixes and support for BERT
FIxed bugs from v1 and added support for BERT.
First release of MedCAT
MedCAT is a Medical Concept Annotation Tool that uses unsupervised machine learning to recognise and link medical concepts with clinical terminologies such as UMLS. MedCAT, like similar tools, uses a concept database to find and link concept mentions inside of biomedical documents. In addition, it has disambiguation, spell-checking and the option for supervised and active learning for improved disambiguation.