Releases: unitaryfund/pyqrack
PYQRACK_HOST_POINTER_DEFAULT_ON environment variable
PYQRACK_HOST_POINTER_DEFAULT_ON=1
, or set to any "truthy" value, now changes the default of QrackSimulator
constructor option isHostPointer
from False
to True
. This (True
) default often benefits "integrated graphics" accelerators that use general memory, rather than dedicated memory, which can therefore benefit from "zero-copy" mode.
(Since PyQrack's OpenCL version is the only version which supports integrated graphics accelerators, like the Intel HD, this release is only for OpenCL.)
Full Changelog: v1.34.9...v1.35.0
sha1sum results:
e9ec49559221b2d6b190b26de2bf8668e000697d pyqrack-1.35.0-py3-none-macosx_13_0_x86_64.whl
303aca42ecfe357b539ba57db9b69120ba6cc99c pyqrack-1.35.0-py3-none-macosx_14_0_arm64.whl
8565acc5e12b5f4e987a89e12be3fa8313d0fd68 pyqrack-1.35.0-py3-none-macosx_15_0_arm64.whl
38ac6975664d6528f7b44932146a2be7531f2033 pyqrack-1.35.0-py3-none-manylinux_2_31_x86_64.whl
6bdcbe33aa1761fb7bab21bf7ab853869e81592a pyqrack-1.35.0-py3-none-manylinux_2_35_x86_64.whl
78717c465b7f76bae1556125a18859825706d16a pyqrack-1.35.0-py3-none-manylinux_2_39_x86_64.whl
87fc456448538670f2246565a241868fb5c2bb27 pyqrack-1.35.0-py3-none-win_amd64.whl
f0e8c20cece2749aaa14f2b17020c865863dbcf5 pyqrack-1.35.0.tar.gz
QrackCircuit commutation
In this release, QrackCircuit
checks, when a gate commutes, whether it had any qubits in common with the other gate. If it does, commutation is deemed "productive," and circuit optimization continues. If commutation only occurs without any qubits in common between commuting gates, and if the gate ultimately fails to commute at the last step, then commutation is deemed "non-productive," and the corresponding qubits are removed from the circuit optimization light cone.
Full Changelog:
unitaryfund/qrack@vm6502q.v9.13.9...vm6502q.v9.13.16
v1.34.8...v1.34.9
sha1sum results:
5c1b92c71ab04bc57956b025c69c1dba996ad29b pyqrack-1.34.9-py3-none-macosx_13_0_x86_64.whl
27ac35928e74544349f713b696e06c7524e1cf3d pyqrack-1.34.9-py3-none-macosx_14_0_arm64.whl
dcdc553f384fd80e5bda0de253442f615a6b7b32 pyqrack-1.34.9-py3-none-macosx_15_0_arm64.whl
8bb33e20163960dc2fc2ddd9a079172fdb9d6de7 pyqrack-1.34.9-py3-none-manylinux_2_31_x86_64.whl
f2c563c3763283e06f34f215da8a878250cf86cc pyqrack-1.34.9-py3-none-manylinux_2_35_x86_64.whl
90180a3fcf28c9ce469ba9a31bb1cb9feaba2751 pyqrack-1.34.9-py3-none-manylinux_2_39_x86_64.whl
7091fed60029cd278f54a2363acb086e37808c5d pyqrack-1.34.9-py3-none-win_amd64.whl
cd82a752ada9ef1fc6cb3a6487e855a70157e1a4 pyqrack-1.34.9.tar.gz
59b08cbcc80c6e9e55a637e599be0fd8ffbbe4ca pyqrack_cpu-1.34.9-py3-none-macosx_13_0_x86_64.whl
14fd2b580cf36e96006b90fa129160ec5c199556 pyqrack_cpu-1.34.9-py3-none-manylinux_2_31_x86_64.whl
c6ef14b381e62d432a2081866f0255b38269cf28 pyqrack_cpu-1.34.9-py3-none-manylinux_2_35_x86_64.whl
959425b6cfdb9a24dbb8c341540b11d095b4a950 pyqrack_cpu-1.34.9-py3-none-manylinux_2_39_x86_64.whl
529ba77da1860b8431768fb7fa6e2be8824ac0fd pyqrack_cpu-1.34.9-py3-none-win_amd64.whl
795deb686e1eea6603fd1dd0c560b783e246db13 pyqrack_cpu-1.34.9.tar.gz
d701d1fac972828a211fb810d3f6cf09b45dd3f5 pyqrack_cuda-1.34.9.tar.gz
Improve QrackCircuit
QrackCircuit
has been improved with further light-cone optimizations. Now, when gates are combined to produce identity operator somewhere mid-circuit, only gates in the light cone are checked for further composability past the identity gate, and, as gates in the light cone fail to produce any further improvements past a certain depth, the blocked wires are removed from the light cone for further optimization checks. (These improvements are inspired by consideration of "directed acyclic graph," "DAG" data structures.)
Full Changelog:
unitaryfund/qrack@vm6502q.v9.13.8...vm6502q.v9.13.9
v1.34.7...v1.34.8
sha1sum results:
5158a97c79e871599f84bd52032683bb5b1475ad pyqrack-1.34.8-py3-none-macosx_13_0_x86_64.whl
54f3d1651b9df9741c04ab0ad2551ee322e71746 pyqrack-1.34.8-py3-none-macosx_14_0_arm64.whl
2a7a2e54d49f51c2170dc50a48edb03f39ec2d55 pyqrack-1.34.8-py3-none-macosx_15_0_arm64.whl
9384aea555b4c623ee09b0c80a55c268cb00f8d3 pyqrack-1.34.8-py3-none-manylinux_2_31_x86_64.whl
87be00e5268c18e0b696d76b43cb258ad44fd05b pyqrack-1.34.8-py3-none-manylinux_2_35_x86_64.whl
eff4686005328c0f5f0cdc8bcef0c8a7a8a05396 pyqrack-1.34.8-py3-none-manylinux_2_39_x86_64.whl
8085afa17d411ecca1be09848d82855a87a76c41 pyqrack-1.34.8-py3-none-win_amd64.whl
cb77ded930a5ad1b0c448b990f18f485fdea2683 pyqrack-1.34.8.tar.gz
8ad0969bb0cf06e4cc7612d6b011338327f55f31 pyqrack_cpu-1.34.8-py3-none-macosx_13_0_x86_64.whl
5235a28fd269b58cddb98e22fd8425a5047bf7a8 pyqrack_cpu-1.34.8-py3-none-manylinux_2_31_x86_64.whl
3b9419423124793658d8a7f67a4f9f58c0df498e pyqrack_cpu-1.34.8-py3-none-manylinux_2_35_x86_64.whl
8a1639d238c35b9ffb6ddb4f669b46b7d5d694c3 pyqrack_cpu-1.34.8-py3-none-manylinux_2_39_x86_64.whl
2f6014309735057f777f862fcda686bcc016a8f1 pyqrack_cpu-1.34.8-py3-none-win_amd64.whl
fca503623c2fe57c417d641f2af9bc8c9f3e8639 pyqrack_cpu-1.34.8.tar.gz
757558c3eb0448663f0b1cc0dc0f7dd2f052b0de pyqrack_cuda-1.34.8.tar.gz
PSTRIDEPOW default; QCircuit improvement
(With apologies for two release iterations in a day...) Environment/build option PSTRIDEPOW
default value has been re-tuned based on local benchmarks. In QrackCircuit
, we noticed that Swap
gate could be decomposed as either 3 CNOT
or 3 AntiCNOT
gates, which can improve performance.
Full Changelog:
unitaryfund/qrack@vm6502q.9.13.7...vm6502q.v9.13.8
1.34.6...v1.34.7
sha1sum results:
c3ccd8c837639bbe158aeda7c14d0dd531949e7c pyqrack-1.34.7-py3-none-macosx_13_0_x86_64.whl
13162754ddfc6654de6574372d058273204befa8 pyqrack-1.34.7-py3-none-macosx_13_0_x86_64.whl:Zone.Identifier
8af687c452f6e4c18e2eca254c091292778a7cfd pyqrack-1.34.7-py3-none-macosx_14_0_arm64.whl
a70452c8cad82e53394312197d4c7a20a0fd81a3 pyqrack-1.34.7-py3-none-macosx_14_0_arm64.whl:Zone.Identifier
7b3a2dca7b41aa96b85637ede89ce4c7d56a0386 pyqrack-1.34.7-py3-none-macosx_15_0_arm64.whl
e98712e0fb74cb2c892dfe2b28fb7bd1c8e40885 pyqrack-1.34.7-py3-none-macosx_15_0_arm64.whl:Zone.Identifier
d55cd241217c4210cb3aa18f72c762c7a78f31fb pyqrack-1.34.7-py3-none-manylinux_2_31_x86_64.whl
98d308a8df8097f1c066f8094d020ebfb02aeb36 pyqrack-1.34.7-py3-none-manylinux_2_31_x86_64.whl:Zone.Identifier
aaeb447930a0aacd0aa4f9fb7e7ebf2f3b8f22b8 pyqrack-1.34.7-py3-none-manylinux_2_35_x86_64.whl
483086cc48e84183dc98284ac64f8fa73a99100f pyqrack-1.34.7-py3-none-manylinux_2_35_x86_64.whl:Zone.Identifier
c641fab4220491cb0fe6e18827857b0405c97310 pyqrack-1.34.7-py3-none-manylinux_2_39_x86_64.whl
374202d7eaa938195d05a3485c49905d866e59ad pyqrack-1.34.7-py3-none-manylinux_2_39_x86_64.whl:Zone.Identifier
5e70bf5bfb9eb3fc778f5ba49c62e07f88612cb0 pyqrack-1.34.7-py3-none-win_amd64.whl
ea0da60a277dd0902563a7566efecac88268bd4e pyqrack-1.34.7-py3-none-win_amd64.whl:Zone.Identifier
fc60f3730d0f8218a4978facf361fd16d76c8231 pyqrack-1.34.7.tar.gz
8b36f52afef0ca0aff9d2c7290aa3dd8858fe530 pyqrack_cpu-1.34.7-py3-none-macosx_13_0_x86_64.whl
d2fe0bed55eb46e202ffde6653269ab7bb92fe0f pyqrack_cpu-1.34.7-py3-none-macosx_13_0_x86_64.whl:Zone.Identifier
a7dfaa70ff0dd48dac16eed85a5d1fa9e81f34c0 pyqrack_cpu-1.34.7-py3-none-manylinux_2_31_x86_64.whl
ee6b1a4decdf93d55ba8689728e1a12a5edcb86d pyqrack_cpu-1.34.7-py3-none-manylinux_2_31_x86_64.whl:Zone.Identifier
055e9ae528f897d9394c8a85b3744fefc911137c pyqrack_cpu-1.34.7-py3-none-manylinux_2_35_x86_64.whl
c33310d33c9fbbde72cec01b28b41b83ef13516f pyqrack_cpu-1.34.7-py3-none-manylinux_2_35_x86_64.whl:Zone.Identifier
7edc23266785e98d03e511de0c2e73525b988541 pyqrack_cpu-1.34.7-py3-none-manylinux_2_39_x86_64.whl
b3511a1e56cf6b5e3714e8d5351dd78030832bdf pyqrack_cpu-1.34.7-py3-none-manylinux_2_39_x86_64.whl:Zone.Identifier
bbba7de210b69d344dd1e6ff35c7ba5e8fed959b pyqrack_cpu-1.34.7-py3-none-win_amd64.whl
246331536d7a68c2179f1764fe6c1b4380a9aa5b pyqrack_cpu-1.34.7-py3-none-win_amd64.whl:Zone.Identifier
59ca0db2577940bc46bd6c3ee7591b7890f91cf5 pyqrack_cpu-1.34.7.tar.gz
e0fb619eb257458c2efd30bbab6d6f72e9728081 pyqrack_cuda-1.34.7.tar.gz
Fix QrackCircuit-to-Qiskit conversion
This release fixes the conversion from QrackCircuit
to Qiskit's QuantumCircuit
. It also improves the performance of Qrack's QTensorNetwork
layer.
NOTE: This is C++ Qrack release v9.13.7, but the build artifact was missing the commit that did nothing but bump the version number from v9.13.6.
Full Changelog:
unitaryfund/qrack@vm6502q.v9.13.6...vm6502q.9.13.7
1.34.5...1.34.6
sha1sum results:
deef5604635d827239142a80a59d5a014467e2b6 pyqrack-1.34.6-py3-none-macosx_13_0_x86_64.whl
c0c543588302428dc8fb8980588114c24968f6b1 pyqrack-1.34.6-py3-none-macosx_14_0_arm64.whl
668220aa454b598d666bc8dbcb81a48b98dce84e pyqrack-1.34.6-py3-none-macosx_15_0_arm64.whl
eb990fcdd168f1e65cb6b800e975f20bf505a9d5 pyqrack-1.34.6-py3-none-manylinux_2_31_x86_64.whl
beb41c617f364d867a0ca6378970b25c891260db pyqrack-1.34.6-py3-none-manylinux_2_35_x86_64.whl
03266eb22efd0cf8f85710f8c044cde461b738ab pyqrack-1.34.6-py3-none-manylinux_2_39_x86_64.whl
c190d89f0e657b964b482f24930aef131103baea pyqrack-1.34.6-py3-none-win_amd64.whl
ca464fc08e4cc26112aa86be551c101f511ce174 pyqrack-1.34.6.tar.gz
714203612b17f8fb92a0ba98a8e85aa6dce868ac pyqrack_cpu-1.34.6-py3-none-macosx_13_0_x86_64.whl
84bd5de6ebecd6c8c79a7139feb2a881819ded2b pyqrack_cpu-1.34.6-py3-none-manylinux_2_31_x86_64.whl
6cd05294355a703b7ed3dce91e33d78059384601 pyqrack_cpu-1.34.6-py3-none-manylinux_2_35_x86_64.whl
270bc1945673a7e5dd7d8983c2821b72546e3d40 pyqrack_cpu-1.34.6-py3-none-manylinux_2_39_x86_64.whl
1a3f32419e8cb884220dd1f14508b684a878208f pyqrack_cpu-1.34.6-py3-none-win_amd64.whl
2a92254a1965fa5958154dd3ac272fdeb2421b7f pyqrack_cpu-1.34.6.tar.gz
939eadcbf44361adb135e096317b7a79ce56701d pyqrack_cuda-1.34.6.tar.gz
IO stream double precision (QrackCircuit improvements)
Qrack's import/export IO for compiled circuits now reports in double
precision. More importantly than double
reporting precision, IO streams for unitary matrix operators typically need to be numerically unitary to at least double
tolerance. This is enforced by assuming any gate is (approximately-enough) unitary, solving for a 3-paramater representation plus global phase of the operator, and reconstructing the matrix representation from the 3 parameters and global phase in double
precision (before writing to an output stream, at the C++ level).
QrackCircuit
has also been debugged and improved;
Full Changelog:
unitaryfund/qrack@vm6502q.v9.13.1...vm6502q.v9.13.6
v1.34.4...1.34.5
sha1sum results:
25241cc0a2e9ca2de08605cd0ad7c20d4b0f2bb3 pyqrack-1.34.5-py3-none-macosx_13_0_x86_64.whl
00b5f986d99baf61fee04c1ed9dd27ac9abc9547 pyqrack-1.34.5-py3-none-macosx_14_0_arm64.whl
e837524d44a1caf3e8288c9de48a31fc968fd5b2 pyqrack-1.34.5-py3-none-macosx_15_0_arm64.whl
88b0a10d7b934796cc9e615c4db90be64e30476b pyqrack-1.34.5-py3-none-manylinux_2_31_x86_64.whl
ce90f701866b3fb7f590f122e82b2eedbc941bab pyqrack-1.34.5-py3-none-manylinux_2_35_x86_64.whl
e2ad3fec2f5da1649fa91e2da0dfdf50353d01e8 pyqrack-1.34.5-py3-none-manylinux_2_39_x86_64.whl
3b71623976e38656e4af9a77ab8c23ae30c27521 pyqrack-1.34.5-py3-none-win_amd64.whl
d56486f70518dad81d188d87cf5b264c785c4022 pyqrack-1.34.5.tar.gz
36ecc8808ed54c7ea0788ca19f76ea8b06c5144a pyqrack_cpu-1.34.5-py3-none-macosx_13_0_x86_64.whl
f9046ae968013ff23250fdf85e98e26d24efcdac pyqrack_cpu-1.34.5-py3-none-manylinux_2_31_x86_64.whl
a1338d9c40edb214b70480d1ff96c92c731d3f43 pyqrack_cpu-1.34.5-py3-none-manylinux_2_35_x86_64.whl
08937717b4810ac94827098704fcb03927cea01d pyqrack_cpu-1.34.5-py3-none-manylinux_2_39_x86_64.whl
0149557c1e816417139900e4439cee5e31e7b58b pyqrack_cpu-1.34.5-py3-none-win_amd64.whl
f96a15a7e7573612baad2b29f500ae4728b99879 pyqrack_cpu-1.34.5.tar.gz
aeb25850371a130525886c3de72d7e3e41482b5e pyqrack_cuda-1.34.5.tar.gz
Improve Qiskit to QrackCircuit conversion
This release improves Qiskit to QrackCircuit conversion.
Full Changelog: v1.34.0...v1.34.4
sha1sum results:
47f7124ca014d2048be83a6337733a5b32c200fa pyqrack-1.34.4-py3-none-macosx_13_0_x86_64.whl
714fdd8e78aeaced85d7e7dde79b61c36647dfbd pyqrack-1.34.4-py3-none-macosx_14_0_arm64.whl
8a665f89914f0b99723c26bef7840c783b215403 pyqrack-1.34.4-py3-none-macosx_15_0_arm64.whl
42c80f3955f8b1c46ae6ec85764232f2b10c16d9 pyqrack-1.34.4-py3-none-manylinux_2_31_x86_64.whl
538e6cb3ffb3a8cbca5d48484320fb007d435933 pyqrack-1.34.4-py3-none-manylinux_2_35_x86_64.whl
b8c081882a0cc6a0afe206173646e9a54e2302b3 pyqrack-1.34.4-py3-none-manylinux_2_39_x86_64.whl
4689590126dd886b4ea1db3a44445d3784cde3e3 pyqrack-1.34.4-py3-none-win_amd64.whl
a48312a188f7cfff462dfe30ae664503ed9e0d6b pyqrack-1.34.4.tar.gz
214f316633d1327469f4d02f965ec74f4508603f pyqrack_cpu-1.34.4-py3-none-macosx_13_0_x86_64.whl
83b3897e49903faade5a3d583b378f397bcf006e pyqrack_cpu-1.34.4-py3-none-manylinux_2_31_x86_64.whl
9d2e87f7a70e356dbf1076247098c6bc243f2555 pyqrack_cpu-1.34.4-py3-none-manylinux_2_35_x86_64.whl
68b97c10151df6e624dc585ee300549485a6acf1 pyqrack_cpu-1.34.4-py3-none-manylinux_2_39_x86_64.whl
53a5cf6bfcdcd8653750c3ef4e4cfd0b740d9cb9 pyqrack_cpu-1.34.4-py3-none-win_amd64.whl
9bd5bd7f706fd285069d932f6bd0dc1d27152c70 pyqrack_cpu-1.34.4.tar.gz
26ba4c59764fd69a25825efd3f32c62d4b4c9d73 pyqrack_cuda-1.34.4.tar.gz
Qiskit v1.3 update
This updates all (optional) functionality in PyQrack that relies on Qiskit to conform to the Qiskit v1.3 API. This release should also be backwards compatible to earlier versions of Qiskit that previously worked with PyQrack.
Full Changelog: v1.33.1...v1.34.0
sha1sum results:
5e7173960f562b0c939a528b5c357fc5c01428bd pyqrack-1.34.0-py3-none-macosx_13_0_x86_64.whl
dd76eccd2e1371684a145d7efd6afd3e097385d5 pyqrack-1.34.0-py3-none-macosx_14_0_arm64.whl
edaa64d13f395bfcb60f95bc6a13f5c6e5b151c9 pyqrack-1.34.0-py3-none-macosx_15_0_arm64.whl
f2533119507a89b9661a13d1625e16e94f4dca26 pyqrack-1.34.0-py3-none-manylinux_2_31_x86_64.whl
e6f3702da187c27a59b2f49b236425d385e62892 pyqrack-1.34.0-py3-none-manylinux_2_35_x86_64.whl
901080a0ea44f6005bcf08283dd8ec6dacf40661 pyqrack-1.34.0-py3-none-manylinux_2_39_x86_64.whl
5f1f550b49405e8a825f01471d5fc5c74677135e pyqrack-1.34.0-py3-none-win_amd64.whl
ef63aa8d9b7fbe91186c9819d77a73bd1d69e7d0 pyqrack-1.34.0.tar.gz
78298a9ad5478a1f23237a21e7e30de983b2ff33 pyqrack_cpu-1.34.0-py3-none-macosx_13_0_x86_64.whl
20a4ea84f2c5347d27373661077e834ab359b223 pyqrack_cpu-1.34.0-py3-none-manylinux_2_31_x86_64.whl
29893a5b4cb66daf990412181f7ee10f4e1d4ca2 pyqrack_cpu-1.34.0-py3-none-manylinux_2_35_x86_64.whl
ea85a977a68a7345ae2f26ff7d08426f344e9778 pyqrack_cpu-1.34.0-py3-none-manylinux_2_39_x86_64.whl
7107353f0e94f7633b2f4ce7401a1f39bb599266 pyqrack_cpu-1.34.0-py3-none-win_amd64.whl
aaaf3e5c710464414d82d5410bc1cb1ad03472ad pyqrack_cpu-1.34.0.tar.gz
644666ae234728bef00ccee7b4f2612b12c43208 pyqrack_cuda-1.34.0.tar.gz
Qubit ID bounds checking
The C++ Qrack shared library and WASM interfaces now raise exception if a qubit label is requested that wasn't already specifically assigned. (Previously, these interfaces simply returned the "0"-label qubit in this case, instead, which wasn't "unsafe," but the exception is more helpful.)
Full Changelog:
unitaryfund/qrack@vm6502q.v9.13.0...vm6502q.v9.13.1
v1.33.0...v1.33.1
NOTE: pyqrack-cuda
was updated to v1.33.2 on 2024-11-26 to add cmake
as a setup_requires
dependency, debugging installation on systems including Ubuntu WSL on Windows.
sha1sum results:
9aac07bd56dbba78887f9a97258783590908af0f pyqrack-1.33.1-py3-none-macosx_13_0_x86_64.whl
0683e105ddd742f0d9fbebc9ff9868a00bf3e87b pyqrack-1.33.1-py3-none-macosx_14_0_arm64.whl
947442578437f452b42c78c94947d0ff0af2e3a0 pyqrack-1.33.1-py3-none-macosx_15_0_arm64.whl
e4d34d2a551c218a47c9da4eadd4387ee3a7a6b7 pyqrack-1.33.1-py3-none-manylinux_2_31_x86_64.whl
7f159254575aa6cb77f1a3527f9c5589c7d1bb31 pyqrack-1.33.1-py3-none-manylinux_2_35_x86_64.whl
902bfc6ff263d8cf3f87b3e7281d012409774b76 pyqrack-1.33.1-py3-none-manylinux_2_39_x86_64.whl
08244b39d3c828c285ad9583015f84e1a655cd0f pyqrack-1.33.1-py3-none-win_amd64.whl
4a55ed97cf83d2deb5ea6eb89b0adb755f4ca3c7 pyqrack-1.33.1.tar.gz
e5c67465ebf59ca4ee8123f1a26f187c68ca923c pyqrack_cpu-1.33.1-py3-none-macosx_13_0_x86_64.whl
4809622d1ff70b8281bd6340eb645461d65609d1 pyqrack_cpu-1.33.1-py3-none-manylinux_2_31_x86_64.whl
4fd4801105118414c112f2c8b6ea6524b2296fef pyqrack_cpu-1.33.1-py3-none-manylinux_2_35_x86_64.whl
e337c6040ad560334853460bde0245922b84d6b8 pyqrack_cpu-1.33.1-py3-none-manylinux_2_39_x86_64.whl
6e6619d210805fbf98e6f00ce9a1ab8abd7c6872 pyqrack_cpu-1.33.1-py3-none-win_amd64.whl
6f4dbb4687c105a03b8c967866fdcae302425946 pyqrack_cpu-1.33.1.tar.gz
eacd6e595950230220abf7e678df44784e034bc2 pyqrack_cuda-1.33.1.tar.gz
d421876d372a366e3e41ae41df331ca71ae4685a pyqrack_cuda-1.33.2.tar.gz
QrackCircuit direct to string or Qiskit Circuit
This feature release adds two new functions to the Qrack shared library API that, when used together, allow a QrackCircuit
to be converted directly to a std::string
representation (exactly the same as the file representation) and passed back to the shared library caller. This also enables direct conversion to a Qiskit cicuit.
Full Changelog:
unitaryfund/qrack@vm6502q.v9.12.39...vm6502q.v9.13.0
v1.32.31...v1.33.0
sha1sum results:
df788eb53694d1e21fdd85c6a31dd1faad576999 pyqrack-1.33.0-py3-none-macosx_13_0_x86_64.whl
0dd7886afa45b55717d9410d3b39202d83d7c443 pyqrack-1.33.0-py3-none-macosx_14_0_arm64.whl
a00e58a2a7c497ae63a2a2bfc3d6b9976cad0b90 pyqrack-1.33.0-py3-none-macosx_15_0_arm64.whl
56947f9a744d3e4aaac7389c3b8969e59c3a37e8 pyqrack-1.33.0-py3-none-manylinux_2_31_x86_64.whl
053c84a6d2c71ecfe7326531b37f157118f36b1e pyqrack-1.33.0-py3-none-manylinux_2_35_x86_64.whl
933ec491df1520286c6ec49645d4ee7b25b797e0 pyqrack-1.33.0-py3-none-manylinux_2_39_x86_64.whl
895d4383daddd48ef31a5c519e7150ccd8f8cd28 pyqrack-1.33.0-py3-none-win_amd64.whl
6db6a6c84af29e8ce8e3e2a90e438eb080d2c411 pyqrack-1.33.0.tar.gz
1ab5ac9d75dc9ee280c58d502b994501ba962de1 pyqrack_cpu-1.33.0-py3-none-macosx_13_0_x86_64.whl
b05a8e5508ec0e44e6eb8f0ff7b298b5c2aa6c14 pyqrack_cpu-1.33.0-py3-none-manylinux_2_31_x86_64.whl
0c6f067dbf9f56720ec59cee2954e39f957cf34c pyqrack_cpu-1.33.0-py3-none-manylinux_2_35_x86_64.whl
4bcba8de6007a09f79ad7bff5b5ce871b9b3461d pyqrack_cpu-1.33.0-py3-none-manylinux_2_39_x86_64.whl
d748b2638bb841973b5e26b4c85e5fa967f4f0aa pyqrack_cpu-1.33.0-py3-none-win_amd64.whl
73f2312596dd39d2d8a9ac18326d9b020f3c6f34 pyqrack_cpu-1.33.0.tar.gz
799491e74a7a408c6f2b312a1fc295193e54e1b1 pyqrack_cuda-1.33.0.tar.gz