Skip to content

Commit

Permalink
chore: prepare release 4.1.0 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
MarquessV committed Nov 13, 2023
1 parent 1e93c6c commit a6429bd
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## 4.1.0 (2023-11-13)

### 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)

#### DefGate's no longer appear in the instructions list (#1688)

## 4.1.0-rc.5 (2023-11-13)

### Features
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "pyquil"
version = "4.1.0-rc.5"
version = "4.1.0"
description = "A Python library for creating Quantum Instruction Language (Quil) programs."
authors = ["Rigetti Computing <[email protected]>"]
readme = "README.md"
Expand Down

0 comments on commit a6429bd

Please sign in to comment.