Qbraid

Latest version: v0.6.1

Safety actively analyzes 638466 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 3 of 4

0.3.0

Summary

- Refactor API module
- New configure flow (qbraidrc)
- Updates for loading credentials for testing
- Updates for IBMProvider
- Updates to device wrappers modules
- Fixes to make quantum jobs work with qBraid Lab proxies
- User guide + docs updates reflecting all new breaking changes

What's Changed
* housekeeping by ryanhill1 in https://github.com/qBraid/qBraid/pull/156
* ibm provider updates by ryanhill1 in https://github.com/qBraid/qBraid/pull/157
* Improve coverage by junliangtan1 in https://github.com/qBraid/qBraid/pull/159
* docs + pytket updates by ryanhill1 in https://github.com/qBraid/qBraid/pull/160
* Remotes/issue fix by junliangtan1 in https://github.com/qBraid/qBraid/pull/168
* qbraid configure by ryanhill1 in https://github.com/qBraid/qBraid/pull/167
* Rework API + devices by ryanhill1 in https://github.com/qBraid/qBraid/pull/180
* debugging api routes and device tests by ryanhill1 in https://github.com/qBraid/qBraid/pull/182
* jobs errors + docs by ryanhill1 in https://github.com/qBraid/qBraid/pull/183


**Full Changelog**: https://github.com/qBraid/qBraid/compare/v0.2.3...v0.3.0

0.2.3

Summary
- Braket device next available timer
- Braket transpiler noisey gates
- Docs UI to qBraid theme

What's Changed
* Aws device available timer printout by junliangtan1 in https://github.com/qBraid/qBraid/pull/143
* UI update. by pronil-wedefineapps in https://github.com/qBraid/qBraid/pull/145
* Get devices 2 by ryanhill1 in https://github.com/qBraid/qBraid/pull/147
* Braket coverage& error message by junliangtan1 in https://github.com/qBraid/qBraid/pull/152
* Improve coverage by junliangtan1 in https://github.com/qBraid/qBraid/pull/146
* bump dependencies by ryanhill1 in https://github.com/qBraid/qBraid/pull/153

New Contributors
* junliangtan1 made their first contribution in https://github.com/qBraid/qBraid/pull/143
* pronil-wedefineapps made their first contribution in https://github.com/qBraid/qBraid/pull/145

**Full Changelog**: https://github.com/qBraid/qBraid/compare/v0.2.2...v0.2.3

0.2.2

Summary

- QASM parser updates, added support for many different gates & input formats
- braket to qasm code module started
- major Lab docs updates
- Bump dependencies (qiskit, braket, pyquil, cirq)

What's Changed
* Open source by ryanhill1 in https://github.com/qBraid/qBraid/pull/122
* docs + a couple new tests by ryanhill1 in https://github.com/qBraid/qBraid/pull/126
* install new package docs by ryanhill1 in https://github.com/qBraid/qBraid/pull/127
* qasm to braket code by ryanhill1 in https://github.com/qBraid/qBraid/pull/135
* qiskit version bump + qasm refactor by ryanhill1 in https://github.com/qBraid/qBraid/pull/140


**Full Changelog**: https://github.com/qBraid/qBraid/compare/v0.1.4...v0.2.2

0.2.0

Summary

- Add support for OpenQASM 3 conversions

What's Changed
* Qasm3Module Draft by olgOk in https://github.com/qBraid/qbraid-qir/pull/46
* Update _version.py by ryanhill1 in https://github.com/qBraid/qbraid-qir/pull/63
* qasm3 review by ryanhill1 in https://github.com/qBraid/qbraid-qir/pull/68
* Developing the `openqasm3` to `QIR` visitor by TheGupta2012 in https://github.com/qBraid/qbraid-qir/pull/54
* remove reqs files update workflows by ryanhill1 in https://github.com/qBraid/qbraid-qir/pull/69
* qir-runner simulator + housekeep by ryanhill1 in https://github.com/qBraid/qbraid-qir/pull/71
* results class for qir-runner simulator by ryanhill1 in https://github.com/qBraid/qbraid-qir/pull/72
* improve runner tests by ryanhill1 in https://github.com/qBraid/qbraid-qir/pull/73
* Improve coverage for `qasm3` converter by TheGupta2012 in https://github.com/qBraid/qbraid-qir/pull/74
* alias test + notimplemented by ryanhill1 in https://github.com/qBraid/qbraid-qir/pull/77
* Update README.md by ryanhill1 in https://github.com/qBraid/qbraid-qir/pull/82
* bump qbraid dependency by ryanhill1 in https://github.com/qBraid/qbraid-qir/pull/83
* Add support for modifiers by TheGupta2012 in https://github.com/qBraid/qbraid-qir/pull/79
* Update docutils requirement from <0.21 to <0.22 by dependabot in https://github.com/qBraid/qbraid-qir/pull/84
* Update README.md with qasm3 supported OPs by TheGupta2012 in https://github.com/qBraid/qbraid-qir/pull/86
* Update sphinx-autodoc-typehints requirement from <2.1,>=1.24 to >=1.24,<2.2 by dependabot in https://github.com/qBraid/qbraid-qir/pull/87
* Update sphinx requirement from ~=7.2.6 to ~=7.3.7 by dependabot in https://github.com/qBraid/qbraid-qir/pull/88
* progress table template by ryanhill1 in https://github.com/qBraid/qbraid-qir/pull/89
* Add classical variable support to `qasm3_qir_converter` by TheGupta2012 in https://github.com/qBraid/qbraid-qir/pull/85
* prepare release by ryanhill1 in https://github.com/qBraid/qbraid-qir/pull/91

New Contributors
* olgOk made their first contribution in https://github.com/qBraid/qbraid-qir/pull/46
* TheGupta2012 made their first contribution in https://github.com/qBraid/qbraid-qir/pull/54

**Full Changelog**: https://github.com/qBraid/qbraid-qir/compare/v0.1.1...v0.2.0

0.1.4

Summary

- Support the latest Amazon Braket version (1.31.0)
- Support the latest Cirq version (1.0.0)
- Support the latest PyQuil version (3.3.2)
- Remove duplicate conversion tests
- Refactor Lab docs
- Add Lab docs for access keys, VSCode, & system info
- Fiddle with API config tests

What's Changed
* Add access key docs by ryanhill1 in https://github.com/qBraid/qBraid/pull/80
* Bump cirq from 0.15.0 to 1.0.0 by dependabot in https://github.com/qBraid/qBraid/pull/81
* Bump pyquil from 3.0.1 to 3.1.0 by dependabot in https://github.com/qBraid/qBraid/pull/78
* Bump amazon-braket-sdk from 1.25.2 to 1.26.1 by dependabot in https://github.com/qBraid/qBraid/pull/83
* pkg version & test updates by ryanhill1 in https://github.com/qBraid/qBraid/pull/84
* Bump amazon-braket-sdk from 1.26.1 to 1.26.2 by dependabot in https://github.com/qBraid/qBraid/pull/85
* Bump amazon-braket-sdk from 1.26.2 to 1.27.0 by dependabot in https://github.com/qBraid/qBraid/pull/86
* connect to VS code docs by ryanhill1 in https://github.com/qBraid/qBraid/pull/87
* Bump qiskit from 0.37.0 to 0.37.1 by dependabot in https://github.com/qBraid/qBraid/pull/88
* Rh1 dev by ryanhill1 in https://github.com/qBraid/qBraid/pull/89
* Bump amazon-braket-sdk from 1.27.0 to 1.27.1 by dependabot in https://github.com/qBraid/qBraid/pull/90
* update workflows by ryanhill1 in https://github.com/qBraid/qBraid/pull/94
* fix api test headers error by ryanhill1 in https://github.com/qBraid/qBraid/pull/100
* Bump pyquil from 3.1.0 to 3.2.1 by dependabot in https://github.com/qBraid/qBraid/pull/91
* Bump pyquil from 3.2.1 to 3.3.0 by dependabot in https://github.com/qBraid/qBraid/pull/101
* Bump amazon-braket-sdk from 1.27.1 to 1.29.1 by dependabot in https://github.com/qBraid/qBraid/pull/98
* Bump qiskit from 0.37.1 to 0.37.2 by dependabot in https://github.com/qBraid/qBraid/pull/104
* Try except + v bumps by ryanhill1 in https://github.com/qBraid/qBraid/pull/110
* update api config test by ryanhill1 in https://github.com/qBraid/qBraid/pull/116
* Rh1 dev by ryanhill1 in https://github.com/qBraid/qBraid/pull/120

New Contributors
* dependabot made their first contribution in https://github.com/qBraid/qBraid/pull/81

**Full Changelog**: https://github.com/qBraid/qBraid/compare/v0.1.3...v0.1.4

0.1.3

Summary

* Support the latest Cirq version (0.15.0)
* Support the latest Qiskit version (0.37.0)
* Added, updated, cleaned tests
* Removed various old / unused code

What's Changed

* ibmq armonk retired by ryanhill1 in https://github.com/qBraid/qBraid/pull/73
* Rh1 dev by ryanhill1 in https://github.com/qBraid/qBraid/pull/74
* testing updates by ryanhill1 in https://github.com/qBraid/qBraid/pull/75

**Full Changelog**: https://github.com/qBraid/qBraid/compare/v0.1.2...v0.1.3

Page 3 of 4

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.