pySHACL v0.1.0.a10.dev20180911 Release Notes

Release Date: 2018-09-11 // over 5 years ago
  • ➕ Added

    • ➕ Added 3 more new constraint components!
      • sh:qualifiedValueShape - QualifiedValueShapeConstraintComponent
      • sh:qualifiedMinCount - QualifiedMinCountConstraintComponent
      • sh:qualifiedMaxCount - QualifiedMaxCountConstraintComponent

    🔄 Changed

    • the make_v_result function can now take an argument to overwrite the target failing component with a custom value.
      • this is required to allow QualifiedValueShapeConstraintComponent to output the correct type of failure
    • ⬆️ Bumped version number
    • ✅ 73 tests now passing!