Releases: Infleqtion/client-superstaq
Releases · Infleqtion/client-superstaq
v0.4.6 July 20, 2023 Release
What's Changed
- make compiled circuits accessible in job objects by @richrines1 in #605
- Add benchmarking bot by @epelaaez in #544
- Clearer
SuperstaqException
messages by @epelaaez in #614 - use minimal cirq/qiskit versions in standalone checks by @richrines1 in #626
- update qiskit reqs by @richrines1 in #634
- version bump to 0.4.6 by @stephanielee9 in #633
Full Changelog: v0.4.5...v0.4.6
v0.4.5 July 13, 2023 Release
What's Changed
- Rerun notebooks with
hqs_
->qtm_
by @epelaaez in #620 - Add limit to user balance by @paaige in #609
- added
maxout
parameters inservice.py
andsuperstaq_client.py
by @dhirpalshah in #621 - Delete
uchicago_workshop.ipynb
by @vtomole in #623 - Remove
.py
files from examples by @vtomole in #624 - version bump to 0.4.5 by @stephanielee9 in #625
Full Changelog: v0.4.4...v0.4.5
v0.4.4 July 11, 2023 Release
What's Changed
- Update
pip install
command in notebooks by @bharat-thotakura in #615 - Update quantinuum prefix by @epelaaez in #618
- version bump 0.4.4 by @dhirpalshah in #619
Full Changelog: v0.4.3...v0.4.4
v0.4.3 July 11, 2023 Release
What's Changed
- rename all instances of
_SuperstaqClient
toSuperstaqClient
by @dhirpalshah in #603 - Revert "rename all instances of
_SuperstaqClient
toSuperstaqClient
" by @dhirpalshah in #607 - Rename
userconfig
toservice
ingeneral_superstaq
and writesubmit_qubo
inservice.py
by @dhirpalshah in #608 - Update docs by @stephanielee9 in #610
- Update basics tutorials by @stephanielee9 in #611
- Allow users to initialize client with
client = service.Service()
by @dhirpalshah in #613 - needed to rename userconfig to service and remove finance / logistics in
general_superstaq.rst
by @dhirpalshah in #616 - version bumping to 0.4.3 by @dhirpalshah in #617
Full Changelog: v0.4.2...v0.4.3
v0.4.2 July 06, 2023 Release
What's Changed
- Client-side qiskit job retrieval by @dowusu-antwi in #597
- remove broken + redundant API key tests in
css
andqss
by @perlinm in #598 - Fixes documentation style for non-
*_test.py
files by @dowusu-antwi in #596 - update_submit_qubo by @dhirpalshah in #558
- Calling
aqt/qscout_compile
incss.Service.compile()
by @bharat-thotakura in #601 - version bumping to 0.4.2 by @dhirpalshah in #602
Full Changelog: v0.4.1...v0.4.2
v0.4.1 June 30, 2023 Release
What's Changed
- Adding docstrings to check files by @pgoiporia in #503
- Added GIF code block to readme by @stephanielee9 in #568
- Single
# pylint
for tests by @bharat-thotakura in #578 - Remaining docstrings for
cirq-superstaq/cirq_superstaq/ops/qubit_gates.py
by @vtomole in #513 - GIF SuperstaQ --> Superstaq by @stephanielee9 in #581
- Remove remaining
# pylint
inclient-superstaq
by @bharat-thotakura in #565 - aqt notebook updates by @richrines1 in #552
- reorganized docs superstaq and deleted unnecessary application examples by @dhirpalshah in #587
- Further docstrings for
qubit_gates.py
by @bharat-thotakura in #585 - Revised
general-superstaq
docstrings by @bharat-thotakura in #590 - Revised docstrings in
supermarq
by @bharat-thotakura in #588 - Revised
cirq-superstaq
docstrings by @bharat-thotakura in #589 - Bump docs supermarq version by @stephanielee9 in #593
- Dev guide style docstring nits in css + qss by @bharat-thotakura in #591
- Updates to readmes by @stephanielee9 in #577
- IBM Dynamical Decoupling Tutorial by @knsmith in #538
- Hilbert Tutorial by @SalahedeenIssa in #527
- version bump to 0.4.1 by @stephanielee9 in #595
New Contributors
- @SalahedeenIssa made their first contribution in #527
Full Changelog: v0.4.0...v0.4.1
v0.4.0 June 27, 2023 Release
What's Changed
- Fix linking of Colab and Binder badges by @singular-value in #551
- Tutorial on account, job, backend info by @stephanielee9 in #543
- Update to Superstaq naming in docs + css + qss by @bharat-thotakura in #559
- Updating Supercheq docs by @pgoiporia in #541
- move resource_estimate from provider to backend by @richrines1 in #561
- More functionality for
superstaq_job
by @bharat-thotakura in #468 - Add get_targets endpoint in qss by @paaige in #497
- standardize aqt_compile arguments by @richrines1 in #566
- remove deprecated calls from daily integration checks by @richrines1 in #567
- generalize input annotations from
List[<circuit_type>]
toSequence[<circuit_type>]
by @richrines1 in #570 - standardize validation by @richrines1 in #564
SuperstaQ
->Superstaq
by @dowusu-antwi in #571- Website and repo name updates (+ lowercase Supermarq/Supercheq) by @bharat-thotakura in #562
- use
**kwargs
instead ofoptions=
when creating jobs by @richrines1 in #573 - drop support for python 3.7 by @richrines1 in #575
- Correction in
supercheq.rst
+ miscellaneous nits by @bharat-thotakura in #574 - removed calls, issue 569 by @dhirpalshah in #576
- version bump to
0.4.0
by @dowusu-antwi in #572
Full Changelog: v0.3.33...v0.4.0
v0.3.33 June 22, 2023 Release
What's Changed
- Make references in Superstaq for IBMQ a subsection by @bharat-thotakura in #554
- Reverts qss circuit metadata implementation by @bharat-thotakura in #534
- lower case q in index.rst by @singular-value in #555
- version bump to 0.3.33 by @stephanielee9 in #556
Full Changelog: v0.3.32...v0.3.33
v0.3.32 June 22, 2023 Release
What's Changed
- updated docstrings in css.Job by @richrines1 in #520
- Added documentation in
cirq_superstaq
by @KabirDubey in #492 - support custom gate defs in qss by @richrines1 in #529
- Update readthedocs link by @stephanielee9 in #535
- Fix broken link in QSCOUT tutorial by @knsmith in #536
- Docstrings for
custom_gates.py
by @bharat-thotakura in #521 - Rewrites IBM tutorials to match QSCOUT tutorial template by @dowusu-antwi in #539
- pip page for qiskit-superstaq has a broken link by @1ucian0 in #547
- fix typos related to aqt submission by @richrines1 in #546
- Removed finance and logistics endpoints in client by @dhirpalshah in #548
- updated version from version = 0.3.31 to version = 0.3.32 by @dhirpalshah in #549
New Contributors
- @KabirDubey made their first contribution in #492
- @1ucian0 made their first contribution in #547
Full Changelog: v0.3.31...v0.3.32
v0.3.31 June 15, 2023 Release
What's Changed
- Update qscout tutorial notebook by @bharat-thotakura in #475
- update check requirements by @richrines1 in #495
- update cirq req to >=1.0.0 by @richrines1 in #496
- Update installation instructions on docs by @stephanielee9 in #485
- Update basic tutorial for docs (TEMPLATE) by @stephanielee9 in #458
- Update Superstaq site links and contact info by @stephanielee9 in #498
GHZ
docstrings by @epelaaez in #510UserConfig
docstrings by @dowusu-antwi in #501compiler_output
docstrings by @epelaaez in #505- Docstring update in
finance.py
&qubo.py
by @bharat-thotakura in #509 - Docstrings for
gss.logistics
by @bharat-thotakura in #506 BitCode
docstrings by @epelaaez in #508- Minor attribute addition. by @dowusu-antwi in #504
- Update logos in readme and docs by @stephanielee9 in #515
- assign cirq_superstaq to css, as in elsewhere in our codebase by @singular-value in #518
- edit/add docstrings to
superstaq_job.py
by @knsmith in #512 - qss backend docstrings by @knsmith in #507
- Class docstring for
resource_estimate.py
by @bharat-thotakura in #511 - clean up status handling in
css.Job
by @richrines1 in #519 - Docstrings for
superstaq_provider.py
by @knsmith in #516 PhaseCode
docstrings by @epelaaez in #514@epelaaez
toCODEOWNERS
by @vtomole in #522- Add docstrings for qudit_gates.py in css by @singular-value in #517
- Move compile endpoints to backend for
qss
by @dowusu-antwi in #473 - Add contact info for exceptions by @stephanielee9 in #499
- bump version to 0.3.31 by @stephanielee9 in #528
New Contributors
Full Changelog: v0.3.30...v0.3.31