Skip to content

Releases: SDM-TIB/DeTrusty

0.15.4

12 Apr 09:48
9f3553e
Compare
Choose a tag to compare
  • Add more functions to the Config class in order to avoid direct access of its attributes
  • Move version information inside the package
  • Add favicon to pages served when running DeTrusty as a service

0.15.3

05 Apr 12:33
fb550b8
Compare
Choose a tag to compare
  • Complete the string representation of a query to also include GROUP BY, HAVING, ORDER BY, LIMIT, and OFFSET
  • Fix variable check for GROUP BY and ORDER BY

0.15.2

13 Feb 12:43
1a833d9
Compare
Choose a tag to compare
  • Use StreamHandler for loggers if FileHandler cannot be established

0.15.1

07 Feb 08:02
0447719
Compare
Choose a tag to compare
  • Fix query result format issue while creating the source descriptions

0.15.0

01 Dec 13:02
f005414
Compare
Choose a tag to compare
  • Merge parsers
    • DeTrusty uses only one parser now, hence,
    • Deprecate sparql_one_dot_one parameter of run_query()
  • Add support for parsing SPARQL queries with comments
  • Fix issue with COUNT(*)

0.14.0

28 Nov 10:55
15de1c3
Compare
Choose a tag to compare
  • Add complex expressions
  • Update return format to match with the SPARQL specification, i.e., include type and datatype, not just the value
  • Fix minor issues in aggregate functions
  • Fix implicit grouping
  • Fix error of executing a query with no matched source if only rdf:type statement in query
  • Fix issue with non-grouped optional variables
  • Fix filters
    • ... for URIs
    • ... over optional variables
  • Fix wrong splitting of VALUES clause when using multiple variables
  • Throw error if
    • projected variables are not grouped or aggregates
    • projected variables are not defined in the body
    • variables in ORDER BY are not projected
    • variables in GROUP BY are not defined in the body
  • Add functionality for ordering by multiple variables
  • Adjust Xorderby to use datatypes

0.13.2

01 Nov 12:49
34b1d32
Compare
Choose a tag to compare
  • Fix argument parsing in create_rdfmts.py
  • Docker: update Python

0.13.1

25 Oct 06:23
7c7fdb2
Compare
Choose a tag to compare
  • Change extension of Jinja templates
  • Add project URLs to setup.py
  • Add support for Python 3.12
  • Fix planning of OPTIONAL, i.e., which implementation to choose

0.13.0

13 Oct 06:23
6a42a18
Compare
Choose a tag to compare
  • Add documentation to GitHub pages
  • Add feature to get source description file via GET request
  • Add feature to get query string from file via GET request

0.12.3

29 Jun 13:29
caf434f
Compare
Choose a tag to compare
  • Fix sub-query selectivity