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

Streamline typing and implementation of SPARQL processor #2301

Merged
merged 16 commits into from
Apr 7, 2023

Commits on Mar 19, 2023

  1. Update processor.py

    cthoyt committed Mar 19, 2023
    Configuration menu
    Copy the full SHA
    58e34c4 View commit details
    Browse the repository at this point in the history
  2. Update evaluate.py

    cthoyt committed Mar 19, 2023
    Configuration menu
    Copy the full SHA
    ba256a0 View commit details
    Browse the repository at this point in the history
  3. Update processor.py

    cthoyt committed Mar 19, 2023
    Configuration menu
    Copy the full SHA
    19f03c3 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2023

  1. Update processor.py

    cthoyt committed Mar 20, 2023
    Configuration menu
    Copy the full SHA
    bc58b1f View commit details
    Browse the repository at this point in the history
  2. Update processor.py

    cthoyt committed Mar 20, 2023
    Configuration menu
    Copy the full SHA
    f686d74 View commit details
    Browse the repository at this point in the history
  3. Update query.py

    cthoyt committed Mar 20, 2023
    Configuration menu
    Copy the full SHA
    dba8c0b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    633c062 View commit details
    Browse the repository at this point in the history
  5. Update processor.py

    cthoyt committed Mar 20, 2023
    Configuration menu
    Copy the full SHA
    d5b8d9a View commit details
    Browse the repository at this point in the history
  6. Update processor.py

    cthoyt committed Mar 20, 2023
    Configuration menu
    Copy the full SHA
    c444b41 View commit details
    Browse the repository at this point in the history
  7. Update update.py

    cthoyt committed Mar 20, 2023
    Configuration menu
    Copy the full SHA
    5dc52cf View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2023

  1. Configuration menu
    Copy the full SHA
    ded8847 View commit details
    Browse the repository at this point in the history
  2. Revert optionals

    cthoyt committed Mar 26, 2023
    Configuration menu
    Copy the full SHA
    259c10d View commit details
    Browse the repository at this point in the history
  3. Update query.py

    cthoyt committed Mar 26, 2023
    Configuration menu
    Copy the full SHA
    0ad0cff View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2023

  1. Configuration menu
    Copy the full SHA
    aeff7a6 View commit details
    Browse the repository at this point in the history
  2. Revert "Revert optionals"

    This reverts commit 259c10d.
    aucampia committed Mar 28, 2023
    Configuration menu
    Copy the full SHA
    99432ec View commit details
    Browse the repository at this point in the history
  3. restore rdflib.query.Processor to its previous state

    `rdflib.query.Processor` is an interface for plugins, and changes to it
    that broaden it will affect existing plugins that only support the
    narrower interface.
    aucampia committed Mar 28, 2023
    Configuration menu
    Copy the full SHA
    ea600b2 View commit details
    Browse the repository at this point in the history