From 3175dfccd75b94079f5c6ee87ee2f62967422475 Mon Sep 17 00:00:00 2001 From: marquessv Date: Thu, 10 Aug 2023 15:29:09 -0700 Subject: [PATCH] update changelog --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6cbba484b..8323f4251 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -24,6 +24,11 @@ The 4.0 release of pyQuil migrates its core functionality into Rigetti's latest - The new `QPUCompilerAPIOptions` class provides can now be used to customize how a program is compiled against a QPU. - The `diagnostics` module has been introduced with a `get_report` function that will gather information on the currently running pyQuil installation, perform diagnostics checks, and return a summary. +- `QAMExecutionResult` now has a `raw_readout_data` property that can be used to get the raw form of readout data returned from the executor. + +### Deprecations + +- The `QAMExecutionResult` `readout_data` property has been deprecated to avoid confusion with the new `raw_readout_data` property. Use the `register_map` property instead. ## 3.5.4