3.1.0 (2022-02-14)
Chore
- Bump semver-regex from 3.1.2 to 3.1.3 (#1382) (e808643), closes #1382
- Remove commit checker CI job (#1409) (97c8446), closes #1409
Docs
- Fix Python syntax typo in docs/start.rst (#1411) (8c85116), closes #1411
- Update CHANGELOG.md for released 3.0.1 (#1412) (34127a4), closes #1412
- Update CHANGELOG.md for 3.1.0 release (ec6624e)
Fix
- allow spaces in DEFFRAME specs (8ed6bf6)
- Changed pad_left to pad_right (3c35cf6)
- Correctly apply the phase in quilwaveforms (#1408) (22a2b37), closes #1408 #1407
- DefFrame to/from Quil with JSON values (#1419) (1727895), closes #1419 #1417
Update
- Addressed incorrect typing on new
_substitute
method forMemoryReference
. (8c936a3) - Created test for memory reference substitution (which fails) based on
test_eval
for the parameter case. (081bcdc) - 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. (91c9eeb)
- Summarized update in CHANGELOG.md. (98586b9)