pySHACL v0.1.0.a2.dev20180906 Release Notes

Release Date: 2018-09-06 // over 5 years ago
  • โž• Added

    • โž• Added full pattern matching ConstraintComponent, with working flags.
    • Result reporting and report generation is implemented
    • Two types of shapes are now implemented (NodeShapes and PropertyShapes)
    • Implicit class targeting on target-less is implemented
    • Basic path traversal on PropertyShapes is implemented
    • Seven key types of ConstraintComponents are added and working ### ๐Ÿ”„ Changed
    • ๐Ÿ›  Fixed bug in datatype matcher that would cause some tests to fail.
    • โœ… Switched to running all tests in the directory, rather than running individual tests.
    • ๐Ÿ›  Fixed textual report output to format Literals better (to see how they are wrong).
    • ๐Ÿ› Bug fixes since previous version
    • โœ… 10+ tests are passing.