Skip to content

Releases: Georgetown-IR-Lab/QuickUMLS

QuickUMLS 1.4.0

13 May 15:59
bad4c50
Compare
Choose a tag to compare
  • [NEW] Added support for unqlite as an alternative to leveldb for storage of CUIs and Semantic Types. This allows creating multiple QuickUMLS matchers with from the same installation.
  • [NEW] added support for conversion of all uppercase words (#48, thank you @sandertan!).
  • [NEW] Automatically downloads SpaCy data for selected language if missing.
  • [FIX] Mitigated #52.

QuickUMLS 1.3.0

19 Jun 02:35
e701161
Compare
Choose a tag to compare
  • [NEW] QuickUMLS is finally pip installable! (Fixes #18)

QuickUMLS 1.2.6

06 Jan 21:37
2ebd244
Compare
Choose a tag to compare
  • [NEW] Added support for CygWin and MinGW.

QuickUMLS 1.2.5

18 Oct 23:42
012467e
Compare
Choose a tag to compare
  • [FIX] Solves #28

QuickUMLS 1.2.4

03 Sep 22:27
Compare
Choose a tag to compare

This minor release improves multi-lingual support and fixes some bugs.

  • [NEW] QuickUMLS now honors language chosen during installation
  • [FIX] Switched from SpaCy to NLTK for stopwords detection to fix #22
  • [FIX] Bugfix for #24

QuickUMLS v. 1.2.3

05 Mar 03:25
4856407
Compare
Choose a tag to compare
  • [FIXED] closed issue #12 which was causing issues in installation when using Python 2.

QuickUMLS v. 1.2.2

22 Feb 15:19
Compare
Choose a tag to compare
  • [NEW] added experimental support for Windows, thanks to @CristiFati

QuickUMLS v. 1.2.1

23 Oct 20:47
Compare
Choose a tag to compare
  • [FIXED] resolved issue #9
  • [FIXED] code style (PEP8) fixes

QuickUMLS v. 1.2

31 May 21:36
Compare
Choose a tag to compare
  • [NEW] Added option for new languages
  • [NEW] Added support for client/server architecture
  • [CHANGE] Modified logging to be more clear
  • [CHANGE] Updated documentation

QuickUMLS v. 1.1.2

02 Feb 15:06
Compare
Choose a tag to compare
  • [CHANGE] Minor bugfixes with installation script.