Skip to content

0.14.2

Compare
Choose a tag to compare
@ashleysommer ashleysommer released this 22 Feb 06:14
· 404 commits to master since this release

Added

  • 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.