pySHACL v0.11.4 Release Notes

Release Date: 2020-03-06 // about 4 years ago
  • ๐Ÿ›  Fixed

    • ๐Ÿ›  Fixed Issue #040
    • ๐Ÿ›  Fixed badly-formatted dates in the changelog

    โž• Added

    • โž• Added ability for pySHACL to track and monitor its evaluation path during validation
      • This allows for the validator to detect two different scenarios:
      • A recursive shape has triggered an infinitely-recursive validation, back out
      • Evaluation Path too deep (error generated, prevents python recursion depth errors)
    • โž• Added a test for Issue #40