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 ruff for 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 src layout
  • 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.py to using pyproject.toml with 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(): extracting meta, alternate and describedby

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 FairTestEvaluation helpers to extract metadata
  • retrieve_rdf() has been renamed to retrieve_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 FairTestEvaluation separated from FairTest to 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) or extract_data_uri(g)
  • Refactor name of functions to use snake case style consistently
  • Don't print() anymore when using self.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_URI to HOST_URL and remove the need for defining HOST

- 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 .env file
  • 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