Nothing Special   »   [go: up one dir, main page]

Skip to content

Tags: mlcommons/medperf

Tags

v0.1.0

Toggle v0.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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>