Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: restore the 6.1.1 default bound namespaces #2313

Merged
merged 1 commit into from
Mar 26, 2023

Commits on Mar 26, 2023

  1. fix: restore the 6.1.1 default bound namespaces

    The namespaces bound by default by `rdflib.graph.Graph` and
    `rdflib.namespace.NamespaceManager` was reduced in version 6.2.0 of RDFLib,
    however, this also would cause code that worked with 6.1.1 to break, so this
    constituted a breaking change. This change restores the previous behavior,
    binding the same namespaces as was bound in 6.1.1.
    
    To bind a reduced set of namespaces the `bind_namespaces` parameter of
    `rdflib.graph.Graph` or `rdflib.namespace.NamespaceManager` can be used.
    
    - Closes <RDFLib#2103>.
    aucampia committed Mar 26, 2023
    Configuration menu
    Copy the full SHA
    1fe112e View commit details
    Browse the repository at this point in the history