pySHACL v0.10.0 Release Notes

Release Date: 2019-08-08 // over 4 years ago
  • โž• Added

    • ๐Ÿ†• New features from SHACL Advanced Features spec:
      • SHACL Triple Rules
      • SHACL SPARQL Rules
    • ๐Ÿ†• New option in the cli application to enable advanced features with --advanced.
      • Changed the -a shortcut to mean --advanced rather than --abort.
    • ๐Ÿ†• New tests for the advanced features

    ๐Ÿ”„ Changed

    • ๐Ÿ”„ Changed usage of setup.py scripts, to proper cli entrypoints. #23
      • This should not affect end user usability of the pyshacl script.
    • โšก๏ธ Updated README.md to reflect changes including Advanced Features, and cli --advanced arg.
    • โšก๏ธ Updated feature matrix to add section for SHACL Advanced Features.
    • ๐Ÿ›  Fix owl:imports typo #27