Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improve CURIE and IRI validation (#459)
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