Skip to content

Releases: CogStack/MedCATtrainer

Use 'stable' patch release of v2.1.0 in docker-compose

13 Jul 20:06
Compare
Choose a tag to compare
v2.1.1

fix showing of existing relations in clinical text component

Basic implementation for collecting relation annotations

13 Jul 17:29
Compare
Choose a tag to compare
v2.1.0

fix showing of existing relations in clinical text component

MedCATv1 Breaking Change Release

15 Apr 16:29
Compare
Choose a tag to compare

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

23 Sep 13:44
7a6b8d8
Compare
Choose a tag to compare

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

06 May 15:41
Compare
Choose a tag to compare

Patch release for mainly bug fixes, small improvements.

MedCATTrainer 1.0.2 Patch Release

31 Mar 19:01
Compare
Choose a tag to compare

Bug fixes, documentation, small improvements

MedCATTrainer Patch Release

26 Mar 01:14
a361c70
Compare
Choose a tag to compare

Patch release for lots of bug fixes, improvements, small additional features and more documentation.

MedCATTrainer 1.0.0 Release

13 Mar 14:00
Compare
Choose a tag to compare

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

17 Sep 15:02
Compare
Choose a tag to compare

Prototype release of MedCATTrainer.

The 1.0 release plans to rebuild large portions of the app for production deployment.