Skip to content

Releases: TopQuadrant/MauiServer

v1.5.0

17 May 10:20
Compare
Choose a tag to compare
  • Upgrade to Jakarta Servlets 6.0
  • Require a servlet container compatible with Servlets 6.0, e.g., Tomcat 10
  • Require Java 17

v1.4.0

18 Dec 15:42
Compare
Choose a tag to compare
  • Update various libraries
  • Require Java 11
  • Re-training of all existing taggers is required due to major WEKA version update

v1.3.0

27 Sep 09:02
Compare
Choose a tag to compare
  • Add WEKA classifier API
  • Update various libraries
  • Require Java 8

v1.2.1

18 Dec 14:08
Compare
Choose a tag to compare

One bugfix.

  • Patch maui.war to turn off unhelpful logging to ./out/learning.log

v1.2.0

27 Sep 15:41
Compare
Choose a tag to compare

More configuration options, and small bugfixes.

  • Make probability threshold for suggested tags configurable
  • Fix a regression where training/cross-validation jobs with exception were mark
    ed complete
  • Don't automatically delete training model when vocabulary is updated

v1.1.0

02 Aug 17:30
Compare
Choose a tag to compare

New cross-validation API, various small improvements and bugfixes.

  • Add cross-validation API to compute precision and recall
  • Make maximum number of recommendations returned per document configurable
  • Add "version" key to / resource
  • Bugfix: Problems with tagger ID capitalization (#1)
  • Empty text to suggest API now responds 400 instead of 200
  • Make logging more informative and less verbose
  • Require Java 7

v1.0.1

11 Feb 20:16
Compare
Choose a tag to compare

Minor bugfixes and compatibility improvements.

  • Disallow \ and / in tagger ID to avoid a Tomcat issue
  • Fixed: Home resource wouldn't work when no trailing slash in URL
  • Better error message when uploaded vocabulary is empty
  • Updated dependencies

v1.0.0

24 Aug 15:58
Compare
Choose a tag to compare

First stable release.