Recent Releases of detrusty
detrusty - 0.20.0
- Add feature to read the source description from a SPARQL endpoint
- Fix checking authentication for query endpoint only when configuration is present
- Change log level to
logging.DEBUGfor some messages - Update dependencies
- Docker: update dependencies
- Python
Published by prohde 12 months ago
detrusty - 0.14.0
- 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
- Python
Published by prohde over 2 years ago
detrusty - 0.11.3
- Fix duplicated BIND clause when using NHJF
- Fix query plan JSON for cases where the triples of an endpoint are not a list
- Fix searching endpoints serving predicates with prefixes
- Add operator name for Xfilter
- Fix display of constants in query plan
- Fix filter issue in triple-wise decomposition
- Python
Published by prohde about 3 years ago
detrusty - 0.6.1
- Fix a type hint for Python versions < 3.10
- Create config object on import of
DeTrusty.Molecule.MTCreation - Raise exceptions during metadata collection instead of just logging them
- Fix issue when using a list of endpoints and not a dictionary
- Prevent generation of parsetab.py
- Rename log from metadata creation to
.rdfmts.log
- Python
Published by prohde almost 4 years ago
detrusty - 0.6.0
- Exclude tests from Docker image
- Fix loggers
- Update dependencies
- Add capability to query private knowledge graphs
- Update RDF Molecule Template creation
- Collect metadata from private endpoints
- Gather metadata from RML mappings
- Fix issue with non-ASCII characters in query
- Python
Published by prohde almost 4 years ago