Skip to content

v1.8.0

Choose a tag to compare

@jdreo jdreo released this 12 Jul 15:00

New features

  • Allow to query JSON files from mappings.
  • Adds the Function fusion merger (allows using any Python binary function as a fusion strategy).
  • Adds the PerProperty fusion merger (allows selecting a fusion strategy per property).
  • Allows high-level random sub-sampling for all loaded files (useful for tests).
  • Show more statistics (e.g. fusions by types) at the end of an ontoweave run.

Improvements

  • More documentation about auto-schema, fusion and a more complete tutorial.
  • Better error and warnings management.
  • More automation in the documentation.
  • Do not use progress-bars when not in an interactive terminal.
  • Refactor MultiType* classes code.

Fixes

  • Fix an error about OS detection under Microsoft Windows.
  • Fix a documentation encoding problem under Microsoft PowerShell.
  • Fix passing additional arguments while loading files with third-party functions.

Full Changelog: v1.7.0...v1.8.0