Skip to content

Releases: semanticarts/ontology-toolkit

v1.8.0 Support 'excludes' on file specifications

17 Oct 18:50
Compare
Choose a tag to compare
  • Support bulk operations on markdown formatting
  • Support excludes on all multi-file operations.

v1.7.4 Upgrade to markdown2 to correct table formatting

18 Jul 20:25
Compare
Choose a tag to compare

Minor dependency change to better render Markdown tables in HTML

v1.7.3 - Minor dependency fix

14 Jun 01:36
9a980ce
Compare
Choose a tag to compare
  • Update rdflib dependency to 6.1.1.
  • Remove dependency on mdx_smartypants. It seems to work without it.

1.7.2 dateTime graphic bugfix

11 Apr 21:50
3e52ab4
Compare
Choose a tag to compare
  • 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

02 Dec 17:43
Compare
Choose a tag to compare

Fixed issue where dependency pyshacl was not being installed when running pip install onto-tool.

1.7.0 Further instance graphic improvements

19 Oct 11:20
Compare
Choose a tag to compare

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

14 Oct 19:15
Compare
Choose a tag to compare
  • 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.
  • 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

14 Sep 03:12
c3611d0
Compare
Choose a tag to compare
Merge pull request #71 from semanticarts/dir-copy-move

Handle directories in copy and move.

1.4.1 - Fix for endpoint SPARQL

05 Sep 18:26
cf31316
Compare
Choose a tag to compare
v1.4.1

Merge pull request #70 from semanticarts/patch/expand-variables-in-en…

Release 1.4.0 - Support SPARQL endpoints.

26 Aug 15:54
60d6da8
Compare
Choose a tag to compare
Merge pull request #69 from semanticarts/feature/endpoint-sparql

Endpoint SPARQL support