-
Notifications
You must be signed in to change notification settings - Fork 14
Begin using curies.Converter in more places
#397
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
Merged
Merged
Changes from 7 commits
Commits
Show all changes
42 commits
Select commit
Hold shift + click to select a range
9ee0af2
Use `curies` in `sparql_util.py`
cthoyt 6bdf3b6
Update sparql_util.py
cthoyt 8ebea27
Additional cleanup of sparql endpoint
cthoyt e3383a4
Additional updates to RDF
cthoyt e9f4747
Fix bug where endpoint config is built up over time
cthoyt da7ad44
Deprecate old compression function
cthoyt 483d10a
Update pyproject.toml
cthoyt 7e19639
Update util.py
cthoyt ec3452f
Update util.py
cthoyt 118017d
Add typing.deprecated to curie_from_uri
cthoyt 1849d60
Update lock
cthoyt 032be37
Add typing extensions
cthoyt 8868d08
Update util.py
cthoyt 29c1802
testing latest version
hrshdhgd fcc6a78
anchor to 1.4.2 like other projects
hrshdhgd 2c75910
using snok poetry from marketplace
hrshdhgd faeca94
remove pip update
hrshdhgd ebcab13
lock file updated
hrshdhgd 1cc5ea9
added --no-interaction
hrshdhgd 13d9cad
virtualenv causing the errors
hrshdhgd ba21248
anchor versions
hrshdhgd 651d278
poetry == 1.4.2
hrshdhgd 6713ad0
remove poetry.lock from source control
hrshdhgd f4f9106
remove poetry.lock from source control
hrshdhgd d5624dc
remove version anchor for poetry
hrshdhgd 752e320
reanchor poetry to 1.3.2as before
hrshdhgd 0e028c2
Clean up
cthoyt 172463a
Fix delete
cthoyt 2610322
Update context.py
cthoyt 6abda6f
Update parsers.py
cthoyt fe21fc7
Update util.py
cthoyt 25d74ae
Clean DC and update tests
cthoyt 1c25c94
Update sparql_util.py
cthoyt afe95a8
Update context.py
cthoyt 439f561
Add implicit prefix map validity checker
cthoyt f0cd478
Add text explanation.
cthoyt a9b0f27
Update test_parsers.py
cthoyt e24fec2
Remove DC cleanup
cthoyt e5afffb
removing poetry.lock from gitignore and commiting the lock file from …
hrshdhgd 3ddf061
Update .gitignore
cthoyt db44005
Merge branch 'master' into improve-sparql-util
cthoyt 36180e1
Remove test_broken_obographs test are reinstating the correct one
matentzn File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -6,7 +6,7 @@ authors = [ | |
| "Chris Mungall <[email protected]>", | ||
| "Nicolas Matentzoglu <[email protected]>", | ||
| "Harshad Hegde <[email protected]>" | ||
| ] | ||
| ] | ||
| license = "MIT" | ||
| readme = "README.md" | ||
|
|
||
|
|
@@ -19,6 +19,7 @@ bioregistry = ">=0.9.43" | |
| deprecation = ">=2.1.0" | ||
| linkml-runtime = ">=1.5.3" | ||
| networkx = ">=3.1" | ||
| curies = ">=0.5.7" | ||
| pandas = ">=2.0.2" | ||
| pansql = "^0.0.1" | ||
| pyyaml = ">=6.0" | ||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.