Skip to content

v0.7.8 - Add TSV writer to support SemanticSQL

Choose a tag to compare

@cthoyt cthoyt released this 13 Mar 14:10
· 242 commits to main since this release

What's Changed

Full Changelog: v0.7.7...v0.7.8

Example:

import curies
converter = curies.load_prefix_map({
    "CHEBI": "http://purl.obolibrary.org/obo/CHEBI_",
})
curies.write_tsv(converter, "example_context.tsv")