Releases: Georgetown-IR-Lab/QuickUMLS
Releases · Georgetown-IR-Lab/QuickUMLS
QuickUMLS 1.4.0
- [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
- [NEW] QuickUMLS is finally pip installable! (Fixes #18)
QuickUMLS 1.2.6
- [NEW] Added support for CygWin and MinGW.
QuickUMLS 1.2.5
- [FIX] Solves #28
QuickUMLS 1.2.4
QuickUMLS v. 1.2.3
- [FIXED] closed issue #12 which was causing issues in installation when using Python 2.
QuickUMLS v. 1.2.2
- [NEW] added experimental support for Windows, thanks to @CristiFati
QuickUMLS v. 1.2.1
- [FIXED] resolved issue #9
- [FIXED] code style (PEP8) fixes
QuickUMLS v. 1.2
- [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
- [CHANGE] Minor bugfixes with installation script.