瀏覽代碼

Merge branch 'maint-0.4.0'

George Kadianakis 6 年之前
父節點
當前提交
50341bb5ba
共有 1 個文件被更改,包括 5 次插入0 次删除
  1. 5 0
      changes/bug29527

+ 5 - 0
changes/bug29527

@@ -0,0 +1,5 @@
+  o Minor features (circuit padding):
+    - Stop warning about undefined behavior in the probability distribution
+      tests. Float division by zero may technically be undefined behaviour in
+      C, but it's well-defined in IEEE 754. Partial backport of 29298.
+      Closes ticket 29527; bugfix on 0.4.0.1-alpha.