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

Begin using curies.Converter in more places #397

Merged
merged 42 commits into from
Jul 27, 2023
Merged

Commits on Jul 22, 2023

  1. Use curies in sparql_util.py

    This PR automatically instantiates a `curies.Converter` for a given SPARQL configuration and re-implements the compress/expand operations using the `curies` package
    cthoyt committed Jul 22, 2023
    Configuration menu
    Copy the full SHA
    9ee0af2 View commit details
    Browse the repository at this point in the history
  2. Update sparql_util.py

    cthoyt committed Jul 22, 2023
    Configuration menu
    Copy the full SHA
    6bdf3b6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8ebea27 View commit details
    Browse the repository at this point in the history
  4. Additional updates to RDF

    cthoyt committed Jul 22, 2023
    Configuration menu
    Copy the full SHA
    e3383a4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e9f4747 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    da7ad44 View commit details
    Browse the repository at this point in the history
  7. Update pyproject.toml

    cthoyt committed Jul 22, 2023
    Configuration menu
    Copy the full SHA
    483d10a View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2023

  1. Update util.py

    cthoyt committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    7e19639 View commit details
    Browse the repository at this point in the history
  2. Update util.py

    cthoyt committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    ec3452f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    118017d View commit details
    Browse the repository at this point in the history
  4. Update lock

    cthoyt committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    1849d60 View commit details
    Browse the repository at this point in the history
  5. Add typing extensions

    cthoyt committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    032be37 View commit details
    Browse the repository at this point in the history
  6. Update util.py

    cthoyt committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    8868d08 View commit details
    Browse the repository at this point in the history
  7. testing latest version

    hrshdhgd committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    29c1802 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    fcc6a78 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    2c75910 View commit details
    Browse the repository at this point in the history
  10. remove pip update

    hrshdhgd committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    faeca94 View commit details
    Browse the repository at this point in the history
  11. lock file updated

    hrshdhgd committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    ebcab13 View commit details
    Browse the repository at this point in the history
  12. added --no-interaction

    hrshdhgd committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    1cc5ea9 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    13d9cad View commit details
    Browse the repository at this point in the history
  14. anchor versions

    hrshdhgd committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    ba21248 View commit details
    Browse the repository at this point in the history
  15. poetry == 1.4.2

    hrshdhgd committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    651d278 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    6713ad0 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    f4f9106 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    d5624dc View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    752e320 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2023

  1. Clean up

    cthoyt committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    0e028c2 View commit details
    Browse the repository at this point in the history
  2. Fix delete

    cthoyt committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    172463a View commit details
    Browse the repository at this point in the history
  3. Update context.py

    cthoyt committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    2610322 View commit details
    Browse the repository at this point in the history
  4. Update parsers.py

    cthoyt committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    6abda6f View commit details
    Browse the repository at this point in the history
  5. Update util.py

    cthoyt committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    fe21fc7 View commit details
    Browse the repository at this point in the history
  6. Clean DC and update tests

    cthoyt committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    25d74ae View commit details
    Browse the repository at this point in the history
  7. Update sparql_util.py

    cthoyt committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    1c25c94 View commit details
    Browse the repository at this point in the history
  8. Update context.py

    cthoyt committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    afe95a8 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    439f561 View commit details
    Browse the repository at this point in the history
  10. Add text explanation.

    cthoyt committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    f0cd478 View commit details
    Browse the repository at this point in the history
  11. Update test_parsers.py

    cthoyt committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    a9b0f27 View commit details
    Browse the repository at this point in the history
  12. Remove DC cleanup

    This was possible thanks to mapping-commons/sssom#302
    cthoyt committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    e24fec2 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    e5afffb View commit details
    Browse the repository at this point in the history
  14. Update .gitignore

    cthoyt committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    3ddf061 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    db44005 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2023

  1. Configuration menu
    Copy the full SHA
    36180e1 View commit details
    Browse the repository at this point in the history