From 53f6d130716e53154613bc0a3da3ff5fc48999f1 Mon Sep 17 00:00:00 2001 From: MarquessV Date: Tue, 7 Nov 2023 18:17:30 +0000 Subject: [PATCH] chore: prepare release 4.1.0-rc.3 [skip ci] --- CHANGELOG.md | 12 ++++++++++++ pyproject.toml | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f9c14c98f..c7a0851ef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## 4.1.0-rc.3 (2023-11-07) + +### Features + +#### update qcs-sdk-rust (#1683) + +### Fixes + +#### The `DefGate.matrix` property will no longer raise an exception when the matrix contains a mix of atomic and object types. (#1685) + +#### Instruction types no longer return a superclass instance when using `copy.deepcopy` (#1689) + ## 4.1.0-rc.2 (2023-11-01) ### Features diff --git a/pyproject.toml b/pyproject.toml index c85d399da..61866438e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pyquil" -version = "4.1.0-rc.2" +version = "4.1.0-rc.3" description = "A Python library for creating Quantum Instruction Language (Quil) programs." authors = ["Rigetti Computing "] readme = "README.md"