-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Begin using
curies.Converter
in more places (#397)
Part of #363 This PR does the following: 1. Adds a minimum version of `curies` that has the strict compress and expand functions 2. Rewrites the SPARQL utils and RDF utils to use `curies` functionality 3. Updates custom `curie_from_uri` to use `curies` (will make a follow-up PR that replaces this completely) --------- Co-authored-by: Harshad Hegde <[email protected]> Co-authored-by: Nico Matentzoglu <[email protected]>
- Loading branch information
1 parent
dbb490d
commit f3be757
Showing
9 changed files
with
103 additions
and
164 deletions.
There are no files selected for viewing
This file contains 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,12 +19,13 @@ 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" | ||
rdflib = ">=6.3.2" | ||
sparqlwrapper = ">=2.0.0" | ||
sssom-schema = ">=0.13.0" | ||
sssom-schema = ">=0.14.0" | ||
validators = ">=0.20.0" | ||
scipy = {version = "*", extras = ["scipy"]} | ||
|
||
|
This file contains 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 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 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 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
Oops, something went wrong.