Skip to content

Releases: biopragmatics/curies

v0.10.1

22 Dec 22:57
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.10.0...v0.10.1

v0.10.0

19 Dec 14:52
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.9.2...v0.10.0

v0.9.2

08 Dec 20:04
Compare
Choose a tag to compare

What's Changed

Note that even though there's a 0.9.1 tag in the git history, there was no 0.9.1 release because of the setuptools metadata fiasco

Full Changelog: v0.9.0...v0.9.2

v0.9.0

30 Oct 23:54
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.8.0...v0.9.0

v0.8.0

08 Oct 08:46
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.7.10...v0.8.0

v0.7.10 - Fix Pydantic issues and add Pydantic v1 deprecation notice

09 Jul 07:16
Compare
Choose a tag to compare

What's Changed

Deprecation Warning

Support for Pydantic v1 and Python 3.8 will be dropped on October 31st, 2024, coincident with the obsolescence of Python 3.8. This will be accompanied by the v0.8.0 release of the curies package.

Full Changelog: v0.7.9...v0.7.10

v0.7.9 - More Pydantic 1/2 compatibility

03 Apr 08:16
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.7.8...v0.7.9

v0.7.8 - Add TSV writer to support SemanticSQL

13 Mar 14:10
Compare
Choose a tag to compare

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")

v0.7.7

04 Feb 10:51
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.7.6...v0.7.7

v0.7.6

17 Jan 11:28
Compare
Choose a tag to compare

What's Changed

  • Enable retrieving synonyms on get_prefixes and implement get_uri_prefixes by @cthoyt in #100

Full Changelog: v0.7.5...v0.7.6