We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 139b890 commit e90a3d5Copy full SHA for e90a3d5
CHANGELOG.md
@@ -1,5 +1,14 @@
1
# Changelog
2
3
+## v1.4.7 (2024-02-19)
4
+
5
+### Bug Fixes and Other Changes
6
7
+ * Update GitHub URL paths to use amazon-braket
8
+ * Update Bells_Inequality.ipynb
9
+ * Update CHSH_Inequality.ipynb
10
+ * change qmc test device to pennylane default instead of lightning
11
12
## v1.4.6 (2024-02-07)
13
14
### Bug Fixes and Other Changes
src/braket/_algos/_version.py
@@ -16,4 +16,4 @@
16
Version number (major.minor.patch[-label])
17
"""
18
19
-__version__ = "1.4.7.dev0"
+__version__ = "1.4.7"
0 commit comments