Matthew Neeley
Matthew Neeley
We have a build with a large number of subprojects (~30) and running sbt eclipse can take a substantial amount of time (most of it due to dependency resolution). It...
In a project I am working on we have a mono-repo that includes various subprojects that are versioned and released separately. We'd like to switch to using sbt-git for these...
In #442 we identified a few issues when running against 32-bit windows. With numpy2 some tests fail because the dtype `ELSIZE` is incorrectly returning 0, while with numpy1 some examples...
Calling `cirq.decomponse_once` on `cirq.CZ` raises an error: ```python In [4]: cirq.decompose(cirq.CZ(cirq.q(0), cirq.q(1))) Out[4]: [cirq.CZ(cirq.LineQubit(0), cirq.LineQubit(1))] In [5]: cirq.decompose_once(cirq.CZ(cirq.q(0), cirq.q(1))) --------------------------------------------------------------------------- TypeError Traceback (most recent call last) Cell In[5], line 1...