Skip to content

Releases: WSE-research/qanary-explanation-service

v1.5.0

21 Sep 07:07
9bf6e6c
Compare
Choose a tag to compare
  • added support for annotation type AnnotationOfQuestionLanguage

v1.4.0

20 Sep 13:27
bbc130f
Compare
Choose a tag to compare
  • added support for annotation type AnnotationOfRelation
  • increased support for conditional placeholders

v1.3.0

20 Sep 09:11
53dbc91
Compare
Choose a tag to compare
  • added new supported Annotation type AnnotationOfAnswerJSON
  • fixed support of Annotation type AnnotationOfInstance and AnnotationOfAnswerJSON if the score-property is not provided

v1.2.0

15 Sep 10:50
ce1b462
Compare
Choose a tag to compare
  • Support for new annotation type "AnnotationOfAnswerSparql"

Added explanations for type AnnotationOfSpotInstance

14 Sep 11:13
545877f
Compare
Choose a tag to compare
  • extend explanation functionality for type AnnotationOfSpotInstance

v1.0.3

29 Aug 15:46
5076397
Compare
Choose a tag to compare
  • changed naming of dockerfile and repository

v1.0.2

28 Aug 07:14
Compare
Choose a tag to compare
  • fixed Dockerfile by adjusting the name of the built jar-file

v1.0.1

25 Aug 13:46
d16fa03
Compare
Choose a tag to compare

Fixed Spring Doc and SwaggerUI

v1.0.0

25 Aug 07:41
1b13d33
Compare
Choose a tag to compare

v1.0.0

Major changes

  • shifted the existing functionalities to different endpoints and deleted obsolete ones.
  • added the explanation for a whole QA-system with several components.
  • refactored and adjusted methods for a greater traceability and a higher generalization

Changes on endpoints

  • deleted follwing endpoints:
    • /explanationforquerybuilder -> not relevant
    • /explainspecificcomponent -> shifted to new endpoint
    • /explanation -> not relevant
  • renamed this one:
    • /getannotations -> /annotations
  • and added these:
    • /explanations/{graphURI}/{componentURI}:
      • returns a explanation of a QA-process on a given graphURI (required) or for a specific component (add componentURI as Path variable)
    • /components/{graphURI}:
      • returns a list of involved components in a QA-process

v0.3.0

21 Aug 07:06
446ba92
Compare
Choose a tag to compare

Added explanation feature for specific components on a graph which returns either RFD/XML, Turtle or JsonLD.