Skip to content

Releases: stewart-lab/fast_km

1.0.16

12 Jun 19:59
387ce5c
Compare
Choose a tag to compare
  • Underscores do not count as word characters in the tokenizer (e.g., "retinoic_acid" becomes "retinoic acid" in the full text search)

1.0.15

22 Sep 18:47
22d5c8a
Compare
Choose a tag to compare
  • Added support for optional chi-square test

1.0.14

10 Sep 21:40
112161b
Compare
Choose a tag to compare
  • Added support for multiple neo4j containers

1.0.13

18 Aug 20:58
2e1b315
Compare
Choose a tag to compare
  • Fixed a bug in parsing abstract titles when there was an italicized word in the title
  • Fixed a bug when a query included "x&y" and x or y were in other terms of the query

1.0.12

13 Jun 19:05
9ac88e4
Compare
Choose a tag to compare
  • fixed pubmed cases where year was not parsed correctly

1.0.11

02 Feb 18:44
6f99bea
Compare
Choose a tag to compare
  • Fixed an issue where B-terms with no significant C-term pairs would crowd out other B-terms if their A-B prediction score was high

1.0.10

04 Jan 19:01
bcb1cc5
Compare
Choose a tag to compare
  • Knowledge graph querying is faster
  • Fixed small calculation error in the prediction score
  • Much improved RAM efficiency
  • Implemented different priority queues
  • Implement synonyms and date censoring for knowledge graph
  • PMIDs are ordered by citation count

1.0.9

21 Sep 20:40
5a0d1ed
Compare
Choose a tag to compare
  • Add endpoint to cancel a job
  • Add neo4j knowledge graph querying

1.0.8

06 Sep 17:29
9e7f577
Compare
Choose a tag to compare
  • Fixed a bug in reporting percent progress complete

1.0.7

26 Aug 20:52
52b8f20
Compare
Choose a tag to compare
  • Job IDs can be provided when submitting a job, instead of having one always be randomly generated