Skip to content

Releases: CogStack/MedCAT

v1.14.0

19 Nov 14:32
ceb74b1
Compare
Choose a tag to compare

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

15 Nov 14:09
Compare
Choose a tag to compare

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

14 Oct 10:44
Compare
Choose a tag to compare

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

Full Changelog: v1.13.0...v1.13.1

v1.12.2

14 Oct 11:37
Compare
Choose a tag to compare

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

Full Changelog: v1.12.1...v1.12.2

v1.13.0

28 Aug 15:10
34e5cde
Compare
Choose a tag to compare

Release for 1.13 release.

What's Changed

Full Changelog: v1.12.1...v1.13.0

v1.10.3

13 Aug 09:35
Compare
Choose a tag to compare

This patch release mostly addresses the blis (dependency) issue.
For some reason, a new version of blis is often automatically installed.
And that new version of blis depends on numpy>=2, which medcat is incompatible with.

It also addresses allowing remote code for Transfomers NER parts (the default previously, but new dependencies require it to be explicitly stated).

Furthermore, this PR addresses a small issue to do with empty generator returning (internal issue) that does not affect the use of the library in any way.

What's Changed

  • #423 CU-8694dpy1c: Return empty generator upon empty
  • #453 CU-8694vcvz7: Trust remote code when loading transfomers NER dataset
  • #471 CU-869588fdc: Bin blis to 1.0.0

Full Changelog: v1.10.2...v1.10.3

v1.12.1

12 Aug 13:41
Compare
Choose a tag to compare

This patch release mostly addresses the blis (dependency) issue.
For some reason, a new version of blis is often automatically installed.
And that new version of blis depends on numpy>=2, which medcat is incompatible with.

What's Changed

  • #471 CU-869588fdc: Bin blis to 1.0.0

Full Changelog: v1.12.0...v1.12.1

v1.11.1

13 Aug 08:27
Compare
Choose a tag to compare

This patch release mostly addresses the blis (dependency) issue.
For some reason, a new version of blis is often automatically installed.
And that new version of blis depends on numpy>=2, which medcat is incompatible with.

It also addresses allowing remote code for Transfomers NER parts (the default previously, but new dependencies require it to be explicitly stated).

What's Changed

  • #453 CU-8694vcvz7: Trust remote code when loading transfomers NER dataset
  • #471 CU-869588fdc: Bin blis to 1.0.0

Full Changelog: v1.11.0...v1.11.1

v1.12.0

19 Jun 17:01
f6f3654
Compare
Choose a tag to compare

NOTE:
There's a few deprecated methods being removed in this version. Refer to #454.

What's Changed

Full Changelog: v1.11.0...v1.12.0

v1.11.0

03 May 10:24
9833e42
Compare
Choose a tag to compare

Main change is the addition of RelCAT, i.e the relation extraction addon. It's still in a bit of a WIP status and subject to change, however.

What's Changed

  • Bump django from 3.2.24 to 3.2.25 in /webapp/webapp by @dependabot in #408
  • CU-86947ja9y dill old weights by @mart-r in #411
  • CU-86949yar7: Add logged warning for when multiprocessing fails due to being out of memory by @mart-r in #415
  • CU-86949zjg9 mp progress by @mart-r in #416
  • CU-86948uv4g docstring signature consistency by @mart-r in #413
  • CU-86948uv4g docstring signature consistency by @mart-r in #417
  • Small addition to contribution guidelines by @mart-r in #420
  • CU-8694cbcpu: Allow specifying an AU Snomed when preprocessing by @mart-r in #421
  • CU-8694dpy1c: Return empty generator upon empty stream by @mart-r in #423
  • Relation extraction by @vladd-bit in #173
  • CU-8694fae3r: Avoid publishing PyPI release when doing GH pre-releases by @mart-r in #424
  • v1.11.0 PR by @mart-r in #426

New Contributors

Full Changelog: v1.10.2...v1.11.0