3.2.0-rc.1 (2022-02-14)
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
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
Update
- Addressed incorrect typing on new
_substitute
method forMemoryReference
. (5d3bd13) - 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)