Skip to content

v4.1.0

Compare
Choose a tag to compare
@adarshp adarshp released this 11 Apr 15:34
· 50 commits to master since this release
4af3788

What's Changed

Updated output format for attachments

  • Renamed Negation.value field to Negation.negation by @jastier in #277
  • Added "type" field to the Negation JSON output by @jastier in #280

Taxonomy and rule updates

Decoupling TDAC and IDC from DialogAgent

  • We ran into issues running the TAMU dialogue act classifier (TDAC) via HTTP requests driven by the UAZ DialogAgent on the ASU VM, so we are decoupling the TDAC from the DialogAgent (#267)
  • Similarly, we are decoupling the interdependence detection component (IDC) (#268)

Miscellaneous/bug fixes

  • Updated the Dockerfile to use a specific tag of the mozilla/sbt image as the base rather than latest, since they updated their image to use an incompatible version of Java (#269)
  • Fixed bug in webapp caused by TDAC decoupling (#272)
  • Updating version number to 4.1.0 by @adarshp in #281

Full Changelog: v4.0.6...v4.1.0