Releases: semanticarts/ontology-toolkit
Releases · semanticarts/ontology-toolkit
v1.8.0 Support 'excludes' on file specifications
- Support bulk operations on markdown formatting
- Support
excludes
on all multi-file operations.
v1.7.4 Upgrade to markdown2 to correct table formatting
Minor dependency change to better render Markdown tables in HTML
v1.7.3 - Minor dependency fix
- Update
rdflib
dependency to 6.1.1. - Remove dependency on
mdx_smartypants
. It seems to work without it.
1.7.2 dateTime graphic bugfix
-
Fixed bugs when running command
onto_tool graphic
:- Returning 0 instead of trying to get max value of an empty int list.
- Deleting property usage.tgt if value is None.
-
Updated rdflib to 6.1.1.
1.7.1 Dependency error bugfix
Fixed issue where dependency pyshacl
was not being installed when running pip install onto-tool
.
1.7.0 Further instance graphic improvements
More efficient queries for predicates, use @en
labels unless specified otherwise through --label-language
, minor query improvements to handle Virtuoso peculiarities, etc.
1.6.0
- Update to rdflib 6.x, bring other dependencies in sync.
- Add
-k
/--insecure
to handle expired SSL certificates. - Schema visualization improvements:
- Add selective compact (
--wee
) visualization for schema. - Remove duplicate entries from schema diagrams.
- Add selective compact (
- Data visualization improvements:
- Add --hide option to hide individual classes and properties in data graphics
- Default labels in data graph - local name.
- Push links and attributes up to superclasses when possible.
- Size nodes based on instance counts.
- Add link concentration.
- Add --version option.
- Add
eachFile
functionality to bundle sparql action.
1.4.2 - Support directories in bundle copy and move
Merge pull request #71 from semanticarts/dir-copy-move Handle directories in copy and move.
1.4.1 - Fix for endpoint SPARQL
v1.4.1 Merge pull request #70 from semanticarts/patch/expand-variables-in-en…
Release 1.4.0 - Support SPARQL endpoints.
Merge pull request #69 from semanticarts/feature/endpoint-sparql Endpoint SPARQL support