Skip to content

Commit

Permalink
Improve CURIE and IRI validation (#459)
Browse files Browse the repository at this point in the history
Now that `curies` implements CURIE and IRI validation checks in
biopragmatics/curies#90, this PR replaces the SSSOM
functionality.

Note, this requires passing a Converter to a few functions that
previously didn't need one, but it seems like a small price to pay for
data integrity

This PR also adds deprecation warnings for `sssom.util.is_curie` and
`sssom.util.is_iri` since other packages might be using these.
  • Loading branch information
cthoyt authored Nov 6, 2023
1 parent 563387e commit ad70a83
Show file tree
Hide file tree
Showing 5 changed files with 588 additions and 532 deletions.
Loading

0 comments on commit ad70a83

Please sign in to comment.