Skip to content

Commit

Permalink
chore: prepare release 4.0.0-rc.55 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
MarquessV committed Sep 12, 2023
1 parent 119aca7 commit c8d0fa2
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions V4_PRERELEASE_CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Changelog

## 4.0.0-rc.55

### Breaking Changes

- Revamp the QuantumComputer and the WavefunctionSimulator sections. (#1643)

### Features

- Quilc clients support (#1638)
- Implement `__iadd__` on `Program` (#1648)

### Fixes

- Attempt to reconstruct `TemplateWaveform`s from `quil_rs.WaveformInvocation`s (#1650)
- Program#calibrate now returns the original instruction if there was no match (#1646)
- Program declarations should be empty after copy_everything_except_instructions (#1614)

## 4.0.0-rc.54

### Breaking Changes
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.0.0-rc.54"
version = "4.0.0-rc.55"
description = "A Python library for creating Quantum Instruction Language (Quil) programs."
authors = ["Rigetti Computing <softapps@rigetti.com>"]
readme = "README.md"
Expand Down

0 comments on commit c8d0fa2

Please sign in to comment.