v3.2.0
rigetti-githubbot
released this
03 Aug 22:05
·
190 commits
to master
since this release
3.2.0 (2022-08-03)
Chore
- Bump semver-regex from 3.1.2 to 3.1.3 (#1382) (77a8eab), closes #1382
- Remove commit checker CI job (#1409) (248bf1b), closes #1409
Docs
- Fix Python syntax typo in docs/start.rst (#1411) (95074c2), closes #1411
- Update CHANGELOG.md for released 3.0.1 (#1412) (010fde6), closes #1412
- Update CHANGELOG.md for 3.2.0 release (bb726f7)
- Update CONTRIBUTING.md with more specific release instructions. (#1428) (7825bb7), closes #1428
Fix
- allow spaces in DEFFRAME specs (ba9d3a1)
- Changed pad_left to pad_right (17c93c0)
- Correctly apply the phase in quilwaveforms (#1408) (4305000), closes #1408 #1407
- DefFrame to/from Quil with JSON values (#1419) (f9608d8), closes #1419 #1417
- Docker qvm/quilc in
rigetti/forest
image. (#1437) (d8ffa42), closes #1437
Update
- add execution duration to program results (#1436) (aa1181e), closes #1436
- Addressed incorrect typing on new
_substitute
method forMemoryReference
. (5d3bd13) - Assign a fidelity of 100% to RZ operations to break symmetry with RX in ISA. (#1433) (76785c0), closes #1433
- Created test for memory reference substitution (which fails) based on
test_eval
for the parameter case. (ce357c1) - Initial solution working for test. Had to give away the notion of arrays for the values, and require the user to individually address the values for each memory offset. (7ef08b4)
- Summarized update in CHANGELOG.md. (3460708)
- Support group accounts (#1439) (fb35d30), closes #1439
Upgrade
- bump qcs-api-client version (#1398) (29a8435), closes #1398
- Expand qcs-api-client range to include 0.20.* (#1423) (0eaeb5c), closes #1423
- qcs-api-client to <0.22.0 (#1449) (b53155f), closes #1449
- qcs-api-client to include credentials name fix (#1442) (49afb24), closes #1442
- Update some dependencies (#1441) (0d88777), closes #1441 #1440