Releases: CogStack/MedCATtrainer
Use 'stable' patch release of v2.1.0 in docker-compose
v2.1.1 fix showing of existing relations in clinical text component
Basic implementation for collecting relation annotations
v2.1.0 fix showing of existing relations in clinical text component
MedCATv1 Breaking Change Release
This release is major (breaking change) release, that now uses the MedCATv1.x library.
If this release is to be used, all previously trained / validated models and their associated projects will no longer function.
MedCATtrainer exported data is still the same schema and can be exported / used as before to train MedCATv1 models.
A migration to export / import deployments across breaking changes etc. is available and will be documented soon.
More Small Enhancements
Negative examples are shown in documents, so annotation projects that use the same underlying model (i.e. standard NLP double annotation projects)
Bug fixes / more documentation
Bug fixes, small improvements
Patch release for mainly bug fixes, small improvements.
MedCATTrainer 1.0.2 Patch Release
Bug fixes, documentation, small improvements
MedCATTrainer Patch Release
Patch release for lots of bug fixes, improvements, small additional features and more documentation.
MedCATTrainer 1.0.0 Release
Major release of MedCATTrainer since the 0.1 prototype release.
The entire app has been rewritten, to support:
- A user permission model, annotors
- Datasets and project models allow for simultaneous annotation projects with multiple distinct users to be permissioned correctly with one shared deployment.
- New meta task and configurable value models.
- Entirely new UI with NHS style theme / colours.
- Synonyms for concepts can be searched within a CDB and added directly to the document.
- ReSTful API for all functions the UI performs
- Bulk creating datasets, projects, users can be performed from an http client.
- Downloading of multiple projects worth of annotations is now possible.
- Infra improvements include dockerization with nginx to front the django web server.
Prototype release of MedCATTrainer
Prototype release of MedCATTrainer.
The 1.0 release plans to rebuild large portions of the app for production deployment.