Recent Releases of fair-test
fair-test - FAIR Test 0.1.4
Changelog
- Improve CI/CD workflows
Full Changelog: https://github.com/MaastrichtU-IDS/fair-test/compare/0.1.3...0.1.4
- Python
Published by vemonet about 3 years ago
fair-test - FAIR Test 0.1.3
Changelog
- Update test dependencies and configuration
Full Changelog: https://github.com/MaastrichtU-IDS/fair-test/compare/0.1.2...0.1.3
- Python
Published by vemonet about 3 years ago
fair-test - FAIR Test 0.1.2
Changelog
- Fix workflows
- Use
rufffor code formatting and checking
Full Changelog: https://github.com/MaastrichtU-IDS/fair-test/compare/0.1.1...0.1.2
- Python
Published by vemonet about 3 years ago
fair-test - FAIR Test 0.1.1
Changelog
- Fix tests in the publish workflow
Full Changelog: https://github.com/MaastrichtU-IDS/fair-test/compare/0.1.0...0.1.1
- Python
Published by vemonet about 3 years ago
fair-test - FAIR Test 0.1.0
Changelog
- Added tests for python 3.11
- Use
srclayout - Improve test workflow
Full Changelog: https://github.com/MaastrichtU-IDS/fair-test/compare/0.0.10...0.1.0
- Python
Published by vemonet about 3 years ago
fair-test - FAIR Test 0.0.10
Changes
- Fixed the
get_url()function
Full Changelog: https://github.com/MaastrichtU-IDS/fair-test/compare/0.0.9...0.0.10
- Python
Published by vemonet over 3 years ago
fair-test - FAIR Test 0.0.9
Changes
- Move the process to harvest metadata for a URL to a separate class
MetadataHarvester
Full Changelog: https://github.com/MaastrichtU-IDS/fair-test/compare/0.0.8...0.0.9
- Python
Published by vemonet over 3 years ago
fair-test - FAIR Test 0.0.8
Changelog
- Migrated from
setup.pyto usingpyproject.tomlwith Hatch as build backend - Improved development workflow to use hatch virtual environment management capabilities
Full Changelog: https://github.com/MaastrichtU-IDS/fair-test/compare/0.0.7...0.0.8
- Python
Published by vemonet over 3 years ago
fair-test - FAIR Test API 0.0.7
Changelog
- Enable to define readme url and contact infos in each metric test
- Improve support for signposting links in
retrieve_metadata(): extractingmeta,alternateanddescribedby
Full Changelog: https://github.com/MaastrichtU-IDS/fair-test/compare/0.0.6...0.0.7
- Python
Published by vemonet almost 4 years ago
fair-test - FAIR Test API 0.0.6
Changelog
- Various improvements to the
FairTestEvaluationhelpers to extract metadata retrieve_rdf()has been renamed toretrieve_metadata(), and can now return JSON as a fallback if RDF metadata is not found
- Python
Published by vemonet almost 4 years ago
fair-test - FAIR Test API 0.0.5
Changelog
- Create new class
FairTestEvaluationseparated fromFairTestto run evaluations and prevent conflicts
- Python
Published by vemonet almost 4 years ago
fair-test - FAIR Test API 0.0.4
Changelog
- FAIR Tests now also returns metadata they retrieved during the process (provided as hashmap under the predicate http://semanticscience.org/resource/metadata)
- Add new helpers functions such as
extract_prop(g, props_list)orextract_data_uri(g) - Refactor name of functions to use snake case style consistently
- Don't
print()anymore when usingself.log()to avoid too much logs - Now also tested for python 3.10
- Improve tests
- Python
Published by vemonet almost 4 years ago
fair-test - FAIR Test API 0.0.3
- Rename config variable
BASE_URItoHOST_URLand remove the need for definingHOST
- Python
Published by vemonet about 4 years ago
fair-test - FAIR Test API 0.0.2
Help building and deploying FAIR metrics tests APIs that follows the specifications from the FAIR metrics working group
- Improve handling of config defined in the
.envfile - Improve testing with
pytest - Add option to retrieve RDF using the FAIR evaluator harvester
- Python
Published by vemonet about 4 years ago
fair-test - FAIR Test API 0.0.1
First release of the fair-test package to help building and deploying FAIR metrics tests that follows the specifications from the FAIR metrics working group
- Python
Published by vemonet about 4 years ago