• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

RDFLib / pySHACL
82%
master: 77%

Build:
Build:
LAST BUILD BRANCH: fix_217
DEFAULT BRANCH: master
Repo Added 10 Jul 2020 12:29PM UTC
Files 57
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

LAST BUILD ON BRANCH v0.14.1
branch: v0.14.1
CHANGE BRANCH
x
Reset
  • v0.14.1
  • 146-deprecated-distutils
  • V0.13.1
  • add_allow_info
  • add_test_for_allow_levels
  • aucampia/20230904T1940-upgrade-pyduktape
  • confirm_language_tag_behaviors
  • drone_test
  • feature-dockerfile
  • fix_217
  • fix_cli_help_typo
  • fix_issue_133
  • iterative_rule
  • master
  • modernisation
  • patch-1
  • sh_detail_for_sh_node
  • shacl-js
  • sort_and_refresh_documentation
  • test_tox_travis
  • type_review_cli_py
  • update_documentation_to_add_allow_infos
  • v0.12.0
  • v0.12.1
  • v0.12.1.post1
  • v0.12.1.post2
  • v0.12.2
  • v0.13.0
  • v0.13.1
  • v0.13.3
  • v0.14.0
  • v0.14.2
  • v0.14.3
  • v0.14.3_z
  • v0_18

pending completion
85

push

travis-ci

ashleysommer
Inplace Mode, for when cloning your datagraph is undesirable
- Normally pyshacl will create an in-memory copy of your datagraph before modifying it (when using ontology mixin, or inferencing features)
- This might be unwanted if your datagraph is very large or remote and cloning it into memory is not a good option
- Enabling inplace mode will bypass this clone step, and apply modification operations directly on your data_graph (use with caution!)
- Enable with `inplace=True` kwarg on `validate()`.
- Inplace mode is not yet available via the CLI application, and perhaps doesn't even make sense to have it available there.

Inferencing will no longer incorrectly place expanded triples into your original data_graph, unless you enable 'inplace'
SHACL-JS loader will no longer fail if the `regex` module is not installed (it will fall back to using builtin `re`)
SHACL-Rule DASH-tests will now pass when the SHACL-rule is applied on multigraph (Dataset or ConjunctiveGraph)

57 of 57 new or added lines in 4 files covered. (100.0%)

5252 of 6442 relevant lines covered (81.53%)

3.26 hits per line

Relevant lines Covered
Build:
Build:
6442 RELEVANT LINES 5252 COVERED LINES
3.26 HITS PER LINE
Source Files on v0.14.1
  • Tree
  • List 54
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
85 v0.14.1 Inplace Mode, for when cloning your datagraph is undesirable - Normally pyshacl will create an in-memory copy of your datagraph before modifying it (when using ontology mixin, or inferencing features) - This might be unwanted if your datagraph is ... push 23 Dec 2020 03:13AM UTC ashleysommer travis-ci pending completion  
See All Builds (196)
  • Repo on GitHub
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc