diff --git a/CHANGELOG.md b/CHANGELOG.md index 4de75b788..e0a701529 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## 4.9.0-rc.3 (2024-04-12) + +### Features + +#### Publish pyquil-grpc-web; A new package that supports making gRPC connections over HTTP/1.1. (#1763) + +#### Expressions without parameters have improved compatibility with numpy. (#1757) + +### Fixes + +#### Program#out(calibrations=False) will not expand calibrations (#1758) + +#### The imaginary part of a complex number is no longer moved incorrectly to the outside of a binary expression. (#1756) + ## 4.9.0-rc.2 (2024-04-11) ### Features diff --git a/pyproject.toml b/pyproject.toml index 4c38696f5..34e97dc44 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pyquil" -version = "4.9.0-rc.2" +version = "4.9.0-rc.3" description = "A Python library for creating Quantum Instruction Language (Quil) programs." authors = ["Rigetti Computing "] readme = "README.md"