Skip to content

2021-07-07 - v0.14.5

Compare
Choose a tag to compare
@ashleysommer ashleysommer released this 07 Jul 12:21
· 361 commits to master since this release

Added

  • Allow-Warnings is finally available. (Closes #64)
    • Setting this option puts PySHACL into a non-standard operation mode, where Shapes marked with severity of sh:Warning or sh:Info will not cause result to be invalid.
    • Despite the name, it allows both sh:Info and sh:Warning.
    • Try it with allow_warnings=True on validate() or -w in the CLI tool.

Fixed

  • Fixed Abort Mode. (Fixes #75)
    • This optional mode allows the validator to exit early, on the first time your data fails to validate against a Constraint.
    • Name changed from abort_on_error to abort_on_first
    • Try it out with abort_on_first=True on validate() or --abort in the CLI tool.