Skip to content

Releases: biopragmatics/curies

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

v0.7.5 - Upgrading prefix maps to EPMs

16 Jan 10:02
Compare
Choose a tag to compare

What's Changed

  • Add FastAPI list of records docs by @cthoyt in #94
  • Add documentation describing all builtin converters by @cthoyt in #98
  • Upgrading (non-bijective) prefix maps by @cthoyt in #99

Full Changelog: v0.7.4...v0.7.5

v0.7.4 - URI Prefix Discovery

14 Nov 11:04
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.7.3...v0.7.4

v0.7.3 - Utilities for ambiguous URI or CURIE input

13 Nov 23:29
Compare
Choose a tag to compare

What's Changed

  • Implement URI or CURIE functionality by @cthoyt in #92

Full Changelog: v0.7.2...v0.7.3

v0.7.2

13 Nov 23:29
Compare
Choose a tag to compare

Full Changelog: v0.7.1...v0.7.2

  • handle unparsable CURIEs in 15ca1ca

v0.7.1 - URI Valiation and CURIE Validation

04 Nov 17:39
Compare
Choose a tag to compare

What's Changed

  • Fix typo get_obofoundry_converter by @matentzn in #88
  • Add is_curie and is_uri functions by @cthoyt in #90
  • Working with fields that might be URI or CURIE by @cthoyt in #91

New Contributors

Full Changelog: v0.7.0...v0.7.1