v1.8.0
New features
- Allow to query JSON files from mappings.
- Adds the
Functionfusion merger (allows using any Python binary function as a fusion strategy). - Adds the
PerPropertyfusion 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
ontoweaverun.
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