Skip to content

Release 0.4.0

Compare
Choose a tag to compare
@mwatts15 mwatts15 released this 24 Nov 18:07
· 101 commits to develop since this release
0.4.0

Features

  • Adding max_terms_per_where option allowing to limit the number of
    terms in generated SQL in a call to addN

Fixes

  • Restoring the setuptools RDFLib store plugin entrypoint so users no
    longer need to call registerplugins in most cases

  • Making addN, add, bind not error out when there's a conflicting
    entry

Maintenance

  • Removing uses of rdflib.py3compat

  • Adding configs for generating documentation

  • Minor documentation cleanup

  • Supporting Python 3.6 and 3.7