Releases: oeg-upm/fair_ontologies
Release list
FOOPS! 0.4.0: Compliance with FTR for test status
This version of FOOPS! has several optimizations and improves the compliance with the FTR specification (https://w3id.org/ftr/)
What's Changed
- improve yml action ttl_changes by @juanjemdIos in #241
- Move the throw to keep with the iteration when one fails. Fixes #112 by @juanjemdIos in #243
- remove tmp folder when fail or exception. Fixes #236 by @juanjemdIos in #244
- Improve logs with more info. Fixes #117 by @juanjemdIos in #245
- Landing page and isDefinedBy in output. Fixes #242 by @juanjemdIos in #246
- gestTest with a list of test metadata instead of an array of ids. Fixes #224 by @juanjemdIos in #247
- Add version test in the JSON-LD being returned. Fixes #214 by @juanjemdIos in #250
- Improve documentation for GET requests. Fixes #222 by @juanjemdIos in #249
- Accept a URL in the assessment of a test. Fixes #223 by @juanjemdIos in #248
Full Changelog: v0.3.2...v0.4.0
FOOPS! 0.3.2: Cleaning doc and fixing out of memory errors with big imports
This release adds CI for tests and enables a lazy loading for ontologies with multiple imports (imports no longer get processed to avoid memory exceptions)
What's Changed
- fix typo in summary. Fixes #231 by @juanjemdIos and @dgarijo in #232
- possibly fix for Java heap exception when uploading files. Fixes #233 by @juanjemdIos in #234
- action test before PR. All tests pass correctly now by @juanjemdIos in #238
Full Changelog: v0.3.1...v0.3.2
FOOPS! 0.3.1: adapting to FTR, OpenAPI v3.0 and minor bug fixes
This release adapts the FOOPS! API to OAS v3.0 and fix minor issues part of milestone 0.4.0, including documentation updates.
What's Changed
- Fix documentation mistakes #230
- Correction sameAs in URI2 by @juanjemdIos in #190
- Improves Benchmark Catalog by @juanjemdIos in #191
- SIO_00024 in metrics instead of SIO_000233 by @juanjemdIos in #192
- sameAs in metrics with FAIRsharing's DOI by @juanjemdIos in #197
- Catalogue documentation improvements. by @juanjemdIos in #209
- Small color adjustment in catalog by @juanjemdIos in #210
- better design of the Demo button. Resolve identifiers in bechmarks. Fixes #208 by @juanjemdIos in #212
- small corrections in catalog.html by @juanjemdIos in #213
- bug in metric and benchmark filters by @juanjemdIos in #217
- update openapi v3. Fixes #218 by @juanjemdIos in #219
Full Changelog: v0.3.0...v0.3.1
FOOPS! 0.3.0: support for test and metric detailed explanation
This release delivers the following improvements:
- new tests are added to check the tool works appropriately
- All tests and metrics of the tool have a persistent identifier, documented in https://w3id.org/foops/catalogue
- An OpenAPI and Swagger UI have been included.
- Documentation on what the tests do, and how to pass them
- Robustness against java heap exceptions (now there is an ontology limit both in server and in client)
- Various issues fixes
- Now it is possible to upload ontology code and ontology files (pre-assessment)
New Contributors
- @andriumon made their first contribution in #157
Full Changelog: v0.2.0...v0.3.0
FOOPS! v0.2.0: catalog of tests, metrics and benchmarks
This version of FOOPS! includes a catalog of tests, metrics and benchmarks supported by the tool The catalog is available here: https://w3id.org/foops/catalogue
v0.1.0: First stable release
This release includes some bug fixes from the server, as well as the first stable release from the client.
v0.0.1: First release
First release of the FAIR ontologies server and client. It has the following features:
- Server implementing 20 tests for FAIR ontologies.
- First version of the client (with hardcoded inputs)