Recent Releases of metriq-gym

metriq-gym - v0.3.1

What's Changed

  • Improve packaging configuration by @cosenal in https://github.com/unitaryfoundation/metriq-gym/pull/506

Full Changelog: https://github.com/unitaryfoundation/metriq-gym/compare/v0.3.0...v0.3.1

- Python
Published by cosenal 6 months ago

metriq-gym - v0.3.1rc1

- Python
Published by cosenal 6 months ago

metriq-gym - v0.3.0

What's Changed

  • Set dev version by @cosenal in https://github.com/unitaryfoundation/metriq-gym/pull/463
  • fix: fixing the issue with running a noisy sim by @vprusso in https://github.com/unitaryfoundation/metriq-gym/pull/465
  • Only Importing Necessary Packages From QED-C Submodule. by @Neerpatel125 in https://github.com/unitaryfoundation/metriq-gym/pull/474
  • fix: version pinned to dispatch by @vprusso in https://github.com/unitaryfoundation/metriq-gym/pull/470
  • feat: Basic suite implementation by @cosenal in https://github.com/unitaryfoundation/metriq-gym/pull/476
  • Store results after first poll by @cosenal in https://github.com/unitaryfoundation/metriq-gym/pull/487
  • feat: adding dynamic versioning by @vprusso in https://github.com/unitaryfoundation/metriq-gym/pull/493
  • Fix averaging in mirror circuit benchmark by @cosenal in https://github.com/unitaryfoundation/metriq-gym/pull/495
  • Prepare for license switch to GPL-3 by @cosenal in https://github.com/unitaryfoundation/metriq-gym/pull/496
  • License under GPL-3.0 by @cosenal in https://github.com/unitaryfoundation/metriq-gym/pull/497
  • Group suite jobs by type and params by @cosenal in https://github.com/unitaryfoundation/metriq-gym/pull/499
  • Fix dynamic versioning by @cosenal in https://github.com/unitaryfoundation/metriq-gym/pull/501
  • No local version segment in wheel filename by @cosenal in https://github.com/unitaryfoundation/metriq-gym/pull/505

Full Changelog: https://github.com/unitaryfoundation/metriq-gym/compare/v0.2.0...v0.3.0

- Python
Published by cosenal 6 months ago

metriq-gym - v0.3.0rc1

- Python
Published by cosenal 6 months ago

metriq-gym - v0.3.0rc1

- Python
Published by cosenal 6 months ago

metriq-gym - v0.2.0

Breaking Changes

  • the --job_id flag for the poll, view, delete actions in the CLI was deprecated in favor of a positional argument, e.g., from mgym poll --job_id <job_id> to mgym poll <job_id>

  • The local db file is now in a directory that can be specified via the MGYM_LOCAL_DB_DIR environment variable, or it defaults to the platform user data directory. Safe migration routine:

cp .metriq_gym_jobs.jsonl localdb.jsonl export MGYM_LOCAL_DB_DIR=$(pwd)

What's Changed

  • Hide details of provider ids flattening in framework by @cosenal in https://github.com/unitaryfoundation/metriq-gym/pull/409
  • chore: add rtd yml config. by @vprusso in https://github.com/unitaryfoundation/metriq-gym/pull/411
  • Chore(deps-dev): bump ruff from 0.12.0 to 0.12.1 by @dependabot[bot] in https://github.com/unitaryfoundation/metriq-gym/pull/412
  • Chore(deps): bump bbeesley/gha-auto-dependabot-rebase from 1.5.150 to 1.5.156 by @dependabot[bot] in https://github.com/unitaryfoundation/metriq-gym/pull/414
  • Chore(deps): bump pyqrack from 1.59.0 to 1.61.0 by @dependabot[bot] in https://github.com/unitaryfoundation/metriq-gym/pull/413
  • Chore(deps-dev): bump ruff from 0.12.1 to 0.12.2 by @dependabot[bot] in https://github.com/unitaryfoundation/metriq-gym/pull/420
  • Chore(deps): bump bbeesley/gha-auto-dependabot-rebase from 1.5.156 to 1.5.161 by @dependabot[bot] in https://github.com/unitaryfoundation/metriq-gym/pull/422
  • fix url in citation file by @cosenal in https://github.com/unitaryfoundation/metriq-gym/pull/423
  • General Implementation of Selected QED-C Benchmarks by @Neerpatel125 in https://github.com/unitaryfoundation/metriq-gym/pull/417
  • Chore(deps): bump pyqrack from 1.61.0 to 1.64.1 by @dependabot[bot] in https://github.com/unitaryfoundation/metriq-gym/pull/421
  • Chore(deps): bump ruamel-yaml-clib from 0.2.8 to 0.2.12 by @dependabot[bot] in https://github.com/unitaryfoundation/metriq-gym/pull/429
  • Chore(deps-dev): bump ruff from 0.12.2 to 0.12.3 by @dependabot[bot] in https://github.com/unitaryfoundation/metriq-gym/pull/430
  • Chore(deps): bump qiskit from 2.1.0 to 2.1.1 by @dependabot[bot] in https://github.com/unitaryfoundation/metriq-gym/pull/432
  • Chore(deps-dev): bump mypy from 1.16.1 to 1.17.0 by @dependabot[bot] in https://github.com/unitaryfoundation/metriq-gym/pull/431
  • Chore(deps): bump bbeesley/gha-auto-dependabot-rebase from 1.5.161 to 1.5.165 by @dependabot[bot] in https://github.com/unitaryfoundation/metriq-gym/pull/433
  • refactor: move names out of init by @vprusso in https://github.com/unitaryfoundation/metriq-gym/pull/426
  • Updating QED-C Benchmark Import Paths by @Neerpatel125 in https://github.com/unitaryfoundation/metriq-gym/pull/436
  • Update credential template for IBM QP by @cosenal in https://github.com/unitaryfoundation/metriq-gym/pull/438
  • Chore(deps): bump bbeesley/gha-auto-dependabot-rebase from 1.5.165 to 1.5.166 by @dependabot[bot] in https://github.com/unitaryfoundation/metriq-gym/pull/439
  • Improve dev setup docs by @cosenal in https://github.com/unitaryfoundation/metriq-gym/pull/443
  • fix: formatting of headers in docs by @vprusso in https://github.com/unitaryfoundation/metriq-gym/pull/444
  • chore: add rtd badge by @vprusso in https://github.com/unitaryfoundation/metriq-gym/pull/445
  • add e2e mvp mgym notebook tutorial by @vprusso in https://github.com/unitaryfoundation/metriq-gym/pull/446
  • docs: Fix README typos (closes #452) by @sandaru-sdm in https://github.com/unitaryfoundation/metriq-gym/pull/453
  • fix: notebook e2e tutorial notebook by @vprusso in https://github.com/unitaryfoundation/metriq-gym/pull/451
  • Fix/incorrect log format by @Shubhan9 in https://github.com/unitaryfoundation/metriq-gym/pull/455
  • feat: add noisy device as provider option by @vprusso in https://github.com/unitaryfoundation/metriq-gym/pull/428
  • Fund -> Foundation by @natestemen in https://github.com/unitaryfoundation/metriq-gym/pull/460
  • Use platform dirs for data and cache paths by @cosenal in https://github.com/unitaryfoundation/metriq-gym/pull/457
  • Simplified quick-start workflow by @cosenal in https://github.com/unitaryfoundation/metriq-gym/pull/461
  • prepare 0.2.0 release by @cosenal in https://github.com/unitaryfoundation/metriq-gym/pull/462

New Contributors

  • @Neerpatel125 made their first contribution in https://github.com/unitaryfoundation/metriq-gym/pull/417
  • @sandaru-sdm made their first contribution in https://github.com/unitaryfoundation/metriq-gym/pull/453
  • @Shubhan9 made their first contribution in https://github.com/unitaryfoundation/metriq-gym/pull/455
  • @natestemen made their first contribution in https://github.com/unitaryfoundation/metriq-gym/pull/460

Full Changelog: https://github.com/unitaryfoundation/metriq-gym/compare/v0.1.2...v0.2.0

- Python
Published by cosenal 7 months ago

metriq-gym - v0.1.2

What's Changed

  • PyPi shields in readme by @cosenal in https://github.com/unitaryfoundation/metriq-gym/pull/406
  • Fix build: Package submodules too by @cosenal in https://github.com/unitaryfoundation/metriq-gym/pull/407
  • fix: fetch submodules in publish workflow by @cosenal in https://github.com/unitaryfoundation/metriq-gym/pull/408

Full Changelog: https://github.com/unitaryfoundation/metriq-gym/compare/v0.1.1...v0.1.2

- Python
Published by cosenal 8 months ago

metriq-gym - v0.1.1

What's Changed

  • chore: bump release process. by @vprusso in https://github.com/unitaryfoundation/metriq-gym/pull/405

Full Changelog: https://github.com/unitaryfoundation/metriq-gym/compare/v0.1.0...v0.1.1

- Python
Published by vprusso 8 months ago

metriq-gym - v0.1.0

🥳 Initial release of metriq-gym 🥳

What's Changed

  • Adding pyproject.toml and poetry to project. by @vprusso in https://github.com/unitaryfoundation/metriq-gym/pull/2
  • Modularizing for CLOPS and EPLG Qiskit Qrack benchmarking. by @vprusso in https://github.com/unitaryfoundation/metriq-gym/pull/4
  • Remove noise adaptive transpile option by @vprusso in https://github.com/unitaryfoundation/metriq-gym/pull/5
  • Adding metriq-client as project dependency. by @vprusso in https://github.com/unitaryfoundation/metriq-gym/pull/6
  • Fix multi-trial benchmarks by @WrathfulSpatula in https://github.com/unitaryfoundation/metriq-gym/pull/7
  • Async dispatch and polling by @WrathfulSpatula in https://github.com/unitaryfoundation/metriq-gym/pull/8
  • IBM reference implementations by @WrathfulSpatula in https://github.com/unitaryfoundation/metriq-gym/pull/9
  • Async CLOPS dispatch/polling by @WrathfulSpatula in https://github.com/unitaryfoundation/metriq-gym/pull/11
  • Adding metriq metadata for client hookup. by @vprusso in https://github.com/unitaryfoundation/metriq-gym/pull/10
  • Fixing poll and dispatch for hardware jobs. by @vprusso in https://github.com/unitaryfoundation/metriq-gym/pull/12
  • Adding the ability to specify number of qubits via the command line by @vprusso in https://github.com/unitaryfoundation/metriq-gym/pull/13
  • Active non-running jobs back to job file by @cosenal in https://github.com/unitaryfoundation/metriq-gym/pull/14
  • Fix dispatching CLOPS jobs by @cosenal in https://github.com/unitaryfoundation/metriq-gym/pull/15
  • Pin python version to 3.12 and emphasize in readme by @willzeng in https://github.com/unitaryfoundation/metriq-gym/pull/21
  • Ruff linter/formatter first setup by @cosenal in https://github.com/unitaryfoundation/metriq-gym/pull/22
  • Add Wiki links to README by @WrathfulSpatula in https://github.com/unitaryfoundation/metriq-gym/pull/26
  • Add Quantinuum handling in main QV workflow by @WrathfulSpatula in https://github.com/unitaryfoundation/metriq-gym/pull/16
  • Fix polling CLOPS job with a bit of 🦆 typing by @cosenal in https://github.com/unitaryfoundation/metriq-gym/pull/20
  • Adding dependabot yaml file. by @vprusso in https://github.com/unitaryfoundation/metriq-gym/pull/31
  • Bump qiskit-experiments from 0.7.0 to 0.8.0 by @dependabot in https://github.com/unitaryfoundation/metriq-gym/pull/33
  • Bump pydantic-core from 2.23.4 to 2.27.0 by @dependabot in https://github.com/unitaryfoundation/metriq-gym/pull/35
  • Bump pytket-qiskit from 0.58.0 to 0.59.0 by @dependabot in https://github.com/unitaryfoundation/metriq-gym/pull/36
  • PR template, issue #28 by @WrathfulSpatula in https://github.com/unitaryfoundation/metriq-gym/pull/37
  • Bump qiskit-ibm-runtime from 0.30.0 to 0.33.2 by @dependabot in https://github.com/unitaryfoundation/metriq-gym/pull/34
  • Adapting to pull IBM client token from .env. by @vprusso in https://github.com/unitaryfoundation/metriq-gym/pull/19
  • Bump msal from 1.31.0 to 1.31.1 by @dependabot in https://github.com/unitaryfoundation/metriq-gym/pull/41
  • Bump pydantic-core from 2.23.4 to 2.27.0 by @dependabot in https://github.com/unitaryfoundation/metriq-gym/pull/40
  • Bump pyqrack from 1.32.21 to 1.32.26 by @dependabot in https://github.com/unitaryfoundation/metriq-gym/pull/39
  • IonQ support dispatch and poll and Quantinuum dispatch by @vprusso in https://github.com/unitaryfoundation/metriq-gym/pull/38
  • Introduce job log manager by @cosenal in https://github.com/unitaryfoundation/metriq-gym/pull/42
  • Qrack/Qiskit circuit conversions by @WrathfulSpatula in https://github.com/unitaryfoundation/metriq-gym/pull/43
  • Bump ruff from 0.7.4 to 0.8.0 by @dependabot in https://github.com/unitaryfoundation/metriq-gym/pull/47
  • Bump pytket-quantinuum from 0.40.0 to 0.41.0 by @dependabot in https://github.com/unitaryfoundation/metriq-gym/pull/46
  • Refactor for stat calculations by @vprusso in https://github.com/unitaryfoundation/metriq-gym/pull/44
  • Simplifying gitignore file. by @vprusso in https://github.com/unitaryfoundation/metriq-gym/pull/59
  • Adding minimal sphinx setup for docs. by @vprusso in https://github.com/unitaryfoundation/metriq-gym/pull/60
  • Add qiskit-device-benchmarking as git submodule by @vprusso in https://github.com/unitaryfoundation/metriq-gym/pull/64
  • How to run tests in README by @cosenal in https://github.com/unitaryfoundation/metriq-gym/pull/66
  • Bump pytket-qiskit from 0.59.0 to 0.60.0 by @dependabot in https://github.com/unitaryfoundation/metriq-gym/pull/69
  • Bump qiskit-ibm-runtime from 0.33.2 to 0.34.0 by @dependabot in https://github.com/unitaryfoundation/metriq-gym/pull/70
  • Bump pyqrack from 1.34.8 to 1.34.9 by @dependabot in https://github.com/unitaryfoundation/metriq-gym/pull/71
  • Introduce schema for Quantum Volume jobs by @cosenal in https://github.com/unitaryfoundation/metriq-gym/pull/67
  • Adding minimal workflow for tests by @vprusso in https://github.com/unitaryfoundation/metriq-gym/pull/74
  • Fix CLOPS submodule by @vprusso in https://github.com/unitaryfoundation/metriq-gym/pull/76
  • Test updating submodule by @cosenal in https://github.com/unitaryfoundation/metriq-gym/pull/77
  • Fixing CLOPS polling import by @vprusso in https://github.com/unitaryfoundation/metriq-gym/pull/78
  • mypy initial setup by @cosenal in https://github.com/unitaryfoundation/metriq-gym/pull/79
  • Workflow diagram raw file by @cosenal in https://github.com/unitaryfoundation/metriq-gym/pull/80
  • Generalize dispatcher for all job types by @cosenal in https://github.com/unitaryfoundation/metriq-gym/pull/81
  • Bump actions/setup-python from 3 to 5 by @dependabot in https://github.com/unitaryfoundation/metriq-gym/pull/85
  • Bump matplotlib from 3.9.3 to 3.10.0 by @dependabot in https://github.com/unitaryfoundation/metriq-gym/pull/86
  • Bump certifi from 2024.8.30 to 2024.12.14 by @dependabot in https://github.com/unitaryfoundation/metriq-gym/pull/88
  • Bump attrs from 24.2.0 to 24.3.0 by @dependabot in https://github.com/unitaryfoundation/metriq-gym/pull/89
  • Bump qiskit from 1.3.0 to 1.3.1 by @dependabot in https://github.com/unitaryfoundation/metriq-gym/pull/87
  • Bump pytket from 1.36.0 to 1.37.0 by @dependabot in https://github.com/unitaryfoundation/metriq-gym/pull/90
  • Bump qiskit-ionq from 0.5.11 to 0.5.12 by @dependabot in https://github.com/unitaryfoundation/metriq-gym/pull/91
  • Bump ruff from 0.8.2 to 0.8.3 by @dependabot in https://github.com/unitaryfoundation/metriq-gym/pull/92
  • chore: first pass at generalizing polling. by @vprusso in https://github.com/unitaryfoundation/metriq-gym/pull/84
  • Bump pytket-quantinuum from 0.41.0 to 0.42.0 by @dependabot in https://github.com/unitaryfoundation/metriq-gym/pull/97
  • Bump jinja2 from 3.1.4 to 3.1.5 by @dependabot in https://github.com/unitaryfoundation/metriq-gym/pull/99
  • Bump psutil from 6.1.0 to 6.1.1 by @dependabot in https://github.com/unitaryfoundation/metriq-gym/pull/101
  • Bump click from 8.1.7 to 8.1.8 by @dependabot in https://github.com/unitaryfoundation/metriq-gym/pull/105
  • Bump urllib3 from 2.2.3 to 2.3.0 by @dependabot in https://github.com/unitaryfoundation/metriq-gym/pull/100
  • Bump pyqrack from 1.34.9 to 1.35.0 by @dependabot in https://github.com/unitaryfoundation/metriq-gym/pull/98
  • Bump numpy from 2.2.0 to 2.2.1 by @dependabot in https://github.com/unitaryfoundation/metriq-gym/pull/102
  • Bump pytket-qiskit from 0.60.0 to 0.62.0 by @dependabot in https://github.com/unitaryfoundation/metriq-gym/pull/106
  • Bump ruff from 0.8.3 to 0.8.4 by @dependabot in https://github.com/unitaryfoundation/metriq-gym/pull/104
  • Bump mypy from 1.13.0 to 1.14.1 by @dependabot in https://github.com/unitaryfoundation/metriq-gym/pull/107
  • Bump charset-normalizer from 3.4.0 to 3.4.1 by @dependabot in https://github.com/unitaryfoundation/metriq-gym/pull/108
  • Bump kiwisolver from 1.4.7 to 1.4.8 by @dependabot in https://github.com/unitaryfoundation/metriq-gym/pull/109
  • Bump identify from 2.6.3 to 2.6.4 by @dependabot in https://github.com/unitaryfoundation/metriq-gym/pull/110
  • Update README.md to make recursive cloning clearer by @willzeng in https://github.com/unitaryfoundation/metriq-gym/pull/113
  • feature: add list-jobs cli action. by @vprusso in https://github.com/unitaryfoundation/metriq-gym/pull/96
  • Bump pygments from 2.18.0 to 2.19.1 by @dependabot in https://github.com/unitaryfoundation/metriq-gym/pull/118
  • Bump identify from 2.6.4 to 2.6.5 by @dependabot in https://github.com/unitaryfoundation/metriq-gym/pull/127
  • Bump anyio from 4.7.0 to 4.8.0 by @dependabot in https://github.com/unitaryfoundation/metriq-gym/pull/119
  • Bump qiskit-experiments from 0.8.0 to 0.8.1 by @dependabot in https://github.com/unitaryfoundation/metriq-gym/pull/126
  • Bump pyparsing from 3.2.0 to 3.2.1 by @dependabot in https://github.com/unitaryfoundation/metriq-gym/pull/125
  • Bump pillow from 11.0.0 to 11.1.0 by @dependabot in https://github.com/unitaryfoundation/metriq-gym/pull/124
  • Bump setuptools from 75.6.0 to 75.7.0 by @dependabot in https://github.com/unitaryfoundation/metriq-gym/pull/122
  • Bump ruff from 0.8.4 to 0.8.6 by @dependabot in https://github.com/unitaryfoundation/metriq-gym/pull/123
  • Bump virtualenv from 20.28.0 to 20.28.1 by @dependabot in https://github.com/unitaryfoundation/metriq-gym/pull/121
  • Bump scipy from 1.14.1 to 1.15.0 by @dependabot in https://github.com/unitaryfoundation/metriq-gym/pull/120
  • refactor: consolidate logger to main program entry point. by @vprusso in https://github.com/unitaryfoundation/metriq-gym/pull/117
  • Bump setuptools from 75.7.0 to 75.8.0 by @dependabot in https://github.com/unitaryfoundation/metriq-gym/pull/131
  • Bump pytket from 1.37.0 to 1.38.0 by @dependabot in https://github.com/unitaryfoundation/metriq-gym/pull/132
  • Bump ibm-platform-services from 0.59.0 to 0.59.1 by @dependabot in https://github.com/unitaryfoundation/metriq-gym/pull/137
  • Bump ruff from 0.8.6 to 0.9.1 by @dependabot in https://github.com/unitaryfoundation/metriq-gym/pull/136
  • Bump ibm-cloud-sdk-core from 3.22.0 to 3.22.1 by @dependabot in https://github.com/unitaryfoundation/metriq-gym/pull/135
  • Bump scipy from 1.15.0 to 1.15.1 by @dependabot in https://github.com/unitaryfoundation/metriq-gym/pull/133
  • Provider/Backend framework by @cosenal in https://github.com/unitaryfoundation/metriq-gym/pull/128
  • Bump qiskit-aer from 0.15.1 to 0.16.0 by @dependabot in https://github.com/unitaryfoundation/metriq-gym/pull/134
  • Bump botocore-stubs from 1.36.1 to 1.36.2 by @dependabot in https://github.com/unitaryfoundation/metriq-gym/pull/139
  • Bump qiskit from 1.3.1 to 1.3.2 by @dependabot in https://github.com/unitaryfoundation/metriq-gym/pull/140
  • Bump identify from 2.6.5 to 2.6.6 by @dependabot in https://github.com/unitaryfoundation/metriq-gym/pull/141
  • Bump botocore from 1.36.1 to 1.36.2 by @dependabot in https://github.com/unitaryfoundation/metriq-gym/pull/146
  • Bump pytket from 1.38.0 to 1.39.0 by @dependabot in https://github.com/unitaryfoundation/metriq-gym/pull/142
  • Bump importlib-metadata from 8.5.0 to 8.6.1 by @dependabot in https://github.com/unitaryfoundation/metriq-gym/pull/143
  • Bump virtualenv from 20.29.0 to 20.29.1 by @dependabot in https://github.com/unitaryfoundation/metriq-gym/pull/145
  • Bump cloudpickle from 2.2.1 to 3.1.1 by @dependabot in https://github.com/unitaryfoundation/metriq-gym/pull/147
  • Bump boto3-stubs from 1.36.1 to 1.36.2 by @dependabot in https://github.com/unitaryfoundation/metriq-gym/pull/148
  • Bump asteval from 1.0.5 to 1.0.6 by @dependabot in https://github.com/unitaryfoundation/metriq-gym/pull/150
  • Bump websockets from 14.1 to 14.2 by @dependabot in https://github.com/unitaryfoundation/metriq-gym/pull/149
  • Bump pre-commit from 4.0.1 to 4.1.0 by @dependabot in https://github.com/unitaryfoundation/metriq-gym/pull/144
  • Bump numpy from 2.2.1 to 2.2.2 by @dependabot in https://github.com/unitaryfoundation/metriq-gym/pull/151
  • Bump filelock from 3.16.1 to 3.17.0 by @dependabot in https://github.com/unitaryfoundation/metriq-gym/pull/154
  • Bump ruff from 0.9.2 to 0.9.3 by @dependabot in https://github.com/unitaryfoundation/metriq-gym/pull/159
  • Bump types-s3transfer from 0.11.1 to 0.11.2 by @dependabot in https://github.com/unitaryfoundation/metriq-gym/pull/155
  • Bump tzdata from 2024.2 to 2025.1 by @dependabot in https://github.com/unitaryfoundation/metriq-gym/pull/158
  • Bump s3transfer from 0.11.1 to 0.11.2 by @dependabot in https://github.com/unitaryfoundation/metriq-gym/pull/163
  • Bump boto3 from 1.36.1 to 1.36.5 by @dependabot in https://github.com/unitaryfoundation/metriq-gym/pull/162
  • Bump pytket-quantinuum from 0.42.0 to 0.43.0 by @dependabot in https://github.com/unitaryfoundation/metriq-gym/pull/156
  • Bump rustworkx from 0.15.1 to 0.16.0 by @dependabot in https://github.com/unitaryfoundation/metriq-gym/pull/160
  • Bump boto3-stubs from 1.36.2 to 1.36.5 by @dependabot in https://github.com/unitaryfoundation/metriq-gym/pull/161
  • Bump pytket-qiskit from 0.62.0 to 0.63.0 by @dependabot in https://github.com/unitaryfoundation/metriq-gym/pull/157
  • Chore(deps): bump qbraid from 0.9.1 to 0.9.2 by @dependabot in https://github.com/unitaryfoundation/metriq-gym/pull/168
  • Chore(deps): bump botocore-stubs from 1.36.2 to 1.36.5 by @dependabot in https://github.com/unitaryfoundation/metriq-gym/pull/169
  • Chore(deps): bump fonttools from 4.55.3 to 4.55.5 by @dependabot in https://github.com/unitaryfoundation/metriq-gym/pull/167
  • Chore(deps): bump pytket-qir from 0.17.0 to 0.19.0 by @dependabot in https://github.com/unitaryfoundation/metriq-gym/pull/166
  • Chore(deps): bump amazon-braket-sdk from 1.88.1 to 1.88.3 by @dependabot in https://github.com/unitaryfoundation/metriq-gym/pull/165
  • Remove cli arguments specific to benchmarks by @cosenal in https://github.com/unitaryfoundation/metriq-gym/pull/173
  • Chore(deps): bump referencing from 0.36.1 to 0.36.2 by @dependabot in https://github.com/unitaryfoundation/metriq-gym/pull/175
  • Chore(deps): bump types-awscrt from 0.23.6 to 0.23.7 by @dependabot in https://github.com/unitaryfoundation/metriq-gym/pull/183
  • Chore(deps): bump cloudpickle from 2.2.1 to 3.1.1 by @dependabot in https://github.com/unitaryfoundation/metriq-gym/pull/182
  • Chore(deps): bump botocore-stubs from 1.36.5 to 1.36.7 by @dependabot in https://github.com/unitaryfoundation/metriq-gym/pull/181
  • Chore(deps): bump fonttools from 4.55.5 to 4.55.6 by @dependabot in https://github.com/unitaryfoundation/metriq-gym/pull/180
  • Chore(deps): bump boto3 from 1.36.5 to 1.36.7 by @dependabot in https://github.com/unitaryfoundation/metriq-gym/pull/179
  • Chore(deps): bump attrs from 24.3.0 to 25.1.0 by @dependabot in https://github.com/unitaryfoundation/metriq-gym/pull/178
  • Chore(deps): bump boto3-stubs from 1.36.5 to 1.36.7 by @dependabot in https://github.com/unitaryfoundation/metriq-gym/pull/177
  • Use qBraid's new load_job function to poll job by @cosenal in https://github.com/unitaryfoundation/metriq-gym/pull/174
  • Improve dependency workflow by @cosenal in https://github.com/unitaryfoundation/metriq-gym/pull/184
  • fix: automerge workflow by @vprusso in https://github.com/unitaryfoundation/metriq-gym/pull/193
  • Chore(deps): bump botocore-stubs from 1.36.7 to 1.36.8 by @dependabot in https://github.com/unitaryfoundation/metriq-gym/pull/192
  • Chore(deps): bump botocore from 1.36.7 to 1.36.9 by @dependabot in https://github.com/unitaryfoundation/metriq-gym/pull/197
  • Auto-approve Dependabot PRs by @cosenal in https://github.com/unitaryfoundation/metriq-gym/pull/198
  • Chore(deps): bump boto3 from 1.36.7 to 1.36.9 by @dependabot in https://github.com/unitaryfoundation/metriq-gym/pull/199
  • Chore(deps): bump boto3-stubs from 1.36.7 to 1.36.9 by @dependabot in https://github.com/unitaryfoundation/metriq-gym/pull/196
  • Chore(deps): bump dependabot/fetch-metadata from 1 to 2 by @dependabot in https://github.com/unitaryfoundation/metriq-gym/pull/200
  • Chore(deps): bump amazon-braket-schemas from 1.23.0 to 1.23.1 by @dependabot in https://github.com/unitaryfoundation/metriq-gym/pull/190
  • Chore(deps): bump amazon-braket-default-simulator from 1.26.2 to 1.26.3 by @dependabot in https://github.com/unitaryfoundation/metriq-gym/pull/189
  • Chore(deps): bump cloudpickle from 2.2.1 to 3.1.1 by @dependabot in https://github.com/unitaryfoundation/metriq-gym/pull/187
  • Project introduction in README by @cosenal in https://github.com/unitaryfoundation/metriq-gym/pull/202
  • Chore(deps-dev): bump ruff from 0.9.3 to 0.9.4 by @dependabot in https://github.com/unitaryfoundation/metriq-gym/pull/205
  • Chore(deps): bump pytket from 1.39.0 to 1.40.0 by @dependabot in https://github.com/unitaryfoundation/metriq-gym/pull/206
  • Chore(deps): bump pyqrack from 1.35.0 to 1.35.5 by @dependabot in https://github.com/unitaryfoundation/metriq-gym/pull/210
  • Chore(deps): bump cryptography from 44.0.0 to 44.0.1 by @dependabot in https://github.com/unitaryfoundation/metriq-gym/pull/217
  • Chore(deps-dev): bump ruff from 0.9.4 to 0.9.6 by @dependabot in https://github.com/unitaryfoundation/metriq-gym/pull/213
  • Chore(deps): bump qiskit-ibm-runtime from 0.34.0 to 0.35.0 by @dependabot in https://github.com/unitaryfoundation/metriq-gym/pull/214
  • Chore(deps-dev): bump mypy from 1.14.1 to 1.15.0 by @dependabot in https://github.com/unitaryfoundation/metriq-gym/pull/212
  • Align provider names with qBraid by @cosenal in https://github.com/unitaryfoundation/metriq-gym/pull/216
  • Chore(deps): bump pytket-quantinuum from 0.43.0 to 0.44.0 by @dependabot in https://github.com/unitaryfoundation/metriq-gym/pull/211
  • Make job ID optional for polling and improve usability by @Changhao-Li in https://github.com/unitaryfoundation/metriq-gym/pull/203
  • refactor: remove empty test file by @vprusso in https://github.com/unitaryfoundation/metriq-gym/pull/218
  • Chore(deps): bump scipy from 1.15.1 to 1.15.2 by @dependabot in https://github.com/unitaryfoundation/metriq-gym/pull/221
  • feat: CHSH benchmark by @vprusso in https://github.com/unitaryfoundation/metriq-gym/pull/153
  • fix: chsh/bseq polling is now fixed by @vprusso in https://github.com/unitaryfoundation/metriq-gym/pull/228
  • Chore(deps): bump qiskit-ibm-runtime from 0.35.0 to 0.36.1 by @dependabot in https://github.com/unitaryfoundation/metriq-gym/pull/223
  • Use new load_provider from qbraid by @cosenal in https://github.com/unitaryfoundation/metriq-gym/pull/229
  • chore: BSEQ on Rigetti devices via AWS by @vprusso in https://github.com/unitaryfoundation/metriq-gym/pull/230
  • Encapsulate benchmark results in objects by @cosenal in https://github.com/unitaryfoundation/metriq-gym/pull/235
  • Tweak docs re:poll action by @cosenal in https://github.com/unitaryfoundation/metriq-gym/pull/239
  • feat: azure provider support by @vprusso in https://github.com/unitaryfoundation/metriq-gym/pull/219
  • Chore(deps): bump pyqrack from 1.35.8 to 1.35.10 by @dependabot in https://github.com/unitaryfoundation/metriq-gym/pull/242
  • Chore(deps-dev): bump pytest from 8.3.4 to 8.3.5 by @dependabot in https://github.com/unitaryfoundation/metriq-gym/pull/243
  • Chore(deps-dev): bump sphinx from 8.2.1 to 8.2.3 by @dependabot in https://github.com/unitaryfoundation/metriq-gym/pull/245
  • Chore(deps): bump ruamel-yaml-clib from 0.2.8 to 0.2.12 by @dependabot in https://github.com/unitaryfoundation/metriq-gym/pull/244
  • feature: update qv with additional outputs by @vprusso in https://github.com/unitaryfoundation/metriq-gym/pull/241
  • chore: update readme with specific example by @vprusso in https://github.com/unitaryfoundation/metriq-gym/pull/246
  • Support Python 3.13 by @cosenal in https://github.com/unitaryfoundation/metriq-gym/pull/251
  • test: add macos and ubuntu to test matrix by @vprusso in https://github.com/unitaryfoundation/metriq-gym/pull/253
  • Chore(deps): bump ruamel-yaml-clib from 0.2.8 to 0.2.12 by @dependabot in https://github.com/unitaryfoundation/metriq-gym/pull/255
  • Chore(deps-dev): bump ruff from 0.9.9 to 0.9.10 by @dependabot in https://github.com/unitaryfoundation/metriq-gym/pull/256
  • Chore(deps): bump pyqrack from 1.35.10 to 1.36.0 by @dependabot in https://github.com/unitaryfoundation/metriq-gym/pull/254
  • Fail gracefully when device is mistyped by @cosenal in https://github.com/unitaryfoundation/metriq-gym/pull/260
  • refactor: remove eplg from qv by @vprusso in https://github.com/unitaryfoundation/metriq-gym/pull/261
  • Sync dependencies in precommit hook by @cosenal in https://github.com/unitaryfoundation/metriq-gym/pull/262
  • QML Kernel benchmark single-trial implementation by @cosenal in https://github.com/unitaryfoundation/metriq-gym/pull/265
  • CLOPS implementation with qBraid runner by @cosenal in https://github.com/unitaryfoundation/metriq-gym/pull/269
  • Use generics in Benchmark class by @cosenal in https://github.com/unitaryfoundation/metriq-gym/pull/271
  • Remove unused pytket dependencies by @cosenal in https://github.com/unitaryfoundation/metriq-gym/pull/272
  • New action to view job details by @cosenal in https://github.com/unitaryfoundation/metriq-gym/pull/273
  • Chore(deps): bump ruamel-yaml-clib from 0.2.8 to 0.2.12 by @dependabot in https://github.com/unitaryfoundation/metriq-gym/pull/276
  • Chore(deps): bump qiskit-ibm-runtime from 0.36.1 to 0.37.0 by @dependabot in https://github.com/unitaryfoundation/metriq-gym/pull/277
  • Fix prompt for job in poll action by @cosenal in https://github.com/unitaryfoundation/metriq-gym/pull/278
  • Chore(deps-dev): bump ruff from 0.9.10 to 0.11.0 by @dependabot in https://github.com/unitaryfoundation/metriq-gym/pull/275
  • Platform introspection module by @cosenal in https://github.com/unitaryfoundation/metriq-gym/pull/274
  • Chore(deps-dev): bump ruff from 0.11.0 to 0.11.2 by @dependabot in https://github.com/unitaryfoundation/metriq-gym/pull/282
  • feat: enhance benchmark schemas with json annotations. by @vprusso in https://github.com/unitaryfoundation/metriq-gym/pull/285
  • docs: add citation file. by @vprusso in https://github.com/unitaryfoundation/metriq-gym/pull/286
  • Chore(deps): bump ruamel-yaml-clib from 0.2.8 to 0.2.12 by @dependabot in https://github.com/unitaryfoundation/metriq-gym/pull/288
  • Use list of providers from qBraid by @cosenal in https://github.com/unitaryfoundation/metriq-gym/pull/289
  • GitHub org renaming by @cosenal in https://github.com/unitaryfoundation/metriq-gym/pull/284
  • Chore(deps): bump ruamel-yaml-clib from 0.2.8 to 0.2.12 by @dependabot in https://github.com/unitaryfoundation/metriq-gym/pull/290
  • Chore(deps-dev): bump ruff from 0.11.2 to 0.11.4 by @dependabot in https://github.com/unitaryfoundation/metriq-gym/pull/291
  • Chore(deps): bump pyqrack from 1.38.0 to 1.38.1 by @dependabot in https://github.com/unitaryfoundation/metriq-gym/pull/292
  • docs: documentation for adding new benchmark to metriq-gym by @vprusso in https://github.com/unitaryfoundation/metriq-gym/pull/287
  • refactor: absorb job_type into benchmark init. by @vprusso in https://github.com/unitaryfoundation/metriq-gym/pull/295
  • Chore(deps): bump ruamel-yaml-clib from 0.2.8 to 0.2.12 by @dependabot in https://github.com/unitaryfoundation/metriq-gym/pull/297
  • Short CLI command by @cosenal in https://github.com/unitaryfoundation/metriq-gym/pull/298
  • Chore(deps-dev): bump ruff from 0.11.5 to 0.11.7 by @dependabot in https://github.com/unitaryfoundation/metriq-gym/pull/304
  • Chore(deps): bump h11 from 0.14.0 to 0.16.0 by @dependabot in https://github.com/unitaryfoundation/metriq-gym/pull/307
  • Chore(deps): bump pyqrack from 1.38.3 to 1.40.2 by @dependabot in https://github.com/unitaryfoundation/metriq-gym/pull/305
  • Chore(deps): bump qiskit-ibm-runtime from 0.37.0 to 0.38.0 by @dependabot in https://github.com/unitaryfoundation/metriq-gym/pull/306
  • refactor: change so rebase can update branch by @vprusso in https://github.com/unitaryfoundation/metriq-gym/pull/309
  • fix: automerge by @vprusso in https://github.com/unitaryfoundation/metriq-gym/pull/311
  • Chore(deps): bump ruamel-yaml-clib from 0.2.8 to 0.2.12 by @dependabot in https://github.com/unitaryfoundation/metriq-gym/pull/310
  • Chore(deps-dev): bump ruff from 0.11.7 to 0.11.8 by @dependabot in https://github.com/unitaryfoundation/metriq-gym/pull/312
  • Chore(deps): bump bbeesley/gha-auto-dependabot-rebase from 1.5.129 to 1.5.137 by @dependabot in https://github.com/unitaryfoundation/metriq-gym/pull/314
  • Chore(deps): bump scipy from 1.15.2 to 1.15.3 by @dependabot in https://github.com/unitaryfoundation/metriq-gym/pull/315
  • Chore(deps): bump ruamel-yaml-clib from 0.2.8 to 0.2.12 by @dependabot in https://github.com/unitaryfoundation/metriq-gym/pull/319
  • Chore(deps-dev): bump ruff from 0.11.8 to 0.11.9 by @dependabot in https://github.com/unitaryfoundation/metriq-gym/pull/318
  • Chore(deps): bump qiskit from 1.4.2 to 1.4.3 by @dependabot in https://github.com/unitaryfoundation/metriq-gym/pull/316
  • Add code of conduct ahead of unitaryHACK by @cosenal in https://github.com/unitaryfoundation/metriq-gym/pull/320
  • Chore(deps): bump pyqrack from 1.40.2 to 1.42.3 by @dependabot in https://github.com/unitaryfoundation/metriq-gym/pull/317
  • Chore(deps): bump bbeesley/gha-auto-dependabot-rebase from 1.5.137 to 1.5.138 by @dependabot in https://github.com/unitaryfoundation/metriq-gym/pull/324
  • Chore(deps): bump ruamel-yaml-clib from 0.2.8 to 0.2.12 by @dependabot in https://github.com/unitaryfoundation/metriq-gym/pull/326
  • Chore(deps-dev): bump ruff from 0.11.9 to 0.11.10 by @dependabot in https://github.com/unitaryfoundation/metriq-gym/pull/327
  • Chore(deps): bump qiskit-ibm-runtime from 0.38.0 to 0.39.0 by @dependabot in https://github.com/unitaryfoundation/metriq-gym/pull/328
  • Export benchmark result to json by @cosenal in https://github.com/unitaryfoundation/metriq-gym/pull/300
  • Chore(deps): bump bbeesley/gha-auto-dependabot-rebase from 1.5.138 to 1.5.142 by @dependabot in https://github.com/unitaryfoundation/metriq-gym/pull/331
  • Chore(deps): bump ruamel-yaml-clib from 0.2.8 to 0.2.12 by @dependabot in https://github.com/unitaryfoundation/metriq-gym/pull/333
  • Chore(deps-dev): bump ruff from 0.11.10 to 0.11.11 by @dependabot in https://github.com/unitaryfoundation/metriq-gym/pull/335
  • Chore(deps): bump pyqrack from 1.42.3 to 1.44.19 by @dependabot in https://github.com/unitaryfoundation/metriq-gym/pull/332
  • Chore(deps): bump bbeesley/gha-auto-dependabot-rebase from 1.5.142 to 1.5.144 by @dependabot in https://github.com/unitaryfoundation/metriq-gym/pull/364
  • Bump PyQrack to 1.53.1 mostly to fix builds by @cosenal in https://github.com/unitaryfoundation/metriq-gym/pull/367
  • Chore(deps): bump pydantic from 2.9.2 to 2.11.5 by @dependabot in https://github.com/unitaryfoundation/metriq-gym/pull/334
  • fix: adding num qubits extraction for AzureQuantumDevice by @vprusso in https://github.com/unitaryfoundation/metriq-gym/pull/360
  • feat: add wormhole benchmark by @vprusso in https://github.com/unitaryfoundation/metriq-gym/pull/293
  • added status for jobs which are not completed #238 by @lavanya-m-k in https://github.com/unitaryfoundation/metriq-gym/pull/354
  • lenient on handling invalid jsonl #301 by @lavanya-m-k in https://github.com/unitaryfoundation/metriq-gym/pull/355
  • Chore(deps): bump bbeesley/gha-auto-dependabot-rebase from 1.5.144 to 1.5.145 by @dependabot in https://github.com/unitaryfoundation/metriq-gym/pull/373
  • Chore(deps-dev): bump ruff from 0.11.12 to 0.11.13 by @dependabot in https://github.com/unitaryfoundation/metriq-gym/pull/376
  • Chore(deps): bump qiskit-ibm-runtime from 0.39.0 to 0.40.1 by @dependabot in https://github.com/unitaryfoundation/metriq-gym/pull/375
  • Chore(deps): bump pyqrack from 1.53.1 to 1.56.0 by @dependabot in https://github.com/unitaryfoundation/metriq-gym/pull/374
  • Feature: Allow user to dispatch list of benchmarks on a device #234 by @Kitsunp in https://github.com/unitaryfoundation/metriq-gym/pull/357
  • Add mirror circuits to benchmarks #233 by @Kitsunp in https://github.com/unitaryfoundation/metriq-gym/pull/359
  • Backend for local simulator #322 by @lavanya-m-k in https://github.com/unitaryfoundation/metriq-gym/pull/372
  • fix: add support for complete graph by @vprusso in https://github.com/unitaryfoundation/metriq-gym/pull/380
  • Chore(deps): bump bbeesley/gha-auto-dependabot-rebase from 1.5.145 to 1.5.148 by @dependabot in https://github.com/unitaryfoundation/metriq-gym/pull/382
  • Chore(deps-dev): bump mypy from 1.16.0 to 1.16.1 by @dependabot in https://github.com/unitaryfoundation/metriq-gym/pull/383
  • chore: update qbraid version by @vprusso in https://github.com/unitaryfoundation/metriq-gym/pull/385
  • Chore(deps): bump qiskit-aer from 0.16.4 to 0.17.1 by @dependabot in https://github.com/unitaryfoundation/metriq-gym/pull/384
  • Add support for Qiskit 2 by @cosenal in https://github.com/unitaryfoundation/metriq-gym/pull/387
  • Local simulator implemented as a qBraid device by @cosenal in https://github.com/unitaryfoundation/metriq-gym/pull/388
  • E2E test of dispatch-poll workflow by @cosenal in https://github.com/unitaryfoundation/metriq-gym/pull/390
  • Chore(deps-dev): bump ruff from 0.11.13 to 0.12.0 by @dependabot in https://github.com/unitaryfoundation/metriq-gym/pull/392
  • Chore(deps): bump qiskit from 2.0.3 to 2.1.0 by @dependabot in https://github.com/unitaryfoundation/metriq-gym/pull/394
  • Chore(deps): bump pyqrack from 1.58.0 to 1.59.0 by @dependabot in https://github.com/unitaryfoundation/metriq-gym/pull/397
  • Chore(deps): bump scipy from 1.15.3 to 1.16.0 by @dependabot in https://github.com/unitaryfoundation/metriq-gym/pull/396
  • Chore(deps-dev): bump pytest from 8.4.0 to 8.4.1 by @dependabot in https://github.com/unitaryfoundation/metriq-gym/pull/393
  • Chore(deps): bump bbeesley/gha-auto-dependabot-rebase from 1.5.148 to 1.5.150 by @dependabot in https://github.com/unitaryfoundation/metriq-gym/pull/398
  • Auto squash and merge dependabot PRs by @cosenal in https://github.com/unitaryfoundation/metriq-gym/pull/400
  • Chore(deps): bump ruamel-yaml-clib from 0.2.8 to 0.2.12 by @dependabot in https://github.com/unitaryfoundation/metriq-gym/pull/395
  • chore: updates for pypi release by @vprusso in https://github.com/unitaryfoundation/metriq-gym/pull/399

New Contributors

  • @vprusso made their first contribution in https://github.com/unitaryfoundation/metriq-gym/pull/2
  • @WrathfulSpatula made their first contribution in https://github.com/unitaryfoundation/metriq-gym/pull/7
  • @cosenal made their first contribution in https://github.com/unitaryfoundation/metriq-gym/pull/14
  • @willzeng made their first contribution in https://github.com/unitaryfoundation/metriq-gym/pull/21
  • @dependabot made their first contribution in https://github.com/unitaryfoundation/metriq-gym/pull/33
  • @Changhao-Li made their first contribution in https://github.com/unitaryfoundation/metriq-gym/pull/203
  • @lavanya-m-k made their first contribution in https://github.com/unitaryfoundation/metriq-gym/pull/354
  • @Kitsunp made their first contribution in https://github.com/unitaryfoundation/metriq-gym/pull/357

Full Changelog: https://github.com/unitaryfoundation/metriq-gym/commits/v0.1.0

- Python
Published by vprusso 8 months ago