Skip to content

Releases: CogStack/MedCAT

v1.7.4

13 Oct 10:42
Compare
Choose a tag to compare

This is a patch release that addresses:

  • Remove py2neo dependency and code (#356)
    • This prevented anyone from installing medcat since it was no longer available on pypi
    • PS! It may still work for some folk if the py2neo package is cached by pip, but at some point the cache will be invalidated

Full Changelog: v1.7.3...v1.7.4

v1.6.1

13 Oct 10:23
Compare
Choose a tag to compare

This is a patch release that addresses:

  • Fix fakedict/config issue (#341)
  • Remove py2neo dependency and code (#356)
    • This prevented anyone from installing medcat since it was no longer available on pypi
    • PS! It may still work for some folk if the py2neo package is cached by pip, but at some point the cache will be invalidated
  • Some minor changes to make GHA pass
    • Fix for Rosalind links (#342)
    • Allow production workflow on .post branches
    • Make production workflow use correct branch
    • Bump ubuntu version in publish workflow (from 18.04 to 20.04)
    • Bump mypy version to 0.991 for compatibility
    • Pin pydantic version to less than 1.8 for spacy compatibility

Full Changelog: v1.6.0...v1.6.1

v1.5.3

13 Oct 09:40
Compare
Choose a tag to compare

This is a patch release that addresses:

  • Fix fakedict/config issue (#341)
  • Remove py2neo dependency and code (#356)
    • This prevented anyone from installing medcat since it was no longer available on pypi
    • PS! It may still work for some folk if the py2neo package is cached by pip, but at some point the cache will be invalidated
  • Some minor changes to make GHA pass
    • Fix for Rosalind links (#287 and #342)
    • Allow main workflow on .post branches
    • Allow prudiction workflow on .post branches
    • Make production workflow use correct branch
    • Bump ubuntu version in publish workflow (from 18.04 to 20.04)
    • Bump mypy version to 0.991 for compatibility
    • Pin pydantic version to less than 1.8 for spacy compatibility

Full Changelog: v1.5.0...v1.5.3

v1.9.3 - patch fix for dependency issues

10 Oct 12:45
40fce42
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.9.2...v1.9.3

v1.9.2

09 Oct 17:13
74eb37e
Compare
Choose a tag to compare

What's Changed

  • CU-8692kpchc Fix for Rosalind link not working by @mart-r in #342
  • Fix issue 340 (snomed preprocessing) by @mart-r in #343
  • CU-8692kn0yv Fix issue with fake dict in identifier based config by @mart-r in #341
  • CU-8692mevx8 Fix issue with filters not taking effect in train_supervised method by @mart-r in #345
  • CU-8692wb8gf: 'tokenizers>=0.12.0', # 0.13.1 doesn't seem to build by @tomolopolis in #353
  • v1.19.2 Patch Fix by @tomolopolis in #354

Full Changelog: v1.9.1...v1.9.2

v1.8.1

22 Sep 11:41
Compare
Choose a tag to compare

This attempts to fix issues related to the following PRs:
#341
#345

Full Changelog: 1.8.0...v1.8.1

v1.7.3

22 Sep 11:03
Compare
Choose a tag to compare

This attempts to fix issues related to the following PRs:
#341
#345

Full Changelog: v1.7.0...v1.7.3

v1.9.1

21 Sep 14:40
ba1dc4a
Compare
Choose a tag to compare

Patch release to fix some issues.

This fixes an issue with configs not working as dicts (the .get method would not work if the attribute didn't exist). Issue introduced in v1.4.0.
It also fixes an issue with filters not working properly in CAT.train_supervised. Issue introduced in 1.6.0.
And some other smaller changes.

What's Changed

  • CU-8692kpchc Fix for Rosalind link not working by @mart-r in #342
  • Fix issue 340 (snomed preprocessing) by @mart-r in #343
  • CU-8692kn0yv Fix issue with fake dict in identifier based config by @mart-r in #341
  • CU-8692mevx8 Fix issue with filters not taking effect in train_supervised method by @mart-r in #345

Full Changelog: v1.9.0...v1.9.1

MedCAT v1.9.0

02 Aug 15:44
be23503
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.8.0...v1.9.0

MedCAT v1.8.0

06 Jul 13:25
3396c4d
Compare
Choose a tag to compare

What's Changed

  • CU-8677ge6j8 Version identification and updating by @mart-r in #313
  • Pin down transformers for the de-identification model by @baixiac in #314
  • Added function to remove CUI from cdb by @antsh3k in #316
  • CU-862jjprjw Fix github actions failures by @mart-r in #317
  • CU-862jr8wkk Pin pydantic dependency to avoid conflicts with v2.0 by @mart-r in #318
  • Bump django from 3.2.18 to 3.2.19 in /webapp/webapp by @dependabot in #320
  • CU-862jr8wkk Pin pydantic dependency to avoid conflicts with v2.0 (#318) by @mart-r in #319
  • CU-863gntc58 Umlspt2ch by @mart-r in #322
  • Fix for Issue 325 by @mart-r in #326
  • CU-86783u6d9 Add wrapper to simplify De-ID model usage by @mart-r in #324
  • CU-862k1tt90 Fix circular imports by moving raw deid method back to helpers module by @mart-r in #328
  • Cu 863h30jyb separate train from data load by @mart-r in #329
  • CU-86785yhfk Add method to populate cui2snames with data from cui2names by @mart-r in #327
  • Bump django from 3.2.19 to 3.2.20 in /webapp/webapp by @dependabot in #330
  • CU-346mpwz Improving memory usage of MedCAT models by @mart-r in #323

Full Changelog: v1.7.0...v1.8.0