Thanks to visit codestin.com
Credit goes to Github.com

Skip to content

Releases: SDM-TIB/DeTrusty

0.15.2

13 Feb 12:43
1a833d9

Choose a tag to compare

  • Use StreamHandler for loggers if FileHandler cannot be established

0.15.1

07 Feb 08:02
0447719

Choose a tag to compare

  • Fix query result format issue while creating the source descriptions

0.15.0

01 Dec 13:02
f005414

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

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

Choose a tag to compare

  • Fix argument parsing in create_rdfmts.py
  • Docker: update Python

0.13.1

25 Oct 06:23
7c7fdb2

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

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

Choose a tag to compare

  • Fix sub-query selectivity

0.12.2

21 Jun 08:57
085f3aa

Choose a tag to compare

  • Update dependencies
  • Docker: update Python
  • Fix selectivity of sub-queries with filters

0.12.1

17 May 15:03
f706b26

Choose a tag to compare

  • Fix decomposition error for typed molecules including repeated predicates
  • Docker: update Python