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: tensorflow_quantum/release.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@
4
4
- The TensorFlow dependency has been upgraded from 2.7.0 to 2.11.0:
5
5
- TensorFlow Quantum is now compiled with `_GLIBCXX_USE_CXX11_ABI=1`. Downstream projects that encounter `std::__cxx11` or `[abi:cxx11]` linker errors will need to adopt this compiler option. See [the GNU C++ Library docs on Dual ABI](https://gcc.gnu.org/onlinedocs/libstdc++/manual/using_dual_abi.html).
6
6
- TensorFlow Quantum is now compiled with `-std=c++17`, see [install.md](/docs/install.md) for build instructions.
7
-
- Cirq dependency has been upgraded from `0.13.1` to `>=1.0`
7
+
- Cirq dependency has been upgraded from `0.13.1` to `~=1.0`
8
8
-`cirq_google.XMON` was deprecated : https://github.com/quantumlib/Cirq/issues/4856
9
9
-`QuantumEngineSampler` was deprecated : https://github.com/quantumlib/Cirq/issues/5371
10
10
- So, we need [ProcessorSampler() for testing](https://github.com/quantumlib/Cirq/blob/master/cirq-google/cirq_google/engine/processor_sampler_test.py)
0 commit comments