Releases: biopragmatics/curies
Releases · biopragmatics/curies
v0.10.1
v0.10.0
v0.9.2
v0.9.0
What's Changed
- Update with cookiecutter-snekpack by @cthoyt in #117
- Enable sorting references by @cthoyt in #120
- Add test for set membership of references by @cthoyt in #122
- Parse simplification by @cthoyt in #121
- Refactor splitting code by @cthoyt in #119
- Implement named references by @cthoyt in #118
- Remove dependency on requests by @cthoyt in #123
Full Changelog: v0.8.0...v0.9.0
v0.8.0
v0.7.10 - Fix Pydantic issues and add Pydantic v1 deprecation notice
What's Changed
- Add JSON schema for extended prefix map by @cthoyt in #109
- Make field validators classmethods by @sneakers-the-rat in #112
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
What's Changed
- use model_config when pydantic v2 by @sneakers-the-rat in #108
New Contributors
- @sneakers-the-rat made their first contribution in #108
Full Changelog: v0.7.8...v0.7.9
v0.7.8 - Add TSV writer to support SemanticSQL
What's Changed
- Update docs, tox, and package metadata by @cthoyt in #105
- Add TSV writer and update other writers' docs by @cthoyt in #107 (motivated by @joeflack4)
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")