You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Potential speedups when executing validation by lazy-loading large modules which may never be required in a normal validation run.
Fixed
Black and Flake8 issues outstanding from 0.14.1 release.
Workaround a RDFLib bug trying to import requests when requests is not required to be installed.
This bug will still be observed if you use SPARQLConstraints, SPARQLFunction or JSFunction features, but it can be worked around by simply installing requests in your python environment.