Tags: mlcommons/medperf
Tags
Add versioning support for MedPerf APIs (#354) * Add versioning support for MedPerf APIs * Fix flake8 issues * Fix CI tests * Support versioning from the CLI * Ignore lint error for __init__ * Adapt tests to changes * Fix linter error * Moving API version to common settings * Fix flake8 * Move full url logic to utils function * Pass base url to full_url * Move full url logic to comms * Use API version from settings * Remove deprecated import * Remove deprecated import * make parse_url a class method * Use correct decorator order * use version 0.1.0 * fix version in integration tests --------- Co-authored-by: Alejandro Aristizábal <alejandro.aristizabal24@gmail.com> Co-authored-by: hasan7n <hasankassim7@hotmail.com>