diff --git a/CHANGELOG.md b/CHANGELOG.md index 92d5ede41..88a9f2163 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,18 +8,27 @@ Changelog ### Improvements and Changes -- Both `get_qc` and `QPU` now accept an `endpoint_id` argument which is used to engage - against a specific QCS [quantum processor endpoint](https://docs.api.qcs.rigetti.com/#tag/endpoints). - Function `pyquil.quilatom.substitute()` now supports substitution of classical `MemoryReference` objects such as `theta[4]` with their parameter values, enabling user-side parameter substitution. ### Bugfixes -- Allow `np.ndarray` when writing QAM memory. Disallow non-integer and non-float types. -- Fix typo where `qc.compiler.calibration_program` should be `qc.compiler.get_calibration_program()`. - Fix docs typo in `start.rst`, where an extra parentheses was present in a python code block (@ThomasMerkh). - Fixed typo where `scale` was being used as the `phase` in generation of several waveforms. +[v3.0.1](https://github.com/rigetti/pyquil/releases/tag/v3.0.1) +------------------------------------------------------------------------------------ + +### Improvements and Changes + +- Both `get_qc` and `QPU` now accept an `endpoint_id` argument which is used to engage + against a specific QCS [quantum processor endpoint](https://docs.api.qcs.rigetti.com/#tag/endpoints). + +### Bugfixes + +- Allow `np.ndarray` when writing QAM memory. Disallow non-integer and non-float types. +- Fix typo where `qc.compiler.calibration_program` should be `qc.compiler.get_calibration_program()`. + [v3.0.0](https://github.com/rigetti/pyquil/releases/tag/v3.0.0) ------------------------------------------------------------------------------------