You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/changelog.md
+3-1
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,7 @@ Release notes for `quimb`.
8
8
**Breaking Changes**
9
9
10
10
- move belief propagation to `quimb.tensor.belief_propagation`
11
+
- calling `tn.contract()` when an non-zero value has been accrued into `tn.exponent` now automatically re-absorbs that exponent.
11
12
12
13
**Enhancements:**
13
14
@@ -19,8 +20,9 @@ Release notes for `quimb`.
19
20
- belief propagation, add a `contract_every` option.
20
21
- HV1BP: vectorize both contraction and message initialization
21
22
- add [`qu.plot_multi_series_zoom`](quimb.utils_plot.plot_multi_series_zoom) for plotting multiple series with a zoomed inset, useful for various convergence plots such as BP
22
-
- add `info` option to [`tn.gauge_all_simple`](quimb.tensor.tensor_core.TensorNetwork.gauge_all_simple) for tracking extra information such as number of iterations and max gauge difffi
23
+
- add `info` option to [`tn.gauge_all_simple`](quimb.tensor.tensor_core.TensorNetwork.gauge_all_simple) for tracking extra information such as number of iterations and max gauge diffs
-[`TensorNetwork.contract`](quimb.tensor.tensor_core.TensorNetwork.contract): add `strip_exponent` option for return the mantissa and exponent (log10) separately.
0 commit comments