Skip to content

Releases: gyorilab/gilda

Gilda v1.4.1

12 May 02:40
96d2d90
Compare
Choose a tag to compare

What's Changed

  • Fix corner case with trailing space in synonym by @bgyori in #153
  • Add NER download as CSV option in web UI by @bgyori in #155

Full Changelog: 1.4.0...1.4.1

1.4.0

29 Oct 03:00
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.3.0...1.4.0

Gilda v1.3.0

24 Jul 02:01
7677132
Compare
Choose a tag to compare

What's Changed

  • Web and REST service expansion to include NER annotation by @galileosteinberg in #145
  • Implement context text for annotation and fix capitalization by @bgyori in #141
  • Make annotation return a list of Annotation object with a list of ScoredMatches by @bgyori in #143
  • Improve MeSH mappings by @bgyori in #140
  • Add an extra word to README by @bgyori in #144

Full Changelog: 1.2.1...1.3.0

Gilda v1.2.1

14 Jun 14:12
1806f57
Compare
Choose a tag to compare

What's Changed

  • Allow for 'classic' gunicorn running by @kkaris in #138
  • Upgrade for Python 3.12 compatibility by @bgyori in #139

New Contributors

Full Changelog: 1.2.0...1.2.1

Gilda v1.2.0

30 Apr 19:35
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.1.0...1.2.0

Gilda v1.1.0

06 Feb 19:49
c9e0fe0
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.0.0...1.1.0

Gilda v1.0.0

30 Jun 15:11
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.10.3...1.0.0

Gilda v0.10.3

23 Jul 03:23
Compare
Choose a tag to compare

What's Changed

  • Add batched grounding endpoint to web service by @bgyori in #100
  • Fix error responses from web service

Full Changelog: 0.10.2...0.10.3

Gilda v0.10.2

19 Jul 02:09
962218e
Compare
Choose a tag to compare

What's Changed

  • Use legacy UniProt service to generate terms by @bgyori in #99
  • Fix get_models function to load models before returning if models not loaded yet by @bgyori in #99

Full Changelog: 0.10.1...0.10.2

Gilda v0.10.1

21 Jun 14:02
Compare
Choose a tag to compare
  • Lazy loading for disambiguation models for faster initialization and lower memory footprint in #96
  • Implement optional SQLite back-end for low-memory environment in #97
  • Update grounding resources