We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c557ef commit cd8fccaCopy full SHA for cd8fcca
CHANGELOG.md
@@ -1,5 +1,15 @@
1
# Changelog
2
3
+## 4.16.2-rc.1 (2025-05-02)
4
+
5
+### Fixes
6
7
+#### allow installation of pyquil and packaging-24.2 (#1823)
8
9
+#### expand numpy compat range to >=1.25
10
11
+#### stringify numpy float and remove extra type ignore comment
12
13
## 4.16.2-rc.0 (2025-03-24)
14
15
### Fixes
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "pyquil"
-version = "4.16.2-rc.0"
+version = "4.16.2-rc.1"
description = "A Python library for creating Quantum Instruction Language (Quil) programs."
authors = ["Rigetti Computing <softapps@rigetti.com>"]
readme = "README.md"
0 commit comments