Recent Releases of https://github.com/biopragmatics/curies.rs
https://github.com/biopragmatics/curies.rs - v0.1.3
0.1.3 - 2024-08-22
⛰️ Features
- [breaking] Add passthrough param to the compresslist and expandlist functions (default to true for python and JS bindings) - (b7fae77)
🐛 Bug Fixes
- Fix reqwest version to avoid vulnerability - (d9b6414)
🛠️ Miscellaneous Tasks
- Rust
Published by github-actions[bot] almost 2 years ago
https://github.com/biopragmatics/curies.rs - v0.1.2
0.1.2 - 2024-05-25
⛰️ Features
- Add functions to standardize prefix, CURIE, and URI. Add
Converter::from_shacl()loader using the sophia library for RDF manipulation. All functions added to the rust library are now also available in python and JS - (ae67b97) - Add functions
compress_or_standardize,expand_or_standardize,is_uri,is_curie. Add git cliff to generateCHANGELOG.mdand release notes - (b663c97)
🐛 Bug Fixes
- Fix import in example - (888884d)
- Fix build - (a67cc85)
- Fix build workflow - (79dc308)
- Fix R tests - (0e7c00e)
- Fixing windows aarch64 build workflow - (6071940)
📚 Documentation
- Use codeblocks tabs for the different languages - (a8e9dd0)
🛠️ Miscellaneous Tasks
- Bump version to 0.1.2 - (6386305)
- Rust
Published by github-actions[bot] about 2 years ago
https://github.com/biopragmatics/curies.rs -
This adds a small fix to the initial release to include metadata that was missing from Cargo.toml (specifically, wiring the metadata for the description to get reused for the rust crate)
- Rust
Published by cthoyt over 2 years ago
https://github.com/biopragmatics/curies.rs - Initial Release
This is the first development release of curies.rs. It includes two main data structures: Record and Converter. It has I/O operations to load up external extended prefix maps, JSON-LD contexts, and simple prefix maps. It also has an initial implementation of the converter chaining operation. It also has compress, expand, and validation operations for CURIEs and URIs.
[!WARNING]
The API will change before the next release.
- Rust
Published by cthoyt over 2 years ago