Releases: SDM-TIB/DeTrusty
Releases · SDM-TIB/DeTrusty
0.15.2
13 Feb 12:43
Compare
Sorry, something went wrong.
No results found
Use StreamHandler for loggers if FileHandler cannot be established
0.15.1
07 Feb 08:02
Compare
Sorry, something went wrong.
No results found
Fix query result format issue while creating the source descriptions
0.15.0
01 Dec 13:02
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
Fix argument parsing in create_rdfmts.py
Docker: update Python
0.13.1
25 Oct 06:23
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
Fix sub-query selectivity
0.12.2
21 Jun 08:57
Compare
Sorry, something went wrong.
No results found
Update dependencies
Docker: update Python
Fix selectivity of sub-queries with filters
0.12.1
17 May 15:03
Compare
Sorry, something went wrong.
No results found
Fix decomposition error for typed molecules including repeated predicates
Docker: update Python