Skip to content

1.27.14

Compare
Choose a tag to compare
@arteymix arteymix released this 27 May 19:11
· 3874 commits to development since this release

Changeset

  • faster ranking of term suggestions
  • use FileUtils.forceMkdir and FileUtils.forceMkdirParent from Apache Commons to create directories recursively (fix #350)
  • fix deletion of EE in some cases (fix #346)
  • add support for RAE230B PavlidisLab/GemmaCuration#238
  • ignore missing gene when loading coexpression search result (fix #358)
  • skip tests when running Maven GitFlow plugin

Highlights

Faster ranking of term suggestions

Term suggestions for annotating datasets are now ranked entirely inside the SQL database engine. This avoids numerous roundtrips to retrieve and count the frequency of terms and drastically improve the responsiveness of the application when searching for frequently used terms. There are still challenges regarding the retrieval of matches from the Lucene search indices for certain queries.