We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6152da commit 2dd681fCopy full SHA for 2dd681f
2 files changed
CHANGELOG.md
@@ -1,5 +1,17 @@
1
# Changelog
2
3
+## 4.17.0 (2025-10-08)
4
+
5
+### Features
6
7
+#### restrict dependency versions (#1841)
8
9
+### Fixes
10
11
+#### update packages with detected vulnerabilities (#1834)
12
13
+#### clarify what printing a compiled program's output looks like for different targets (#1833)
14
15
## 4.17.0-rc.0 (2025-10-08)
16
17
### Features
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "pyquil"
-version = "4.17.0-rc.0"
+version = "4.17.0"
description = "A Python library for creating Quantum Instruction Language (Quil) programs."
authors = ["Rigetti Computing <softapps@rigetti.com>"]
readme = "README.md"
0 commit comments