Recent Releases of https://github.com/biopragmatics/curies
https://github.com/biopragmatics/curies - v0.10.23
What's Changed
- Enable passing series by @cthoyt in https://github.com/biopragmatics/curies/pull/182
Warning: this changes the API from the last few minor releases. Now, you need to use keyword arguments in the dataframe functions.
Full Changelog: https://github.com/biopragmatics/curies/compare/v0.10.22...v0.10.23
- Python
Published by cthoyt 10 months ago
https://github.com/biopragmatics/curies - v0.10.22
Full Changelog: https://github.com/biopragmatics/curies/compare/v0.10.21...v0.10.22
Accidental breaking backwards compatibile import of NoCURIEDelimiterError through curies.api, this fixes it - v0.10.20 and v0.10.21 had to get yanked
- Python
Published by cthoyt 10 months ago
https://github.com/biopragmatics/curies - v0.10.21
What's Changed
- Get unique prefixes in a dataframe column by @cthoyt in https://github.com/biopragmatics/curies/pull/181
Full Changelog: https://github.com/biopragmatics/curies/compare/v0.10.20...v0.10.21
- Python
Published by cthoyt 10 months ago
https://github.com/biopragmatics/curies - v0.10.20
What's Changed
- Add database adapter for reference by @cthoyt in https://github.com/biopragmatics/curies/pull/178
- Add dataframe filtering by @cthoyt in https://github.com/biopragmatics/curies/pull/179
- Reformat documentation by @cthoyt in https://github.com/biopragmatics/curies/pull/180
Full Changelog: https://github.com/biopragmatics/curies/compare/v0.10.19...v0.10.20
- Python
Published by cthoyt 10 months ago
https://github.com/biopragmatics/curies - v0.10.19
What's Changed
- Add suffix post-processing by @cthoyt in https://github.com/biopragmatics/curies/pull/177
Full Changelog: https://github.com/biopragmatics/curies/compare/v0.10.18...v0.10.19
- Python
Published by cthoyt 10 months ago
https://github.com/biopragmatics/curies - v0.10.18
What's Changed
- Add additional overloads by @cthoyt in https://github.com/biopragmatics/curies/pull/176
Full Changelog: https://github.com/biopragmatics/curies/compare/v0.10.17...v0.10.18
- Python
Published by cthoyt 10 months ago
https://github.com/biopragmatics/curies - v0.10.17
Full Changelog: https://github.com/biopragmatics/curies/compare/v0.10.16...v0.10.17
- Python
Published by cthoyt 10 months ago
https://github.com/biopragmatics/curies - v0.10.16
Full Changelog: https://github.com/biopragmatics/curies/compare/v0.10.15...v0.10.16
- Python
Published by cthoyt 10 months ago
https://github.com/biopragmatics/curies - v0.10.15
What's Changed
- Update triples by @cthoyt in https://github.com/biopragmatics/curies/pull/175
Full Changelog: https://github.com/biopragmatics/curies/compare/v0.10.14...v0.10.15
- Python
Published by cthoyt 10 months ago
https://github.com/biopragmatics/curies - v0.10.14
What's Changed
- Update triples interface by @cthoyt in https://github.com/biopragmatics/curies/pull/173
Full Changelog: https://github.com/biopragmatics/curies/compare/v0.10.13...v0.10.14
- Python
Published by cthoyt 10 months ago
https://github.com/biopragmatics/curies - v0.10.13
What's Changed
Add converter with configurable pre-processing by @cthoyt in https://github.com/biopragmatics/curies/pull/171
See tutorial at https://curies.readthedocs.io/en/latest/preprocessing.html
Full Changelog: https://github.com/biopragmatics/curies/compare/v0.10.12...v0.10.13
- Python
Published by cthoyt about 1 year ago
https://github.com/biopragmatics/curies - v0.10.12
What's Changed
- Represent triples with a Pydantic model by @cthoyt in https://github.com/biopragmatics/curies/pull/172. This isn't a minor release since this feature isn't documented in the public API yet
Full Changelog: https://github.com/biopragmatics/curies/compare/v0.10.11...v0.10.12
- Python
Published by cthoyt about 1 year ago
https://github.com/biopragmatics/curies - v0.10.11
Full Changelog: https://github.com/biopragmatics/curies/compare/v0.10.10...v0.10.11
- Python
Published by cthoyt about 1 year ago
https://github.com/biopragmatics/curies - v0.10.10
What's Changed
- Add derived reference constructor by @cthoyt in https://github.com/biopragmatics/curies/pull/169
Full Changelog: https://github.com/biopragmatics/curies/compare/v0.10.9...v0.10.10
- Python
Published by cthoyt about 1 year ago
https://github.com/biopragmatics/curies - v0.10.9
What's Changed
- Use self type annotations by @cthoyt in https://github.com/biopragmatics/curies/pull/168
Full Changelog: https://github.com/biopragmatics/curies/compare/v0.10.8...v0.10.9
- Python
Published by cthoyt over 1 year ago
https://github.com/biopragmatics/curies - v0.10.8
What's Changed
- Add identifier standardization hook by @cthoyt in https://github.com/biopragmatics/curies/pull/167
Full Changelog: https://github.com/biopragmatics/curies/compare/v0.10.7...v0.10.8
- Python
Published by cthoyt over 1 year ago
https://github.com/biopragmatics/curies - v0.10.7
What's Changed
- Update CURIE parsing interface in
Converter.parse_curieby @cthoyt in https://github.com/biopragmatics/curies/pull/161 - Add a shortcut for constructing a Pydantic model by @cthoyt in https://github.com/biopragmatics/curies/pull/163
- Add a
strictflag toConverter.parse_uriby @cthoyt in https://github.com/biopragmatics/curies/pull/162 - Add omni-parse function
Converter.parseby @cthoyt in https://github.com/biopragmatics/curies/pull/164
Full Changelog: https://github.com/biopragmatics/curies/compare/v0.10.6...v0.10.7
- Python
Published by cthoyt over 1 year ago
https://github.com/biopragmatics/curies - v0.10.6
What's Changed
- Extend vocabulary by @cthoyt in https://github.com/biopragmatics/curies/pull/159
- Add triples I/O by @cthoyt in https://github.com/biopragmatics/curies/pull/160
- Reformat documentation by @cthoyt in https://github.com/biopragmatics/curies/pull/158
Full Changelog: https://github.com/biopragmatics/curies/compare/v0.10.5...v0.10.6
- Python
Published by cthoyt over 1 year ago
https://github.com/biopragmatics/curies - v0.10.5
Full Changelog: https://github.com/biopragmatics/curies/compare/v0.10.4...v0.10.5
- Python
Published by cthoyt over 1 year ago
https://github.com/biopragmatics/curies - v0.10.4
What's Changed
- Add intermediate named reference class by @cthoyt in https://github.com/biopragmatics/curies/pull/155
Full Changelog: https://github.com/biopragmatics/curies/compare/v0.10.3...v0.10.4
- Python
Published by cthoyt over 1 year ago
https://github.com/biopragmatics/curies - v0.10.3
Full Changelog: https://github.com/biopragmatics/curies/compare/v0.10.2...v0.10.3
- Python
Published by cthoyt over 1 year ago
https://github.com/biopragmatics/curies - v0.10.2
What's Changed
- Add a pre-defined vocabulary module by @cthoyt in https://github.com/biopragmatics/curies/pull/149
Full Changelog: https://github.com/biopragmatics/curies/compare/v0.10.1...v0.10.2
- Python
Published by cthoyt over 1 year ago
https://github.com/biopragmatics/curies - v0.10.1
What's Changed
- Update .readthedocs.yml by @cthoyt in https://github.com/biopragmatics/curies/pull/146
- Temporarily switch to hatchling backend by @cthoyt in https://github.com/biopragmatics/curies/pull/148
Full Changelog: https://github.com/biopragmatics/curies/compare/v0.10.0...v0.10.1
- Python
Published by cthoyt over 1 year ago
https://github.com/biopragmatics/curies - v0.10.0
What's Changed
- Add types for Prefix and PrefixMap by @cthoyt in https://github.com/biopragmatics/curies/pull/134
- Add custom model validator for CURIEs by @cthoyt in https://github.com/biopragmatics/curies/pull/142
- Add w3c validation module by @cthoyt in https://github.com/biopragmatics/curies/pull/143
Full Changelog: https://github.com/biopragmatics/curies/compare/v0.9.2...v0.10.0
- Python
Published by cthoyt over 1 year ago
https://github.com/biopragmatics/curies - v0.9.2
What's Changed
- Improve typing by @cthoyt in https://github.com/biopragmatics/curies/pull/133
- Add reverse bimap by @cthoyt in https://github.com/biopragmatics/curies/pull/136
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: https://github.com/biopragmatics/curies/compare/v0.9.0...v0.9.2
- Python
Published by cthoyt over 1 year ago
https://github.com/biopragmatics/curies - v0.9.0
What's Changed
- Update with cookiecutter-snekpack by @cthoyt in https://github.com/biopragmatics/curies/pull/117
- Enable sorting references by @cthoyt in https://github.com/biopragmatics/curies/pull/120
- Add test for set membership of references by @cthoyt in https://github.com/biopragmatics/curies/pull/122
- Parse simplification by @cthoyt in https://github.com/biopragmatics/curies/pull/121
- Refactor splitting code by @cthoyt in https://github.com/biopragmatics/curies/pull/119
- Implement named references by @cthoyt in https://github.com/biopragmatics/curies/pull/118
- Remove dependency on requests by @cthoyt in https://github.com/biopragmatics/curies/pull/123
Full Changelog: https://github.com/biopragmatics/curies/compare/v0.8.0...v0.9.0
- Python
Published by cthoyt over 1 year ago
https://github.com/biopragmatics/curies - v0.8.0
What's Changed
- Remove support for py38 by @cthoyt in https://github.com/biopragmatics/curies/pull/114
- Stop supporting Pydantic v1 by @cthoyt in https://github.com/biopragmatics/curies/pull/115
- Update packaging by @cthoyt in https://github.com/biopragmatics/curies/pull/116
Full Changelog: https://github.com/biopragmatics/curies/compare/v0.7.10...v0.8.0
- Python
Published by cthoyt over 1 year ago
https://github.com/biopragmatics/curies - 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 https://github.com/biopragmatics/curies/pull/109
- Make field validators classmethods by @sneakers-the-rat in https://github.com/biopragmatics/curies/pull/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: https://github.com/biopragmatics/curies/compare/v0.7.9...v0.7.10
- Python
Published by cthoyt almost 2 years ago
https://github.com/biopragmatics/curies - v0.7.9 - More Pydantic 1/2 compatibility
What's Changed
- use model_config when pydantic v2 by @sneakers-the-rat in https://github.com/biopragmatics/curies/pull/108
New Contributors
- @sneakers-the-rat made their first contribution in https://github.com/biopragmatics/curies/pull/108
Full Changelog: https://github.com/biopragmatics/curies/compare/v0.7.8...v0.7.9
- Python
Published by cthoyt about 2 years ago
https://github.com/biopragmatics/curies - v0.7.8 - Add TSV writer to support SemanticSQL
What's Changed
- Update docs, tox, and package metadata by @cthoyt in https://github.com/biopragmatics/curies/pull/105
- Add TSV writer and update other writers' docs by @cthoyt in https://github.com/biopragmatics/curies/pull/107 (motivated by @joeflack4)
Full Changelog: https://github.com/biopragmatics/curies/compare/v0.7.7...v0.7.8
Example:
python
import curies
converter = curies.load_prefix_map({
"CHEBI": "http://purl.obolibrary.org/obo/CHEBI_",
})
curies.write_tsv(converter, "example_context.tsv")
- Python
Published by cthoyt over 2 years ago
https://github.com/biopragmatics/curies - v0.7.7
What's Changed
- Improve Pydantic v1/2 cross-compatibility by @hrshdhgd in https://github.com/biopragmatics/curies/pull/101
New Contributors
- @hrshdhgd made their first contribution in https://github.com/biopragmatics/curies/pull/101
Full Changelog: https://github.com/biopragmatics/curies/compare/v0.7.6...v0.7.7
- Python
Published by cthoyt over 2 years ago
https://github.com/biopragmatics/curies - v0.7.6
What's Changed
- Enable retrieving synonyms on
get_prefixesand implementget_uri_prefixesby @cthoyt in https://github.com/cthoyt/curies/pull/100
Full Changelog: https://github.com/cthoyt/curies/compare/v0.7.5...v0.7.6
- Python
Published by cthoyt over 2 years ago
https://github.com/biopragmatics/curies - v0.7.5 - Upgrading prefix maps to EPMs
What's Changed
- Add FastAPI list of records docs by @cthoyt in https://github.com/cthoyt/curies/pull/94
- Add documentation describing all builtin converters by @cthoyt in https://github.com/cthoyt/curies/pull/98
- Upgrading (non-bijective) prefix maps by @cthoyt in https://github.com/cthoyt/curies/pull/99
Full Changelog: https://github.com/cthoyt/curies/compare/v0.7.4...v0.7.5
- Python
Published by cthoyt over 2 years ago
https://github.com/biopragmatics/curies - v0.7.4 - URI Prefix Discovery
What's Changed
- Add discovery algorithm by @cthoyt in https://github.com/cthoyt/curies/pull/93. See tutorial at https://curies.readthedocs.io/en/latest/discovery.html
Full Changelog: https://github.com/cthoyt/curies/compare/v0.7.3...v0.7.4
- Python
Published by cthoyt over 2 years ago
https://github.com/biopragmatics/curies - v0.7.3 - Utilities for ambiguous URI or CURIE input
What's Changed
- Implement URI or CURIE functionality by @cthoyt in https://github.com/cthoyt/curies/pull/92
Full Changelog: https://github.com/cthoyt/curies/compare/v0.7.2...v0.7.3
- Python
Published by cthoyt over 2 years ago
https://github.com/biopragmatics/curies - v0.7.2
Full Changelog: https://github.com/cthoyt/curies/compare/v0.7.1...v0.7.2
- handle unparsable CURIEs in 15ca1ca
- Python
Published by cthoyt over 2 years ago
https://github.com/biopragmatics/curies - v0.7.1 - URI Valiation and CURIE Validation
What's Changed
- Fix typo
get_obofoundry_converterby @matentzn in https://github.com/cthoyt/curies/pull/88 - Add iscurie and isuri functions by @cthoyt in https://github.com/cthoyt/curies/pull/90
- Working with fields that might be URI or CURIE by @cthoyt in https://github.com/cthoyt/curies/pull/91
New Contributors
- @matentzn made their first contribution in https://github.com/cthoyt/curies/pull/88
Full Changelog: https://github.com/cthoyt/curies/compare/v0.7.0...v0.7.1
- Python
Published by cthoyt over 2 years ago
https://github.com/biopragmatics/curies - v0.7.0
What's Changed
- Add more detailed typing to SHACL writer by @cthoyt in https://github.com/cthoyt/curies/pull/84
- Improve JSON-LD and SHACL export by @cthoyt in https://github.com/cthoyt/curies/pull/85
- Add regexes to records by @cthoyt in https://github.com/cthoyt/curies/pull/83
- Handle keywords and empty strings in JSON-LD by @cthoyt in https://github.com/cthoyt/curies/pull/86
Full Changelog: https://github.com/cthoyt/curies/compare/v0.6.7...v0.7.0
- Python
Published by cthoyt over 2 years ago
https://github.com/biopragmatics/curies - v0.6.7
What's Changed
- Make header parsing more reusable by @cthoyt in https://github.com/cthoyt/curies/pull/69
- Add IO functions by @cthoyt in https://github.com/cthoyt/curies/pull/81
- Add logging to reconciliation by @cthoyt in https://github.com/cthoyt/curies/pull/82
Full Changelog: https://github.com/cthoyt/curies/compare/v0.6.6...v0.6.7
- Python
Published by cthoyt over 2 years ago
https://github.com/biopragmatics/curies - v0.6.6
What's Changed
- Add options for strict and passthrough to standardization by @cthoyt in https://github.com/cthoyt/curies/pull/80
Full Changelog: https://github.com/cthoyt/curies/compare/v0.6.5...v0.6.6
- Python
Published by cthoyt over 2 years ago
https://github.com/biopragmatics/curies - v0.6.5 - Strict and Passthrough options
What's Changed
- Add additional options to compress and expand by @cthoyt in https://github.com/cthoyt/curies/pull/79
Full Changelog: https://github.com/cthoyt/curies/compare/v0.6.4...v0.6.5
- Python
Published by cthoyt over 2 years ago
https://github.com/biopragmatics/curies - v0.6.4
What's Changed
- Enable transitive reconciliaton by @cthoyt in https://github.com/cthoyt/curies/pull/78
Full Changelog: https://github.com/cthoyt/curies/compare/v0.6.3...v0.6.4
- Python
Published by cthoyt almost 3 years ago
https://github.com/biopragmatics/curies - v0.6.3
What's Changed
- Add prefix reconciliation operations by @cthoyt in https://github.com/cthoyt/curies/pull/74
- Additional reconciliation docs by @cthoyt in https://github.com/cthoyt/curies/pull/76
Full Changelog: https://github.com/cthoyt/curies/compare/v0.6.2...v0.6.3
- Python
Published by cthoyt almost 3 years ago
https://github.com/biopragmatics/curies - v0.6.2
What's Changed
- Add subsetting functionality by @cthoyt in https://github.com/cthoyt/curies/pull/67
- Reorganize and improve documentation by @cthoyt in https://github.com/cthoyt/curies/pull/68
Full Changelog: https://github.com/cthoyt/curies/compare/v0.6.1...v0.6.2
- Python
Published by cthoyt almost 3 years ago
https://github.com/biopragmatics/curies - v0.6.1
What's Changed
- Fix chain implementation and improve docs by @cthoyt in https://github.com/cthoyt/curies/pull/66
Full Changelog: https://github.com/cthoyt/curies/compare/v0.6.0...v0.6.1
- Python
Published by cthoyt almost 3 years ago
https://github.com/biopragmatics/curies - v0.6.0
What's Changed
- Improve JSON-LD context parsing by @cthoyt in https://github.com/cthoyt/curies/pull/61
- Reorganize documentation by @cthoyt in https://github.com/cthoyt/curies/pull/62
- Remove Bioregistry from testing by @cthoyt in https://github.com/cthoyt/curies/pull/65
- Make explicit cross-version support for Pydantic by @cmungall in https://github.com/cthoyt/curies/pull/64
Full Changelog: https://github.com/cthoyt/curies/compare/v0.5.7...v0.6.0
- Python
Published by cthoyt almost 3 years ago
https://github.com/biopragmatics/curies - v0.5.7
What's Changed
- Add strict expansion and contraction functions by @cthoyt in https://github.com/cthoyt/curies/pull/60
Full Changelog: https://github.com/cthoyt/curies/compare/v0.5.6...v0.5.7
- Python
Published by cthoyt almost 3 years ago
https://github.com/biopragmatics/curies - v0.5.6
What's Changed
- Drop Python 3.7 support by @cthoyt in https://github.com/cthoyt/curies/pull/59
Full Changelog: https://github.com/cthoyt/curies/compare/v0.5.5...v0.5.6
- Python
Published by cthoyt almost 3 years ago
https://github.com/biopragmatics/curies - v0.5.5
What's Changed
- Add functions for standardizing content in pandas DataFrames by @cthoyt in https://github.com/cthoyt/curies/pull/57
- Add reference datatypes and switch to pydantic by @cthoyt in https://github.com/cthoyt/curies/pull/58
Full Changelog: https://github.com/cthoyt/curies/compare/v0.5.4...v0.5.5
- Python
Published by cthoyt about 3 years ago
https://github.com/biopragmatics/curies - v0.5.4
What's Changed
- Add explicit delimiters in web routes by @cthoyt in https://github.com/cthoyt/curies/pull/54
- Refactor mapping service utils by @cthoyt in https://github.com/cthoyt/curies/pull/55
- Housekeeping by @cthoyt in https://github.com/cthoyt/curies/pull/56
Full Changelog: https://github.com/cthoyt/curies/compare/v0.5.3...v0.5.4
- Python
Published by cthoyt about 3 years ago
https://github.com/biopragmatics/curies - v0.5.3
What's Changed
- Add tests for response content types by @cthoyt in https://github.com/cthoyt/curies/pull/47
- Update header handling by @cthoyt in https://github.com/cthoyt/curies/pull/50
- Improve testing by @cthoyt in https://github.com/cthoyt/curies/pull/51
- Add tests against local Blazegraph by @vemonet in https://github.com/cthoyt/curies/pull/49
New Contributors
- @vemonet made their first contribution in https://github.com/cthoyt/curies/pull/49
Full Changelog: https://github.com/cthoyt/curies/compare/v0.5.2...v0.5.3
- Python
Published by cthoyt over 3 years ago
https://github.com/biopragmatics/curies - v0.5.2
What's Changed
- Better handling of content types by @cthoyt in https://github.com/cthoyt/curies/pull/46
Full Changelog: https://github.com/cthoyt/curies/compare/v0.5.1...v0.5.2
- Python
Published by cthoyt over 3 years ago
https://github.com/biopragmatics/curies - v0.5.1
What's Changed
- Add valid URI checks in mapping service graph by @cthoyt in https://github.com/cthoyt/curies/pull/45
Full Changelog: https://github.com/cthoyt/curies/compare/v0.5.0...v0.5.1
- Python
Published by cthoyt over 3 years ago
https://github.com/biopragmatics/curies - 🗺️ Implemented a URI Mapping service
What's Changed
- Implement an identifier mapping service by @cthoyt in https://github.com/cthoyt/curies/pull/41
- Improve configurability and documentation of mapping service by @cthoyt in https://github.com/cthoyt/curies/pull/43
- Add CLI for mapper service by @cthoyt in https://github.com/cthoyt/curies/pull/44
Special thanks to @JervenBolleman and @vemonet for bring great ideas, code examples, and pushing this forwards.
Full Changelog: https://github.com/cthoyt/curies/compare/v0.4.5...v0.5.0
- Python
Published by cthoyt over 3 years ago
https://github.com/biopragmatics/curies - v0.4.5
What's Changed
- Add prefix standardization and record lookup by @cthoyt in https://github.com/cthoyt/curies/pull/39
- Add functionality for generating all possible IRIs by @cthoyt in https://github.com/cthoyt/curies/pull/40
Full Changelog: https://github.com/cthoyt/curies/compare/v0.4.4...v0.4.5
- Python
Published by cthoyt over 3 years ago
https://github.com/biopragmatics/curies - v0.4.4
What's Changed
- Add functionality for standardizing CURIEs by @cthoyt in https://github.com/cthoyt/curies/pull/37
- Implement URI standardization by @cthoyt in https://github.com/cthoyt/curies/pull/38
- Add RDFLib functionality by @cthoyt in https://github.com/cthoyt/curies/pull/36
Full Changelog: https://github.com/cthoyt/curies/compare/v0.4.3...v0.4.4
- Python
Published by cthoyt over 3 years ago
https://github.com/biopragmatics/curies - v0.4.3
What's Changed
- Remove deprecated URL getter functions and improve docs by @cthoyt in https://github.com/cthoyt/curies/pull/32
- Add incremental converter builder by @cthoyt in https://github.com/cthoyt/curies/pull/34
Full Changelog: https://github.com/cthoyt/curies/compare/v0.4.2...v0.4.3
- Python
Published by cthoyt over 3 years ago
https://github.com/biopragmatics/curies - v0.4.2
What's Changed
- Update factory interfaces for directly loading from path or URL by @cthoyt in https://github.com/cthoyt/curies/pull/29
- Add converter CLI by @cthoyt in https://github.com/cthoyt/curies/pull/30
- Add tutorial for running CLI by @cthoyt in https://github.com/cthoyt/curies/pull/31
Full Changelog: https://github.com/cthoyt/curies/compare/v0.4.1...v0.4.2
- Python
Published by cthoyt over 3 years ago
https://github.com/biopragmatics/curies - v0.4.1
What's Changed
- Use OBO PURL for jsonld context by @cmungall in https://github.com/cthoyt/curies/pull/15
- Update tox by @cthoyt in https://github.com/cthoyt/curies/pull/24
- Strict typing by @cthoyt in https://github.com/cthoyt/curies/pull/23
- Add web contribution functions by @cthoyt in https://github.com/cthoyt/curies/pull/25
- Add app builders by @cthoyt in https://github.com/cthoyt/curies/pull/26
- Update documentation and configurability of web app generation by @cthoyt in https://github.com/cthoyt/curies/pull/27
New Contributors
- @cmungall made their first contribution in https://github.com/cthoyt/curies/pull/15
Full Changelog: https://github.com/cthoyt/curies/compare/v0.4.0...v0.4.1
- Python
Published by cthoyt over 3 years ago
https://github.com/biopragmatics/curies - v0.4.0
What's Changed
- Add support for extended prefix maps by @cthoyt in https://github.com/cthoyt/curies/pull/20
- Update documentation by @cthoyt in https://github.com/cthoyt/curies/pull/21
Full Changelog: https://github.com/cthoyt/curies/compare/v0.3.0...v0.4.0
- Python
Published by cthoyt over 3 years ago
https://github.com/biopragmatics/curies - v0.3.0
What's Changed
- Error checking for duplicated URI prefixes by @cthoyt in https://github.com/cthoyt/curies/pull/18
- Improve
chain()by @cthoyt in https://github.com/cthoyt/curies/pull/19
Full Changelog: https://github.com/cthoyt/curies/compare/v0.2.0...v0.3.0
- Python
Published by cthoyt almost 4 years ago
https://github.com/biopragmatics/curies - v0.2.0
What's Changed
- Add bulk operations by @cthoyt in https://github.com/cthoyt/curies/pull/13
- Rename attributes by @cthoyt in https://github.com/cthoyt/curies/pull/14
Full Changelog: https://github.com/cthoyt/curies/compare/v0.1.5...v0.2.0
- Python
Published by cthoyt almost 4 years ago
https://github.com/biopragmatics/curies - v0.1.5
What's Changed
- Add get_prefixes() function by @cthoyt in https://github.com/cthoyt/curies/pull/10
Full Changelog: https://github.com/cthoyt/curies/compare/v0.1.4...v0.1.5
- Python
Published by cthoyt almost 4 years ago
https://github.com/biopragmatics/curies - v0.1.4
What's Changed
- Add
chain()function by @cthoyt in https://github.com/cthoyt/curies/pull/7 - Update docs by @cthoyt in https://github.com/cthoyt/curies/pull/9
Full Changelog: https://github.com/cthoyt/curies/compare/v0.1.3...v0.1.4
- Python
Published by cthoyt almost 4 years ago
https://github.com/biopragmatics/curies - v0.1.3
What's Changed
- Externalize specific sources by @cthoyt in https://github.com/cthoyt/curies/pull/6
Full Changelog: https://github.com/cthoyt/curies/compare/v0.1.2...v0.1.3
- Python
Published by cthoyt almost 4 years ago
https://github.com/biopragmatics/curies - v0.1.2
What's Changed
- Add remote contexts for GO and GO/OBO from Prefix Commons by @cthoyt in https://github.com/cthoyt/curies/pull/5
Full Changelog: https://github.com/cthoyt/curies/compare/v0.1.1...v0.1.2
- Python
Published by cthoyt almost 4 years ago
https://github.com/biopragmatics/curies - v0.1.1
What's Changed
- Add remote contexts for OBO, Monarch, and Bioregistry by @cthoyt in https://github.com/cthoyt/curies/pull/4
Full Changelog: https://github.com/cthoyt/curies/compare/v0.1.0...v0.1.1
- Python
Published by cthoyt almost 4 years ago
https://github.com/biopragmatics/curies - v0.1.0
What's Changed
- Add loaders for remote JSON-LD files by @cthoyt in https://github.com/cthoyt/curies/pull/1
- Add complex prefix map data structure by @cthoyt in https://github.com/cthoyt/curies/pull/2
- Reduce version code by @cthoyt in https://github.com/cthoyt/curies/pull/3
New Contributors
- @cthoyt made their first contribution in https://github.com/cthoyt/curies/pull/1
Full Changelog: https://github.com/cthoyt/curies/compare/v0.0.1...v0.1.0
- Python
Published by cthoyt almost 4 years ago
https://github.com/biopragmatics/curies - Initial release
The first release of curies contains the Converter with methods for simple prefix maps, i.e., dictionaries whose keys are arbitrary prefixes like chebi and whose values are there corresponding URI prefixes like http://purl.obolibrary.org/obo/CHEBI_. Ideally, the prefixes correspond to a high-quality registry such as the Bioregistry. Future releases will have utilities for getting prefix maps from the Bioregistry and other registries.
- Python
Published by cthoyt almost 4 years ago