Spaces:
Running
Running
Upload folder using huggingface_hub
Browse filesThis view is limited to 50 files because it contains too many changes.
See raw diff
- .gitattributes +498 -0
- engine_rust_src/.venv/.gitignore +1 -0
- engine_rust_src/.venv/.lock +0 -0
- engine_rust_src/.venv/CACHEDIR.TAG +1 -0
- engine_rust_src/.venv/Lib/site-packages/__pycache__/_virtualenv.cpython-313.pyc +0 -0
- engine_rust_src/.venv/Lib/site-packages/_virtualenv.pth +3 -0
- engine_rust_src/.venv/Lib/site-packages/_virtualenv.py +101 -0
- engine_rust_src/.venv/Lib/site-packages/engine_rust-0.1.2.dist-info/INSTALLER +1 -0
- engine_rust_src/.venv/Lib/site-packages/engine_rust-0.1.2.dist-info/METADATA +6 -0
- engine_rust_src/.venv/Lib/site-packages/engine_rust-0.1.2.dist-info/RECORD +9 -0
- engine_rust_src/.venv/Lib/site-packages/engine_rust-0.1.2.dist-info/REQUESTED +0 -0
- engine_rust_src/.venv/Lib/site-packages/engine_rust-0.1.2.dist-info/WHEEL +4 -0
- engine_rust_src/.venv/Lib/site-packages/engine_rust-0.1.2.dist-info/direct_url.json +1 -0
- engine_rust_src/.venv/Lib/site-packages/engine_rust-0.1.2.dist-info/uv_cache.json +1 -0
- engine_rust_src/.venv/Lib/site-packages/engine_rust/__init__.py +5 -0
- engine_rust_src/.venv/Lib/site-packages/engine_rust/engine_rust.pyd +3 -0
- engine_rust_src/.venv/Lib/site-packages/maturin-1.11.5.dist-info/INSTALLER +1 -0
- engine_rust_src/.venv/Lib/site-packages/maturin-1.11.5.dist-info/METADATA +303 -0
- engine_rust_src/.venv/Lib/site-packages/maturin-1.11.5.dist-info/RECORD +11 -0
- engine_rust_src/.venv/Lib/site-packages/maturin-1.11.5.dist-info/REQUESTED +0 -0
- engine_rust_src/.venv/Lib/site-packages/maturin-1.11.5.dist-info/WHEEL +4 -0
- engine_rust_src/.venv/Lib/site-packages/maturin-1.11.5.dist-info/licenses/license-apache +201 -0
- engine_rust_src/.venv/Lib/site-packages/maturin-1.11.5.dist-info/licenses/license-mit +25 -0
- engine_rust_src/.venv/Lib/site-packages/maturin/__init__.py +233 -0
- engine_rust_src/.venv/Lib/site-packages/maturin/__main__.py +50 -0
- engine_rust_src/.venv/Lib/site-packages/maturin/bootstrap.py +31 -0
- engine_rust_src/.venv/Lib/site-packages/numpy-2.4.1.dist-info/DELVEWHEEL +2 -0
- engine_rust_src/.venv/Lib/site-packages/numpy-2.4.1.dist-info/INSTALLER +1 -0
- engine_rust_src/.venv/Lib/site-packages/numpy-2.4.1.dist-info/METADATA +139 -0
- engine_rust_src/.venv/Lib/site-packages/numpy-2.4.1.dist-info/RECORD +936 -0
- engine_rust_src/.venv/Lib/site-packages/numpy-2.4.1.dist-info/REQUESTED +0 -0
- engine_rust_src/.venv/Lib/site-packages/numpy-2.4.1.dist-info/WHEEL +4 -0
- engine_rust_src/.venv/Lib/site-packages/numpy-2.4.1.dist-info/entry_points.txt +13 -0
- engine_rust_src/.venv/Lib/site-packages/numpy-2.4.1.dist-info/licenses/LICENSE.txt +914 -0
- engine_rust_src/.venv/Lib/site-packages/numpy-2.4.1.dist-info/licenses/numpy/_core/include/numpy/libdivide/LICENSE.txt +21 -0
- engine_rust_src/.venv/Lib/site-packages/numpy-2.4.1.dist-info/licenses/numpy/_core/src/common/pythoncapi-compat/COPYING +14 -0
- engine_rust_src/.venv/Lib/site-packages/numpy-2.4.1.dist-info/licenses/numpy/_core/src/highway/LICENSE +371 -0
- engine_rust_src/.venv/Lib/site-packages/numpy-2.4.1.dist-info/licenses/numpy/_core/src/multiarray/dragon4_LICENSE.txt +27 -0
- engine_rust_src/.venv/Lib/site-packages/numpy-2.4.1.dist-info/licenses/numpy/_core/src/npysort/x86-simd-sort/LICENSE.md +28 -0
- engine_rust_src/.venv/Lib/site-packages/numpy-2.4.1.dist-info/licenses/numpy/_core/src/umath/svml/LICENSE +30 -0
- engine_rust_src/.venv/Lib/site-packages/numpy-2.4.1.dist-info/licenses/numpy/fft/pocketfft/LICENSE.md +25 -0
- engine_rust_src/.venv/Lib/site-packages/numpy-2.4.1.dist-info/licenses/numpy/linalg/lapack_lite/LICENSE.txt +48 -0
- engine_rust_src/.venv/Lib/site-packages/numpy-2.4.1.dist-info/licenses/numpy/ma/LICENSE +24 -0
- engine_rust_src/.venv/Lib/site-packages/numpy-2.4.1.dist-info/licenses/numpy/random/LICENSE.md +71 -0
- engine_rust_src/.venv/Lib/site-packages/numpy-2.4.1.dist-info/licenses/numpy/random/src/distributions/LICENSE.md +61 -0
- engine_rust_src/.venv/Lib/site-packages/numpy-2.4.1.dist-info/licenses/numpy/random/src/mt19937/LICENSE.md +61 -0
- engine_rust_src/.venv/Lib/site-packages/numpy-2.4.1.dist-info/licenses/numpy/random/src/pcg64/LICENSE.md +22 -0
- engine_rust_src/.venv/Lib/site-packages/numpy-2.4.1.dist-info/licenses/numpy/random/src/philox/LICENSE.md +31 -0
- engine_rust_src/.venv/Lib/site-packages/numpy-2.4.1.dist-info/licenses/numpy/random/src/sfc64/LICENSE.md +27 -0
- engine_rust_src/.venv/Lib/site-packages/numpy-2.4.1.dist-info/licenses/numpy/random/src/splitmix64/LICENSE.md +9 -0
.gitattributes
CHANGED
|
@@ -361,3 +361,501 @@ frontend/img/cards_webp/SEC2-PL!N-bp1-999-SEC2.webp filter=lfs diff=lfs merge=lf
|
|
| 361 |
frontend/img/cards_webp/SEC2-PL!S-bp2-999-SEC2.webp filter=lfs diff=lfs merge=lfs -text
|
| 362 |
frontend/img/cards_webp/SEC2-PL!SP-bp1-999-SEC2.webp filter=lfs diff=lfs merge=lfs -text
|
| 363 |
frontend/img/cards_webp/SEC2-PL!SP-bp2-999-SEC2.webp filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 361 |
frontend/img/cards_webp/SEC2-PL!S-bp2-999-SEC2.webp filter=lfs diff=lfs merge=lfs -text
|
| 362 |
frontend/img/cards_webp/SEC2-PL!SP-bp1-999-SEC2.webp filter=lfs diff=lfs merge=lfs -text
|
| 363 |
frontend/img/cards_webp/SEC2-PL!SP-bp2-999-SEC2.webp filter=lfs diff=lfs merge=lfs -text
|
| 364 |
+
engine_rust_src/.venv/Lib/site-packages/engine_rust/engine_rust.pyd filter=lfs diff=lfs merge=lfs -text
|
| 365 |
+
engine_rust_src/.venv/Lib/site-packages/numpy/_core/_multiarray_umath.cp313-win_amd64.pyd filter=lfs diff=lfs merge=lfs -text
|
| 366 |
+
engine_rust_src/.venv/Lib/site-packages/numpy/_core/_simd.cp313-win_amd64.pyd filter=lfs diff=lfs merge=lfs -text
|
| 367 |
+
engine_rust_src/.venv/Lib/site-packages/numpy/_core/lib/npymath.lib filter=lfs diff=lfs merge=lfs -text
|
| 368 |
+
engine_rust_src/.venv/Lib/site-packages/numpy/fft/_pocketfft_umath.cp313-win_amd64.pyd filter=lfs diff=lfs merge=lfs -text
|
| 369 |
+
engine_rust_src/.venv/Lib/site-packages/numpy/linalg/_umath_linalg.cp313-win_amd64.pyd filter=lfs diff=lfs merge=lfs -text
|
| 370 |
+
engine_rust_src/.venv/Lib/site-packages/numpy/random/_bounded_integers.cp313-win_amd64.pyd filter=lfs diff=lfs merge=lfs -text
|
| 371 |
+
engine_rust_src/.venv/Lib/site-packages/numpy/random/_common.cp313-win_amd64.pyd filter=lfs diff=lfs merge=lfs -text
|
| 372 |
+
engine_rust_src/.venv/Lib/site-packages/numpy/random/_generator.cp313-win_amd64.pyd filter=lfs diff=lfs merge=lfs -text
|
| 373 |
+
engine_rust_src/.venv/Lib/site-packages/numpy/random/bit_generator.cp313-win_amd64.pyd filter=lfs diff=lfs merge=lfs -text
|
| 374 |
+
engine_rust_src/.venv/Lib/site-packages/numpy/random/lib/npyrandom.lib filter=lfs diff=lfs merge=lfs -text
|
| 375 |
+
engine_rust_src/.venv/Lib/site-packages/numpy/random/mtrand.cp313-win_amd64.pyd filter=lfs diff=lfs merge=lfs -text
|
| 376 |
+
engine_rust_src/.venv/Lib/site-packages/numpy.libs/libscipy_openblas64_-9e3e5a4229c1ca39f10dc82bba9e2b2b.dll filter=lfs diff=lfs merge=lfs -text
|
| 377 |
+
engine_rust_src/.venv/Lib/site-packages/numpy.libs/msvcp140-a4c2229bdc2a2a630acdc095b4d86008.dll filter=lfs diff=lfs merge=lfs -text
|
| 378 |
+
engine_rust_src/.venv/Scripts/maturin.exe filter=lfs diff=lfs merge=lfs -text
|
| 379 |
+
engine_rust_src/.venv/Scripts/python.exe filter=lfs diff=lfs merge=lfs -text
|
| 380 |
+
engine_rust_src/.venv/Scripts/pythonw.exe filter=lfs diff=lfs merge=lfs -text
|
| 381 |
+
engine_rust_src/dist/engine_rust-0.1.2-cp37-abi3-win_amd64.whl filter=lfs diff=lfs merge=lfs -text
|
| 382 |
+
engine_rust_src/target/debug/build/crossbeam-utils-2d43ed4014764f89/build-script-build.exe filter=lfs diff=lfs merge=lfs -text
|
| 383 |
+
engine_rust_src/target/debug/build/crossbeam-utils-2d43ed4014764f89/build_script_build-2d43ed4014764f89.exe filter=lfs diff=lfs merge=lfs -text
|
| 384 |
+
engine_rust_src/target/debug/build/crossbeam-utils-2d43ed4014764f89/build_script_build-2d43ed4014764f89.pdb filter=lfs diff=lfs merge=lfs -text
|
| 385 |
+
engine_rust_src/target/debug/build/crossbeam-utils-2d43ed4014764f89/build_script_build.pdb filter=lfs diff=lfs merge=lfs -text
|
| 386 |
+
engine_rust_src/target/debug/build/getrandom-29edfc93dbdc717c/build-script-build.exe filter=lfs diff=lfs merge=lfs -text
|
| 387 |
+
engine_rust_src/target/debug/build/getrandom-29edfc93dbdc717c/build_script_build-29edfc93dbdc717c.exe filter=lfs diff=lfs merge=lfs -text
|
| 388 |
+
engine_rust_src/target/debug/build/getrandom-29edfc93dbdc717c/build_script_build-29edfc93dbdc717c.pdb filter=lfs diff=lfs merge=lfs -text
|
| 389 |
+
engine_rust_src/target/debug/build/getrandom-29edfc93dbdc717c/build_script_build.pdb filter=lfs diff=lfs merge=lfs -text
|
| 390 |
+
engine_rust_src/target/debug/build/httparse-5d190b91a84f6d78/build-script-build.exe filter=lfs diff=lfs merge=lfs -text
|
| 391 |
+
engine_rust_src/target/debug/build/httparse-5d190b91a84f6d78/build_script_build-5d190b91a84f6d78.exe filter=lfs diff=lfs merge=lfs -text
|
| 392 |
+
engine_rust_src/target/debug/build/httparse-5d190b91a84f6d78/build_script_build-5d190b91a84f6d78.pdb filter=lfs diff=lfs merge=lfs -text
|
| 393 |
+
engine_rust_src/target/debug/build/httparse-5d190b91a84f6d78/build_script_build.pdb filter=lfs diff=lfs merge=lfs -text
|
| 394 |
+
engine_rust_src/target/debug/build/libc-7e50749464a56b49/build-script-build.exe filter=lfs diff=lfs merge=lfs -text
|
| 395 |
+
engine_rust_src/target/debug/build/libc-7e50749464a56b49/build_script_build-7e50749464a56b49.exe filter=lfs diff=lfs merge=lfs -text
|
| 396 |
+
engine_rust_src/target/debug/build/libc-7e50749464a56b49/build_script_build-7e50749464a56b49.pdb filter=lfs diff=lfs merge=lfs -text
|
| 397 |
+
engine_rust_src/target/debug/build/libc-7e50749464a56b49/build_script_build.pdb filter=lfs diff=lfs merge=lfs -text
|
| 398 |
+
engine_rust_src/target/debug/build/matrixmultiply-21c6c22398ba6a74/build-script-build.exe filter=lfs diff=lfs merge=lfs -text
|
| 399 |
+
engine_rust_src/target/debug/build/matrixmultiply-21c6c22398ba6a74/build_script_build-21c6c22398ba6a74.exe filter=lfs diff=lfs merge=lfs -text
|
| 400 |
+
engine_rust_src/target/debug/build/matrixmultiply-21c6c22398ba6a74/build_script_build-21c6c22398ba6a74.pdb filter=lfs diff=lfs merge=lfs -text
|
| 401 |
+
engine_rust_src/target/debug/build/matrixmultiply-21c6c22398ba6a74/build_script_build.pdb filter=lfs diff=lfs merge=lfs -text
|
| 402 |
+
engine_rust_src/target/debug/build/memoffset-2720d18c0f3f633e/build-script-build.exe filter=lfs diff=lfs merge=lfs -text
|
| 403 |
+
engine_rust_src/target/debug/build/memoffset-2720d18c0f3f633e/build_script_build-2720d18c0f3f633e.exe filter=lfs diff=lfs merge=lfs -text
|
| 404 |
+
engine_rust_src/target/debug/build/memoffset-2720d18c0f3f633e/build_script_build-2720d18c0f3f633e.pdb filter=lfs diff=lfs merge=lfs -text
|
| 405 |
+
engine_rust_src/target/debug/build/memoffset-2720d18c0f3f633e/build_script_build.pdb filter=lfs diff=lfs merge=lfs -text
|
| 406 |
+
engine_rust_src/target/debug/build/native-tls-4c7e7eeb306090d5/build-script-build.exe filter=lfs diff=lfs merge=lfs -text
|
| 407 |
+
engine_rust_src/target/debug/build/native-tls-4c7e7eeb306090d5/build_script_build-4c7e7eeb306090d5.exe filter=lfs diff=lfs merge=lfs -text
|
| 408 |
+
engine_rust_src/target/debug/build/native-tls-4c7e7eeb306090d5/build_script_build-4c7e7eeb306090d5.pdb filter=lfs diff=lfs merge=lfs -text
|
| 409 |
+
engine_rust_src/target/debug/build/native-tls-4c7e7eeb306090d5/build_script_build.pdb filter=lfs diff=lfs merge=lfs -text
|
| 410 |
+
engine_rust_src/target/debug/build/num-traits-7c970f87be75893b/build-script-build.exe filter=lfs diff=lfs merge=lfs -text
|
| 411 |
+
engine_rust_src/target/debug/build/num-traits-7c970f87be75893b/build_script_build-7c970f87be75893b.exe filter=lfs diff=lfs merge=lfs -text
|
| 412 |
+
engine_rust_src/target/debug/build/num-traits-7c970f87be75893b/build_script_build-7c970f87be75893b.pdb filter=lfs diff=lfs merge=lfs -text
|
| 413 |
+
engine_rust_src/target/debug/build/num-traits-7c970f87be75893b/build_script_build.pdb filter=lfs diff=lfs merge=lfs -text
|
| 414 |
+
engine_rust_src/target/debug/build/ort-sys-6e89424f7f8c8847/build-script-main.exe filter=lfs diff=lfs merge=lfs -text
|
| 415 |
+
engine_rust_src/target/debug/build/ort-sys-6e89424f7f8c8847/build_script_main-6e89424f7f8c8847.exe filter=lfs diff=lfs merge=lfs -text
|
| 416 |
+
engine_rust_src/target/debug/build/ort-sys-6e89424f7f8c8847/build_script_main-6e89424f7f8c8847.pdb filter=lfs diff=lfs merge=lfs -text
|
| 417 |
+
engine_rust_src/target/debug/build/ort-sys-6e89424f7f8c8847/build_script_main.pdb filter=lfs diff=lfs merge=lfs -text
|
| 418 |
+
engine_rust_src/target/debug/build/proc-macro2-0cd761d9cc0be7e8/build-script-build.exe filter=lfs diff=lfs merge=lfs -text
|
| 419 |
+
engine_rust_src/target/debug/build/proc-macro2-0cd761d9cc0be7e8/build_script_build-0cd761d9cc0be7e8.exe filter=lfs diff=lfs merge=lfs -text
|
| 420 |
+
engine_rust_src/target/debug/build/proc-macro2-0cd761d9cc0be7e8/build_script_build-0cd761d9cc0be7e8.pdb filter=lfs diff=lfs merge=lfs -text
|
| 421 |
+
engine_rust_src/target/debug/build/proc-macro2-0cd761d9cc0be7e8/build_script_build.pdb filter=lfs diff=lfs merge=lfs -text
|
| 422 |
+
engine_rust_src/target/debug/build/pyo3-build-config-aa515883979e1a16/build-script-build.exe filter=lfs diff=lfs merge=lfs -text
|
| 423 |
+
engine_rust_src/target/debug/build/pyo3-build-config-aa515883979e1a16/build_script_build-aa515883979e1a16.exe filter=lfs diff=lfs merge=lfs -text
|
| 424 |
+
engine_rust_src/target/debug/build/pyo3-build-config-aa515883979e1a16/build_script_build-aa515883979e1a16.pdb filter=lfs diff=lfs merge=lfs -text
|
| 425 |
+
engine_rust_src/target/debug/build/pyo3-build-config-aa515883979e1a16/build_script_build.pdb filter=lfs diff=lfs merge=lfs -text
|
| 426 |
+
engine_rust_src/target/debug/build/pyo3-c7b59d21007a2f8f/build-script-build.exe filter=lfs diff=lfs merge=lfs -text
|
| 427 |
+
engine_rust_src/target/debug/build/pyo3-c7b59d21007a2f8f/build_script_build-c7b59d21007a2f8f.exe filter=lfs diff=lfs merge=lfs -text
|
| 428 |
+
engine_rust_src/target/debug/build/pyo3-c7b59d21007a2f8f/build_script_build-c7b59d21007a2f8f.pdb filter=lfs diff=lfs merge=lfs -text
|
| 429 |
+
engine_rust_src/target/debug/build/pyo3-c7b59d21007a2f8f/build_script_build.pdb filter=lfs diff=lfs merge=lfs -text
|
| 430 |
+
engine_rust_src/target/debug/build/pyo3-ffi-9d21a087fa50cc4d/build-script-build.exe filter=lfs diff=lfs merge=lfs -text
|
| 431 |
+
engine_rust_src/target/debug/build/pyo3-ffi-9d21a087fa50cc4d/build_script_build-9d21a087fa50cc4d.exe filter=lfs diff=lfs merge=lfs -text
|
| 432 |
+
engine_rust_src/target/debug/build/pyo3-ffi-9d21a087fa50cc4d/build_script_build-9d21a087fa50cc4d.pdb filter=lfs diff=lfs merge=lfs -text
|
| 433 |
+
engine_rust_src/target/debug/build/pyo3-ffi-9d21a087fa50cc4d/build_script_build.pdb filter=lfs diff=lfs merge=lfs -text
|
| 434 |
+
engine_rust_src/target/debug/build/pyo3-macros-backend-9379fe8f290ceb99/build-script-build.exe filter=lfs diff=lfs merge=lfs -text
|
| 435 |
+
engine_rust_src/target/debug/build/pyo3-macros-backend-9379fe8f290ceb99/build_script_build-9379fe8f290ceb99.exe filter=lfs diff=lfs merge=lfs -text
|
| 436 |
+
engine_rust_src/target/debug/build/pyo3-macros-backend-9379fe8f290ceb99/build_script_build-9379fe8f290ceb99.pdb filter=lfs diff=lfs merge=lfs -text
|
| 437 |
+
engine_rust_src/target/debug/build/pyo3-macros-backend-9379fe8f290ceb99/build_script_build.pdb filter=lfs diff=lfs merge=lfs -text
|
| 438 |
+
engine_rust_src/target/debug/build/quote-c7f8f84baf71e25f/build-script-build.exe filter=lfs diff=lfs merge=lfs -text
|
| 439 |
+
engine_rust_src/target/debug/build/quote-c7f8f84baf71e25f/build_script_build-c7f8f84baf71e25f.exe filter=lfs diff=lfs merge=lfs -text
|
| 440 |
+
engine_rust_src/target/debug/build/quote-c7f8f84baf71e25f/build_script_build-c7f8f84baf71e25f.pdb filter=lfs diff=lfs merge=lfs -text
|
| 441 |
+
engine_rust_src/target/debug/build/quote-c7f8f84baf71e25f/build_script_build.pdb filter=lfs diff=lfs merge=lfs -text
|
| 442 |
+
engine_rust_src/target/debug/build/rayon-core-f4a488a35e941cb4/build-script-build.exe filter=lfs diff=lfs merge=lfs -text
|
| 443 |
+
engine_rust_src/target/debug/build/rayon-core-f4a488a35e941cb4/build_script_build-f4a488a35e941cb4.exe filter=lfs diff=lfs merge=lfs -text
|
| 444 |
+
engine_rust_src/target/debug/build/rayon-core-f4a488a35e941cb4/build_script_build-f4a488a35e941cb4.pdb filter=lfs diff=lfs merge=lfs -text
|
| 445 |
+
engine_rust_src/target/debug/build/rayon-core-f4a488a35e941cb4/build_script_build.pdb filter=lfs diff=lfs merge=lfs -text
|
| 446 |
+
engine_rust_src/target/debug/build/rustversion-d2b4ad342578b241/build-script-build.exe filter=lfs diff=lfs merge=lfs -text
|
| 447 |
+
engine_rust_src/target/debug/build/rustversion-d2b4ad342578b241/build_script_build-d2b4ad342578b241.exe filter=lfs diff=lfs merge=lfs -text
|
| 448 |
+
engine_rust_src/target/debug/build/rustversion-d2b4ad342578b241/build_script_build-d2b4ad342578b241.pdb filter=lfs diff=lfs merge=lfs -text
|
| 449 |
+
engine_rust_src/target/debug/build/rustversion-d2b4ad342578b241/build_script_build.pdb filter=lfs diff=lfs merge=lfs -text
|
| 450 |
+
engine_rust_src/target/debug/build/serde-892da979804af6df/build-script-build.exe filter=lfs diff=lfs merge=lfs -text
|
| 451 |
+
engine_rust_src/target/debug/build/serde-892da979804af6df/build_script_build-892da979804af6df.exe filter=lfs diff=lfs merge=lfs -text
|
| 452 |
+
engine_rust_src/target/debug/build/serde-892da979804af6df/build_script_build-892da979804af6df.pdb filter=lfs diff=lfs merge=lfs -text
|
| 453 |
+
engine_rust_src/target/debug/build/serde-892da979804af6df/build_script_build.pdb filter=lfs diff=lfs merge=lfs -text
|
| 454 |
+
engine_rust_src/target/debug/build/serde_core-e017d6204d6f9c3e/build-script-build.exe filter=lfs diff=lfs merge=lfs -text
|
| 455 |
+
engine_rust_src/target/debug/build/serde_core-e017d6204d6f9c3e/build_script_build-e017d6204d6f9c3e.exe filter=lfs diff=lfs merge=lfs -text
|
| 456 |
+
engine_rust_src/target/debug/build/serde_core-e017d6204d6f9c3e/build_script_build-e017d6204d6f9c3e.pdb filter=lfs diff=lfs merge=lfs -text
|
| 457 |
+
engine_rust_src/target/debug/build/serde_core-e017d6204d6f9c3e/build_script_build.pdb filter=lfs diff=lfs merge=lfs -text
|
| 458 |
+
engine_rust_src/target/debug/build/serde_json-a6eeaceb3e3d2f2d/build-script-build.exe filter=lfs diff=lfs merge=lfs -text
|
| 459 |
+
engine_rust_src/target/debug/build/serde_json-a6eeaceb3e3d2f2d/build_script_build-a6eeaceb3e3d2f2d.exe filter=lfs diff=lfs merge=lfs -text
|
| 460 |
+
engine_rust_src/target/debug/build/serde_json-a6eeaceb3e3d2f2d/build_script_build-a6eeaceb3e3d2f2d.pdb filter=lfs diff=lfs merge=lfs -text
|
| 461 |
+
engine_rust_src/target/debug/build/serde_json-a6eeaceb3e3d2f2d/build_script_build.pdb filter=lfs diff=lfs merge=lfs -text
|
| 462 |
+
engine_rust_src/target/debug/build/target-lexicon-0acb2142a2c6659f/build-script-build.exe filter=lfs diff=lfs merge=lfs -text
|
| 463 |
+
engine_rust_src/target/debug/build/target-lexicon-0acb2142a2c6659f/build_script_build-0acb2142a2c6659f.exe filter=lfs diff=lfs merge=lfs -text
|
| 464 |
+
engine_rust_src/target/debug/build/target-lexicon-0acb2142a2c6659f/build_script_build-0acb2142a2c6659f.pdb filter=lfs diff=lfs merge=lfs -text
|
| 465 |
+
engine_rust_src/target/debug/build/target-lexicon-0acb2142a2c6659f/build_script_build.pdb filter=lfs diff=lfs merge=lfs -text
|
| 466 |
+
engine_rust_src/target/debug/build/wasm-bindgen-88dc602461e234f8/build-script-build.exe filter=lfs diff=lfs merge=lfs -text
|
| 467 |
+
engine_rust_src/target/debug/build/wasm-bindgen-88dc602461e234f8/build_script_build-88dc602461e234f8.exe filter=lfs diff=lfs merge=lfs -text
|
| 468 |
+
engine_rust_src/target/debug/build/wasm-bindgen-88dc602461e234f8/build_script_build-88dc602461e234f8.pdb filter=lfs diff=lfs merge=lfs -text
|
| 469 |
+
engine_rust_src/target/debug/build/wasm-bindgen-88dc602461e234f8/build_script_build.pdb filter=lfs diff=lfs merge=lfs -text
|
| 470 |
+
engine_rust_src/target/debug/build/wasm-bindgen-shared-95dfd65891926084/build-script-build.exe filter=lfs diff=lfs merge=lfs -text
|
| 471 |
+
engine_rust_src/target/debug/build/wasm-bindgen-shared-95dfd65891926084/build_script_build-95dfd65891926084.exe filter=lfs diff=lfs merge=lfs -text
|
| 472 |
+
engine_rust_src/target/debug/build/wasm-bindgen-shared-95dfd65891926084/build_script_build-95dfd65891926084.pdb filter=lfs diff=lfs merge=lfs -text
|
| 473 |
+
engine_rust_src/target/debug/build/wasm-bindgen-shared-95dfd65891926084/build_script_build.pdb filter=lfs diff=lfs merge=lfs -text
|
| 474 |
+
engine_rust_src/target/debug/build/winapi-203bc6bf14f0d1ad/build-script-build.exe filter=lfs diff=lfs merge=lfs -text
|
| 475 |
+
engine_rust_src/target/debug/build/winapi-203bc6bf14f0d1ad/build_script_build-203bc6bf14f0d1ad.exe filter=lfs diff=lfs merge=lfs -text
|
| 476 |
+
engine_rust_src/target/debug/build/winapi-203bc6bf14f0d1ad/build_script_build-203bc6bf14f0d1ad.pdb filter=lfs diff=lfs merge=lfs -text
|
| 477 |
+
engine_rust_src/target/debug/build/winapi-203bc6bf14f0d1ad/build_script_build.pdb filter=lfs diff=lfs merge=lfs -text
|
| 478 |
+
engine_rust_src/target/debug/build/zerocopy-ce0636ad31d66410/build-script-build.exe filter=lfs diff=lfs merge=lfs -text
|
| 479 |
+
engine_rust_src/target/debug/build/zerocopy-ce0636ad31d66410/build_script_build-ce0636ad31d66410.exe filter=lfs diff=lfs merge=lfs -text
|
| 480 |
+
engine_rust_src/target/debug/build/zerocopy-ce0636ad31d66410/build_script_build-ce0636ad31d66410.pdb filter=lfs diff=lfs merge=lfs -text
|
| 481 |
+
engine_rust_src/target/debug/build/zerocopy-ce0636ad31d66410/build_script_build.pdb filter=lfs diff=lfs merge=lfs -text
|
| 482 |
+
engine_rust_src/target/debug/build/zmij-bddcbb0f9a267e2f/build-script-build.exe filter=lfs diff=lfs merge=lfs -text
|
| 483 |
+
engine_rust_src/target/debug/build/zmij-bddcbb0f9a267e2f/build_script_build-bddcbb0f9a267e2f.exe filter=lfs diff=lfs merge=lfs -text
|
| 484 |
+
engine_rust_src/target/debug/build/zmij-bddcbb0f9a267e2f/build_script_build-bddcbb0f9a267e2f.pdb filter=lfs diff=lfs merge=lfs -text
|
| 485 |
+
engine_rust_src/target/debug/build/zmij-bddcbb0f9a267e2f/build_script_build.pdb filter=lfs diff=lfs merge=lfs -text
|
| 486 |
+
engine_rust_src/target/debug/deps/indoc-856740ad1f19e616.dll filter=lfs diff=lfs merge=lfs -text
|
| 487 |
+
engine_rust_src/target/debug/deps/indoc-856740ad1f19e616.pdb filter=lfs diff=lfs merge=lfs -text
|
| 488 |
+
engine_rust_src/target/debug/deps/liballocator_api2-77db4a2ad45e147e.rmeta filter=lfs diff=lfs merge=lfs -text
|
| 489 |
+
engine_rust_src/target/debug/deps/libautocfg-713c8d363d9980d8.rlib filter=lfs diff=lfs merge=lfs -text
|
| 490 |
+
engine_rust_src/target/debug/deps/libbase64-262961217e59ec5c.rlib filter=lfs diff=lfs merge=lfs -text
|
| 491 |
+
engine_rust_src/target/debug/deps/libbase64-262961217e59ec5c.rmeta filter=lfs diff=lfs merge=lfs -text
|
| 492 |
+
engine_rust_src/target/debug/deps/libbase64ct-3454651815f04fc3.rlib filter=lfs diff=lfs merge=lfs -text
|
| 493 |
+
engine_rust_src/target/debug/deps/libbase64ct-3454651815f04fc3.rmeta filter=lfs diff=lfs merge=lfs -text
|
| 494 |
+
engine_rust_src/target/debug/deps/libbumpalo-c674010b32be83e5.rlib filter=lfs diff=lfs merge=lfs -text
|
| 495 |
+
engine_rust_src/target/debug/deps/libbumpalo-c674010b32be83e5.rmeta filter=lfs diff=lfs merge=lfs -text
|
| 496 |
+
engine_rust_src/target/debug/deps/libbyteorder-04f11a94283a3002.rlib filter=lfs diff=lfs merge=lfs -text
|
| 497 |
+
engine_rust_src/target/debug/deps/libbyteorder-04f11a94283a3002.rmeta filter=lfs diff=lfs merge=lfs -text
|
| 498 |
+
engine_rust_src/target/debug/deps/libbytes-fd9b84334febd9a1.rlib filter=lfs diff=lfs merge=lfs -text
|
| 499 |
+
engine_rust_src/target/debug/deps/libbytes-fd9b84334febd9a1.rmeta filter=lfs diff=lfs merge=lfs -text
|
| 500 |
+
engine_rust_src/target/debug/deps/libcrossbeam_epoch-a8695c6e4cadb7ae.rmeta filter=lfs diff=lfs merge=lfs -text
|
| 501 |
+
engine_rust_src/target/debug/deps/libcrossbeam_utils-4b94076c755da14a.rmeta filter=lfs diff=lfs merge=lfs -text
|
| 502 |
+
engine_rust_src/target/debug/deps/libder-39c2f87bd4f436b5.rlib filter=lfs diff=lfs merge=lfs -text
|
| 503 |
+
engine_rust_src/target/debug/deps/libder-39c2f87bd4f436b5.rmeta filter=lfs diff=lfs merge=lfs -text
|
| 504 |
+
engine_rust_src/target/debug/deps/libeither-5ff1c5c97442a66d.rmeta filter=lfs diff=lfs merge=lfs -text
|
| 505 |
+
engine_rust_src/target/debug/deps/libengine_rust-9f0a30f463d8057f.rmeta filter=lfs diff=lfs merge=lfs -text
|
| 506 |
+
engine_rust_src/target/debug/deps/libengine_rust-da25f60f6171bdf8.rmeta filter=lfs diff=lfs merge=lfs -text
|
| 507 |
+
engine_rust_src/target/debug/deps/libhashbrown-83388df35db920bc.rmeta filter=lfs diff=lfs merge=lfs -text
|
| 508 |
+
engine_rust_src/target/debug/deps/libheck-de5c8c16ddafe626.rlib filter=lfs diff=lfs merge=lfs -text
|
| 509 |
+
engine_rust_src/target/debug/deps/libhmac_sha256-f13b610a0d985fe6.rlib filter=lfs diff=lfs merge=lfs -text
|
| 510 |
+
engine_rust_src/target/debug/deps/libhttp-bfa7755527055084.rlib filter=lfs diff=lfs merge=lfs -text
|
| 511 |
+
engine_rust_src/target/debug/deps/libhttp-bfa7755527055084.rmeta filter=lfs diff=lfs merge=lfs -text
|
| 512 |
+
engine_rust_src/target/debug/deps/libhttparse-4760097bfc46ee8a.rlib filter=lfs diff=lfs merge=lfs -text
|
| 513 |
+
engine_rust_src/target/debug/deps/libhttparse-4760097bfc46ee8a.rmeta filter=lfs diff=lfs merge=lfs -text
|
| 514 |
+
engine_rust_src/target/debug/deps/libitoa-7ca2e71dd33bb787.rlib filter=lfs diff=lfs merge=lfs -text
|
| 515 |
+
engine_rust_src/target/debug/deps/libjs_sys-344f33e2225f9cb6.rmeta filter=lfs diff=lfs merge=lfs -text
|
| 516 |
+
engine_rust_src/target/debug/deps/liblibc-a24ca61dc368fbff.rmeta filter=lfs diff=lfs merge=lfs -text
|
| 517 |
+
engine_rust_src/target/debug/deps/liblog-5cd29223c60993f7.rlib filter=lfs diff=lfs merge=lfs -text
|
| 518 |
+
engine_rust_src/target/debug/deps/liblog-5cd29223c60993f7.rmeta filter=lfs diff=lfs merge=lfs -text
|
| 519 |
+
engine_rust_src/target/debug/deps/liblzma_rust2-85c5fbd046ac46f3.rlib filter=lfs diff=lfs merge=lfs -text
|
| 520 |
+
engine_rust_src/target/debug/deps/liblzma_rust2-85c5fbd046ac46f3.rmeta filter=lfs diff=lfs merge=lfs -text
|
| 521 |
+
engine_rust_src/target/debug/deps/libmatrixmultiply-a9b9117f67095503.rmeta filter=lfs diff=lfs merge=lfs -text
|
| 522 |
+
engine_rust_src/target/debug/deps/libmemchr-0ce3e83bd569d601.rmeta filter=lfs diff=lfs merge=lfs -text
|
| 523 |
+
engine_rust_src/target/debug/deps/libnative_tls-01c97b911546b30e.rlib filter=lfs diff=lfs merge=lfs -text
|
| 524 |
+
engine_rust_src/target/debug/deps/libnative_tls-01c97b911546b30e.rmeta filter=lfs diff=lfs merge=lfs -text
|
| 525 |
+
engine_rust_src/target/debug/deps/libndarray-404eb05ed5d6decd.rmeta filter=lfs diff=lfs merge=lfs -text
|
| 526 |
+
engine_rust_src/target/debug/deps/libndarray-7272f441d1f9b846.rmeta filter=lfs diff=lfs merge=lfs -text
|
| 527 |
+
engine_rust_src/target/debug/deps/libnum_complex-66e94dc161ebe6e1.rmeta filter=lfs diff=lfs merge=lfs -text
|
| 528 |
+
engine_rust_src/target/debug/deps/libnum_integer-834473f005fea2be.rmeta filter=lfs diff=lfs merge=lfs -text
|
| 529 |
+
engine_rust_src/target/debug/deps/libnum_traits-97968af6d73947b2.rmeta filter=lfs diff=lfs merge=lfs -text
|
| 530 |
+
engine_rust_src/target/debug/deps/libnumpy-9e5b16a9f7f4841d.rmeta filter=lfs diff=lfs merge=lfs -text
|
| 531 |
+
engine_rust_src/target/debug/deps/libonce_cell-7c88478beda95351.rmeta filter=lfs diff=lfs merge=lfs -text
|
| 532 |
+
engine_rust_src/target/debug/deps/libonce_cell-f51b1bc7d3e025c4.rlib filter=lfs diff=lfs merge=lfs -text
|
| 533 |
+
engine_rust_src/target/debug/deps/libonce_cell-f51b1bc7d3e025c4.rmeta filter=lfs diff=lfs merge=lfs -text
|
| 534 |
+
engine_rust_src/target/debug/deps/libort-7769036e536239b9.rmeta filter=lfs diff=lfs merge=lfs -text
|
| 535 |
+
engine_rust_src/target/debug/deps/libort_sys-a37aa4c915b15da7.rmeta filter=lfs diff=lfs merge=lfs -text
|
| 536 |
+
engine_rust_src/target/debug/deps/libpem_rfc7468-becc4678621bf9b2.rlib filter=lfs diff=lfs merge=lfs -text
|
| 537 |
+
engine_rust_src/target/debug/deps/libpercent_encoding-1542f086042cb4e7.rlib filter=lfs diff=lfs merge=lfs -text
|
| 538 |
+
engine_rust_src/target/debug/deps/libppv_lite86-41cfec8e96ea0193.rmeta filter=lfs diff=lfs merge=lfs -text
|
| 539 |
+
engine_rust_src/target/debug/deps/libproc_macro2-87a96b58e65271f7.rlib filter=lfs diff=lfs merge=lfs -text
|
| 540 |
+
engine_rust_src/target/debug/deps/libproc_macro2-87a96b58e65271f7.rmeta filter=lfs diff=lfs merge=lfs -text
|
| 541 |
+
engine_rust_src/target/debug/deps/libpyo3-d9be721278321a86.rmeta filter=lfs diff=lfs merge=lfs -text
|
| 542 |
+
engine_rust_src/target/debug/deps/libpyo3_build_config-1911cb847846c6b1.rlib filter=lfs diff=lfs merge=lfs -text
|
| 543 |
+
engine_rust_src/target/debug/deps/libpyo3_build_config-1911cb847846c6b1.rmeta filter=lfs diff=lfs merge=lfs -text
|
| 544 |
+
engine_rust_src/target/debug/deps/libpyo3_ffi-7fbee7808ea3846a.rmeta filter=lfs diff=lfs merge=lfs -text
|
| 545 |
+
engine_rust_src/target/debug/deps/libpyo3_macros_backend-866cba767e796ed4.rlib filter=lfs diff=lfs merge=lfs -text
|
| 546 |
+
engine_rust_src/target/debug/deps/libpyo3_macros_backend-866cba767e796ed4.rmeta filter=lfs diff=lfs merge=lfs -text
|
| 547 |
+
engine_rust_src/target/debug/deps/libquote-47dec038c1661523.rlib filter=lfs diff=lfs merge=lfs -text
|
| 548 |
+
engine_rust_src/target/debug/deps/libquote-47dec038c1661523.rmeta filter=lfs diff=lfs merge=lfs -text
|
| 549 |
+
engine_rust_src/target/debug/deps/librand-6d990d3b4a04707f.rmeta filter=lfs diff=lfs merge=lfs -text
|
| 550 |
+
engine_rust_src/target/debug/deps/librand_chacha-6681dc157914d37e.rmeta filter=lfs diff=lfs merge=lfs -text
|
| 551 |
+
engine_rust_src/target/debug/deps/librayon-14bd72c0a55da257.rmeta filter=lfs diff=lfs merge=lfs -text
|
| 552 |
+
engine_rust_src/target/debug/deps/librayon_core-1a81ad7fbb918b75.rmeta filter=lfs diff=lfs merge=lfs -text
|
| 553 |
+
engine_rust_src/target/debug/deps/librustls_pki_types-2022b0acb1067176.rlib filter=lfs diff=lfs merge=lfs -text
|
| 554 |
+
engine_rust_src/target/debug/deps/librustls_pki_types-2022b0acb1067176.rmeta filter=lfs diff=lfs merge=lfs -text
|
| 555 |
+
engine_rust_src/target/debug/deps/libschannel-fd1362de5604b782.rlib filter=lfs diff=lfs merge=lfs -text
|
| 556 |
+
engine_rust_src/target/debug/deps/libschannel-fd1362de5604b782.rmeta filter=lfs diff=lfs merge=lfs -text
|
| 557 |
+
engine_rust_src/target/debug/deps/libserde-471b2e7fff01ad3b.rmeta filter=lfs diff=lfs merge=lfs -text
|
| 558 |
+
engine_rust_src/target/debug/deps/libserde_core-5068606f78f28f71.rmeta filter=lfs diff=lfs merge=lfs -text
|
| 559 |
+
engine_rust_src/target/debug/deps/libserde_json-8d99a6fa53ba4fa0.rmeta filter=lfs diff=lfs merge=lfs -text
|
| 560 |
+
engine_rust_src/target/debug/deps/libserde_wasm_bindgen-2368b2cbafcd7c4f.rmeta filter=lfs diff=lfs merge=lfs -text
|
| 561 |
+
engine_rust_src/target/debug/deps/libsmallvec-0225819573d6d2e1.rmeta filter=lfs diff=lfs merge=lfs -text
|
| 562 |
+
engine_rust_src/target/debug/deps/libsocks-1f8962fc3ab42c3d.rlib filter=lfs diff=lfs merge=lfs -text
|
| 563 |
+
engine_rust_src/target/debug/deps/libsyn-2bd45e4ed75090bb.rlib filter=lfs diff=lfs merge=lfs -text
|
| 564 |
+
engine_rust_src/target/debug/deps/libsyn-2bd45e4ed75090bb.rmeta filter=lfs diff=lfs merge=lfs -text
|
| 565 |
+
engine_rust_src/target/debug/deps/libtarget_lexicon-044208ee79bb58c0.rlib filter=lfs diff=lfs merge=lfs -text
|
| 566 |
+
engine_rust_src/target/debug/deps/libtarget_lexicon-044208ee79bb58c0.rmeta filter=lfs diff=lfs merge=lfs -text
|
| 567 |
+
engine_rust_src/target/debug/deps/libtracing-010688c55fb6ca70.rmeta filter=lfs diff=lfs merge=lfs -text
|
| 568 |
+
engine_rust_src/target/debug/deps/libtracing_core-0f322b1de6ae321b.rmeta filter=lfs diff=lfs merge=lfs -text
|
| 569 |
+
engine_rust_src/target/debug/deps/libureq-dbde58eeb77befde.rlib filter=lfs diff=lfs merge=lfs -text
|
| 570 |
+
engine_rust_src/target/debug/deps/libureq-dbde58eeb77befde.rmeta filter=lfs diff=lfs merge=lfs -text
|
| 571 |
+
engine_rust_src/target/debug/deps/libureq_proto-d56373bf14c1e605.rlib filter=lfs diff=lfs merge=lfs -text
|
| 572 |
+
engine_rust_src/target/debug/deps/libureq_proto-d56373bf14c1e605.rmeta filter=lfs diff=lfs merge=lfs -text
|
| 573 |
+
engine_rust_src/target/debug/deps/libutf8-481d7c8bd24ac7d1.rlib filter=lfs diff=lfs merge=lfs -text
|
| 574 |
+
engine_rust_src/target/debug/deps/libwasm_bindgen-d828936951e1e5bc.rmeta filter=lfs diff=lfs merge=lfs -text
|
| 575 |
+
engine_rust_src/target/debug/deps/libwasm_bindgen_macro_support-b3280d9e407db53b.rlib filter=lfs diff=lfs merge=lfs -text
|
| 576 |
+
engine_rust_src/target/debug/deps/libwasm_bindgen_macro_support-b3280d9e407db53b.rmeta filter=lfs diff=lfs merge=lfs -text
|
| 577 |
+
engine_rust_src/target/debug/deps/libwasm_bindgen_shared-3cefab250f53ab1c.rlib filter=lfs diff=lfs merge=lfs -text
|
| 578 |
+
engine_rust_src/target/debug/deps/libwebpki_root_certs-ba20c57f48dd54bb.rlib filter=lfs diff=lfs merge=lfs -text
|
| 579 |
+
engine_rust_src/target/debug/deps/libwebpki_root_certs-ba20c57f48dd54bb.rmeta filter=lfs diff=lfs merge=lfs -text
|
| 580 |
+
engine_rust_src/target/debug/deps/libwinapi-9c22ad729023acb6.rlib filter=lfs diff=lfs merge=lfs -text
|
| 581 |
+
engine_rust_src/target/debug/deps/libwinapi-9c22ad729023acb6.rmeta filter=lfs diff=lfs merge=lfs -text
|
| 582 |
+
engine_rust_src/target/debug/deps/libwindows_sys-68fe8062deda40f9.rlib filter=lfs diff=lfs merge=lfs -text
|
| 583 |
+
engine_rust_src/target/debug/deps/libwindows_sys-68fe8062deda40f9.rmeta filter=lfs diff=lfs merge=lfs -text
|
| 584 |
+
engine_rust_src/target/debug/deps/libzerocopy-4e1445a13052b9c2.rmeta filter=lfs diff=lfs merge=lfs -text
|
| 585 |
+
engine_rust_src/target/debug/deps/libzeroize-85adb05036905dd4.rlib filter=lfs diff=lfs merge=lfs -text
|
| 586 |
+
engine_rust_src/target/debug/deps/libzeroize-85adb05036905dd4.rmeta filter=lfs diff=lfs merge=lfs -text
|
| 587 |
+
engine_rust_src/target/debug/deps/libzmij-589bfec751498d54.rmeta filter=lfs diff=lfs merge=lfs -text
|
| 588 |
+
engine_rust_src/target/debug/deps/pyo3_macros-60bfa65d11678855.dll filter=lfs diff=lfs merge=lfs -text
|
| 589 |
+
engine_rust_src/target/debug/deps/pyo3_macros-60bfa65d11678855.pdb filter=lfs diff=lfs merge=lfs -text
|
| 590 |
+
engine_rust_src/target/debug/deps/rustversion-2e72e35f7f23950f.dll filter=lfs diff=lfs merge=lfs -text
|
| 591 |
+
engine_rust_src/target/debug/deps/rustversion-2e72e35f7f23950f.pdb filter=lfs diff=lfs merge=lfs -text
|
| 592 |
+
engine_rust_src/target/debug/deps/serde_derive-deef4b3299968417.dll filter=lfs diff=lfs merge=lfs -text
|
| 593 |
+
engine_rust_src/target/debug/deps/serde_derive-deef4b3299968417.pdb filter=lfs diff=lfs merge=lfs -text
|
| 594 |
+
engine_rust_src/target/debug/deps/serde_repr-f6f429f6d23a9a8c.dll filter=lfs diff=lfs merge=lfs -text
|
| 595 |
+
engine_rust_src/target/debug/deps/serde_repr-f6f429f6d23a9a8c.pdb filter=lfs diff=lfs merge=lfs -text
|
| 596 |
+
engine_rust_src/target/debug/deps/wasm_bindgen_macro-982514db68cf0312.dll filter=lfs diff=lfs merge=lfs -text
|
| 597 |
+
engine_rust_src/target/debug/deps/wasm_bindgen_macro-982514db68cf0312.pdb filter=lfs diff=lfs merge=lfs -text
|
| 598 |
+
engine_rust_src/target/debug/DirectML.dll filter=lfs diff=lfs merge=lfs -text
|
| 599 |
+
engine_rust_src/target/debug/incremental/engine_rust-03htf2z6839o5/s-hfg08woc5h-1vphrnw-eze7mj117ue1y198inzqeav8g/metadata.rmeta filter=lfs diff=lfs merge=lfs -text
|
| 600 |
+
engine_rust_src/target/debug/incremental/engine_rust-3ssxqadziewpt/s-hffjcpnmw3-016i2ce-590bfwp8hju6b9qv17io5wkb5/metadata.rmeta filter=lfs diff=lfs merge=lfs -text
|
| 601 |
+
engine_rust_src/target/release/build/crossbeam-utils-7fc0ec60820ef1ce/build-script-build.exe filter=lfs diff=lfs merge=lfs -text
|
| 602 |
+
engine_rust_src/target/release/build/crossbeam-utils-7fc0ec60820ef1ce/build_script_build-7fc0ec60820ef1ce.exe filter=lfs diff=lfs merge=lfs -text
|
| 603 |
+
engine_rust_src/target/release/build/crossbeam-utils-7fc0ec60820ef1ce/build_script_build-7fc0ec60820ef1ce.pdb filter=lfs diff=lfs merge=lfs -text
|
| 604 |
+
engine_rust_src/target/release/build/crossbeam-utils-7fc0ec60820ef1ce/build_script_build.pdb filter=lfs diff=lfs merge=lfs -text
|
| 605 |
+
engine_rust_src/target/release/build/getrandom-aa793d5a1ccd924a/build-script-build.exe filter=lfs diff=lfs merge=lfs -text
|
| 606 |
+
engine_rust_src/target/release/build/getrandom-aa793d5a1ccd924a/build_script_build-aa793d5a1ccd924a.exe filter=lfs diff=lfs merge=lfs -text
|
| 607 |
+
engine_rust_src/target/release/build/getrandom-aa793d5a1ccd924a/build_script_build-aa793d5a1ccd924a.pdb filter=lfs diff=lfs merge=lfs -text
|
| 608 |
+
engine_rust_src/target/release/build/getrandom-aa793d5a1ccd924a/build_script_build.pdb filter=lfs diff=lfs merge=lfs -text
|
| 609 |
+
engine_rust_src/target/release/build/httparse-f0e7aded4f839197/build-script-build.exe filter=lfs diff=lfs merge=lfs -text
|
| 610 |
+
engine_rust_src/target/release/build/httparse-f0e7aded4f839197/build_script_build-f0e7aded4f839197.exe filter=lfs diff=lfs merge=lfs -text
|
| 611 |
+
engine_rust_src/target/release/build/httparse-f0e7aded4f839197/build_script_build-f0e7aded4f839197.pdb filter=lfs diff=lfs merge=lfs -text
|
| 612 |
+
engine_rust_src/target/release/build/httparse-f0e7aded4f839197/build_script_build.pdb filter=lfs diff=lfs merge=lfs -text
|
| 613 |
+
engine_rust_src/target/release/build/libc-564838bcb87d1e01/build-script-build.exe filter=lfs diff=lfs merge=lfs -text
|
| 614 |
+
engine_rust_src/target/release/build/libc-564838bcb87d1e01/build_script_build-564838bcb87d1e01.exe filter=lfs diff=lfs merge=lfs -text
|
| 615 |
+
engine_rust_src/target/release/build/libc-564838bcb87d1e01/build_script_build-564838bcb87d1e01.pdb filter=lfs diff=lfs merge=lfs -text
|
| 616 |
+
engine_rust_src/target/release/build/libc-564838bcb87d1e01/build_script_build.pdb filter=lfs diff=lfs merge=lfs -text
|
| 617 |
+
engine_rust_src/target/release/build/matrixmultiply-0e20fea6e98356dc/build-script-build.exe filter=lfs diff=lfs merge=lfs -text
|
| 618 |
+
engine_rust_src/target/release/build/matrixmultiply-0e20fea6e98356dc/build_script_build-0e20fea6e98356dc.exe filter=lfs diff=lfs merge=lfs -text
|
| 619 |
+
engine_rust_src/target/release/build/matrixmultiply-0e20fea6e98356dc/build_script_build-0e20fea6e98356dc.pdb filter=lfs diff=lfs merge=lfs -text
|
| 620 |
+
engine_rust_src/target/release/build/matrixmultiply-0e20fea6e98356dc/build_script_build.pdb filter=lfs diff=lfs merge=lfs -text
|
| 621 |
+
engine_rust_src/target/release/build/memoffset-706f9ddc0d3a88af/build-script-build.exe filter=lfs diff=lfs merge=lfs -text
|
| 622 |
+
engine_rust_src/target/release/build/memoffset-706f9ddc0d3a88af/build_script_build-706f9ddc0d3a88af.exe filter=lfs diff=lfs merge=lfs -text
|
| 623 |
+
engine_rust_src/target/release/build/memoffset-706f9ddc0d3a88af/build_script_build-706f9ddc0d3a88af.pdb filter=lfs diff=lfs merge=lfs -text
|
| 624 |
+
engine_rust_src/target/release/build/memoffset-706f9ddc0d3a88af/build_script_build.pdb filter=lfs diff=lfs merge=lfs -text
|
| 625 |
+
engine_rust_src/target/release/build/num-traits-5150dec53c8372ee/build-script-build.exe filter=lfs diff=lfs merge=lfs -text
|
| 626 |
+
engine_rust_src/target/release/build/num-traits-5150dec53c8372ee/build_script_build-5150dec53c8372ee.exe filter=lfs diff=lfs merge=lfs -text
|
| 627 |
+
engine_rust_src/target/release/build/num-traits-5150dec53c8372ee/build_script_build-5150dec53c8372ee.pdb filter=lfs diff=lfs merge=lfs -text
|
| 628 |
+
engine_rust_src/target/release/build/num-traits-5150dec53c8372ee/build_script_build.pdb filter=lfs diff=lfs merge=lfs -text
|
| 629 |
+
engine_rust_src/target/release/build/num-traits-b784bdb18f4e16e9/build-script-build.exe filter=lfs diff=lfs merge=lfs -text
|
| 630 |
+
engine_rust_src/target/release/build/num-traits-b784bdb18f4e16e9/build_script_build-b784bdb18f4e16e9.exe filter=lfs diff=lfs merge=lfs -text
|
| 631 |
+
engine_rust_src/target/release/build/num-traits-b784bdb18f4e16e9/build_script_build-b784bdb18f4e16e9.pdb filter=lfs diff=lfs merge=lfs -text
|
| 632 |
+
engine_rust_src/target/release/build/num-traits-b784bdb18f4e16e9/build_script_build.pdb filter=lfs diff=lfs merge=lfs -text
|
| 633 |
+
engine_rust_src/target/release/build/proc-macro2-32bc07293e8001b1/build-script-build.exe filter=lfs diff=lfs merge=lfs -text
|
| 634 |
+
engine_rust_src/target/release/build/proc-macro2-32bc07293e8001b1/build_script_build-32bc07293e8001b1.exe filter=lfs diff=lfs merge=lfs -text
|
| 635 |
+
engine_rust_src/target/release/build/proc-macro2-32bc07293e8001b1/build_script_build-32bc07293e8001b1.pdb filter=lfs diff=lfs merge=lfs -text
|
| 636 |
+
engine_rust_src/target/release/build/proc-macro2-32bc07293e8001b1/build_script_build.pdb filter=lfs diff=lfs merge=lfs -text
|
| 637 |
+
engine_rust_src/target/release/build/pyo3-baac691719173f62/build-script-build.exe filter=lfs diff=lfs merge=lfs -text
|
| 638 |
+
engine_rust_src/target/release/build/pyo3-baac691719173f62/build_script_build-baac691719173f62.exe filter=lfs diff=lfs merge=lfs -text
|
| 639 |
+
engine_rust_src/target/release/build/pyo3-baac691719173f62/build_script_build-baac691719173f62.pdb filter=lfs diff=lfs merge=lfs -text
|
| 640 |
+
engine_rust_src/target/release/build/pyo3-baac691719173f62/build_script_build.pdb filter=lfs diff=lfs merge=lfs -text
|
| 641 |
+
engine_rust_src/target/release/build/pyo3-build-config-25bf2c3222e05dea/build-script-build.exe filter=lfs diff=lfs merge=lfs -text
|
| 642 |
+
engine_rust_src/target/release/build/pyo3-build-config-25bf2c3222e05dea/build_script_build-25bf2c3222e05dea.exe filter=lfs diff=lfs merge=lfs -text
|
| 643 |
+
engine_rust_src/target/release/build/pyo3-build-config-25bf2c3222e05dea/build_script_build-25bf2c3222e05dea.pdb filter=lfs diff=lfs merge=lfs -text
|
| 644 |
+
engine_rust_src/target/release/build/pyo3-build-config-25bf2c3222e05dea/build_script_build.pdb filter=lfs diff=lfs merge=lfs -text
|
| 645 |
+
engine_rust_src/target/release/build/pyo3-ffi-66662f35bcfb2783/build-script-build.exe filter=lfs diff=lfs merge=lfs -text
|
| 646 |
+
engine_rust_src/target/release/build/pyo3-ffi-66662f35bcfb2783/build_script_build-66662f35bcfb2783.exe filter=lfs diff=lfs merge=lfs -text
|
| 647 |
+
engine_rust_src/target/release/build/pyo3-ffi-66662f35bcfb2783/build_script_build-66662f35bcfb2783.pdb filter=lfs diff=lfs merge=lfs -text
|
| 648 |
+
engine_rust_src/target/release/build/pyo3-ffi-66662f35bcfb2783/build_script_build.pdb filter=lfs diff=lfs merge=lfs -text
|
| 649 |
+
engine_rust_src/target/release/build/pyo3-macros-backend-30614c643fc12630/build-script-build.exe filter=lfs diff=lfs merge=lfs -text
|
| 650 |
+
engine_rust_src/target/release/build/pyo3-macros-backend-30614c643fc12630/build_script_build-30614c643fc12630.exe filter=lfs diff=lfs merge=lfs -text
|
| 651 |
+
engine_rust_src/target/release/build/pyo3-macros-backend-30614c643fc12630/build_script_build-30614c643fc12630.pdb filter=lfs diff=lfs merge=lfs -text
|
| 652 |
+
engine_rust_src/target/release/build/pyo3-macros-backend-30614c643fc12630/build_script_build.pdb filter=lfs diff=lfs merge=lfs -text
|
| 653 |
+
engine_rust_src/target/release/build/quote-b90161ea893918ff/build-script-build.exe filter=lfs diff=lfs merge=lfs -text
|
| 654 |
+
engine_rust_src/target/release/build/quote-b90161ea893918ff/build_script_build-b90161ea893918ff.exe filter=lfs diff=lfs merge=lfs -text
|
| 655 |
+
engine_rust_src/target/release/build/quote-b90161ea893918ff/build_script_build-b90161ea893918ff.pdb filter=lfs diff=lfs merge=lfs -text
|
| 656 |
+
engine_rust_src/target/release/build/quote-b90161ea893918ff/build_script_build.pdb filter=lfs diff=lfs merge=lfs -text
|
| 657 |
+
engine_rust_src/target/release/build/rayon-core-6ff6ef781a76f0bc/build-script-build.exe filter=lfs diff=lfs merge=lfs -text
|
| 658 |
+
engine_rust_src/target/release/build/rayon-core-6ff6ef781a76f0bc/build_script_build-6ff6ef781a76f0bc.exe filter=lfs diff=lfs merge=lfs -text
|
| 659 |
+
engine_rust_src/target/release/build/rayon-core-6ff6ef781a76f0bc/build_script_build-6ff6ef781a76f0bc.pdb filter=lfs diff=lfs merge=lfs -text
|
| 660 |
+
engine_rust_src/target/release/build/rayon-core-6ff6ef781a76f0bc/build_script_build.pdb filter=lfs diff=lfs merge=lfs -text
|
| 661 |
+
engine_rust_src/target/release/build/rustversion-87982e9407e5d122/build-script-build.exe filter=lfs diff=lfs merge=lfs -text
|
| 662 |
+
engine_rust_src/target/release/build/rustversion-87982e9407e5d122/build_script_build-87982e9407e5d122.exe filter=lfs diff=lfs merge=lfs -text
|
| 663 |
+
engine_rust_src/target/release/build/rustversion-87982e9407e5d122/build_script_build-87982e9407e5d122.pdb filter=lfs diff=lfs merge=lfs -text
|
| 664 |
+
engine_rust_src/target/release/build/rustversion-87982e9407e5d122/build_script_build.pdb filter=lfs diff=lfs merge=lfs -text
|
| 665 |
+
engine_rust_src/target/release/build/serde-7ed6150ef3a0d68e/build-script-build.exe filter=lfs diff=lfs merge=lfs -text
|
| 666 |
+
engine_rust_src/target/release/build/serde-7ed6150ef3a0d68e/build_script_build-7ed6150ef3a0d68e.exe filter=lfs diff=lfs merge=lfs -text
|
| 667 |
+
engine_rust_src/target/release/build/serde-7ed6150ef3a0d68e/build_script_build-7ed6150ef3a0d68e.pdb filter=lfs diff=lfs merge=lfs -text
|
| 668 |
+
engine_rust_src/target/release/build/serde-7ed6150ef3a0d68e/build_script_build.pdb filter=lfs diff=lfs merge=lfs -text
|
| 669 |
+
engine_rust_src/target/release/build/serde_core-fc6b10168e409c2c/build-script-build.exe filter=lfs diff=lfs merge=lfs -text
|
| 670 |
+
engine_rust_src/target/release/build/serde_core-fc6b10168e409c2c/build_script_build-fc6b10168e409c2c.exe filter=lfs diff=lfs merge=lfs -text
|
| 671 |
+
engine_rust_src/target/release/build/serde_core-fc6b10168e409c2c/build_script_build-fc6b10168e409c2c.pdb filter=lfs diff=lfs merge=lfs -text
|
| 672 |
+
engine_rust_src/target/release/build/serde_core-fc6b10168e409c2c/build_script_build.pdb filter=lfs diff=lfs merge=lfs -text
|
| 673 |
+
engine_rust_src/target/release/build/serde_json-9e1b71604a35feef/build-script-build.exe filter=lfs diff=lfs merge=lfs -text
|
| 674 |
+
engine_rust_src/target/release/build/serde_json-9e1b71604a35feef/build_script_build-9e1b71604a35feef.exe filter=lfs diff=lfs merge=lfs -text
|
| 675 |
+
engine_rust_src/target/release/build/serde_json-9e1b71604a35feef/build_script_build-9e1b71604a35feef.pdb filter=lfs diff=lfs merge=lfs -text
|
| 676 |
+
engine_rust_src/target/release/build/serde_json-9e1b71604a35feef/build_script_build.pdb filter=lfs diff=lfs merge=lfs -text
|
| 677 |
+
engine_rust_src/target/release/build/target-lexicon-569d320ec79380c1/build-script-build.exe filter=lfs diff=lfs merge=lfs -text
|
| 678 |
+
engine_rust_src/target/release/build/target-lexicon-569d320ec79380c1/build_script_build-569d320ec79380c1.exe filter=lfs diff=lfs merge=lfs -text
|
| 679 |
+
engine_rust_src/target/release/build/target-lexicon-569d320ec79380c1/build_script_build-569d320ec79380c1.pdb filter=lfs diff=lfs merge=lfs -text
|
| 680 |
+
engine_rust_src/target/release/build/target-lexicon-569d320ec79380c1/build_script_build.pdb filter=lfs diff=lfs merge=lfs -text
|
| 681 |
+
engine_rust_src/target/release/build/wasm-bindgen-807e7c9f0e602e9e/build-script-build.exe filter=lfs diff=lfs merge=lfs -text
|
| 682 |
+
engine_rust_src/target/release/build/wasm-bindgen-807e7c9f0e602e9e/build_script_build-807e7c9f0e602e9e.exe filter=lfs diff=lfs merge=lfs -text
|
| 683 |
+
engine_rust_src/target/release/build/wasm-bindgen-807e7c9f0e602e9e/build_script_build-807e7c9f0e602e9e.pdb filter=lfs diff=lfs merge=lfs -text
|
| 684 |
+
engine_rust_src/target/release/build/wasm-bindgen-807e7c9f0e602e9e/build_script_build.pdb filter=lfs diff=lfs merge=lfs -text
|
| 685 |
+
engine_rust_src/target/release/build/wasm-bindgen-shared-9bc0f3671db076ce/build-script-build.exe filter=lfs diff=lfs merge=lfs -text
|
| 686 |
+
engine_rust_src/target/release/build/wasm-bindgen-shared-9bc0f3671db076ce/build_script_build-9bc0f3671db076ce.exe filter=lfs diff=lfs merge=lfs -text
|
| 687 |
+
engine_rust_src/target/release/build/wasm-bindgen-shared-9bc0f3671db076ce/build_script_build-9bc0f3671db076ce.pdb filter=lfs diff=lfs merge=lfs -text
|
| 688 |
+
engine_rust_src/target/release/build/wasm-bindgen-shared-9bc0f3671db076ce/build_script_build.pdb filter=lfs diff=lfs merge=lfs -text
|
| 689 |
+
engine_rust_src/target/release/build/zerocopy-5c8ab52c55ba9485/build-script-build.exe filter=lfs diff=lfs merge=lfs -text
|
| 690 |
+
engine_rust_src/target/release/build/zerocopy-5c8ab52c55ba9485/build_script_build-5c8ab52c55ba9485.exe filter=lfs diff=lfs merge=lfs -text
|
| 691 |
+
engine_rust_src/target/release/build/zerocopy-5c8ab52c55ba9485/build_script_build-5c8ab52c55ba9485.pdb filter=lfs diff=lfs merge=lfs -text
|
| 692 |
+
engine_rust_src/target/release/build/zerocopy-5c8ab52c55ba9485/build_script_build.pdb filter=lfs diff=lfs merge=lfs -text
|
| 693 |
+
engine_rust_src/target/release/build/zmij-f12f2fce437a58eb/build-script-build.exe filter=lfs diff=lfs merge=lfs -text
|
| 694 |
+
engine_rust_src/target/release/build/zmij-f12f2fce437a58eb/build_script_build-f12f2fce437a58eb.exe filter=lfs diff=lfs merge=lfs -text
|
| 695 |
+
engine_rust_src/target/release/build/zmij-f12f2fce437a58eb/build_script_build-f12f2fce437a58eb.pdb filter=lfs diff=lfs merge=lfs -text
|
| 696 |
+
engine_rust_src/target/release/build/zmij-f12f2fce437a58eb/build_script_build.pdb filter=lfs diff=lfs merge=lfs -text
|
| 697 |
+
engine_rust_src/target/release/deps/engine_rust.dll filter=lfs diff=lfs merge=lfs -text
|
| 698 |
+
engine_rust_src/target/release/deps/engine_rust.pdb filter=lfs diff=lfs merge=lfs -text
|
| 699 |
+
engine_rust_src/target/release/deps/indoc-9a66df6ae1da782f.dll filter=lfs diff=lfs merge=lfs -text
|
| 700 |
+
engine_rust_src/target/release/deps/indoc-9a66df6ae1da782f.pdb filter=lfs diff=lfs merge=lfs -text
|
| 701 |
+
engine_rust_src/target/release/deps/liballocator_api2-5c2270729a9a592f.rlib filter=lfs diff=lfs merge=lfs -text
|
| 702 |
+
engine_rust_src/target/release/deps/liballocator_api2-5c2270729a9a592f.rmeta filter=lfs diff=lfs merge=lfs -text
|
| 703 |
+
engine_rust_src/target/release/deps/libautocfg-c1e8680151d076c0.rlib filter=lfs diff=lfs merge=lfs -text
|
| 704 |
+
engine_rust_src/target/release/deps/libbumpalo-052c38e1eb203470.rlib filter=lfs diff=lfs merge=lfs -text
|
| 705 |
+
engine_rust_src/target/release/deps/libbumpalo-052c38e1eb203470.rmeta filter=lfs diff=lfs merge=lfs -text
|
| 706 |
+
engine_rust_src/target/release/deps/libcrossbeam_deque-6d7570f6ed72fe7e.rlib filter=lfs diff=lfs merge=lfs -text
|
| 707 |
+
engine_rust_src/target/release/deps/libcrossbeam_deque-6d7570f6ed72fe7e.rmeta filter=lfs diff=lfs merge=lfs -text
|
| 708 |
+
engine_rust_src/target/release/deps/libcrossbeam_epoch-931bf66e0d65936c.rlib filter=lfs diff=lfs merge=lfs -text
|
| 709 |
+
engine_rust_src/target/release/deps/libcrossbeam_epoch-931bf66e0d65936c.rmeta filter=lfs diff=lfs merge=lfs -text
|
| 710 |
+
engine_rust_src/target/release/deps/libcrossbeam_utils-db0253b43b10463d.rlib filter=lfs diff=lfs merge=lfs -text
|
| 711 |
+
engine_rust_src/target/release/deps/libcrossbeam_utils-db0253b43b10463d.rmeta filter=lfs diff=lfs merge=lfs -text
|
| 712 |
+
engine_rust_src/target/release/deps/libeither-e89c8c5f679dbb48.rlib filter=lfs diff=lfs merge=lfs -text
|
| 713 |
+
engine_rust_src/target/release/deps/libeither-e89c8c5f679dbb48.rmeta filter=lfs diff=lfs merge=lfs -text
|
| 714 |
+
engine_rust_src/target/release/deps/libfoldhash-aad67d2cfb2f2136.rlib filter=lfs diff=lfs merge=lfs -text
|
| 715 |
+
engine_rust_src/target/release/deps/libhashbrown-3813cedc27657752.rlib filter=lfs diff=lfs merge=lfs -text
|
| 716 |
+
engine_rust_src/target/release/deps/libhashbrown-3813cedc27657752.rmeta filter=lfs diff=lfs merge=lfs -text
|
| 717 |
+
engine_rust_src/target/release/deps/libheck-ce139c5bba9668b0.rlib filter=lfs diff=lfs merge=lfs -text
|
| 718 |
+
engine_rust_src/target/release/deps/libjs_sys-44a9c80946ae9601.rlib filter=lfs diff=lfs merge=lfs -text
|
| 719 |
+
engine_rust_src/target/release/deps/libjs_sys-44a9c80946ae9601.rmeta filter=lfs diff=lfs merge=lfs -text
|
| 720 |
+
engine_rust_src/target/release/deps/liblibc-b2118be7e230ee2e.rlib filter=lfs diff=lfs merge=lfs -text
|
| 721 |
+
engine_rust_src/target/release/deps/liblibc-b2118be7e230ee2e.rmeta filter=lfs diff=lfs merge=lfs -text
|
| 722 |
+
engine_rust_src/target/release/deps/liblru-f719d59a09fe6e66.rlib filter=lfs diff=lfs merge=lfs -text
|
| 723 |
+
engine_rust_src/target/release/deps/liblru-f719d59a09fe6e66.rmeta filter=lfs diff=lfs merge=lfs -text
|
| 724 |
+
engine_rust_src/target/release/deps/libmatrixmultiply-1df400f3565b4615.rlib filter=lfs diff=lfs merge=lfs -text
|
| 725 |
+
engine_rust_src/target/release/deps/libmatrixmultiply-1df400f3565b4615.rmeta filter=lfs diff=lfs merge=lfs -text
|
| 726 |
+
engine_rust_src/target/release/deps/libmemchr-842764e9ebde2086.rlib filter=lfs diff=lfs merge=lfs -text
|
| 727 |
+
engine_rust_src/target/release/deps/libmemchr-842764e9ebde2086.rmeta filter=lfs diff=lfs merge=lfs -text
|
| 728 |
+
engine_rust_src/target/release/deps/libndarray-faec60e308eef382.rlib filter=lfs diff=lfs merge=lfs -text
|
| 729 |
+
engine_rust_src/target/release/deps/libndarray-faec60e308eef382.rmeta filter=lfs diff=lfs merge=lfs -text
|
| 730 |
+
engine_rust_src/target/release/deps/libnum_complex-53e62b9fc5e2540a.rlib filter=lfs diff=lfs merge=lfs -text
|
| 731 |
+
engine_rust_src/target/release/deps/libnum_complex-53e62b9fc5e2540a.rmeta filter=lfs diff=lfs merge=lfs -text
|
| 732 |
+
engine_rust_src/target/release/deps/libnum_integer-f50d6e1f89a5962b.rlib filter=lfs diff=lfs merge=lfs -text
|
| 733 |
+
engine_rust_src/target/release/deps/libnum_integer-f50d6e1f89a5962b.rmeta filter=lfs diff=lfs merge=lfs -text
|
| 734 |
+
engine_rust_src/target/release/deps/libnum_traits-b07ace3b30983abf.rlib filter=lfs diff=lfs merge=lfs -text
|
| 735 |
+
engine_rust_src/target/release/deps/libnum_traits-b07ace3b30983abf.rmeta filter=lfs diff=lfs merge=lfs -text
|
| 736 |
+
engine_rust_src/target/release/deps/libnumpy-5644170dcbb102de.rlib filter=lfs diff=lfs merge=lfs -text
|
| 737 |
+
engine_rust_src/target/release/deps/libnumpy-5644170dcbb102de.rmeta filter=lfs diff=lfs merge=lfs -text
|
| 738 |
+
engine_rust_src/target/release/deps/libonce_cell-8cab3a5aa0130240.rlib filter=lfs diff=lfs merge=lfs -text
|
| 739 |
+
engine_rust_src/target/release/deps/libonce_cell-8cab3a5aa0130240.rmeta filter=lfs diff=lfs merge=lfs -text
|
| 740 |
+
engine_rust_src/target/release/deps/libonce_cell-c891accc47083c6d.rlib filter=lfs diff=lfs merge=lfs -text
|
| 741 |
+
engine_rust_src/target/release/deps/libonce_cell-c891accc47083c6d.rmeta filter=lfs diff=lfs merge=lfs -text
|
| 742 |
+
engine_rust_src/target/release/deps/libppv_lite86-f1dd043a3a08b244.rlib filter=lfs diff=lfs merge=lfs -text
|
| 743 |
+
engine_rust_src/target/release/deps/libppv_lite86-f1dd043a3a08b244.rmeta filter=lfs diff=lfs merge=lfs -text
|
| 744 |
+
engine_rust_src/target/release/deps/libproc_macro2-bd21ff66c8152790.rlib filter=lfs diff=lfs merge=lfs -text
|
| 745 |
+
engine_rust_src/target/release/deps/libproc_macro2-bd21ff66c8152790.rmeta filter=lfs diff=lfs merge=lfs -text
|
| 746 |
+
engine_rust_src/target/release/deps/libpyo3-13664c688e9aa954.rlib filter=lfs diff=lfs merge=lfs -text
|
| 747 |
+
engine_rust_src/target/release/deps/libpyo3-13664c688e9aa954.rmeta filter=lfs diff=lfs merge=lfs -text
|
| 748 |
+
engine_rust_src/target/release/deps/libpyo3_build_config-00ba6fc0dce2fb05.rlib filter=lfs diff=lfs merge=lfs -text
|
| 749 |
+
engine_rust_src/target/release/deps/libpyo3_build_config-00ba6fc0dce2fb05.rmeta filter=lfs diff=lfs merge=lfs -text
|
| 750 |
+
engine_rust_src/target/release/deps/libpyo3_ffi-f2f722ae2661ad31.rlib filter=lfs diff=lfs merge=lfs -text
|
| 751 |
+
engine_rust_src/target/release/deps/libpyo3_ffi-f2f722ae2661ad31.rmeta filter=lfs diff=lfs merge=lfs -text
|
| 752 |
+
engine_rust_src/target/release/deps/libpyo3_macros_backend-316de8500915ce9e.rlib filter=lfs diff=lfs merge=lfs -text
|
| 753 |
+
engine_rust_src/target/release/deps/libpyo3_macros_backend-316de8500915ce9e.rmeta filter=lfs diff=lfs merge=lfs -text
|
| 754 |
+
engine_rust_src/target/release/deps/libquote-2112e3da4f3650b6.rlib filter=lfs diff=lfs merge=lfs -text
|
| 755 |
+
engine_rust_src/target/release/deps/libquote-2112e3da4f3650b6.rmeta filter=lfs diff=lfs merge=lfs -text
|
| 756 |
+
engine_rust_src/target/release/deps/librand-af9cad2b02a2b28a.rlib filter=lfs diff=lfs merge=lfs -text
|
| 757 |
+
engine_rust_src/target/release/deps/librand-af9cad2b02a2b28a.rmeta filter=lfs diff=lfs merge=lfs -text
|
| 758 |
+
engine_rust_src/target/release/deps/librand_chacha-7b19ee6a20bc21d7.rlib filter=lfs diff=lfs merge=lfs -text
|
| 759 |
+
engine_rust_src/target/release/deps/librand_chacha-7b19ee6a20bc21d7.rmeta filter=lfs diff=lfs merge=lfs -text
|
| 760 |
+
engine_rust_src/target/release/deps/librand_core-8339b0a3336ceb32.rlib filter=lfs diff=lfs merge=lfs -text
|
| 761 |
+
engine_rust_src/target/release/deps/librand_core-8339b0a3336ceb32.rmeta filter=lfs diff=lfs merge=lfs -text
|
| 762 |
+
engine_rust_src/target/release/deps/librayon-254b54dfc866ec3c.rlib filter=lfs diff=lfs merge=lfs -text
|
| 763 |
+
engine_rust_src/target/release/deps/librayon-254b54dfc866ec3c.rmeta filter=lfs diff=lfs merge=lfs -text
|
| 764 |
+
engine_rust_src/target/release/deps/librayon_core-5e320651825dc01f.rlib filter=lfs diff=lfs merge=lfs -text
|
| 765 |
+
engine_rust_src/target/release/deps/librayon_core-5e320651825dc01f.rmeta filter=lfs diff=lfs merge=lfs -text
|
| 766 |
+
engine_rust_src/target/release/deps/libserde-eba56a711fac35d1.rlib filter=lfs diff=lfs merge=lfs -text
|
| 767 |
+
engine_rust_src/target/release/deps/libserde-eba56a711fac35d1.rmeta filter=lfs diff=lfs merge=lfs -text
|
| 768 |
+
engine_rust_src/target/release/deps/libserde_core-583f314672dfd916.rlib filter=lfs diff=lfs merge=lfs -text
|
| 769 |
+
engine_rust_src/target/release/deps/libserde_core-583f314672dfd916.rmeta filter=lfs diff=lfs merge=lfs -text
|
| 770 |
+
engine_rust_src/target/release/deps/libserde_json-103d0c21b5ccdb62.rlib filter=lfs diff=lfs merge=lfs -text
|
| 771 |
+
engine_rust_src/target/release/deps/libserde_json-103d0c21b5ccdb62.rmeta filter=lfs diff=lfs merge=lfs -text
|
| 772 |
+
engine_rust_src/target/release/deps/libserde_wasm_bindgen-d53769017187943b.rlib filter=lfs diff=lfs merge=lfs -text
|
| 773 |
+
engine_rust_src/target/release/deps/libserde_wasm_bindgen-d53769017187943b.rmeta filter=lfs diff=lfs merge=lfs -text
|
| 774 |
+
engine_rust_src/target/release/deps/libsmallvec-deb4b73c804f534a.rlib filter=lfs diff=lfs merge=lfs -text
|
| 775 |
+
engine_rust_src/target/release/deps/libsmallvec-deb4b73c804f534a.rmeta filter=lfs diff=lfs merge=lfs -text
|
| 776 |
+
engine_rust_src/target/release/deps/libsyn-02667dafc6865ada.rlib filter=lfs diff=lfs merge=lfs -text
|
| 777 |
+
engine_rust_src/target/release/deps/libsyn-02667dafc6865ada.rmeta filter=lfs diff=lfs merge=lfs -text
|
| 778 |
+
engine_rust_src/target/release/deps/libsyn-1d7435cc177f9cd0.rlib filter=lfs diff=lfs merge=lfs -text
|
| 779 |
+
engine_rust_src/target/release/deps/libsyn-1d7435cc177f9cd0.rmeta filter=lfs diff=lfs merge=lfs -text
|
| 780 |
+
engine_rust_src/target/release/deps/libtarget_lexicon-b5845a003c2ac0e3.rlib filter=lfs diff=lfs merge=lfs -text
|
| 781 |
+
engine_rust_src/target/release/deps/libtarget_lexicon-b5845a003c2ac0e3.rmeta filter=lfs diff=lfs merge=lfs -text
|
| 782 |
+
engine_rust_src/target/release/deps/libwasm_bindgen-7dd1eabd6020f5da.rlib filter=lfs diff=lfs merge=lfs -text
|
| 783 |
+
engine_rust_src/target/release/deps/libwasm_bindgen-7dd1eabd6020f5da.rmeta filter=lfs diff=lfs merge=lfs -text
|
| 784 |
+
engine_rust_src/target/release/deps/libwasm_bindgen_macro_support-79d11d4c9b098e5e.rlib filter=lfs diff=lfs merge=lfs -text
|
| 785 |
+
engine_rust_src/target/release/deps/libwasm_bindgen_macro_support-79d11d4c9b098e5e.rmeta filter=lfs diff=lfs merge=lfs -text
|
| 786 |
+
engine_rust_src/target/release/deps/libwasm_bindgen_macro_support-d43eb21f8def2486.rlib filter=lfs diff=lfs merge=lfs -text
|
| 787 |
+
engine_rust_src/target/release/deps/libwasm_bindgen_macro_support-d43eb21f8def2486.rmeta filter=lfs diff=lfs merge=lfs -text
|
| 788 |
+
engine_rust_src/target/release/deps/libwasm_bindgen_shared-6d3bad7b70af47d0.rlib filter=lfs diff=lfs merge=lfs -text
|
| 789 |
+
engine_rust_src/target/release/deps/libwasm_bindgen_shared-9b9d1da1f661edeb.rlib filter=lfs diff=lfs merge=lfs -text
|
| 790 |
+
engine_rust_src/target/release/deps/libzerocopy-9e729adebca04888.rlib filter=lfs diff=lfs merge=lfs -text
|
| 791 |
+
engine_rust_src/target/release/deps/libzerocopy-9e729adebca04888.rmeta filter=lfs diff=lfs merge=lfs -text
|
| 792 |
+
engine_rust_src/target/release/deps/libzeroize-3e894d60974859d4.rlib filter=lfs diff=lfs merge=lfs -text
|
| 793 |
+
engine_rust_src/target/release/deps/libzeroize-3e894d60974859d4.rmeta filter=lfs diff=lfs merge=lfs -text
|
| 794 |
+
engine_rust_src/target/release/deps/libzmij-5bc2af0a34408a07.rlib filter=lfs diff=lfs merge=lfs -text
|
| 795 |
+
engine_rust_src/target/release/deps/libzmij-5bc2af0a34408a07.rmeta filter=lfs diff=lfs merge=lfs -text
|
| 796 |
+
engine_rust_src/target/release/deps/pyo3_macros-af41b3f2c901ef08.dll filter=lfs diff=lfs merge=lfs -text
|
| 797 |
+
engine_rust_src/target/release/deps/pyo3_macros-af41b3f2c901ef08.pdb filter=lfs diff=lfs merge=lfs -text
|
| 798 |
+
engine_rust_src/target/release/deps/rustversion-7f4ca583bddbb4fe.dll filter=lfs diff=lfs merge=lfs -text
|
| 799 |
+
engine_rust_src/target/release/deps/rustversion-7f4ca583bddbb4fe.pdb filter=lfs diff=lfs merge=lfs -text
|
| 800 |
+
engine_rust_src/target/release/deps/serde_derive-464eefe1caadff48.dll filter=lfs diff=lfs merge=lfs -text
|
| 801 |
+
engine_rust_src/target/release/deps/serde_derive-464eefe1caadff48.pdb filter=lfs diff=lfs merge=lfs -text
|
| 802 |
+
engine_rust_src/target/release/deps/serde_derive-a5a590ac86798b3e.dll filter=lfs diff=lfs merge=lfs -text
|
| 803 |
+
engine_rust_src/target/release/deps/serde_derive-a5a590ac86798b3e.pdb filter=lfs diff=lfs merge=lfs -text
|
| 804 |
+
engine_rust_src/target/release/deps/serde_repr-4913c9de16bb3a15.dll filter=lfs diff=lfs merge=lfs -text
|
| 805 |
+
engine_rust_src/target/release/deps/serde_repr-4913c9de16bb3a15.pdb filter=lfs diff=lfs merge=lfs -text
|
| 806 |
+
engine_rust_src/target/release/deps/serde_repr-e2717559dd276254.dll filter=lfs diff=lfs merge=lfs -text
|
| 807 |
+
engine_rust_src/target/release/deps/serde_repr-e2717559dd276254.pdb filter=lfs diff=lfs merge=lfs -text
|
| 808 |
+
engine_rust_src/target/release/deps/wasm_bindgen_macro-85e7695b1b08c16c.dll filter=lfs diff=lfs merge=lfs -text
|
| 809 |
+
engine_rust_src/target/release/deps/wasm_bindgen_macro-85e7695b1b08c16c.pdb filter=lfs diff=lfs merge=lfs -text
|
| 810 |
+
engine_rust_src/target/release/deps/wasm_bindgen_macro-fa0505dd2d282499.dll filter=lfs diff=lfs merge=lfs -text
|
| 811 |
+
engine_rust_src/target/release/deps/wasm_bindgen_macro-fa0505dd2d282499.pdb filter=lfs diff=lfs merge=lfs -text
|
| 812 |
+
engine_rust_src/target/release/engine_rust.dll filter=lfs diff=lfs merge=lfs -text
|
| 813 |
+
engine_rust_src/target/release/engine_rust.pdb filter=lfs diff=lfs merge=lfs -text
|
| 814 |
+
engine_rust_src/target/wasm32-unknown-unknown/release/deps/liballocator_api2-ca0df82e6b9f7640.rlib filter=lfs diff=lfs merge=lfs -text
|
| 815 |
+
engine_rust_src/target/wasm32-unknown-unknown/release/deps/liballocator_api2-ca0df82e6b9f7640.rmeta filter=lfs diff=lfs merge=lfs -text
|
| 816 |
+
engine_rust_src/target/wasm32-unknown-unknown/release/deps/libengine_rust.rlib filter=lfs diff=lfs merge=lfs -text
|
| 817 |
+
engine_rust_src/target/wasm32-unknown-unknown/release/deps/libfoldhash-9e4aeb5d99376eb2.rlib filter=lfs diff=lfs merge=lfs -text
|
| 818 |
+
engine_rust_src/target/wasm32-unknown-unknown/release/deps/libgetrandom-006baeb87c665cda.rlib filter=lfs diff=lfs merge=lfs -text
|
| 819 |
+
engine_rust_src/target/wasm32-unknown-unknown/release/deps/libhashbrown-90c5151eafed8df9.rlib filter=lfs diff=lfs merge=lfs -text
|
| 820 |
+
engine_rust_src/target/wasm32-unknown-unknown/release/deps/libhashbrown-90c5151eafed8df9.rmeta filter=lfs diff=lfs merge=lfs -text
|
| 821 |
+
engine_rust_src/target/wasm32-unknown-unknown/release/deps/libjs_sys-6d2867690dd96bbe.rlib filter=lfs diff=lfs merge=lfs -text
|
| 822 |
+
engine_rust_src/target/wasm32-unknown-unknown/release/deps/libjs_sys-6d2867690dd96bbe.rmeta filter=lfs diff=lfs merge=lfs -text
|
| 823 |
+
engine_rust_src/target/wasm32-unknown-unknown/release/deps/liblru-6d36b257e346f7f3.rlib filter=lfs diff=lfs merge=lfs -text
|
| 824 |
+
engine_rust_src/target/wasm32-unknown-unknown/release/deps/liblru-6d36b257e346f7f3.rmeta filter=lfs diff=lfs merge=lfs -text
|
| 825 |
+
engine_rust_src/target/wasm32-unknown-unknown/release/deps/libmatrixmultiply-fbff7f885d0651cb.rlib filter=lfs diff=lfs merge=lfs -text
|
| 826 |
+
engine_rust_src/target/wasm32-unknown-unknown/release/deps/libmatrixmultiply-fbff7f885d0651cb.rmeta filter=lfs diff=lfs merge=lfs -text
|
| 827 |
+
engine_rust_src/target/wasm32-unknown-unknown/release/deps/libmemchr-29c1e18ef0b74f82.rlib filter=lfs diff=lfs merge=lfs -text
|
| 828 |
+
engine_rust_src/target/wasm32-unknown-unknown/release/deps/libmemchr-29c1e18ef0b74f82.rmeta filter=lfs diff=lfs merge=lfs -text
|
| 829 |
+
engine_rust_src/target/wasm32-unknown-unknown/release/deps/libndarray-74386f4e38a90105.rlib filter=lfs diff=lfs merge=lfs -text
|
| 830 |
+
engine_rust_src/target/wasm32-unknown-unknown/release/deps/libndarray-74386f4e38a90105.rmeta filter=lfs diff=lfs merge=lfs -text
|
| 831 |
+
engine_rust_src/target/wasm32-unknown-unknown/release/deps/libnum_complex-3f48fb44f1c17a90.rlib filter=lfs diff=lfs merge=lfs -text
|
| 832 |
+
engine_rust_src/target/wasm32-unknown-unknown/release/deps/libnum_complex-3f48fb44f1c17a90.rmeta filter=lfs diff=lfs merge=lfs -text
|
| 833 |
+
engine_rust_src/target/wasm32-unknown-unknown/release/deps/libnum_integer-c48780f53d6d72d6.rlib filter=lfs diff=lfs merge=lfs -text
|
| 834 |
+
engine_rust_src/target/wasm32-unknown-unknown/release/deps/libnum_integer-c48780f53d6d72d6.rmeta filter=lfs diff=lfs merge=lfs -text
|
| 835 |
+
engine_rust_src/target/wasm32-unknown-unknown/release/deps/libnum_traits-82c9f4b8cf6ee9e4.rlib filter=lfs diff=lfs merge=lfs -text
|
| 836 |
+
engine_rust_src/target/wasm32-unknown-unknown/release/deps/libnum_traits-82c9f4b8cf6ee9e4.rmeta filter=lfs diff=lfs merge=lfs -text
|
| 837 |
+
engine_rust_src/target/wasm32-unknown-unknown/release/deps/libppv_lite86-3f4408b48b9fecda.rlib filter=lfs diff=lfs merge=lfs -text
|
| 838 |
+
engine_rust_src/target/wasm32-unknown-unknown/release/deps/libppv_lite86-3f4408b48b9fecda.rmeta filter=lfs diff=lfs merge=lfs -text
|
| 839 |
+
engine_rust_src/target/wasm32-unknown-unknown/release/deps/librand-2ba2c57e575d944f.rlib filter=lfs diff=lfs merge=lfs -text
|
| 840 |
+
engine_rust_src/target/wasm32-unknown-unknown/release/deps/librand-2ba2c57e575d944f.rmeta filter=lfs diff=lfs merge=lfs -text
|
| 841 |
+
engine_rust_src/target/wasm32-unknown-unknown/release/deps/librand_chacha-c137e0293f38fee1.rlib filter=lfs diff=lfs merge=lfs -text
|
| 842 |
+
engine_rust_src/target/wasm32-unknown-unknown/release/deps/librand_chacha-c137e0293f38fee1.rmeta filter=lfs diff=lfs merge=lfs -text
|
| 843 |
+
engine_rust_src/target/wasm32-unknown-unknown/release/deps/librand_core-8ac9e35a16258ef8.rlib filter=lfs diff=lfs merge=lfs -text
|
| 844 |
+
engine_rust_src/target/wasm32-unknown-unknown/release/deps/librand_core-8ac9e35a16258ef8.rmeta filter=lfs diff=lfs merge=lfs -text
|
| 845 |
+
engine_rust_src/target/wasm32-unknown-unknown/release/deps/libserde-468512b278da56b6.rlib filter=lfs diff=lfs merge=lfs -text
|
| 846 |
+
engine_rust_src/target/wasm32-unknown-unknown/release/deps/libserde-468512b278da56b6.rmeta filter=lfs diff=lfs merge=lfs -text
|
| 847 |
+
engine_rust_src/target/wasm32-unknown-unknown/release/deps/libserde_core-9c34be7f57c6a169.rlib filter=lfs diff=lfs merge=lfs -text
|
| 848 |
+
engine_rust_src/target/wasm32-unknown-unknown/release/deps/libserde_core-9c34be7f57c6a169.rmeta filter=lfs diff=lfs merge=lfs -text
|
| 849 |
+
engine_rust_src/target/wasm32-unknown-unknown/release/deps/libserde_json-382bf1560d36239a.rlib filter=lfs diff=lfs merge=lfs -text
|
| 850 |
+
engine_rust_src/target/wasm32-unknown-unknown/release/deps/libserde_json-382bf1560d36239a.rmeta filter=lfs diff=lfs merge=lfs -text
|
| 851 |
+
engine_rust_src/target/wasm32-unknown-unknown/release/deps/libserde_wasm_bindgen-fa6df6eae538298c.rlib filter=lfs diff=lfs merge=lfs -text
|
| 852 |
+
engine_rust_src/target/wasm32-unknown-unknown/release/deps/libserde_wasm_bindgen-fa6df6eae538298c.rmeta filter=lfs diff=lfs merge=lfs -text
|
| 853 |
+
engine_rust_src/target/wasm32-unknown-unknown/release/deps/libsmallvec-d4799166f37a8199.rlib filter=lfs diff=lfs merge=lfs -text
|
| 854 |
+
engine_rust_src/target/wasm32-unknown-unknown/release/deps/libsmallvec-d4799166f37a8199.rmeta filter=lfs diff=lfs merge=lfs -text
|
| 855 |
+
engine_rust_src/target/wasm32-unknown-unknown/release/deps/libwasm_bindgen-98e85bcae59cfbaf.rlib filter=lfs diff=lfs merge=lfs -text
|
| 856 |
+
engine_rust_src/target/wasm32-unknown-unknown/release/deps/libwasm_bindgen-98e85bcae59cfbaf.rmeta filter=lfs diff=lfs merge=lfs -text
|
| 857 |
+
engine_rust_src/target/wasm32-unknown-unknown/release/deps/libwasm_bindgen_shared-60d3e4aab2baac0f.rlib filter=lfs diff=lfs merge=lfs -text
|
| 858 |
+
engine_rust_src/target/wasm32-unknown-unknown/release/deps/libzerocopy-3d6489780d493065.rlib filter=lfs diff=lfs merge=lfs -text
|
| 859 |
+
engine_rust_src/target/wasm32-unknown-unknown/release/deps/libzerocopy-3d6489780d493065.rmeta filter=lfs diff=lfs merge=lfs -text
|
| 860 |
+
engine_rust_src/target/wasm32-unknown-unknown/release/deps/libzmij-10efa5ed4d1d399f.rlib filter=lfs diff=lfs merge=lfs -text
|
| 861 |
+
engine_rust_src/target/wasm32-unknown-unknown/release/libengine_rust.rlib filter=lfs diff=lfs merge=lfs -text
|
engine_rust_src/.venv/.gitignore
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
*
|
engine_rust_src/.venv/.lock
ADDED
|
File without changes
|
engine_rust_src/.venv/CACHEDIR.TAG
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
Signature: 8a477f597d28d172789f06886806bc55
|
engine_rust_src/.venv/Lib/site-packages/__pycache__/_virtualenv.cpython-313.pyc
ADDED
|
Binary file (4.23 kB). View file
|
|
|
engine_rust_src/.venv/Lib/site-packages/_virtualenv.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:69ac3d8f27e679c81b94ab30b3b56e9cd138219b1ba94a1fa3606d5a76a1433d
|
| 3 |
+
size 18
|
engine_rust_src/.venv/Lib/site-packages/_virtualenv.py
ADDED
|
@@ -0,0 +1,101 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
"""Patches that are applied at runtime to the virtual environment."""
|
| 2 |
+
|
| 3 |
+
import os
|
| 4 |
+
import sys
|
| 5 |
+
|
| 6 |
+
VIRTUALENV_PATCH_FILE = os.path.join(__file__)
|
| 7 |
+
|
| 8 |
+
|
| 9 |
+
def patch_dist(dist):
|
| 10 |
+
"""
|
| 11 |
+
Distutils allows user to configure some arguments via a configuration file:
|
| 12 |
+
https://docs.python.org/3.11/install/index.html#distutils-configuration-files.
|
| 13 |
+
|
| 14 |
+
Some of this arguments though don't make sense in context of the virtual environment files, let's fix them up.
|
| 15 |
+
""" # noqa: D205
|
| 16 |
+
# we cannot allow some install config as that would get packages installed outside of the virtual environment
|
| 17 |
+
old_parse_config_files = dist.Distribution.parse_config_files
|
| 18 |
+
|
| 19 |
+
def parse_config_files(self, *args, **kwargs):
|
| 20 |
+
result = old_parse_config_files(self, *args, **kwargs)
|
| 21 |
+
install = self.get_option_dict("install")
|
| 22 |
+
|
| 23 |
+
if "prefix" in install: # the prefix governs where to install the libraries
|
| 24 |
+
install["prefix"] = VIRTUALENV_PATCH_FILE, os.path.abspath(sys.prefix)
|
| 25 |
+
for base in ("purelib", "platlib", "headers", "scripts", "data"):
|
| 26 |
+
key = f"install_{base}"
|
| 27 |
+
if key in install: # do not allow global configs to hijack venv paths
|
| 28 |
+
install.pop(key, None)
|
| 29 |
+
return result
|
| 30 |
+
|
| 31 |
+
dist.Distribution.parse_config_files = parse_config_files
|
| 32 |
+
|
| 33 |
+
|
| 34 |
+
# Import hook that patches some modules to ignore configuration values that break package installation in case
|
| 35 |
+
# of virtual environments.
|
| 36 |
+
_DISTUTILS_PATCH = "distutils.dist", "setuptools.dist"
|
| 37 |
+
# https://docs.python.org/3/library/importlib.html#setting-up-an-importer
|
| 38 |
+
|
| 39 |
+
|
| 40 |
+
class _Finder:
|
| 41 |
+
"""A meta path finder that allows patching the imported distutils modules."""
|
| 42 |
+
|
| 43 |
+
fullname = None
|
| 44 |
+
|
| 45 |
+
# lock[0] is threading.Lock(), but initialized lazily to avoid importing threading very early at startup,
|
| 46 |
+
# because there are gevent-based applications that need to be first to import threading by themselves.
|
| 47 |
+
# See https://github.com/pypa/virtualenv/issues/1895 for details.
|
| 48 |
+
lock = [] # noqa: RUF012
|
| 49 |
+
|
| 50 |
+
def find_spec(self, fullname, path, target=None): # noqa: ARG002
|
| 51 |
+
if fullname in _DISTUTILS_PATCH and self.fullname is None:
|
| 52 |
+
# initialize lock[0] lazily
|
| 53 |
+
if len(self.lock) == 0:
|
| 54 |
+
import threading
|
| 55 |
+
|
| 56 |
+
lock = threading.Lock()
|
| 57 |
+
# there is possibility that two threads T1 and T2 are simultaneously running into find_spec,
|
| 58 |
+
# observing .lock as empty, and further going into hereby initialization. However due to the GIL,
|
| 59 |
+
# list.append() operation is atomic and this way only one of the threads will "win" to put the lock
|
| 60 |
+
# - that every thread will use - into .lock[0].
|
| 61 |
+
# https://docs.python.org/3/faq/library.html#what-kinds-of-global-value-mutation-are-thread-safe
|
| 62 |
+
self.lock.append(lock)
|
| 63 |
+
|
| 64 |
+
from functools import partial
|
| 65 |
+
from importlib.util import find_spec
|
| 66 |
+
|
| 67 |
+
with self.lock[0]:
|
| 68 |
+
self.fullname = fullname
|
| 69 |
+
try:
|
| 70 |
+
spec = find_spec(fullname, path)
|
| 71 |
+
if spec is not None:
|
| 72 |
+
# https://www.python.org/dev/peps/pep-0451/#how-loading-will-work
|
| 73 |
+
is_new_api = hasattr(spec.loader, "exec_module")
|
| 74 |
+
func_name = "exec_module" if is_new_api else "load_module"
|
| 75 |
+
old = getattr(spec.loader, func_name)
|
| 76 |
+
func = self.exec_module if is_new_api else self.load_module
|
| 77 |
+
if old is not func:
|
| 78 |
+
try: # noqa: SIM105
|
| 79 |
+
setattr(spec.loader, func_name, partial(func, old))
|
| 80 |
+
except AttributeError:
|
| 81 |
+
pass # C-Extension loaders are r/o such as zipimporter with <3.7
|
| 82 |
+
return spec
|
| 83 |
+
finally:
|
| 84 |
+
self.fullname = None
|
| 85 |
+
return None
|
| 86 |
+
|
| 87 |
+
@staticmethod
|
| 88 |
+
def exec_module(old, module):
|
| 89 |
+
old(module)
|
| 90 |
+
if module.__name__ in _DISTUTILS_PATCH:
|
| 91 |
+
patch_dist(module)
|
| 92 |
+
|
| 93 |
+
@staticmethod
|
| 94 |
+
def load_module(old, name):
|
| 95 |
+
module = old(name)
|
| 96 |
+
if module.__name__ in _DISTUTILS_PATCH:
|
| 97 |
+
patch_dist(module)
|
| 98 |
+
return module
|
| 99 |
+
|
| 100 |
+
|
| 101 |
+
sys.meta_path.insert(0, _Finder())
|
engine_rust_src/.venv/Lib/site-packages/engine_rust-0.1.2.dist-info/INSTALLER
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
uv
|
engine_rust_src/.venv/Lib/site-packages/engine_rust-0.1.2.dist-info/METADATA
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Metadata-Version: 2.4
|
| 2 |
+
Name: engine_rust
|
| 3 |
+
Version: 0.1.2
|
| 4 |
+
Requires-Dist: numpy
|
| 5 |
+
Summary: Rust engine bindings
|
| 6 |
+
Requires-Python: >=3.11
|
engine_rust_src/.venv/Lib/site-packages/engine_rust-0.1.2.dist-info/RECORD
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
engine_rust-0.1.2.dist-info/INSTALLER,sha256=5hhM4Q4mYTT9z6QB6PGpUAW81PGNFrYrdXMj4oM_6ak,2
|
| 2 |
+
engine_rust-0.1.2.dist-info/REQUESTED,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
| 3 |
+
engine_rust-0.1.2.dist-info/direct_url.json,sha256=r9Trh17M3Rhr6k6QnG72EdmsSrpXFo54n6sGFnL0jFE,122
|
| 4 |
+
engine_rust-0.1.2.dist-info/uv_cache.json,sha256=C48AzT6OPqn2am9dkDVz3gBWdpuRB77f_uIx4dTJf_w,127
|
| 5 |
+
engine_rust-0.1.2.dist-info\METADATA,sha256=AzNxbh3kz0W-TKj78iWyW9-m81ZWstkqWvq--eTNI7o,130
|
| 6 |
+
engine_rust-0.1.2.dist-info\RECORD,,
|
| 7 |
+
engine_rust-0.1.2.dist-info\WHEEL,sha256=wIaq5kKGufyzCzRkK9cVMZbLF09Wr1z6BXtkxRsuBGs,95
|
| 8 |
+
engine_rust\__init__.py,sha256=XhIwT4zv6oVYnknt574jf2j1RuEaYZJ1Sk1lJkINfOQ,127
|
| 9 |
+
engine_rust\engine_rust.pyd,sha256=v-ORCYi4Cp8dPeuyrcpz9_1O0rBptq1CJ3KuJQrW0Ls,27324416
|
engine_rust_src/.venv/Lib/site-packages/engine_rust-0.1.2.dist-info/REQUESTED
ADDED
|
File without changes
|
engine_rust_src/.venv/Lib/site-packages/engine_rust-0.1.2.dist-info/WHEEL
ADDED
|
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Wheel-Version: 1.0
|
| 2 |
+
Generator: maturin (1.11.5)
|
| 3 |
+
Root-Is-Purelib: false
|
| 4 |
+
Tag: cp37-abi3-win_amd64
|
engine_rust_src/.venv/Lib/site-packages/engine_rust-0.1.2.dist-info/direct_url.json
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
{"dir_info": {"editable": true}, "url": "file:///C:/Users/trios/.gemini/antigravity/vscode/loveca-copy/engine_rust_src"}
|
engine_rust_src/.venv/Lib/site-packages/engine_rust-0.1.2.dist-info/uv_cache.json
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
{"timestamp":{"secs_since_epoch":1770032423,"nanos_since_epoch":547837500},"commit":null,"tags":null,"env":{},"directories":{}}
|
engine_rust_src/.venv/Lib/site-packages/engine_rust/__init__.py
ADDED
|
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
from .engine_rust import *
|
| 2 |
+
|
| 3 |
+
__doc__ = engine_rust.__doc__
|
| 4 |
+
if hasattr(engine_rust, "__all__"):
|
| 5 |
+
__all__ = engine_rust.__all__
|
engine_rust_src/.venv/Lib/site-packages/engine_rust/engine_rust.pyd
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:bfe3910988b80a9f1d3debb2adca73f7fd4ed2b069b6ad422772ae250ad6d0bb
|
| 3 |
+
size 27324416
|
engine_rust_src/.venv/Lib/site-packages/maturin-1.11.5.dist-info/INSTALLER
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
uv
|
engine_rust_src/.venv/Lib/site-packages/maturin-1.11.5.dist-info/METADATA
ADDED
|
@@ -0,0 +1,303 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Metadata-Version: 2.4
|
| 2 |
+
Name: maturin
|
| 3 |
+
Version: 1.11.5
|
| 4 |
+
Classifier: Topic :: Software Development :: Build Tools
|
| 5 |
+
Classifier: Programming Language :: Rust
|
| 6 |
+
Classifier: Programming Language :: Python :: Implementation :: CPython
|
| 7 |
+
Classifier: Programming Language :: Python :: Implementation :: PyPy
|
| 8 |
+
Classifier: Programming Language :: Python :: Implementation :: GraalPy
|
| 9 |
+
Requires-Dist: tomli>=1.1.0 ; python_full_version < '3.11'
|
| 10 |
+
Requires-Dist: patchelf ; extra == 'patchelf'
|
| 11 |
+
Requires-Dist: ziglang>=0.10.0,<0.13.0 ; extra == 'zig'
|
| 12 |
+
Provides-Extra: patchelf
|
| 13 |
+
Provides-Extra: zig
|
| 14 |
+
License-File: license-mit
|
| 15 |
+
License-File: license-apache
|
| 16 |
+
Summary: Build and publish crates with pyo3, cffi and uniffi bindings as well as rust binaries as python packages
|
| 17 |
+
Home-Page: https://github.com/pyo3/maturin
|
| 18 |
+
Author-email: konstin <konstin@mailbox.org>
|
| 19 |
+
License-Expression: MIT OR Apache-2.0
|
| 20 |
+
Requires-Python: >=3.7
|
| 21 |
+
Description-Content-Type: text/markdown
|
| 22 |
+
Project-URL: Changelog, https://maturin.rs/changelog.html
|
| 23 |
+
Project-URL: Documentation, https://maturin.rs
|
| 24 |
+
Project-URL: Issues, https://github.com/PyO3/maturin/issues
|
| 25 |
+
Project-URL: Source Code, https://github.com/PyO3/maturin
|
| 26 |
+
|
| 27 |
+
# Maturin
|
| 28 |
+
|
| 29 |
+
_formerly pyo3-pack_
|
| 30 |
+
|
| 31 |
+
[](https://maturin.rs)
|
| 32 |
+
[](https://crates.io/crates/maturin)
|
| 33 |
+
[](https://pypi.org/project/maturin)
|
| 34 |
+
[](https://discord.gg/33kcChzH7f)
|
| 35 |
+
|
| 36 |
+
Build and publish crates with [pyo3, cffi and uniffi bindings](https://maturin.rs/bindings) as well as rust binaries as python packages with minimal configuration.
|
| 37 |
+
It supports building wheels for python 3.8+ on Windows, Linux, macOS and FreeBSD, can upload them to [pypi](https://pypi.org/) and has basic PyPy and GraalPy support.
|
| 38 |
+
|
| 39 |
+
Check out the [User Guide](https://maturin.rs/)!
|
| 40 |
+
|
| 41 |
+
## Usage
|
| 42 |
+
|
| 43 |
+
You can either download binaries from the [latest release](https://github.com/PyO3/maturin/releases/latest) or install it with [pipx](https://pypa.github.io/pipx/) or [uv](https://github.com/astral-sh/uv):
|
| 44 |
+
|
| 45 |
+
```shell
|
| 46 |
+
# pipx
|
| 47 |
+
pipx install maturin
|
| 48 |
+
# uv
|
| 49 |
+
uv tool install maturin
|
| 50 |
+
```
|
| 51 |
+
|
| 52 |
+
> [!NOTE]
|
| 53 |
+
>
|
| 54 |
+
> `pip install maturin` should also work if you don't want to use pipx.
|
| 55 |
+
|
| 56 |
+
There are three main commands:
|
| 57 |
+
|
| 58 |
+
- `maturin new` creates a new cargo project with maturin configured.
|
| 59 |
+
- `maturin build` builds the wheels and stores them in a folder (`target/wheels` by default), but doesn't upload them. It's recommended to publish packages with [uv](https://github.com/astral-sh/uv) using `uv publish`.
|
| 60 |
+
- `maturin develop` builds the crate and installs it as a python module directly in the current virtualenv. Note that while `maturin develop` is faster, it doesn't support all the feature that running `pip install` after `maturin build` supports.
|
| 61 |
+
|
| 62 |
+
maturin doesn't need extra configuration files and doesn't clash with an existing setuptools-rust configuration.
|
| 63 |
+
You can even integrate it with testing tools such as [tox](https://tox.readthedocs.io/en/latest/).
|
| 64 |
+
There are examples for the different bindings in the `test-crates` folder.
|
| 65 |
+
|
| 66 |
+
The name of the package will be the name of the cargo project, i.e. the name field in the `[package]` section of `Cargo.toml`.
|
| 67 |
+
The name of the module, which you are using when importing, will be the `name` value in the `[lib]` section (which defaults to the name of the package). For binaries, it's simply the name of the binary generated by cargo.
|
| 68 |
+
|
| 69 |
+
When using `maturin build` and `maturin develop` commands, you can compile a performance-optimized program by adding the `-r` or `--release` flag.
|
| 70 |
+
|
| 71 |
+
## Python packaging basics
|
| 72 |
+
|
| 73 |
+
Python packages come in two formats:
|
| 74 |
+
A built form called wheel and source distributions (sdist), both of which are archives.
|
| 75 |
+
A wheel can be compatible with any python version, interpreter (cpython and pypy, mainly), operating system and hardware architecture (for pure python wheels),
|
| 76 |
+
can be limited to a specific platform and architecture (e.g. when using ctypes or cffi) or to a specific python interpreter and version on a specific architecture and operating system (e.g. with pyo3).
|
| 77 |
+
|
| 78 |
+
When using `pip install` on a package, pip tries to find a matching wheel and install that. If it doesn't find one, it downloads the source distribution and builds a wheel for the current platform,
|
| 79 |
+
which requires the right compilers to be installed. Installing a wheel is much faster than installing a source distribution as building wheels is generally slow.
|
| 80 |
+
|
| 81 |
+
When you publish a package to be installable with `pip install`, you upload it to [pypi](https://pypi.org/), the official package repository.
|
| 82 |
+
For testing, you can use [test pypi](https://test.pypi.org/) instead, which you can use with `pip install --index-url https://test.pypi.org/simple/`.
|
| 83 |
+
Note that for [publishing for linux](#manylinux-and-auditwheel), you need to use the manylinux docker container or zig, while for publishing from your repository you can use the [PyO3/maturin-action](https://github.com/PyO3/maturin-action) github action.
|
| 84 |
+
|
| 85 |
+
## Mixed rust/python projects
|
| 86 |
+
|
| 87 |
+
To create a mixed rust/python project, create a folder with your module name (i.e. `lib.name` in Cargo.toml) next to your Cargo.toml and add your python sources there:
|
| 88 |
+
|
| 89 |
+
```
|
| 90 |
+
my-project
|
| 91 |
+
├── Cargo.toml
|
| 92 |
+
├── my_project
|
| 93 |
+
│ ├── __init__.py
|
| 94 |
+
│ └── bar.py
|
| 95 |
+
├── pyproject.toml
|
| 96 |
+
├── README.md
|
| 97 |
+
└── src
|
| 98 |
+
└── lib.rs
|
| 99 |
+
```
|
| 100 |
+
|
| 101 |
+
You can specify a different python source directory in `pyproject.toml` by setting `tool.maturin.python-source`, for example
|
| 102 |
+
|
| 103 |
+
**pyproject.toml**
|
| 104 |
+
|
| 105 |
+
```toml
|
| 106 |
+
[tool.maturin]
|
| 107 |
+
python-source = "python"
|
| 108 |
+
module-name = "my_project._lib_name"
|
| 109 |
+
```
|
| 110 |
+
|
| 111 |
+
then the project structure would look like this:
|
| 112 |
+
|
| 113 |
+
```
|
| 114 |
+
my-project
|
| 115 |
+
├── Cargo.toml
|
| 116 |
+
├── python
|
| 117 |
+
│ └── my_project
|
| 118 |
+
│ ├── __init__.py
|
| 119 |
+
│ └── bar.py
|
| 120 |
+
├── pyproject.toml
|
| 121 |
+
├── README.md
|
| 122 |
+
└── src
|
| 123 |
+
└── lib.rs
|
| 124 |
+
```
|
| 125 |
+
|
| 126 |
+
> [!NOTE]
|
| 127 |
+
>
|
| 128 |
+
> This structure is recommended to avoid [a common `ImportError` pitfall](https://github.com/PyO3/maturin/issues/490)
|
| 129 |
+
|
| 130 |
+
maturin will add the native extension as a module in your python folder. When using develop, maturin will copy the native library and for cffi also the glue code to your python folder. You should add those files to your gitignore.
|
| 131 |
+
|
| 132 |
+
With cffi you can do `from .my_project import lib` and then use `lib.my_native_function`, with pyo3 you can directly `from .my_project import my_native_function`.
|
| 133 |
+
|
| 134 |
+
Example layout with pyo3 after `maturin develop`:
|
| 135 |
+
|
| 136 |
+
```
|
| 137 |
+
my-project
|
| 138 |
+
├── Cargo.toml
|
| 139 |
+
├── my_project
|
| 140 |
+
│ ├── __init__.py
|
| 141 |
+
│ ├── bar.py
|
| 142 |
+
│ └── _lib_name.cpython-36m-x86_64-linux-gnu.so
|
| 143 |
+
├── README.md
|
| 144 |
+
└── src
|
| 145 |
+
└── lib.rs
|
| 146 |
+
```
|
| 147 |
+
|
| 148 |
+
When doing this also be sure to set the module name in your code to match the last part of `module-name` (don't include the package path):
|
| 149 |
+
|
| 150 |
+
```rust
|
| 151 |
+
#[pymodule]
|
| 152 |
+
#[pyo3(name="_lib_name")]
|
| 153 |
+
fn my_lib_name(m: &Bound<'_, PyModule>) -> PyResult<()> {
|
| 154 |
+
m.add_class::<MyPythonRustClass>()?;
|
| 155 |
+
Ok(())
|
| 156 |
+
}
|
| 157 |
+
```
|
| 158 |
+
|
| 159 |
+
## Python metadata
|
| 160 |
+
|
| 161 |
+
maturin supports [PEP 621](https://www.python.org/dev/peps/pep-0621/), you can specify python package metadata in `pyproject.toml`.
|
| 162 |
+
maturin merges metadata from `Cargo.toml` and `pyproject.toml`, `pyproject.toml` takes precedence over `Cargo.toml`.
|
| 163 |
+
|
| 164 |
+
To specify python dependencies, add a list `dependencies` in a `[project]` section in the `pyproject.toml`. This list is equivalent to `install_requires` in setuptools:
|
| 165 |
+
|
| 166 |
+
```toml
|
| 167 |
+
[project]
|
| 168 |
+
name = "my-project"
|
| 169 |
+
dependencies = ["flask~=1.1.0", "toml>=0.10.2,<0.11.0"]
|
| 170 |
+
```
|
| 171 |
+
|
| 172 |
+
You can add so called console scripts, which are shell commands that execute some function in your program in the `[project.scripts]` section.
|
| 173 |
+
The keys are the script names while the values are the path to the function in the format `some.module.path:class.function`, where the `class` part is optional. The function is called with no arguments. Example:
|
| 174 |
+
|
| 175 |
+
```toml
|
| 176 |
+
[project.scripts]
|
| 177 |
+
get_42 = "my_project:DummyClass.get_42"
|
| 178 |
+
```
|
| 179 |
+
|
| 180 |
+
You can also specify [trove classifiers](https://pypi.org/classifiers/) in your `pyproject.toml` under `project.classifiers`:
|
| 181 |
+
|
| 182 |
+
```toml
|
| 183 |
+
[project]
|
| 184 |
+
name = "my-project"
|
| 185 |
+
classifiers = ["Programming Language :: Python"]
|
| 186 |
+
```
|
| 187 |
+
|
| 188 |
+
## Source distribution
|
| 189 |
+
|
| 190 |
+
maturin supports building through `pyproject.toml`. To use it, create a `pyproject.toml` next to your `Cargo.toml` with the following content:
|
| 191 |
+
|
| 192 |
+
```toml
|
| 193 |
+
[build-system]
|
| 194 |
+
requires = ["maturin>=1.0,<2.0"]
|
| 195 |
+
build-backend = "maturin"
|
| 196 |
+
```
|
| 197 |
+
|
| 198 |
+
If a `pyproject.toml` with a `[build-system]` entry is present, maturin can build a source distribution of your package when `--sdist` is specified.
|
| 199 |
+
The source distribution will contain the same files as `cargo package`. To only build a source distribution, pass `--interpreter` without any values.
|
| 200 |
+
|
| 201 |
+
You can then e.g. install your package with `pip install .`. With `pip install . -v` you can see the output of cargo and maturin.
|
| 202 |
+
|
| 203 |
+
You can use the options `compatibility`, `skip-auditwheel`, `bindings`, `strip` and common Cargo build options such as `features` under `[tool.maturin]` the same way you would when running maturin directly.
|
| 204 |
+
The `bindings` key is required for cffi and bin projects as those can't be automatically detected. Currently, all builds are in release mode (see [this thread](https://discuss.python.org/t/pep-517-debug-vs-release-builds/1924) for details).
|
| 205 |
+
|
| 206 |
+
For a non-manylinux build with cffi bindings you could use the following:
|
| 207 |
+
|
| 208 |
+
```toml
|
| 209 |
+
[build-system]
|
| 210 |
+
requires = ["maturin>=1.0,<2.0"]
|
| 211 |
+
build-backend = "maturin"
|
| 212 |
+
|
| 213 |
+
[tool.maturin]
|
| 214 |
+
bindings = "cffi"
|
| 215 |
+
compatibility = "linux"
|
| 216 |
+
```
|
| 217 |
+
|
| 218 |
+
`manylinux` option is also accepted as an alias of `compatibility` for backward compatibility with old version of maturin.
|
| 219 |
+
|
| 220 |
+
To include arbitrary files in the sdist for use during compilation specify `include` as an array of `path` globs with `format` set to `sdist`:
|
| 221 |
+
|
| 222 |
+
```toml
|
| 223 |
+
[tool.maturin]
|
| 224 |
+
include = [{ path = "path/**/*", format = "sdist" }]
|
| 225 |
+
```
|
| 226 |
+
|
| 227 |
+
There's a `maturin sdist` command for only building a source distribution as workaround for [pypa/pip#6041](https://github.com/pypa/pip/issues/6041).
|
| 228 |
+
|
| 229 |
+
## Manylinux and auditwheel
|
| 230 |
+
|
| 231 |
+
For portability reasons, native python modules on linux must only dynamically link a set of very few libraries which are installed basically everywhere, hence the name manylinux.
|
| 232 |
+
The pypa offers special docker images and a tool called [auditwheel](https://github.com/pypa/auditwheel/) to ensure compliance with the [manylinux rules](https://peps.python.org/pep-0599/#the-manylinux2014-policy).
|
| 233 |
+
If you want to publish widely usable wheels for linux pypi, **you need to use a manylinux docker image or build with zig**.
|
| 234 |
+
|
| 235 |
+
The Rust compiler since version 1.64 [requires at least glibc 2.17](https://blog.rust-lang.org/2022/08/01/Increasing-glibc-kernel-requirements.html), so you need to use at least manylinux2014.
|
| 236 |
+
For publishing, we recommend enforcing the same manylinux version as the image with the manylinux flag, e.g. use `--manylinux 2014` if you are building in `quay.io/pypa/manylinux2014_x86_64`.
|
| 237 |
+
The [PyO3/maturin-action](https://github.com/PyO3/maturin-action) github action already takes care of this if you set e.g. `manylinux: 2014`.
|
| 238 |
+
|
| 239 |
+
maturin contains a reimplementation of auditwheel automatically checks the generated library and gives the wheel the proper platform tag.
|
| 240 |
+
If your system's glibc is too new or you link other shared libraries, it will assign the `linux` tag.
|
| 241 |
+
You can also manually disable those checks and directly use native linux target with `--manylinux off`.
|
| 242 |
+
|
| 243 |
+
For full manylinux compliance you need to compile in a CentOS docker container. The [pyo3/maturin](https://ghcr.io/pyo3/maturin) image is based on the manylinux2014 image,
|
| 244 |
+
and passes arguments to the `maturin` binary. You can use it like this:
|
| 245 |
+
|
| 246 |
+
```
|
| 247 |
+
docker run --rm -v $(pwd):/io ghcr.io/pyo3/maturin build --release # or other maturin arguments
|
| 248 |
+
```
|
| 249 |
+
|
| 250 |
+
Note that this image is very basic and only contains python, maturin and stable rust. If you need additional tools, you can run commands inside the manylinux container.
|
| 251 |
+
See [konstin/complex-manylinux-maturin-docker](https://github.com/konstin/complex-manylinux-maturin-docker) for a small educational example or [nanoporetech/fast-ctc-decode](https://github.com/nanoporetech/fast-ctc-decode/blob/b226ea0f2b2f4f474eff47349703d57d2ea4801b/.github/workflows/publish.yml) for a real world setup.
|
| 252 |
+
|
| 253 |
+
maturin itself is manylinux compliant when compiled for the musl target.
|
| 254 |
+
|
| 255 |
+
## Examples
|
| 256 |
+
|
| 257 |
+
- [agg-python-bindings](https://pypi.org/project/agg-python-bindings) - A Python Library that binds to Asciinema Agg terminal record renderer and Avt terminal emulator
|
| 258 |
+
- [ballista-python](https://github.com/apache/arrow-ballista-python) - A Python library that binds to Apache Arrow distributed query engine Ballista
|
| 259 |
+
- [bleuscore](https://github.com/shenxiangzhuang/bleuscore) - A BLEU score calculation library, written in pure Rust
|
| 260 |
+
- [chardetng-py](https://github.com/john-parton/chardetng-py) - Python binding for the chardetng character encoding detector.
|
| 261 |
+
- [connector-x](https://github.com/sfu-db/connector-x/tree/main/connectorx-python) - ConnectorX enables you to load data from databases into Python in the fastest and most memory efficient way
|
| 262 |
+
- [datafusion-python](https://github.com/apache/arrow-datafusion-python) - a Python library that binds to Apache Arrow in-memory query engine DataFusion
|
| 263 |
+
- [deltalake-python](https://github.com/delta-io/delta-rs/tree/main/python) - Native Delta Lake Python binding based on delta-rs with Pandas integration
|
| 264 |
+
- [opendal](https://github.com/apache/incubator-opendal/tree/main/bindings/python) - OpenDAL Python Binding to access data freely
|
| 265 |
+
- [orjson](https://github.com/ijl/orjson) - A fast, correct JSON library for Python
|
| 266 |
+
- [polars](https://github.com/pola-rs/polars/tree/master/py-polars) - Fast multi-threaded DataFrame library in Rust | Python | Node.js
|
| 267 |
+
- [pydantic-core](https://github.com/pydantic/pydantic-core) - Core validation logic for pydantic written in Rust
|
| 268 |
+
- [pyrus-cramjam](https://github.com/milesgranger/pyrus-cramjam) - Thin Python wrapper to de/compression algorithms in Rust
|
| 269 |
+
- [pyxel](https://github.com/kitao/pyxel) - A retro game engine for Python
|
| 270 |
+
- [roapi](https://github.com/roapi/roapi) - ROAPI automatically spins up read-only APIs for static datasets without requiring you to write a single line of code
|
| 271 |
+
- [robyn](https://github.com/sansyrox/robyn) - A fast and extensible async python web server with a Rust runtime
|
| 272 |
+
- [ruff](https://github.com/charliermarsh/ruff) - An extremely fast Python linter, written in Rust
|
| 273 |
+
- [rnet](https://github.com/0x676e67/rnet) - Asynchronous Python HTTP Client with Black Magic
|
| 274 |
+
- [rustpy-xlsxwriter](https://github.com/rahmadafandi/rustpy-xlsxwriter): A high-performance Python library for generating Excel files, utilizing the [rust_xlsxwriter](https://github.com/jmcnamara/rust_xlsxwriter) crate for efficient data handling.
|
| 275 |
+
- [tantivy-py](https://github.com/quickwit-oss/tantivy-py) - Python bindings for Tantivy
|
| 276 |
+
- [tpchgen-cli](https://github.com/clflushopt/tpchgen-rs/tree/main/tpchgen-cli) - Python CLI binding for `tpchgen`, a blazing fast TPC-H benchmark data generator built in pure Rust with zero dependencies.
|
| 277 |
+
- [watchfiles](https://github.com/samuelcolvin/watchfiles) - Simple, modern and high performance file watching and code reload in python
|
| 278 |
+
- [wonnx](https://github.com/webonnx/wonnx/tree/master/wonnx-py) - Wonnx is a GPU-accelerated ONNX inference run-time written 100% in Rust
|
| 279 |
+
|
| 280 |
+
## Contributing
|
| 281 |
+
|
| 282 |
+
Everyone is welcomed to contribute to maturin! There are many ways to support the project, such as:
|
| 283 |
+
|
| 284 |
+
- help maturin users with issues on GitHub and Gitter
|
| 285 |
+
- improve documentation
|
| 286 |
+
- write features and bugfixes
|
| 287 |
+
- publish blogs and examples of how to use maturin
|
| 288 |
+
|
| 289 |
+
Our [contributing notes](https://github.com/PyO3/maturin/blob/main/guide/src/contributing.md) have more resources if you wish to volunteer time for maturin and are searching where to start.
|
| 290 |
+
|
| 291 |
+
If you don't have time to contribute yourself but still wish to support the project's future success, some of our maintainers have GitHub sponsorship pages:
|
| 292 |
+
|
| 293 |
+
- [messense](https://github.com/sponsors/messense)
|
| 294 |
+
|
| 295 |
+
## License
|
| 296 |
+
|
| 297 |
+
Licensed under either of:
|
| 298 |
+
|
| 299 |
+
- Apache License, Version 2.0, ([LICENSE-APACHE](https://github.com/PyO3/maturin/blob/main/license-apache) or http://www.apache.org/licenses/LICENSE-2.0)
|
| 300 |
+
- MIT license ([LICENSE-MIT](https://github.com/PyO3/maturin/blob/main/license-mit) or http://opensource.org/licenses/MIT)
|
| 301 |
+
|
| 302 |
+
at your option.
|
| 303 |
+
|
engine_rust_src/.venv/Lib/site-packages/maturin-1.11.5.dist-info/RECORD
ADDED
|
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
..\..\Scripts\maturin.exe,sha256=jQWZnohkcS8LVr74CcGzfdxugsa9XBImE28-9i5xU5s,23147008
|
| 2 |
+
maturin-1.11.5.dist-info/INSTALLER,sha256=5hhM4Q4mYTT9z6QB6PGpUAW81PGNFrYrdXMj4oM_6ak,2
|
| 3 |
+
maturin-1.11.5.dist-info/REQUESTED,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
| 4 |
+
maturin-1.11.5.dist-info\METADATA,sha256=iSuGSgmle0uzGEbl3wrA7k8tyTI2qIxLnhHRQyhFgYQ,16938
|
| 5 |
+
maturin-1.11.5.dist-info\RECORD,,
|
| 6 |
+
maturin-1.11.5.dist-info\WHEEL,sha256=jsSEiVNsW1dJj5gDaReR40i7mhgBjWtms6nAD6EViXU,94
|
| 7 |
+
maturin-1.11.5.dist-info\licenses\license-apache,sha256=fP1zjFPWHHnwfjSPYiv3cHyQhCNwVNN_vgd4inX1iBw,11048
|
| 8 |
+
maturin-1.11.5.dist-info\licenses\license-mit,sha256=wxQ4V_npq8yxG5GzJOXtW7v4FLAIvyJJxDkw66h_CTs,1076
|
| 9 |
+
maturin\__init__.py,sha256=tmumBl4GgA-QUC-ObzHYLKQ-9JQ7m5NbzP-OpWmAjDs,8345
|
| 10 |
+
maturin\__main__.py,sha256=UxDvFV1Hhu0gW_Jvb6Kzdc78gg7zjUUiZBhWrpLi5YU,1195
|
| 11 |
+
maturin\bootstrap.py,sha256=UJX3a3qom4hOf8S4u6RnQPxE7ryTaZHKhRDWvbgFgVA,1203
|
engine_rust_src/.venv/Lib/site-packages/maturin-1.11.5.dist-info/REQUESTED
ADDED
|
File without changes
|
engine_rust_src/.venv/Lib/site-packages/maturin-1.11.5.dist-info/WHEEL
ADDED
|
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Wheel-Version: 1.0
|
| 2 |
+
Generator: maturin (1.11.5)
|
| 3 |
+
Root-Is-Purelib: false
|
| 4 |
+
Tag: py3-none-win_amd64
|
engine_rust_src/.venv/Lib/site-packages/maturin-1.11.5.dist-info/licenses/license-apache
ADDED
|
@@ -0,0 +1,201 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Apache License
|
| 2 |
+
Version 2.0, January 2004
|
| 3 |
+
http://www.apache.org/licenses/
|
| 4 |
+
|
| 5 |
+
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
| 6 |
+
|
| 7 |
+
1. Definitions.
|
| 8 |
+
|
| 9 |
+
"License" shall mean the terms and conditions for use, reproduction,
|
| 10 |
+
and distribution as defined by Sections 1 through 9 of this document.
|
| 11 |
+
|
| 12 |
+
"Licensor" shall mean the copyright owner or entity authorized by
|
| 13 |
+
the copyright owner that is granting the License.
|
| 14 |
+
|
| 15 |
+
"Legal Entity" shall mean the union of the acting entity and all
|
| 16 |
+
other entities that control, are controlled by, or are under common
|
| 17 |
+
control with that entity. For the purposes of this definition,
|
| 18 |
+
"control" means (i) the power, direct or indirect, to cause the
|
| 19 |
+
direction or management of such entity, whether by contract or
|
| 20 |
+
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
| 21 |
+
outstanding shares, or (iii) beneficial ownership of such entity.
|
| 22 |
+
|
| 23 |
+
"You" (or "Your") shall mean an individual or Legal Entity
|
| 24 |
+
exercising permissions granted by this License.
|
| 25 |
+
|
| 26 |
+
"Source" form shall mean the preferred form for making modifications,
|
| 27 |
+
including but not limited to software source code, documentation
|
| 28 |
+
source, and configuration files.
|
| 29 |
+
|
| 30 |
+
"Object" form shall mean any form resulting from mechanical
|
| 31 |
+
transformation or translation of a Source form, including but
|
| 32 |
+
not limited to compiled object code, generated documentation,
|
| 33 |
+
and conversions to other media types.
|
| 34 |
+
|
| 35 |
+
"Work" shall mean the work of authorship, whether in Source or
|
| 36 |
+
Object form, made available under the License, as indicated by a
|
| 37 |
+
copyright notice that is included in or attached to the work
|
| 38 |
+
(an example is provided in the Appendix below).
|
| 39 |
+
|
| 40 |
+
"Derivative Works" shall mean any work, whether in Source or Object
|
| 41 |
+
form, that is based on (or derived from) the Work and for which the
|
| 42 |
+
editorial revisions, annotations, elaborations, or other modifications
|
| 43 |
+
represent, as a whole, an original work of authorship. For the purposes
|
| 44 |
+
of this License, Derivative Works shall not include works that remain
|
| 45 |
+
separable from, or merely link (or bind by name) to the interfaces of,
|
| 46 |
+
the Work and Derivative Works thereof.
|
| 47 |
+
|
| 48 |
+
"Contribution" shall mean any work of authorship, including
|
| 49 |
+
the original version of the Work and any modifications or additions
|
| 50 |
+
to that Work or Derivative Works thereof, that is intentionally
|
| 51 |
+
submitted to Licensor for inclusion in the Work by the copyright owner
|
| 52 |
+
or by an individual or Legal Entity authorized to submit on behalf of
|
| 53 |
+
the copyright owner. For the purposes of this definition, "submitted"
|
| 54 |
+
means any form of electronic, verbal, or written communication sent
|
| 55 |
+
to the Licensor or its representatives, including but not limited to
|
| 56 |
+
communication on electronic mailing lists, source code control systems,
|
| 57 |
+
and issue tracking systems that are managed by, or on behalf of, the
|
| 58 |
+
Licensor for the purpose of discussing and improving the Work, but
|
| 59 |
+
excluding communication that is conspicuously marked or otherwise
|
| 60 |
+
designated in writing by the copyright owner as "Not a Contribution."
|
| 61 |
+
|
| 62 |
+
"Contributor" shall mean Licensor and any individual or Legal Entity
|
| 63 |
+
on behalf of whom a Contribution has been received by Licensor and
|
| 64 |
+
subsequently incorporated within the Work.
|
| 65 |
+
|
| 66 |
+
2. Grant of Copyright License. Subject to the terms and conditions of
|
| 67 |
+
this License, each Contributor hereby grants to You a perpetual,
|
| 68 |
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
| 69 |
+
copyright license to reproduce, prepare Derivative Works of,
|
| 70 |
+
publicly display, publicly perform, sublicense, and distribute the
|
| 71 |
+
Work and such Derivative Works in Source or Object form.
|
| 72 |
+
|
| 73 |
+
3. Grant of Patent License. Subject to the terms and conditions of
|
| 74 |
+
this License, each Contributor hereby grants to You a perpetual,
|
| 75 |
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
| 76 |
+
(except as stated in this section) patent license to make, have made,
|
| 77 |
+
use, offer to sell, sell, import, and otherwise transfer the Work,
|
| 78 |
+
where such license applies only to those patent claims licensable
|
| 79 |
+
by such Contributor that are necessarily infringed by their
|
| 80 |
+
Contribution(s) alone or by combination of their Contribution(s)
|
| 81 |
+
with the Work to which such Contribution(s) was submitted. If You
|
| 82 |
+
institute patent litigation against any entity (including a
|
| 83 |
+
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
| 84 |
+
or a Contribution incorporated within the Work constitutes direct
|
| 85 |
+
or contributory patent infringement, then any patent licenses
|
| 86 |
+
granted to You under this License for that Work shall terminate
|
| 87 |
+
as of the date such litigation is filed.
|
| 88 |
+
|
| 89 |
+
4. Redistribution. You may reproduce and distribute copies of the
|
| 90 |
+
Work or Derivative Works thereof in any medium, with or without
|
| 91 |
+
modifications, and in Source or Object form, provided that You
|
| 92 |
+
meet the following conditions:
|
| 93 |
+
|
| 94 |
+
(a) You must give any other recipients of the Work or
|
| 95 |
+
Derivative Works a copy of this License; and
|
| 96 |
+
|
| 97 |
+
(b) You must cause any modified files to carry prominent notices
|
| 98 |
+
stating that You changed the files; and
|
| 99 |
+
|
| 100 |
+
(c) You must retain, in the Source form of any Derivative Works
|
| 101 |
+
that You distribute, all copyright, patent, trademark, and
|
| 102 |
+
attribution notices from the Source form of the Work,
|
| 103 |
+
excluding those notices that do not pertain to any part of
|
| 104 |
+
the Derivative Works; and
|
| 105 |
+
|
| 106 |
+
(d) If the Work includes a "NOTICE" text file as part of its
|
| 107 |
+
distribution, then any Derivative Works that You distribute must
|
| 108 |
+
include a readable copy of the attribution notices contained
|
| 109 |
+
within such NOTICE file, excluding those notices that do not
|
| 110 |
+
pertain to any part of the Derivative Works, in at least one
|
| 111 |
+
of the following places: within a NOTICE text file distributed
|
| 112 |
+
as part of the Derivative Works; within the Source form or
|
| 113 |
+
documentation, if provided along with the Derivative Works; or,
|
| 114 |
+
within a display generated by the Derivative Works, if and
|
| 115 |
+
wherever such third-party notices normally appear. The contents
|
| 116 |
+
of the NOTICE file are for informational purposes only and
|
| 117 |
+
do not modify the License. You may add Your own attribution
|
| 118 |
+
notices within Derivative Works that You distribute, alongside
|
| 119 |
+
or as an addendum to the NOTICE text from the Work, provided
|
| 120 |
+
that such additional attribution notices cannot be construed
|
| 121 |
+
as modifying the License.
|
| 122 |
+
|
| 123 |
+
You may add Your own copyright statement to Your modifications and
|
| 124 |
+
may provide additional or different license terms and conditions
|
| 125 |
+
for use, reproduction, or distribution of Your modifications, or
|
| 126 |
+
for any such Derivative Works as a whole, provided Your use,
|
| 127 |
+
reproduction, and distribution of the Work otherwise complies with
|
| 128 |
+
the conditions stated in this License.
|
| 129 |
+
|
| 130 |
+
5. Submission of Contributions. Unless You explicitly state otherwise,
|
| 131 |
+
any Contribution intentionally submitted for inclusion in the Work
|
| 132 |
+
by You to the Licensor shall be under the terms and conditions of
|
| 133 |
+
this License, without any additional terms or conditions.
|
| 134 |
+
Notwithstanding the above, nothing herein shall supersede or modify
|
| 135 |
+
the terms of any separate license agreement you may have executed
|
| 136 |
+
with Licensor regarding such Contributions.
|
| 137 |
+
|
| 138 |
+
6. Trademarks. This License does not grant permission to use the trade
|
| 139 |
+
names, trademarks, service marks, or product names of the Licensor,
|
| 140 |
+
except as required for reasonable and customary use in describing the
|
| 141 |
+
origin of the Work and reproducing the content of the NOTICE file.
|
| 142 |
+
|
| 143 |
+
7. Disclaimer of Warranty. Unless required by applicable law or
|
| 144 |
+
agreed to in writing, Licensor provides the Work (and each
|
| 145 |
+
Contributor provides its Contributions) on an "AS IS" BASIS,
|
| 146 |
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
| 147 |
+
implied, including, without limitation, any warranties or conditions
|
| 148 |
+
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
| 149 |
+
PARTICULAR PURPOSE. You are solely responsible for determining the
|
| 150 |
+
appropriateness of using or redistributing the Work and assume any
|
| 151 |
+
risks associated with Your exercise of permissions under this License.
|
| 152 |
+
|
| 153 |
+
8. Limitation of Liability. In no event and under no legal theory,
|
| 154 |
+
whether in tort (including negligence), contract, or otherwise,
|
| 155 |
+
unless required by applicable law (such as deliberate and grossly
|
| 156 |
+
negligent acts) or agreed to in writing, shall any Contributor be
|
| 157 |
+
liable to You for damages, including any direct, indirect, special,
|
| 158 |
+
incidental, or consequential damages of any character arising as a
|
| 159 |
+
result of this License or out of the use or inability to use the
|
| 160 |
+
Work (including but not limited to damages for loss of goodwill,
|
| 161 |
+
work stoppage, computer failure or malfunction, or any and all
|
| 162 |
+
other commercial damages or losses), even if such Contributor
|
| 163 |
+
has been advised of the possibility of such damages.
|
| 164 |
+
|
| 165 |
+
9. Accepting Warranty or Additional Liability. While redistributing
|
| 166 |
+
the Work or Derivative Works thereof, You may choose to offer,
|
| 167 |
+
and charge a fee for, acceptance of support, warranty, indemnity,
|
| 168 |
+
or other liability obligations and/or rights consistent with this
|
| 169 |
+
License. However, in accepting such obligations, You may act only
|
| 170 |
+
on Your own behalf and on Your sole responsibility, not on behalf
|
| 171 |
+
of any other Contributor, and only if You agree to indemnify,
|
| 172 |
+
defend, and hold each Contributor harmless for any liability
|
| 173 |
+
incurred by, or claims asserted against, such Contributor by reason
|
| 174 |
+
of your accepting any such warranty or additional liability.
|
| 175 |
+
|
| 176 |
+
END OF TERMS AND CONDITIONS
|
| 177 |
+
|
| 178 |
+
APPENDIX: How to apply the Apache License to your work.
|
| 179 |
+
|
| 180 |
+
To apply the Apache License to your work, attach the following
|
| 181 |
+
boilerplate notice, with the fields enclosed by brackets "[]"
|
| 182 |
+
replaced with your own identifying information. (Don't include
|
| 183 |
+
the brackets!) The text should be enclosed in the appropriate
|
| 184 |
+
comment syntax for the file format. We also recommend that a
|
| 185 |
+
file or class name and description of purpose be included on the
|
| 186 |
+
same "printed page" as the copyright notice for easier
|
| 187 |
+
identification within third-party archives.
|
| 188 |
+
|
| 189 |
+
Copyright [yyyy] [name of copyright owner]
|
| 190 |
+
|
| 191 |
+
Licensed under the Apache License, Version 2.0 (the "License");
|
| 192 |
+
you may not use this file except in compliance with the License.
|
| 193 |
+
You may obtain a copy of the License at
|
| 194 |
+
|
| 195 |
+
http://www.apache.org/licenses/LICENSE-2.0
|
| 196 |
+
|
| 197 |
+
Unless required by applicable law or agreed to in writing, software
|
| 198 |
+
distributed under the License is distributed on an "AS IS" BASIS,
|
| 199 |
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
| 200 |
+
See the License for the specific language governing permissions and
|
| 201 |
+
limitations under the License.
|
engine_rust_src/.venv/Lib/site-packages/maturin-1.11.5.dist-info/licenses/license-mit
ADDED
|
@@ -0,0 +1,25 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Copyright (c) 2018 konstin
|
| 2 |
+
|
| 3 |
+
Permission is hereby granted, free of charge, to any
|
| 4 |
+
person obtaining a copy of this software and associated
|
| 5 |
+
documentation files (the "Software"), to deal in the
|
| 6 |
+
Software without restriction, including without
|
| 7 |
+
limitation the rights to use, copy, modify, merge,
|
| 8 |
+
publish, distribute, sublicense, and/or sell copies of
|
| 9 |
+
the Software, and to permit persons to whom the Software
|
| 10 |
+
is furnished to do so, subject to the following
|
| 11 |
+
conditions:
|
| 12 |
+
|
| 13 |
+
The above copyright notice and this permission notice
|
| 14 |
+
shall be included in all copies or substantial portions
|
| 15 |
+
of the Software.
|
| 16 |
+
|
| 17 |
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
| 18 |
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
| 19 |
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
| 20 |
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
| 21 |
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
| 22 |
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
| 23 |
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
| 24 |
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
| 25 |
+
DEALINGS IN THE SOFTWARE.
|
engine_rust_src/.venv/Lib/site-packages/maturin/__init__.py
ADDED
|
@@ -0,0 +1,233 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
"""
|
| 2 |
+
maturin's implementation of the PEP 517 interface. Calls maturin through subprocess
|
| 3 |
+
|
| 4 |
+
Currently, the "return value" of the rust implementation is the last line of stdout
|
| 5 |
+
|
| 6 |
+
On windows, apparently pip's subprocess handling sets stdout to some windows encoding (e.g. cp1252 on my machine),
|
| 7 |
+
even though the terminal supports utf8. Writing directly to the binary stdout buffer avoids encoding errors due to
|
| 8 |
+
maturin's emojis.
|
| 9 |
+
"""
|
| 10 |
+
|
| 11 |
+
from __future__ import annotations
|
| 12 |
+
|
| 13 |
+
import os
|
| 14 |
+
import platform
|
| 15 |
+
import shlex
|
| 16 |
+
import shutil
|
| 17 |
+
import struct
|
| 18 |
+
import subprocess
|
| 19 |
+
import sys
|
| 20 |
+
from subprocess import SubprocessError
|
| 21 |
+
from typing import Any, Dict, Mapping, List, Optional
|
| 22 |
+
|
| 23 |
+
|
| 24 |
+
def get_config() -> Dict[str, str]:
|
| 25 |
+
try:
|
| 26 |
+
import tomllib
|
| 27 |
+
except ModuleNotFoundError:
|
| 28 |
+
import tomli as tomllib # type: ignore
|
| 29 |
+
|
| 30 |
+
with open("pyproject.toml", "rb") as fp:
|
| 31 |
+
pyproject_toml = tomllib.load(fp)
|
| 32 |
+
return pyproject_toml.get("tool", {}).get("maturin", {})
|
| 33 |
+
|
| 34 |
+
|
| 35 |
+
def get_maturin_pep517_args(config_settings: Optional[Mapping[str, Any]] = None) -> List[str]:
|
| 36 |
+
build_args = None
|
| 37 |
+
if config_settings:
|
| 38 |
+
# TODO: Deprecate and remove build-args in favor of maturin.build-args in maturin 2.0
|
| 39 |
+
build_args = config_settings.get("maturin.build-args", config_settings.get("build-args"))
|
| 40 |
+
if build_args is None:
|
| 41 |
+
env_args = os.getenv("MATURIN_PEP517_ARGS", "")
|
| 42 |
+
args = shlex.split(env_args)
|
| 43 |
+
elif isinstance(build_args, str):
|
| 44 |
+
args = shlex.split(build_args)
|
| 45 |
+
else:
|
| 46 |
+
args = build_args
|
| 47 |
+
return args
|
| 48 |
+
|
| 49 |
+
|
| 50 |
+
def _get_sys_executable() -> str:
|
| 51 |
+
executable = sys.executable
|
| 52 |
+
if os.getenv("MATURIN_PEP517_USE_BASE_PYTHON") in {"1", "true"} or get_config().get("use-base-python"):
|
| 53 |
+
# Use the base interpreter path when running inside a venv to avoid recompilation
|
| 54 |
+
# when switching between venvs
|
| 55 |
+
base_executable = getattr(sys, "_base_executable")
|
| 56 |
+
if base_executable and os.path.exists(base_executable):
|
| 57 |
+
executable = os.path.realpath(base_executable)
|
| 58 |
+
return executable
|
| 59 |
+
|
| 60 |
+
|
| 61 |
+
def _additional_pep517_args() -> List[str]:
|
| 62 |
+
# Support building for 32-bit Python on x64 Windows
|
| 63 |
+
if platform.system().lower() == "windows" and platform.machine().lower() == "amd64":
|
| 64 |
+
pointer_width = struct.calcsize("P") * 8
|
| 65 |
+
if pointer_width == 32:
|
| 66 |
+
return ["--target", "i686-pc-windows-msvc"]
|
| 67 |
+
return []
|
| 68 |
+
|
| 69 |
+
|
| 70 |
+
def _get_env() -> Optional[Dict[str, str]]:
|
| 71 |
+
if not os.environ.get("MATURIN_NO_INSTALL_RUST") and not shutil.which("cargo"):
|
| 72 |
+
from puccinialin import setup_rust
|
| 73 |
+
|
| 74 |
+
print("Rust not found, installing into a temporary directory")
|
| 75 |
+
extra_env = setup_rust()
|
| 76 |
+
return {**os.environ, **extra_env}
|
| 77 |
+
else:
|
| 78 |
+
return None
|
| 79 |
+
|
| 80 |
+
|
| 81 |
+
# noinspection PyUnusedLocal
|
| 82 |
+
def _build_wheel(
|
| 83 |
+
wheel_directory: str,
|
| 84 |
+
config_settings: Optional[Mapping[str, Any]] = None,
|
| 85 |
+
metadata_directory: Optional[str] = None,
|
| 86 |
+
editable: bool = False,
|
| 87 |
+
) -> str:
|
| 88 |
+
# PEP 517 specifies that only `sys.executable` points to the correct
|
| 89 |
+
# python interpreter
|
| 90 |
+
base_command = [
|
| 91 |
+
"maturin",
|
| 92 |
+
"pep517",
|
| 93 |
+
"build-wheel",
|
| 94 |
+
"-i",
|
| 95 |
+
_get_sys_executable(),
|
| 96 |
+
]
|
| 97 |
+
options = _additional_pep517_args()
|
| 98 |
+
if editable:
|
| 99 |
+
options.append("--editable")
|
| 100 |
+
|
| 101 |
+
pep517_args = get_maturin_pep517_args(config_settings)
|
| 102 |
+
if pep517_args:
|
| 103 |
+
options.extend(pep517_args)
|
| 104 |
+
|
| 105 |
+
if "--compatibility" not in options and "--manylinux" not in options:
|
| 106 |
+
# default to off if not otherwise specified
|
| 107 |
+
options = ["--compatibility", "off", *options]
|
| 108 |
+
|
| 109 |
+
command = [*base_command, *options]
|
| 110 |
+
|
| 111 |
+
print("Running `{}`".format(" ".join(command)))
|
| 112 |
+
sys.stdout.flush()
|
| 113 |
+
result = subprocess.run(command, stdout=subprocess.PIPE, env=_get_env())
|
| 114 |
+
sys.stdout.buffer.write(result.stdout)
|
| 115 |
+
sys.stdout.flush()
|
| 116 |
+
if result.returncode != 0:
|
| 117 |
+
sys.stderr.write(f"Error: command {command} returned non-zero exit status {result.returncode}\n")
|
| 118 |
+
sys.exit(1)
|
| 119 |
+
output = result.stdout.decode(errors="replace")
|
| 120 |
+
wheel_path = output.strip().splitlines()[-1]
|
| 121 |
+
filename = os.path.basename(wheel_path)
|
| 122 |
+
shutil.copy2(wheel_path, os.path.join(wheel_directory, filename))
|
| 123 |
+
return filename
|
| 124 |
+
|
| 125 |
+
|
| 126 |
+
# noinspection PyUnusedLocal
|
| 127 |
+
def build_wheel(
|
| 128 |
+
wheel_directory: str,
|
| 129 |
+
config_settings: Optional[Mapping[str, Any]] = None,
|
| 130 |
+
metadata_directory: Optional[str] = None,
|
| 131 |
+
) -> str:
|
| 132 |
+
return _build_wheel(wheel_directory, config_settings, metadata_directory)
|
| 133 |
+
|
| 134 |
+
|
| 135 |
+
# noinspection PyUnusedLocal
|
| 136 |
+
def build_sdist(sdist_directory: str, config_settings: Optional[Mapping[str, Any]] = None) -> str:
|
| 137 |
+
command = ["maturin", "pep517", "write-sdist", "--sdist-directory", sdist_directory]
|
| 138 |
+
|
| 139 |
+
print("Running `{}`".format(" ".join(command)))
|
| 140 |
+
sys.stdout.flush()
|
| 141 |
+
result = subprocess.run(command, stdout=subprocess.PIPE, env=_get_env())
|
| 142 |
+
sys.stdout.buffer.write(result.stdout)
|
| 143 |
+
sys.stdout.flush()
|
| 144 |
+
if result.returncode != 0:
|
| 145 |
+
sys.stderr.write(f"Error: command {command} returned non-zero exit status {result.returncode}\n")
|
| 146 |
+
sys.exit(1)
|
| 147 |
+
output = result.stdout.decode(errors="replace")
|
| 148 |
+
return output.strip().splitlines()[-1]
|
| 149 |
+
|
| 150 |
+
|
| 151 |
+
# noinspection PyUnusedLocal
|
| 152 |
+
def get_requires_for_build_wheel(config_settings: Optional[Mapping[str, Any]] = None) -> List[str]:
|
| 153 |
+
if get_config().get("bindings") == "cffi":
|
| 154 |
+
requirements = ["cffi"]
|
| 155 |
+
else:
|
| 156 |
+
requirements = []
|
| 157 |
+
if not os.environ.get("MATURIN_NO_INSTALL_RUST") and not shutil.which("cargo"):
|
| 158 |
+
requirements += ["puccinialin"]
|
| 159 |
+
return requirements
|
| 160 |
+
|
| 161 |
+
|
| 162 |
+
# noinspection PyUnusedLocal
|
| 163 |
+
def build_editable(
|
| 164 |
+
wheel_directory: str,
|
| 165 |
+
config_settings: Optional[Mapping[str, Any]] = None,
|
| 166 |
+
metadata_directory: Optional[str] = None,
|
| 167 |
+
) -> str:
|
| 168 |
+
return _build_wheel(wheel_directory, config_settings, metadata_directory, editable=True)
|
| 169 |
+
|
| 170 |
+
|
| 171 |
+
# Requirements to build an editable are the same as for a wheel
|
| 172 |
+
get_requires_for_build_editable = get_requires_for_build_wheel
|
| 173 |
+
|
| 174 |
+
|
| 175 |
+
# noinspection PyUnusedLocal
|
| 176 |
+
def get_requires_for_build_sdist(config_settings: Optional[Mapping[str, Any]] = None) -> List[str]:
|
| 177 |
+
requirements = []
|
| 178 |
+
if not os.environ.get("MATURIN_NO_INSTALL_RUST") and not shutil.which("cargo"):
|
| 179 |
+
requirements += ["puccinialin"]
|
| 180 |
+
return requirements
|
| 181 |
+
|
| 182 |
+
|
| 183 |
+
# noinspection PyUnusedLocal
|
| 184 |
+
def prepare_metadata_for_build_wheel(
|
| 185 |
+
metadata_directory: str, config_settings: Optional[Mapping[str, Any]] = None
|
| 186 |
+
) -> str:
|
| 187 |
+
print("Checking for Rust toolchain....")
|
| 188 |
+
is_cargo_installed = False
|
| 189 |
+
try:
|
| 190 |
+
output = subprocess.check_output(["cargo", "--version"], env=_get_env()).decode("utf-8", "ignore")
|
| 191 |
+
if "cargo" in output:
|
| 192 |
+
is_cargo_installed = True
|
| 193 |
+
except (FileNotFoundError, SubprocessError):
|
| 194 |
+
pass
|
| 195 |
+
|
| 196 |
+
if not is_cargo_installed:
|
| 197 |
+
sys.stderr.write(
|
| 198 |
+
"\nCargo, the Rust package manager, is not installed or is not on PATH.\n"
|
| 199 |
+
"This package requires Rust and Cargo to compile extensions. Install it through\n"
|
| 200 |
+
"the system's package manager or via https://rustup.rs/\n\n"
|
| 201 |
+
)
|
| 202 |
+
sys.exit(1)
|
| 203 |
+
|
| 204 |
+
command = [
|
| 205 |
+
"maturin",
|
| 206 |
+
"pep517",
|
| 207 |
+
"write-dist-info",
|
| 208 |
+
"--metadata-directory",
|
| 209 |
+
metadata_directory,
|
| 210 |
+
# PEP 517 specifies that only `sys.executable` points to the correct
|
| 211 |
+
# python interpreter
|
| 212 |
+
"--interpreter",
|
| 213 |
+
_get_sys_executable(),
|
| 214 |
+
]
|
| 215 |
+
command.extend(_additional_pep517_args())
|
| 216 |
+
pep517_args = get_maturin_pep517_args(config_settings)
|
| 217 |
+
if pep517_args:
|
| 218 |
+
command.extend(pep517_args)
|
| 219 |
+
|
| 220 |
+
print("Running `{}`".format(" ".join(command)))
|
| 221 |
+
try:
|
| 222 |
+
_output = subprocess.check_output(command, env=_get_env())
|
| 223 |
+
except subprocess.CalledProcessError as e:
|
| 224 |
+
sys.stderr.write(f"Error running maturin: {e}\n")
|
| 225 |
+
sys.exit(1)
|
| 226 |
+
sys.stdout.buffer.write(_output)
|
| 227 |
+
sys.stdout.flush()
|
| 228 |
+
output = _output.decode(errors="replace")
|
| 229 |
+
return output.strip().splitlines()[-1]
|
| 230 |
+
|
| 231 |
+
|
| 232 |
+
# Metadata for editable are the same as for a wheel
|
| 233 |
+
prepare_metadata_for_build_editable = prepare_metadata_for_build_wheel
|
engine_rust_src/.venv/Lib/site-packages/maturin/__main__.py
ADDED
|
@@ -0,0 +1,50 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
from __future__ import annotations
|
| 2 |
+
|
| 3 |
+
import os
|
| 4 |
+
import sys
|
| 5 |
+
from pathlib import Path
|
| 6 |
+
import sysconfig
|
| 7 |
+
from typing import Optional
|
| 8 |
+
|
| 9 |
+
|
| 10 |
+
def get_maturin_path() -> Optional[Path]:
|
| 11 |
+
SCRIPT_NAME = "maturin"
|
| 12 |
+
|
| 13 |
+
def script_dir(scheme: str) -> str:
|
| 14 |
+
return sysconfig.get_path("scripts", scheme)
|
| 15 |
+
|
| 16 |
+
def script_exists(dir: str) -> bool:
|
| 17 |
+
for _, _, files in os.walk(dir):
|
| 18 |
+
for f in files:
|
| 19 |
+
name, *_ = os.path.splitext(f)
|
| 20 |
+
if name == SCRIPT_NAME:
|
| 21 |
+
return True
|
| 22 |
+
|
| 23 |
+
return False
|
| 24 |
+
|
| 25 |
+
paths = list(
|
| 26 |
+
filter(
|
| 27 |
+
script_exists,
|
| 28 |
+
filter(os.path.exists, map(script_dir, sysconfig.get_scheme_names())),
|
| 29 |
+
)
|
| 30 |
+
)
|
| 31 |
+
|
| 32 |
+
if paths:
|
| 33 |
+
return Path(paths[0]) / SCRIPT_NAME
|
| 34 |
+
|
| 35 |
+
return None
|
| 36 |
+
|
| 37 |
+
|
| 38 |
+
if __name__ == "__main__":
|
| 39 |
+
maturin = get_maturin_path()
|
| 40 |
+
if maturin is None:
|
| 41 |
+
print("Unable to find `maturin` script")
|
| 42 |
+
exit(1)
|
| 43 |
+
|
| 44 |
+
if sys.platform == "win32":
|
| 45 |
+
import subprocess
|
| 46 |
+
|
| 47 |
+
code = subprocess.call([str(maturin)] + sys.argv[1:])
|
| 48 |
+
sys.exit(code)
|
| 49 |
+
else:
|
| 50 |
+
os.execv(maturin, [str(maturin)] + sys.argv[1:])
|
engine_rust_src/.venv/Lib/site-packages/maturin/bootstrap.py
ADDED
|
@@ -0,0 +1,31 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
"""Support installing rust before compiling (bootstrapping) maturin.
|
| 2 |
+
|
| 3 |
+
Installing a package that uses maturin as build backend on a platform without maturin
|
| 4 |
+
binaries, we install rust in a cache directory if the user doesn't have a rust
|
| 5 |
+
installation already. Since this bootstrapping requires more dependencies but is only
|
| 6 |
+
required if rust is missing, we check if cargo is present before requesting those
|
| 7 |
+
dependencies.
|
| 8 |
+
|
| 9 |
+
https://setuptools.pypa.io/en/stable/build_meta.html#dynamic-build-dependencies-and-other-build-meta-tweaks
|
| 10 |
+
"""
|
| 11 |
+
|
| 12 |
+
from __future__ import annotations
|
| 13 |
+
|
| 14 |
+
import os
|
| 15 |
+
import shutil
|
| 16 |
+
from typing import Any
|
| 17 |
+
|
| 18 |
+
# noinspection PyUnresolvedReferences
|
| 19 |
+
from setuptools.build_meta import * # noqa:F403
|
| 20 |
+
|
| 21 |
+
|
| 22 |
+
def get_requires_for_build_wheel(config_settings: dict[str, Any] | None = None) -> list[str]:
|
| 23 |
+
if not os.environ.get("MATURIN_NO_INSTALL_RUST") and not shutil.which("cargo"):
|
| 24 |
+
return ["puccinialin>=0.1,<0.2"]
|
| 25 |
+
return []
|
| 26 |
+
|
| 27 |
+
|
| 28 |
+
def get_requires_for_build_sdist(config_settings: dict[str, Any] | None = None) -> list[str]:
|
| 29 |
+
if not os.environ.get("MATURIN_NO_INSTALL_RUST") and not shutil.which("cargo"):
|
| 30 |
+
return ["puccinialin>=0.1,<0.2"]
|
| 31 |
+
return []
|
engine_rust_src/.venv/Lib/site-packages/numpy-2.4.1.dist-info/DELVEWHEEL
ADDED
|
@@ -0,0 +1,2 @@
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Version: 1.11.2
|
| 2 |
+
Arguments: ['C:\\Users\\runneradmin\\AppData\\Local\\Temp\\cibw-run-xs9t8v6k\\cp313-win_amd64\\build\\venv\\Scripts\\delvewheel', 'repair', '--add-path', 'D:/a/numpy-release/numpy-release/.openblas/lib', '-w', 'C:\\Users\\runneradmin\\AppData\\Local\\Temp\\cibw-run-xs9t8v6k\\cp313-win_amd64\\repaired_wheel', 'C:\\Users\\runneradmin\\AppData\\Local\\Temp\\cibw-run-xs9t8v6k\\cp313-win_amd64\\built_wheel\\numpy-2.4.1-cp313-cp313-win_amd64.whl']
|
engine_rust_src/.venv/Lib/site-packages/numpy-2.4.1.dist-info/INSTALLER
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
uv
|
engine_rust_src/.venv/Lib/site-packages/numpy-2.4.1.dist-info/METADATA
ADDED
|
@@ -0,0 +1,139 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Metadata-Version: 2.4
|
| 2 |
+
Name: numpy
|
| 3 |
+
Version: 2.4.1
|
| 4 |
+
Summary: Fundamental package for array computing in Python
|
| 5 |
+
Author: Travis E. Oliphant et al.
|
| 6 |
+
Maintainer-Email: NumPy Developers <numpy-discussion@python.org>
|
| 7 |
+
License-Expression: BSD-3-Clause AND 0BSD AND MIT AND Zlib AND CC0-1.0
|
| 8 |
+
License-File: LICENSE.txt
|
| 9 |
+
License-File: numpy/_core/include/numpy/libdivide/LICENSE.txt
|
| 10 |
+
License-File: numpy/_core/src/common/pythoncapi-compat/COPYING
|
| 11 |
+
License-File: numpy/_core/src/highway/LICENSE
|
| 12 |
+
License-File: numpy/_core/src/multiarray/dragon4_LICENSE.txt
|
| 13 |
+
License-File: numpy/_core/src/npysort/x86-simd-sort/LICENSE.md
|
| 14 |
+
License-File: numpy/_core/src/umath/svml/LICENSE
|
| 15 |
+
License-File: numpy/fft/pocketfft/LICENSE.md
|
| 16 |
+
License-File: numpy/linalg/lapack_lite/LICENSE.txt
|
| 17 |
+
License-File: numpy/ma/LICENSE
|
| 18 |
+
License-File: numpy/random/LICENSE.md
|
| 19 |
+
License-File: numpy/random/src/distributions/LICENSE.md
|
| 20 |
+
License-File: numpy/random/src/mt19937/LICENSE.md
|
| 21 |
+
License-File: numpy/random/src/pcg64/LICENSE.md
|
| 22 |
+
License-File: numpy/random/src/philox/LICENSE.md
|
| 23 |
+
License-File: numpy/random/src/sfc64/LICENSE.md
|
| 24 |
+
License-File: numpy/random/src/splitmix64/LICENSE.md
|
| 25 |
+
Classifier: Development Status :: 5 - Production/Stable
|
| 26 |
+
Classifier: Intended Audience :: Science/Research
|
| 27 |
+
Classifier: Intended Audience :: Developers
|
| 28 |
+
Classifier: Programming Language :: C
|
| 29 |
+
Classifier: Programming Language :: Python
|
| 30 |
+
Classifier: Programming Language :: Python :: 3
|
| 31 |
+
Classifier: Programming Language :: Python :: 3.11
|
| 32 |
+
Classifier: Programming Language :: Python :: 3.12
|
| 33 |
+
Classifier: Programming Language :: Python :: 3.13
|
| 34 |
+
Classifier: Programming Language :: Python :: 3.14
|
| 35 |
+
Classifier: Programming Language :: Python :: 3 :: Only
|
| 36 |
+
Classifier: Programming Language :: Python :: Implementation :: CPython
|
| 37 |
+
Classifier: Topic :: Software Development
|
| 38 |
+
Classifier: Topic :: Scientific/Engineering
|
| 39 |
+
Classifier: Typing :: Typed
|
| 40 |
+
Classifier: Operating System :: Microsoft :: Windows
|
| 41 |
+
Classifier: Operating System :: POSIX
|
| 42 |
+
Classifier: Operating System :: Unix
|
| 43 |
+
Classifier: Operating System :: MacOS
|
| 44 |
+
Project-URL: homepage, https://numpy.org
|
| 45 |
+
Project-URL: documentation, https://numpy.org/doc/
|
| 46 |
+
Project-URL: source, https://github.com/numpy/numpy
|
| 47 |
+
Project-URL: download, https://pypi.org/project/numpy/#files
|
| 48 |
+
Project-URL: tracker, https://github.com/numpy/numpy/issues
|
| 49 |
+
Project-URL: release notes, https://numpy.org/doc/stable/release
|
| 50 |
+
Requires-Python: >=3.11
|
| 51 |
+
Description-Content-Type: text/markdown
|
| 52 |
+
|
| 53 |
+
<h1 align="center">
|
| 54 |
+
<img src="https://raw.githubusercontent.com/numpy/numpy/main/branding/logo/primary/numpylogo.svg" width="300">
|
| 55 |
+
</h1><br>
|
| 56 |
+
|
| 57 |
+
|
| 58 |
+
[](
|
| 59 |
+
https://numfocus.org)
|
| 60 |
+
[](
|
| 61 |
+
https://pypi.org/project/numpy/)
|
| 62 |
+
[](
|
| 63 |
+
https://anaconda.org/conda-forge/numpy)
|
| 64 |
+
[](
|
| 65 |
+
https://stackoverflow.com/questions/tagged/numpy)
|
| 66 |
+
[](
|
| 67 |
+
https://doi.org/10.1038/s41586-020-2649-2)
|
| 68 |
+
[](https://insights.linuxfoundation.org/project/numpy)
|
| 69 |
+
[](https://securityscorecards.dev/viewer/?uri=github.com/numpy/numpy)
|
| 70 |
+
[](https://pypi.org/project/numpy/)
|
| 71 |
+
|
| 72 |
+
|
| 73 |
+
NumPy is the fundamental package for scientific computing with Python.
|
| 74 |
+
|
| 75 |
+
- **Website:** https://numpy.org
|
| 76 |
+
- **Documentation:** https://numpy.org/doc
|
| 77 |
+
- **Mailing list:** https://mail.python.org/mailman/listinfo/numpy-discussion
|
| 78 |
+
- **Source code:** https://github.com/numpy/numpy
|
| 79 |
+
- **Contributing:** https://numpy.org/devdocs/dev/index.html
|
| 80 |
+
- **Bug reports:** https://github.com/numpy/numpy/issues
|
| 81 |
+
- **Report a security vulnerability:** https://tidelift.com/docs/security
|
| 82 |
+
|
| 83 |
+
It provides:
|
| 84 |
+
|
| 85 |
+
- a powerful N-dimensional array object
|
| 86 |
+
- sophisticated (broadcasting) functions
|
| 87 |
+
- tools for integrating C/C++ and Fortran code
|
| 88 |
+
- useful linear algebra, Fourier transform, and random number capabilities
|
| 89 |
+
|
| 90 |
+
Testing:
|
| 91 |
+
|
| 92 |
+
NumPy requires `pytest` and `hypothesis`. Tests can then be run after installation with:
|
| 93 |
+
|
| 94 |
+
python -c "import numpy, sys; sys.exit(numpy.test() is False)"
|
| 95 |
+
|
| 96 |
+
Code of Conduct
|
| 97 |
+
----------------------
|
| 98 |
+
|
| 99 |
+
NumPy is a community-driven open source project developed by a diverse group of
|
| 100 |
+
[contributors](https://numpy.org/teams/). The NumPy leadership has made a strong
|
| 101 |
+
commitment to creating an open, inclusive, and positive community. Please read the
|
| 102 |
+
[NumPy Code of Conduct](https://numpy.org/code-of-conduct/) for guidance on how to interact
|
| 103 |
+
with others in a way that makes our community thrive.
|
| 104 |
+
|
| 105 |
+
Call for Contributions
|
| 106 |
+
----------------------
|
| 107 |
+
|
| 108 |
+
The NumPy project welcomes your expertise and enthusiasm!
|
| 109 |
+
|
| 110 |
+
Small improvements or fixes are always appreciated. If you are considering larger contributions
|
| 111 |
+
to the source code, please contact us through the [mailing
|
| 112 |
+
list](https://mail.python.org/mailman/listinfo/numpy-discussion) first.
|
| 113 |
+
|
| 114 |
+
Writing code isn’t the only way to contribute to NumPy. You can also:
|
| 115 |
+
- review pull requests
|
| 116 |
+
- help us stay on top of new and old issues
|
| 117 |
+
- develop tutorials, presentations, and other educational materials
|
| 118 |
+
- maintain and improve [our website](https://github.com/numpy/numpy.org)
|
| 119 |
+
- develop graphic design for our brand assets and promotional materials
|
| 120 |
+
- translate website content
|
| 121 |
+
- help with outreach and onboard new contributors
|
| 122 |
+
- write grant proposals and help with other fundraising efforts
|
| 123 |
+
|
| 124 |
+
For more information about the ways you can contribute to NumPy, visit [our website](https://numpy.org/contribute/).
|
| 125 |
+
If you’re unsure where to start or how your skills fit in, reach out! You can
|
| 126 |
+
ask on the mailing list or here, on GitHub, by opening a new issue or leaving a
|
| 127 |
+
comment on a relevant issue that is already open.
|
| 128 |
+
|
| 129 |
+
Our preferred channels of communication are all public, but if you’d like to
|
| 130 |
+
speak to us in private first, contact our community coordinators at
|
| 131 |
+
numpy-team@googlegroups.com or on Slack (write numpy-team@googlegroups.com for
|
| 132 |
+
an invitation).
|
| 133 |
+
|
| 134 |
+
We also have a biweekly community call, details of which are announced on the
|
| 135 |
+
mailing list. You are very welcome to join.
|
| 136 |
+
|
| 137 |
+
If you are new to contributing to open source, [this
|
| 138 |
+
guide](https://opensource.guide/how-to-contribute/) helps explain why, what,
|
| 139 |
+
and how to successfully get involved.
|
engine_rust_src/.venv/Lib/site-packages/numpy-2.4.1.dist-info/RECORD
ADDED
|
@@ -0,0 +1,936 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
../../Scripts/f2py.exe,sha256=-YvtAE8J8AmD2QC55oWIwH-2-KbqxzwA4P6uXEVpy4w,39936
|
| 2 |
+
../../Scripts/numpy-config.exe,sha256=wLjvrPXcnubinHhQTOoL_1Ec8fmbnjZI0CNuXL8MmhM,39936
|
| 3 |
+
numpy-2.4.1.dist-info/DELVEWHEEL,sha256=W4qlO6LYLqQqQCTwyf1yGdMKVs1QH7p3n_bSyQ61L6w,462
|
| 4 |
+
numpy-2.4.1.dist-info/INSTALLER,sha256=5hhM4Q4mYTT9z6QB6PGpUAW81PGNFrYrdXMj4oM_6ak,2
|
| 5 |
+
numpy-2.4.1.dist-info/METADATA,sha256=j9Sap-mfsMoxkBiPhdZYkkB0ly1aQJjD1Y7MEFyuzFo,6608
|
| 6 |
+
numpy-2.4.1.dist-info/RECORD,,
|
| 7 |
+
numpy-2.4.1.dist-info/REQUESTED,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
| 8 |
+
numpy-2.4.1.dist-info/WHEEL,sha256=suq8ARrxbiI7iLH3BgK-82uzxQ-4Hm-m8w01oCokrtA,85
|
| 9 |
+
numpy-2.4.1.dist-info/entry_points.txt,sha256=7Cb63gyL2sIRpsHdADpl6xaIW5JTlUI-k_yqEVr0BSw,220
|
| 10 |
+
numpy-2.4.1.dist-info/licenses/LICENSE.txt,sha256=qATf8OrZ-txSk0VkELy_wyvwJL6cRRNFlmP7e0QtI0E,45831
|
| 11 |
+
numpy-2.4.1.dist-info/licenses/numpy/_core/include/numpy/libdivide/LICENSE.txt,sha256=1UR2FVi1EIZsIffootVxb8p24LmBF-O2uGMU23JE0VA,1039
|
| 12 |
+
numpy-2.4.1.dist-info/licenses/numpy/_core/src/common/pythoncapi-compat/COPYING,sha256=rqQZdscg-RvRlyXBaRahrOQOsepCYg00Dlh6XeS7zqA,704
|
| 13 |
+
numpy-2.4.1.dist-info/licenses/numpy/_core/src/highway/LICENSE,sha256=0ggVLid3_9ASbqzBvSHAMg1p5Oa2ItIaKhKkfo73N2M,21155
|
| 14 |
+
numpy-2.4.1.dist-info/licenses/numpy/_core/src/multiarray/dragon4_LICENSE.txt,sha256=sP1ZLU6tVjFI45d-e1iRadRqXvL_Ezx1WoGviAo_yRk,1441
|
| 15 |
+
numpy-2.4.1.dist-info/licenses/numpy/_core/src/npysort/x86-simd-sort/LICENSE.md,sha256=pzKXeFNTAGZ5DEKBcIf0gptRjdmNNAyRasv9In4508s,1542
|
| 16 |
+
numpy-2.4.1.dist-info/licenses/numpy/_core/src/umath/svml/LICENSE,sha256=WFSDkFsT1LQvgAxVupnonW4uM8zV9QPiAcB1MdFI_0E,1573
|
| 17 |
+
numpy-2.4.1.dist-info/licenses/numpy/fft/pocketfft/LICENSE.md,sha256=jbAA4VjBYuckl4eFLYxpdkcGUCzO5yXAZkGzHB6VyK8,1523
|
| 18 |
+
numpy-2.4.1.dist-info/licenses/numpy/linalg/lapack_lite/LICENSE.txt,sha256=GQYO9GXheX1oLuD8MIG9JasTlemV5D0lydE8ldmjzWs,2314
|
| 19 |
+
numpy-2.4.1.dist-info/licenses/numpy/ma/LICENSE,sha256=1427IIuA2StNMz5BpLquUNEkRPRuUxmfp3Jqkd5uLac,1616
|
| 20 |
+
numpy-2.4.1.dist-info/licenses/numpy/random/LICENSE.md,sha256=tLwvT6HJV3jx7T3Y8UcGvs45lHW5ePnzS1081yUhtIo,3582
|
| 21 |
+
numpy-2.4.1.dist-info/licenses/numpy/random/src/distributions/LICENSE.md,sha256=z1YZ8lsRLVznyJbv_8jmELyzRd-tzBnywUYKpI__LJ4,2805
|
| 22 |
+
numpy-2.4.1.dist-info/licenses/numpy/random/src/mt19937/LICENSE.md,sha256=ksEGmYhDIfHClH_ipwqyOw-_FQf3Vtid0I84xh_D1Po,2986
|
| 23 |
+
numpy-2.4.1.dist-info/licenses/numpy/random/src/pcg64/LICENSE.md,sha256=QRkGY7d77lMCOGSVoHt-q_v6Vxqgri8R2mdkFiBi_E8,1176
|
| 24 |
+
numpy-2.4.1.dist-info/licenses/numpy/random/src/philox/LICENSE.md,sha256=MirEbYcMiu6tbFOtzMyDkpb7PI5Fbq4VUIEpfa9_gBM,1540
|
| 25 |
+
numpy-2.4.1.dist-info/licenses/numpy/random/src/sfc64/LICENSE.md,sha256=KMrYLOE3ncUp3zDaeOwBLX0NHVdrA93LkziK7lNln1k,1253
|
| 26 |
+
numpy-2.4.1.dist-info/licenses/numpy/random/src/splitmix64/LICENSE.md,sha256=RU7HNQ5HjgNwYYULZzlXU7QlscsKNLvCYpCwIL-J12M,340
|
| 27 |
+
numpy.libs/libscipy_openblas64_-9e3e5a4229c1ca39f10dc82bba9e2b2b.dll,sha256=nj5aQinByjnxDcgrup4rK_SAN3kJMlZvN6_xp8zzWI8,20403712
|
| 28 |
+
numpy.libs/msvcp140-a4c2229bdc2a2a630acdc095b4d86008.dll,sha256=pMIim9wqKmMKzcCVtNhgCOXD47x3cxdDVPPaT1vrnN4,575056
|
| 29 |
+
numpy/__config__.py,sha256=8hUJqWMwXhMikFJiW4VaRwQcJKqjJSiLU6NheTcs28M,5725
|
| 30 |
+
numpy/__config__.pyi,sha256=L6Ml7eJWLoOvEOeI5FCVERMuiPVQUkFOuTmG5lduhzc,2486
|
| 31 |
+
numpy/__init__.cython-30.pxd,sha256=PByDh5eNFDlvCdDfpw7J1RwWPUItbLHUeuoneaoWx7g,48396
|
| 32 |
+
numpy/__init__.pxd,sha256=C1ZTNkpIVrh_YD9ZYrC0beDjHbDJgjcqFKUKddj28k4,44944
|
| 33 |
+
numpy/__init__.py,sha256=sWpPNHxlg8h44Zc6IIVk4BaGt5zHCRGtAVfgXY7s2jc,27212
|
| 34 |
+
numpy/__init__.pyi,sha256=36E0y_ydNWWLd4TItoFZjWMKOF_ILN0m2PyA1XAurZI,242576
|
| 35 |
+
numpy/_array_api_info.py,sha256=vTu3r_6WrdhkiOr1pLelut2ARey2WOmQ7BZLFt9ePSs,10700
|
| 36 |
+
numpy/_array_api_info.pyi,sha256=c77RlN8Pan3QlqXonfTzus7yWI3F4BDMtedWlVO3q-s,5068
|
| 37 |
+
numpy/_configtool.py,sha256=qqay_oP0bqkryU55jFBE6RzgKJkquJ0bBvaYt9D-Gbs,1046
|
| 38 |
+
numpy/_configtool.pyi,sha256=IlC395h8TlcZ4DiSW5i6NBQO9I74ERfXpwSYAktzoaU,25
|
| 39 |
+
numpy/_core/__init__.py,sha256=8r2gsx3PXJcNn7h-RAZ2ihE1FCjYVtFT3yHqTpZDfK8,6734
|
| 40 |
+
numpy/_core/__init__.pyi,sha256=eRDqlKeg5cDyDbN2Mfq8mUDRvD-hxmIkoEx-89UmMPk,10639
|
| 41 |
+
numpy/_core/_add_newdocs.py,sha256=KKzqLHTCXxLzPTg8V8K531Bqh_Ai8BMSFu7EbXu3dUk,222742
|
| 42 |
+
numpy/_core/_add_newdocs.pyi,sha256=ipvUNHAUG15ziSDqc4aGEfQ1jrqpW-zJrogC8G0DOog,136
|
| 43 |
+
numpy/_core/_add_newdocs_scalars.py,sha256=ViMWUAIlsUKosd1mEpLo907cZeaS7Vg_GerzCDIAUUQ,13314
|
| 44 |
+
numpy/_core/_add_newdocs_scalars.pyi,sha256=NNXiuLe2kckDpvpR_WTesOZG1AWSQapqIlGD7tgVtxE,565
|
| 45 |
+
numpy/_core/_asarray.py,sha256=MU1nK76mQ4gDZCWZbdV-zmkmZphAVAkNwghbk4TgqlQ,4024
|
| 46 |
+
numpy/_core/_asarray.pyi,sha256=7oijVMV32GQMEv5xV8sOYfjHHJCjZSo_oJT4zr6u-Kw,1190
|
| 47 |
+
numpy/_core/_dtype.py,sha256=TEjPZXHmpw5-HhfGfKS-PfQT9A9sk8cnaE6icAXVb34,10913
|
| 48 |
+
numpy/_core/_dtype.pyi,sha256=1_fGj6V5NxTYRkN2-cfZBOQOkc1rJ1wET2deS1ANpdw,1888
|
| 49 |
+
numpy/_core/_dtype_ctypes.py,sha256=e8EgfaqXiJ8-UYi8FM5sm9W8ehqvcG_rTpDROaKwTKg,3846
|
| 50 |
+
numpy/_core/_dtype_ctypes.pyi,sha256=d5BudSdtj6n046OX9c-rUoX5zVGghdoO22yEhkjVRoM,3765
|
| 51 |
+
numpy/_core/_exceptions.py,sha256=umxWh9TLhDXy9LmW77wkIHMegFk_KFfBB5ndxsJd5F4,5321
|
| 52 |
+
numpy/_core/_exceptions.pyi,sha256=cWcq9Uf4GrYuKI5IEH-ioVaYDYU1adD9WIPpNu02d-M,1904
|
| 53 |
+
numpy/_core/_internal.py,sha256=LDBumIfjDMIO8cNSfo014AcYngsdkXms6TFLNetZuxY,30405
|
| 54 |
+
numpy/_core/_internal.pyi,sha256=Kax8zq8oAmuPIpkUDU-7ojkjR3C_wtHcA8uNHeftJmI,2212
|
| 55 |
+
numpy/_core/_methods.py,sha256=XdcMBZ5zWZFpUJiL-im2SCtsvyYn_NDirSWICkzt2fw,9645
|
| 56 |
+
numpy/_core/_methods.pyi,sha256=7Mc4H9O3KYU9VwCsOo8X0q6mg9vDr2S6xbwuJ7PXPX4,548
|
| 57 |
+
numpy/_core/_multiarray_tests.cp313-win_amd64.lib,sha256=ojP1QYFlUGW6jPh9BWgsj_Ng-ofOWXtf_0K7wTrEVvk,2418
|
| 58 |
+
numpy/_core/_multiarray_tests.cp313-win_amd64.pyd,sha256=vquy0rgPRoggoQpPswbqWs9gRAFJZzSBkOYG4nDOqJo,64512
|
| 59 |
+
numpy/_core/_multiarray_umath.cp313-win_amd64.lib,sha256=qb9t35tyQ83f3dTbDRuAwPOZZKu5cw0pRHLRIFRJv0c,2192
|
| 60 |
+
numpy/_core/_multiarray_umath.cp313-win_amd64.pyd,sha256=esT7aYGmDraKsNKTIdXyjb4kXu_8czOcJy9ph2T_JcQ,3709440
|
| 61 |
+
numpy/_core/_operand_flag_tests.cp313-win_amd64.lib,sha256=VYH8s4z4q0obuKrIDulMr2b711r0bWWFyzV02jsct3Q,2228
|
| 62 |
+
numpy/_core/_operand_flag_tests.cp313-win_amd64.pyd,sha256=BCBSRTqQJ33Ak4av7psGFT2ZeYsbDu9HFRTk_pr_yq8,12288
|
| 63 |
+
numpy/_core/_rational_tests.cp313-win_amd64.lib,sha256=UWSqq4HFPJQkx-6p5V322abxjBMIYHfXTk0GOE-_4_8,2156
|
| 64 |
+
numpy/_core/_rational_tests.cp313-win_amd64.pyd,sha256=QjHvwHKgWz7X73HzPSOG4cMgAdIFy42hSqFCQLCEAfc,39936
|
| 65 |
+
numpy/_core/_simd.cp313-win_amd64.lib,sha256=Y376dCY9ARTPgLgeSfJMUFngbGSAyvlHUiUahmG5HC0,1976
|
| 66 |
+
numpy/_core/_simd.cp313-win_amd64.pyd,sha256=HJHH-eMuo0uQ6d_GS6wDonErtf2vPVxV6rtxczCsqaY,832000
|
| 67 |
+
numpy/_core/_simd.pyi,sha256=vLr3cmfU5D-UytIPEzQHUwoEOZGzfLI63uwPYN-bvIU,1013
|
| 68 |
+
numpy/_core/_string_helpers.py,sha256=aX1N5UsNeUFy54o5tuTC6X6N9AJueFN2_6QIyIUD2Xg,2945
|
| 69 |
+
numpy/_core/_string_helpers.pyi,sha256=bThH7ichGlrmQ6O38n71QcJ7Oi_mRPUf-DFMU5hdYU0,370
|
| 70 |
+
numpy/_core/_struct_ufunc_tests.cp313-win_amd64.lib,sha256=IBcOfN7PMhAk73R3kbN4sQjqf1v5sde5lu_NDiGBQWY,2228
|
| 71 |
+
numpy/_core/_struct_ufunc_tests.cp313-win_amd64.pyd,sha256=uPt_rCjH7tQAXawIDsyWf1xoDtScpLDYqjUuwBpZ6mA,14336
|
| 72 |
+
numpy/_core/_type_aliases.py,sha256=U51em1dU7qluFYICpmrygSHLfk-y4UoqD0JJM-psCjE,3886
|
| 73 |
+
numpy/_core/_type_aliases.pyi,sha256=-t_aBa6lQ06Z0wsOzpiE84XW0-2FU-hkA3HSTWlavAk,2306
|
| 74 |
+
numpy/_core/_ufunc_config.py,sha256=xeJy3K7KPV5PpJbkW9ncWY_UnnLHlM9M6rX4C9eNs2k,16126
|
| 75 |
+
numpy/_core/_ufunc_config.pyi,sha256=Fpec58dVzJmrKRSiOsnWZvdS5wuyORMmPkzoOy15YwY,1930
|
| 76 |
+
numpy/_core/_umath_tests.cp313-win_amd64.lib,sha256=n8lBgI7NRRs470YFWsJzlOkMgbO0vSa3W8QgHKrYhIQ,2104
|
| 77 |
+
numpy/_core/_umath_tests.cp313-win_amd64.pyd,sha256=-kfmmE1BEc_gxRxkbDiFOcobeGzvbAVnrI6IQWa_SBM,33280
|
| 78 |
+
numpy/_core/_umath_tests.pyi,sha256=KwadAqagA7lloXXeOQQp3Gkp0T_HuuT87pI4dz3ttTY,2344
|
| 79 |
+
numpy/_core/arrayprint.py,sha256=lpxDgWjCALcJThUtdKVUVOiM4Vrd4Xn7qaHnquc0tzw,67050
|
| 80 |
+
numpy/_core/arrayprint.pyi,sha256=El-bKIjihbdXa2N05qohoYm_amZG6gwGn1lLsc19f1E,4688
|
| 81 |
+
numpy/_core/cversions.py,sha256=FISv1d4R917Bi5xJjKKy8Lo6AlFkV00WvSoB7l3acA4,360
|
| 82 |
+
numpy/_core/defchararray.py,sha256=4S8fU1YI2vGGUGYxRSr0536JJTO-S-Y9aMYe6BnQipY,39231
|
| 83 |
+
numpy/_core/defchararray.pyi,sha256=qeYhLiloeDFogxBxYd_Ax9DDHQNI8nu2wyp3X2qfLYw,29794
|
| 84 |
+
numpy/_core/einsumfunc.py,sha256=_mRaqmbQeZ3TDW4Y6gLz4nmDE4WfFL9UxKSAJBzGujc,59578
|
| 85 |
+
numpy/_core/einsumfunc.pyi,sha256=j7eufFy3WhOcAGWT9FO8dxHB2kTLJNH6S84MPxtALS8,5109
|
| 86 |
+
numpy/_core/fromnumeric.py,sha256=5T-r7fxkHbdvJiBfWVD6mwI7bbi2E95F0z9XFeBq-CI,146891
|
| 87 |
+
numpy/_core/fromnumeric.pyi,sha256=o6l_ETLBkqmhOq8Ga3QBxWznwpZbfY94fX1UDrJKsXM,46598
|
| 88 |
+
numpy/_core/function_base.py,sha256=zBvtIUZoUVe_sGSPdnDmOXc9GMX232Iqx5FtkMp5e8c,20224
|
| 89 |
+
numpy/_core/function_base.pyi,sha256=Z5DaKdqR3t1sun85xnT2t6OkUsyDSW6gAO8oNBmfEjY,7321
|
| 90 |
+
numpy/_core/getlimits.py,sha256=tX7eDWVY3113HFBztt5JOttUTI31S4-rC0bVXYJRG4M,15465
|
| 91 |
+
numpy/_core/getlimits.pyi,sha256=Ok2rv9SELwkPHbC4qttkIDRpUZbv7ey6LDvCGvUSEeE,3921
|
| 92 |
+
numpy/_core/include/numpy/__multiarray_api.c,sha256=ucLypGZeaaHhl2OX-4YQrrCGTUl-8XwObmmN8zQjRjU,13074
|
| 93 |
+
numpy/_core/include/numpy/__multiarray_api.h,sha256=9OcLvWKEidFXT_YzbInua3Ft8ruCXgUtG-vl9w9WluQ,63371
|
| 94 |
+
numpy/_core/include/numpy/__ufunc_api.c,sha256=7mulmWQI9Hdlx3IjZF-GWhZYZtrFn4I6tCG0Uoo0LCc,1854
|
| 95 |
+
numpy/_core/include/numpy/__ufunc_api.h,sha256=oxLZE6JL-8gWdzf5RA760Gr7KnjqXhMwycaO53cxaRk,13754
|
| 96 |
+
numpy/_core/include/numpy/_neighborhood_iterator_imp.h,sha256=s5TK2aPpClbw4CbVJCij__hzoh5IgHIIZK0k6FKtqfc,1947
|
| 97 |
+
numpy/_core/include/numpy/_numpyconfig.h,sha256=jIeId55dTsklMKBXl8zsicKcReSVSYn7kIFMLOn-qKE,902
|
| 98 |
+
numpy/_core/include/numpy/_public_dtype_api_table.h,sha256=4ylG8s52kZEx__QODt_7Do8QitmhDSvTeZ7Lar0fOgo,4660
|
| 99 |
+
numpy/_core/include/numpy/arrayobject.h,sha256=ghWzloPUkSaVkcsAnBnpbrxtXeXL-mkzVGJQEHFxjnk,211
|
| 100 |
+
numpy/_core/include/numpy/arrayscalars.h,sha256=LKd4F3obZd65HWDmHD6GS9LJ91r2J0GX0VPVPtTBztE,4522
|
| 101 |
+
numpy/_core/include/numpy/dtype_api.h,sha256=7HG7Pn8WOChR0ifvAOmVARSVnql7dqL07MQLWhRHpco,22002
|
| 102 |
+
numpy/_core/include/numpy/halffloat.h,sha256=qYgX5iQfNzXICsnd0MCRq5ELhhfFjlRGm1xXGimQm44,2029
|
| 103 |
+
numpy/_core/include/numpy/ndarrayobject.h,sha256=V5Zkf5a9vWyV8ZInBgAceBn7c9GK4aquhzeGTW_Sgls,12361
|
| 104 |
+
numpy/_core/include/numpy/ndarraytypes.h,sha256=N8FTdkiDL8l04ZriXBDDDEA0ycaPUVkb8WCAtkdLoLk,68964
|
| 105 |
+
numpy/_core/include/numpy/npy_2_compat.h,sha256=VxsRXAtDfLlXkvH-ErZRSuH49k9EjcFwcSUSfTPRzAU,8795
|
| 106 |
+
numpy/_core/include/numpy/npy_2_complexcompat.h,sha256=uW0iF-qMwQNn4PvIfWCrYce6b4OrYUO4BWu-VYYAZag,885
|
| 107 |
+
numpy/_core/include/numpy/npy_3kcompat.h,sha256=0yiCfXGefB938r_IykVf5DaRUJQeYOLvFY__VOF0ezI,10047
|
| 108 |
+
numpy/_core/include/numpy/npy_common.h,sha256=fjuQ8bWFPrfhmrzet2yUQEmAeNwWn5AwgLYTbTMSEZE,33873
|
| 109 |
+
numpy/_core/include/numpy/npy_cpu.h,sha256=G1W2dMD7IbMjCrOmAtEv7nNOH6awBsY0fotNAp3ebaE,4478
|
| 110 |
+
numpy/_core/include/numpy/npy_endian.h,sha256=f1BT0ALH-Gca3cco_CgTm53HMLxmBmo4ZfzVxxLNlKM,2957
|
| 111 |
+
numpy/_core/include/numpy/npy_math.h,sha256=ksdiKBXDfpEHB1s9m5yinyhjdcc0h-zJcfXEuoVHAd8,19460
|
| 112 |
+
numpy/_core/include/numpy/npy_no_deprecated_api.h,sha256=jIcjEP2AbovDTfgE-qtvdP51_dVGjVnEGBX86rlGSKE,698
|
| 113 |
+
numpy/_core/include/numpy/npy_os.h,sha256=j044vd1C1oCcW52r3htiVNhUaJSEqCjKrODwMHq3TU0,1298
|
| 114 |
+
numpy/_core/include/numpy/numpyconfig.h,sha256=1EsdOVVuZb1tH7Yi1UO0q0yyZtuMRqMsnI0gBFhKNLo,7651
|
| 115 |
+
numpy/_core/include/numpy/random/LICENSE.txt,sha256=1UR2FVi1EIZsIffootVxb8p24LmBF-O2uGMU23JE0VA,1039
|
| 116 |
+
numpy/_core/include/numpy/random/bitgen.h,sha256=_H0uXqmnub4PxnJWdMWaNqfpyFDu2KB0skf2wc5vjUc,508
|
| 117 |
+
numpy/_core/include/numpy/random/distributions.h,sha256=GLURa3sFESZE0_0RK-3Gqmfa96itBHw8LlsNyy9EPt4,10070
|
| 118 |
+
numpy/_core/include/numpy/random/libdivide.h,sha256=F9PLx6TcOk-sd0dObe0nWLyz4HhbHv2K7voR_kolpGU,82217
|
| 119 |
+
numpy/_core/include/numpy/ufuncobject.h,sha256=uI5m_WOrFQtaL3BwgRmiZ7BN8CypKXfC5EcQfdhH-Eg,12123
|
| 120 |
+
numpy/_core/include/numpy/utils.h,sha256=vzJAbatJYfxHmX2yL_xBirmB4mEGLOhJ92JlV9s8yPs,1222
|
| 121 |
+
numpy/_core/lib/npy-pkg-config/mlib.ini,sha256=hYWFyoBxE036dh19si8UPka01H2cv64qlc4ZtgoA_7A,156
|
| 122 |
+
numpy/_core/lib/npy-pkg-config/npymath.ini,sha256=e0rdsb00Y93VuammuvIIFlzZtnUAXwsS1XNKlCU8mFQ,381
|
| 123 |
+
numpy/_core/lib/npymath.lib,sha256=x8KPTdJLUNek2Le33hTU5B-wKyMHg7eW4f5hJxiaTVM,156686
|
| 124 |
+
numpy/_core/lib/pkgconfig/numpy.pc,sha256=u7PNYRQByZMgp9zsqq9kxZ7Q_JFrykvLyFnkVevuuFg,198
|
| 125 |
+
numpy/_core/memmap.py,sha256=7HWQGjK5bS3SzAPx4wAlHwH6YFrX13sBpa6E52zxatc,13014
|
| 126 |
+
numpy/_core/memmap.pyi,sha256=n0kBe4iQD5lcWvAvVhdUU18YIoPX6Sf5e2qh9IdO5uQ,50
|
| 127 |
+
numpy/_core/multiarray.py,sha256=fiWmU-pL0WOeS7TT_flBueqKmz08gibdrBFCoanSSoE,58526
|
| 128 |
+
numpy/_core/multiarray.pyi,sha256=gjX-WxyvFQQ0fR5pL6PjSgp3I5QkINJ_mUjspBrGAHw,35752
|
| 129 |
+
numpy/_core/numeric.py,sha256=GRUuRpCSBlMLM2PkYD57TxGK90-5m4GTtKaTrXOZI2Y,85081
|
| 130 |
+
numpy/_core/numeric.pyi,sha256=TwBDlYXpbMmBHv-uAIzagUCnTZdaxfKHLU-OblqprBw,32989
|
| 131 |
+
numpy/_core/numerictypes.py,sha256=sBii4N4PX66DFZJ_QlDepfugXHToV4MqVTl9DrkTCko,16600
|
| 132 |
+
numpy/_core/numerictypes.pyi,sha256=BuVBOeILfBBRLLVinSA_mCVqYtgoaM4ukXK2MOr4xVQ,3699
|
| 133 |
+
numpy/_core/overrides.py,sha256=7xQXbKNNTDqDFR3cL6vcBbgczarMVdOiKjWfHM5zS4A,7668
|
| 134 |
+
numpy/_core/overrides.pyi,sha256=yiWM44pF9yPJn3-VOebjxtwU0W9PyHV0QxCA2lkDrMQ,1777
|
| 135 |
+
numpy/_core/printoptions.py,sha256=ZXekBr6fI18dVxsM6bxAGi80CiMlaMN4dpbPHDQiBOI,1088
|
| 136 |
+
numpy/_core/printoptions.pyi,sha256=QE36MVL3BgqflyQuj6UOzywbnELMiLeyNz_1sALvOSU,622
|
| 137 |
+
numpy/_core/records.py,sha256=AOi0UTbYqHe8U5AntKvc967O8hmtVw8pSqiahfJhtI8,37842
|
| 138 |
+
numpy/_core/records.pyi,sha256=ecWlyL8cskXhQihOa2iyNNANhqYLhACgf2u7UaINjRk,9515
|
| 139 |
+
numpy/_core/shape_base.py,sha256=oy42iPojaLjQjsQy1c35Xl72w0VtLZCbtipZlb8XGoo,33708
|
| 140 |
+
numpy/_core/shape_base.pyi,sha256=_k-bDbnUgvQTYBn1I_Y75sUz23B-N3nhw07obXhbmp4,5437
|
| 141 |
+
numpy/_core/strings.py,sha256=CJ6R0-LYceFfxuaOLhZL1tZwWvYdlaoaT3f0qLXpj1o,52391
|
| 142 |
+
numpy/_core/strings.pyi,sha256=d3MRp3JMOqg7qiMNM5E3lJ6qWZmpR9m-h8DCNsrf0KI,14127
|
| 143 |
+
numpy/_core/tests/_locales.py,sha256=byq7PFI0o_eF8Ddsvgj2EQ7oEjgxYZEa2EW0SJmR_xc,2248
|
| 144 |
+
numpy/_core/tests/_natype.py,sha256=ncMM01bhYe4KxM62PTwIaH6Xpze6D9mSVFZSQqqaZzQ,4531
|
| 145 |
+
numpy/_core/tests/data/astype_copy.pkl,sha256=lWSzCcvzRB_wpuRGj92spGIw-rNPFcd9hwJaRVvfWdk,716
|
| 146 |
+
numpy/_core/tests/data/generate_umath_validation_data.cpp,sha256=9TBdxpPo0djv1CKxQ6_DbGKRxIZVawitAm7AMmWKroI,6012
|
| 147 |
+
numpy/_core/tests/data/recarray_from_file.fits,sha256=NA0kliz31FlLnYxv3ppzeruONqNYkuEvts5wzXEeIc4,8640
|
| 148 |
+
numpy/_core/tests/data/umath-validation-set-README.txt,sha256=GfrkmU_wTjpLkOftWDuGayEDdV3RPpN2GRVQX61VgWI,982
|
| 149 |
+
numpy/_core/tests/data/umath-validation-set-arccos.csv,sha256=VUdQdKBFrpXHLlPtX2WYIK_uwkaXgky85CZ4aNuvmD4,62794
|
| 150 |
+
numpy/_core/tests/data/umath-validation-set-arccosh.csv,sha256=tbuOQkvnYxSyJf_alGk3Zw3Vyv0HO5dMC1hUle2hWwQ,62794
|
| 151 |
+
numpy/_core/tests/data/umath-validation-set-arcsin.csv,sha256=JPEWWMxgPKdNprDq0pH5QhJ2oiVCzuDbK-3WhTKny8o,62768
|
| 152 |
+
numpy/_core/tests/data/umath-validation-set-arcsinh.csv,sha256=fwuq25xeS57kBExBuSNfewgHb-mgoR9wUGVqcOXbfoI,61718
|
| 153 |
+
numpy/_core/tests/data/umath-validation-set-arctan.csv,sha256=nu33YyL-ALXSSF5cupCTaf_jTPLK_QyUfciNQGpffkY,61734
|
| 154 |
+
numpy/_core/tests/data/umath-validation-set-arctanh.csv,sha256=wHSKFY2Yvbv3fnmmfLqPYpjhkEM88YHkFVpZQioyBDw,62768
|
| 155 |
+
numpy/_core/tests/data/umath-validation-set-cbrt.csv,sha256=FFi_XxEnGrfJd7OxtjVFT6WFC2tUqKhVV8fmQfb0z8o,62275
|
| 156 |
+
numpy/_core/tests/data/umath-validation-set-cos.csv,sha256=ccDri5_jQ84D_kAmSwZ_ztNUPIhzhgycDtNsPB7m8dc,60497
|
| 157 |
+
numpy/_core/tests/data/umath-validation-set-cosh.csv,sha256=DnN6RGvKQHAWIofchmhGH7kkJej2VtNwGGMRZGzBkTQ,62298
|
| 158 |
+
numpy/_core/tests/data/umath-validation-set-exp.csv,sha256=mPhjF4KLe0bdwx38SJiNipD24ntLI_5aWc8h-V0UMgM,17903
|
| 159 |
+
numpy/_core/tests/data/umath-validation-set-exp2.csv,sha256=sD94pK2EAZAyD2fDEocfw1oXNw1qTlW1TBwRlcpbcsI,60053
|
| 160 |
+
numpy/_core/tests/data/umath-validation-set-expm1.csv,sha256=tyfZN5D8tlm7APgxCIPyuy774AZHytMOB59H9KewxEs,61728
|
| 161 |
+
numpy/_core/tests/data/umath-validation-set-log.csv,sha256=CDPky64PjaURWhqkHxkLElmMiI21v5ugGGyzhdfUbnI,11963
|
| 162 |
+
numpy/_core/tests/data/umath-validation-set-log10.csv,sha256=dW6FPEBlRx2pcS-7eui_GtqTpXzOy147il55qdP-8Ak,70551
|
| 163 |
+
numpy/_core/tests/data/umath-validation-set-log1p.csv,sha256=2aEsHVcvRym-4535CkvJTsmHywkt01ZMfmjl-d4fvVI,61732
|
| 164 |
+
numpy/_core/tests/data/umath-validation-set-log2.csv,sha256=aVZ7VMQ5urGOx5MMMOUmMKBhFLFE-U7y6DVCTeXQfo0,70546
|
| 165 |
+
numpy/_core/tests/data/umath-validation-set-sin.csv,sha256=GvPrQUEYMX1iB2zjbfK26JUJOxtqbfiRUgXuAO1QcP0,59981
|
| 166 |
+
numpy/_core/tests/data/umath-validation-set-sinh.csv,sha256=lc7OYcYWWpkxbMuRAWmogQ5cKi7EwsQ2ibiMdpJWYbw,61722
|
| 167 |
+
numpy/_core/tests/data/umath-validation-set-tan.csv,sha256=fn7Dr9s6rcqGUzsmyJxve_Z18J4AUaSm-uo2N3N_hfk,61728
|
| 168 |
+
numpy/_core/tests/data/umath-validation-set-tanh.csv,sha256=xSY5fgfeBXN6fal4XDed-VUcgFIy9qKOosa7vQ5v1-U,61728
|
| 169 |
+
numpy/_core/tests/examples/cython/checks.pyx,sha256=8NfI5rdstSAZGd1ae4-SYZbd10Whw6dEdCUW5Ry1qq0,11149
|
| 170 |
+
numpy/_core/tests/examples/cython/meson.build,sha256=EaUdTgpleUBROExDaFVMnWIYW4XDxFLFGK9ej_pTtQg,1311
|
| 171 |
+
numpy/_core/tests/examples/cython/setup.py,sha256=h5vJxfwGpwRWaa7iWTYeCstbcDNHN0Yd_rP963v7sZ0,898
|
| 172 |
+
numpy/_core/tests/examples/limited_api/limited_api1.c,sha256=RcHe_nyyjv86gjF9E53cexQiGW-YNs8OGGqjrxCFhBc,363
|
| 173 |
+
numpy/_core/tests/examples/limited_api/limited_api2.pyx,sha256=4P5-yu0yr8NBa-TFtw4v30LGjccRroRAQFFLaztEK9I,214
|
| 174 |
+
numpy/_core/tests/examples/limited_api/limited_api_latest.c,sha256=YRgkeYJEtIfijcJwRqyz97ItrkUwOoiyrKy90WTkQW4,471
|
| 175 |
+
numpy/_core/tests/examples/limited_api/meson.build,sha256=yitMzLuGDhWCjyavpm5UEBrhwKnfXOVAxA3ZL7PlB0Q,1686
|
| 176 |
+
numpy/_core/tests/examples/limited_api/setup.py,sha256=47iWsN-5wYB29Lb7vqSjzrAS3UtkdFufkt93XzzG-lE,461
|
| 177 |
+
numpy/_core/tests/test__exceptions.py,sha256=ov3cdaYBfP28w_FcLF57ROlF5w6fwCFRNcmOVyRA-IU,3012
|
| 178 |
+
numpy/_core/tests/test_abc.py,sha256=qdC7_lkQvaF_3A4xJ9H_Ih3FDlMpA9dxQHjsg4Tn-uc,2275
|
| 179 |
+
numpy/_core/tests/test_api.py,sha256=mFEuLfhn2f0piUdgc-MvYw6jKKQJLdrkaN1tPZBbAUE,24915
|
| 180 |
+
numpy/_core/tests/test_argparse.py,sha256=vPctuxToPkZMlbgjnzE924XkxXYUdBxlR6LsP2_-aQM,2914
|
| 181 |
+
numpy/_core/tests/test_array_api_info.py,sha256=YySxzABrxjo2XVC9bwslv5VGBIiDK5N0DXpKLfhwBio,3176
|
| 182 |
+
numpy/_core/tests/test_array_coercion.py,sha256=tjGrdd1RGUC9vyvu9SST6L06EubVwAoEPJD40CbtL1c,36319
|
| 183 |
+
numpy/_core/tests/test_array_interface.py,sha256=s-mrGDOBpWOfIShNHrnfPuUeZDTBX5eD8R1kY4-JrUc,8065
|
| 184 |
+
numpy/_core/tests/test_arraymethod.py,sha256=piiJcgPMH7cx15UykJyj_WVnzH51wIyxQIyftLtsmHE,3307
|
| 185 |
+
numpy/_core/tests/test_arrayobject.py,sha256=cQu4aDjyF6EgoiGe5UISyOHGx5QEkdGvbfCXVuKjHQ8,2671
|
| 186 |
+
numpy/_core/tests/test_arrayprint.py,sha256=UGJplHWOJaaZb6bYeKgK0akATbJP9l6H2NDvtLwb3kA,51898
|
| 187 |
+
numpy/_core/tests/test_casting_floatingpoint_errors.py,sha256=fMotyIWxYMxJ_mF7zZMg3j3l7j-C6nfm_YUPw1ln5dA,5230
|
| 188 |
+
numpy/_core/tests/test_casting_unittests.py,sha256=BUtpp1cJcfH-vfdicDThvcEUUtXpadhk6ulUvoVm0Aw,41899
|
| 189 |
+
numpy/_core/tests/test_conversion_utils.py,sha256=Kh56ducSAax3n8E9cXQ66GvE1ZXZ_pkWTpQy0jTEwAk,6715
|
| 190 |
+
numpy/_core/tests/test_cpu_dispatcher.py,sha256=oS8EAcRN88tQJ8DhSnwcLNNotmxbfMY-xrzntwcKFxw,1619
|
| 191 |
+
numpy/_core/tests/test_cpu_features.py,sha256=egAbz8ZSIY-qHduR_-InVxJQOxwxrGch96gDvWSUXCw,16252
|
| 192 |
+
numpy/_core/tests/test_custom_dtypes.py,sha256=QBlykvsEq9Wns38ey1gRHn0uaJjwsp2Cfm8FKiQiRHY,14889
|
| 193 |
+
numpy/_core/tests/test_cython.py,sha256=LSVOHhtIggMCeftdS8R36TnzB0aBUR60gRu-LIB1y0o,10570
|
| 194 |
+
numpy/_core/tests/test_datetime.py,sha256=NyZN30MA9NOSVHND6Ox_oePoz6AG_pgzSkvWk7ouswU,127545
|
| 195 |
+
numpy/_core/tests/test_defchararray.py,sha256=bADzj5CgBanE83hUp9-bPgAIsD6X9nVP59M8koH_4nQ,31541
|
| 196 |
+
numpy/_core/tests/test_deprecations.py,sha256=2c7iQRBI7123mHRy-9BkgNwtW57gq9Ooy5JtUfHdeG4,17940
|
| 197 |
+
numpy/_core/tests/test_dlpack.py,sha256=YJu603N6gqqraJx8f5xzArbmYVFPFDJ32DZyYom2q5c,6021
|
| 198 |
+
numpy/_core/tests/test_dtype.py,sha256=4TKjus3b0tRykFwp36QF3gzagffeyi6KKZJ7N_KS4ig,85332
|
| 199 |
+
numpy/_core/tests/test_einsum.py,sha256=4XOd0yyzDKW4bh5bkFGT5QD2Qs5S_EgDgq0XHyDf4qc,59244
|
| 200 |
+
numpy/_core/tests/test_errstate.py,sha256=UbPwl97JxUu050tMPJN2NTyqFkUaNpRKwqex34DxJ1E,4759
|
| 201 |
+
numpy/_core/tests/test_extint128.py,sha256=pKScJ8lsYGfvX4rMTAf9bwoTzLYkK1hnLZmfF1jKAo4,5842
|
| 202 |
+
numpy/_core/tests/test_finfo.py,sha256=Py3BfM_eaxrbYg0bhesDMT6LtiaGfCOjlXcTZ_CnvSs,2574
|
| 203 |
+
numpy/_core/tests/test_function_base.py,sha256=NuclhwR2CVPl_bnKrFOPAksM7ssK9dmaFKaGrzyGqQs,18187
|
| 204 |
+
numpy/_core/tests/test_getlimits.py,sha256=PV40xaQ1thmbtePVWRpYAvFrkvkS6RWi38cB-gbYxOE,5624
|
| 205 |
+
numpy/_core/tests/test_half.py,sha256=SLfewT9i3igCumuVhWpRPT9YqyBYBYSMQ0HgXNuPKnY,25853
|
| 206 |
+
numpy/_core/tests/test_hashtable.py,sha256=SDZHeVow_7hEus0A0hpG-yYorz6Z4jA734xJh2YP6SA,1184
|
| 207 |
+
numpy/_core/tests/test_indexerrors.py,sha256=lQZFzPModGwJDh8kPxU_F1CJAhFJXAVZok31V6JkJyo,4835
|
| 208 |
+
numpy/_core/tests/test_indexing.py,sha256=WRXgPDF4_20vmOi5xqV8U5HXjTghRTeadof0Zpm9Ylw,66315
|
| 209 |
+
numpy/_core/tests/test_item_selection.py,sha256=erSTKqbX9C5i9EJeTI4tIenDW4vlo1PO-wqFRKtBB68,6798
|
| 210 |
+
numpy/_core/tests/test_limited_api.py,sha256=bN6sU8V2vtFOxwhf3n0EtEXJuT5ifw2i6S2DHTDJHMQ,3565
|
| 211 |
+
numpy/_core/tests/test_longdouble.py,sha256=JZ3s4NRsteMn5tW3nG8rPU4XKGlJ50Udu2mkRh0omAg,12824
|
| 212 |
+
numpy/_core/tests/test_mem_overlap.py,sha256=-EocVf7okOS3d3khQz12zm1fRxsnfkXQBdJ2y5lZz8w,30250
|
| 213 |
+
numpy/_core/tests/test_mem_policy.py,sha256=vAjCbfroLALRl2hd-5iqNbCiJbRdwEriKKEB_umWg5M,17301
|
| 214 |
+
numpy/_core/tests/test_memmap.py,sha256=QSo4Z23N-GGkIVXqa8TXOVsCpY-vS8-Aei4wEQiELV8,8546
|
| 215 |
+
numpy/_core/tests/test_multiarray.py,sha256=LWSS4gOS0MAdQuxJfXWgKQWpjQI6GCwtzBaRuEHreXA,431040
|
| 216 |
+
numpy/_core/tests/test_multiprocessing.py,sha256=fxmHyEXpaYp2f-QEKFSnx5wBJqn3aH0dy_OHNcVb5-s,2089
|
| 217 |
+
numpy/_core/tests/test_multithreading.py,sha256=as-fNEPsBVlC29xQUTKZ8yNz2Be9brt1lv8sH7BbfIY,11511
|
| 218 |
+
numpy/_core/tests/test_nditer.py,sha256=6jzzlDHpN0za_lCN9ghG8rB14YSWoBPwwlXYjmqYNaI,141372
|
| 219 |
+
numpy/_core/tests/test_nep50_promotions.py,sha256=sw60eH2T2EBrpO0VeulZrHpnRCz6wE0MiA4U9B3_MFQ,10355
|
| 220 |
+
numpy/_core/tests/test_numeric.py,sha256=Nmrq83KSHUVPNAYDA51gkC2sPxFgkSVeN2X8OLwOOvI,164699
|
| 221 |
+
numpy/_core/tests/test_numerictypes.py,sha256=fSNA-EhkNQwJU33c4wEBAEgV4rLeibDTdXK0bZG0FOg,24824
|
| 222 |
+
numpy/_core/tests/test_overrides.py,sha256=UDdhmwueEuHjBJQf6NvJ7o8K5A2JRq92a5XG2LQaiEY,28577
|
| 223 |
+
numpy/_core/tests/test_print.py,sha256=UPdSzvGrdCZnB8NoBkY9gKXOkr4NZsUjfaypNgm3iA4,7117
|
| 224 |
+
numpy/_core/tests/test_protocols.py,sha256=b1clvp3Rr7EQ6x8Mtxm9jAiHxPymEU_VJBjwnMingUU,1219
|
| 225 |
+
numpy/_core/tests/test_records.py,sha256=3_z_6E-TKMowzkXujZG0JyxkeiH471GMHWOQeheVm1g,21156
|
| 226 |
+
numpy/_core/tests/test_regression.py,sha256=kmmkC60tAsF1tsl-TAGWm9bHoczfMHQpQ6ooNs5HBXg,98849
|
| 227 |
+
numpy/_core/tests/test_scalar_ctors.py,sha256=RZBTUxU_z4rg7q2fMcRce_VYqjUgcBvL7SF3txjtrzc,6896
|
| 228 |
+
numpy/_core/tests/test_scalar_methods.py,sha256=lJyS9hUf_99haU6K0FKeADApcIdD8iP6GALWb2ECIF8,12839
|
| 229 |
+
numpy/_core/tests/test_scalarbuffer.py,sha256=FkcZR3rDC5tEYhknI_pMhVs-G9jQXcx7hu1WZCR6kvE,5787
|
| 230 |
+
numpy/_core/tests/test_scalarinherit.py,sha256=WVjRrpNkKvQbO2n-joJ7EF6lG1zFcT4pgANAtvT7C5M,2692
|
| 231 |
+
numpy/_core/tests/test_scalarmath.py,sha256=Q4vg6st6pVkDxGGwfJ85d0KFDKfcwzq2rZedow67dHQ,47385
|
| 232 |
+
numpy/_core/tests/test_scalarprint.py,sha256=aDQz8rz3KXQ5EBiaIaxmvHpLaIUkZeI-8PoTqZ4kvyM,20108
|
| 233 |
+
numpy/_core/tests/test_shape_base.py,sha256=CkSHU_VkczeAvIOHSpXt-YQzsBmVt5HnnQVG7i8qFi8,32771
|
| 234 |
+
numpy/_core/tests/test_simd.py,sha256=85MWw13IIWQ88SI0I61gyQar94AaLTfJTvxyFFOxrVs,50239
|
| 235 |
+
numpy/_core/tests/test_simd_module.py,sha256=ml8Wu6vrAwx7Qbs_nft2eR0o3TunJuNkETtVJ271mT4,4055
|
| 236 |
+
numpy/_core/tests/test_stringdtype.py,sha256=jgjl_8BBUjcGCVve2NjOUYbWo7rlKp3uUKfWRukwO6o,60358
|
| 237 |
+
numpy/_core/tests/test_strings.py,sha256=Id52CzqaLS3fF5A5fFbaKNept1FeipXZ92pwcuIRMEM,61679
|
| 238 |
+
numpy/_core/tests/test_ufunc.py,sha256=r8ZWPx3wketfjfqjNqCZLOoShJSqJnIP_uExNWd099U,143118
|
| 239 |
+
numpy/_core/tests/test_umath.py,sha256=Yelw68ER27ru-jee6G1Vs0TXsR0bpEb0RRPqNPiSc34,200811
|
| 240 |
+
numpy/_core/tests/test_umath_accuracy.py,sha256=ZCqjVUPFdn_WaKDBwmND_aZZFzdPWomf6_Yui6BV_tk,5953
|
| 241 |
+
numpy/_core/tests/test_umath_complex.py,sha256=CKzN_RQ8o9LPK7Ax9WaF-1kQpSZj8Lg9BGN45GrEMv4,24242
|
| 242 |
+
numpy/_core/tests/test_unicode.py,sha256=6_hND3jRcv1MkmOpjKxZSG-uBKS3WvjUz3rozgimq8U,13356
|
| 243 |
+
numpy/_core/umath.py,sha256=NWmvoyWQXFuCOCQi3rOXYAlNcIfhSiKm4WNzxCCn9fc,2200
|
| 244 |
+
numpy/_core/umath.pyi,sha256=dTF_yXVG0t6Sw-q7oa2otpZV8E0LweJ9Ru6jF-ENQ7M,3948
|
| 245 |
+
numpy/_distributor_init.py,sha256=h5_Cq7ItDrt1JZoAh04aO54ZXsXRRkyGoNFFH9T-08U,436
|
| 246 |
+
numpy/_distributor_init.pyi,sha256=CSrbSp2YYxHTxlX7R0nT3RpH7EloB1wIvo7YOA7QWy8,28
|
| 247 |
+
numpy/_expired_attrs_2_0.py,sha256=Qjxzbnge_WAK5nO2glybK2Bv9gNulmxGofjbGwLLkw8,3849
|
| 248 |
+
numpy/_expired_attrs_2_0.pyi,sha256=V7NCR-ik42HqU4sRKPbPOyFNYoFwREWyw6MLxh28p9Y,1300
|
| 249 |
+
numpy/_globals.py,sha256=QC41LPui5xIF0vbXrBtrBlxJV8JKvxZsCc3d9yPTmLY,4276
|
| 250 |
+
numpy/_globals.pyi,sha256=kst3Vm7ZbznOtHsPya0PzU0KbjRGZ8xhMmTNMafvT-4,297
|
| 251 |
+
numpy/_pyinstaller/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
| 252 |
+
numpy/_pyinstaller/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
| 253 |
+
numpy/_pyinstaller/hook-numpy.py,sha256=bJTm7LIuDHC5QyGTqUWE48gYsRcolKm3naQXoE1o_C4,1398
|
| 254 |
+
numpy/_pyinstaller/hook-numpy.pyi,sha256=28DtDC-8ixBS_9WXTKnyzC1o_7K92wUk8_UfN7WBd78,156
|
| 255 |
+
numpy/_pyinstaller/tests/__init__.py,sha256=l38bo7dpp3u1lVMPErlct_5uBLKj35zuS_r35e7c19c,345
|
| 256 |
+
numpy/_pyinstaller/tests/pyinstaller-smoke.py,sha256=xt3dl_DjxuzVTPrqmVmMOZm5-24wBG2TxldQl78Xt1g,1175
|
| 257 |
+
numpy/_pyinstaller/tests/test_pyinstaller.py,sha256=31zWlvlAC2sfhdew97x8aDvcYUaV3Tc_0CwFk8pgKaM,1170
|
| 258 |
+
numpy/_pytesttester.py,sha256=USOh37bWhXAzQLeGD1U63XpDnbkatfr-aiQu-gHkdBA,6529
|
| 259 |
+
numpy/_pytesttester.pyi,sha256=Rbl_BWY754H8JGfNwexVusncuX-3XOQv2PdW0Ua-FxI,521
|
| 260 |
+
numpy/_typing/__init__.py,sha256=KACZs_8l8cNG4TolvZkqv5YKLA7EyG6om9ct4fsXppg,5639
|
| 261 |
+
numpy/_typing/_add_docstring.py,sha256=Oje462jvQMs5dDxRFWrDiKdK08-5sU-b6WKoSRAg2B4,4152
|
| 262 |
+
numpy/_typing/_array_like.py,sha256=N-e4p17RNfe7H3jnpcX0cUXur4AIcjiTi95baW-0EZY,4294
|
| 263 |
+
numpy/_typing/_char_codes.py,sha256=VZvjzpRG1Ehf2frndiRLLbPRa59A6FocdwGwjHEOorM,8977
|
| 264 |
+
numpy/_typing/_dtype_like.py,sha256=HCEugkIDjsGQBYhk6QfnFtRtD-2ZigCSKeSm_7Z9cz0,3978
|
| 265 |
+
numpy/_typing/_extended_precision.py,sha256=3jaNHY4qJwWODLFWvlfUQROLblfqqFDjOlp8bHnhMBI,449
|
| 266 |
+
numpy/_typing/_nbit.py,sha256=pjOpz0sIdhphsXMK0dCQeQWXsrDpxCVZrYJ1wmALf04,651
|
| 267 |
+
numpy/_typing/_nbit_base.py,sha256=PnQt_VbBKX_Uj17g_0yfoUqwh0bnN3LEyFHgR6GzNaw,3152
|
| 268 |
+
numpy/_typing/_nbit_base.pyi,sha256=-9bQ2dXrhwqyROh5WXWM1APeDzi8QlwjJEAox-sriOU,778
|
| 269 |
+
numpy/_typing/_nested_sequence.py,sha256=gZZRCnko04ZbsGaLbAx9VSsvKPR7UuwuzRAxwd1FYX0,2584
|
| 270 |
+
numpy/_typing/_scalars.py,sha256=rTil_dSaoBGmmGD9QQZ0NqEP2BeZtkOEK9ZayDMB-l0,964
|
| 271 |
+
numpy/_typing/_shape.py,sha256=5csdB-yj390thRrWPnwU7LcVfq-wYnd8QvXyuGdjAX4,283
|
| 272 |
+
numpy/_typing/_ufunc.py,sha256=lok5QhQ5aJBARpyVoffrbeuEJsJ5vA6DaJ4aHTeUhms,163
|
| 273 |
+
numpy/_typing/_ufunc.pyi,sha256=KwQANghYtbDNTZT7QvVj_aW99FgEfnpxhb5zU__W0Nk,30596
|
| 274 |
+
numpy/_utils/__init__.py,sha256=q3vMrxeBeeU9pvCvLOkodDgzZS5V1jeI1_UZd4BbzDU,3572
|
| 275 |
+
numpy/_utils/__init__.pyi,sha256=j1KKiEZW0MOWI3lwRzyIr-pHVqjJWkjb-NlwQok8838,728
|
| 276 |
+
numpy/_utils/_convertions.py,sha256=vetZFqC1qB-Z9jvc7RKuU_5ETOaSbjhbKa-sVwYV8TU,347
|
| 277 |
+
numpy/_utils/_convertions.pyi,sha256=zkZfkdBk6-XcyD3zmr7E5sJbYasvyDCInUtWvrtjVhY,122
|
| 278 |
+
numpy/_utils/_inspect.py,sha256=fpHbL1Gx7flw4HHjnNHNN-v8NKx1WgFBWgnX8T5hliY,7628
|
| 279 |
+
numpy/_utils/_inspect.pyi,sha256=JLkhqPtHYvfBg5CN0VfGhO0u3ilzZGBThIfwxbk8YrI,2324
|
| 280 |
+
numpy/_utils/_pep440.py,sha256=MZ5ZR1-o_4kA-68YcdUfkHkqUf3wRcKxQm08uv2GoE8,14474
|
| 281 |
+
numpy/_utils/_pep440.pyi,sha256=cFEepudci4bYPJbIVshObOtflKvxGJVISkfemy8FPz8,3964
|
| 282 |
+
numpy/char/__init__.py,sha256=KAKgke3wwjmEwxfiwkEXehe17DoN1OR_vkLBA9WFaGs,95
|
| 283 |
+
numpy/char/__init__.pyi,sha256=XN-Twg_XKK4bMmir1UZ4nCtlW7nOezcU5Ix4N7X4OhQ,1651
|
| 284 |
+
numpy/conftest.py,sha256=XdNfW6RkzEfbsZzdGxheAxmiAlH84kBueZKTN75WR7c,8900
|
| 285 |
+
numpy/core/__init__.py,sha256=mCDTG1UnW38pcRG0sikf7oE2oP4MpO86ndHjquhL85U,1323
|
| 286 |
+
numpy/core/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
| 287 |
+
numpy/core/_dtype.py,sha256=BW-GFvu8BQiN-j6-3mESSWN3IQv9w8wNa3N53lisryI,333
|
| 288 |
+
numpy/core/_dtype.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
| 289 |
+
numpy/core/_dtype_ctypes.py,sha256=pwXec_vp-L06nnzFO66mwjBuPpJPhICecnyfvW2yEMg,361
|
| 290 |
+
numpy/core/_dtype_ctypes.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
| 291 |
+
numpy/core/_internal.py,sha256=i8Uf68tmcvQEmYoRWF3YqnJGCWI3GxZZEAecy5euNqg,976
|
| 292 |
+
numpy/core/_multiarray_umath.py,sha256=zstXKBlwOv7q3YjVdb-zn4ypnyyI6fAGc6ahkEBav-g,2155
|
| 293 |
+
numpy/core/_utils.py,sha256=dAaZtXVWhOEFiwmVsz8Mn77HsynMDKhZ7HkrjD1Q3vc,944
|
| 294 |
+
numpy/core/arrayprint.py,sha256=zsOt7vFu-b1_7rPlKr7iGh12n4CmwzmU_fWV2CedPi4,349
|
| 295 |
+
numpy/core/defchararray.py,sha256=4JjDjl62Abk7fNp-HZeuNSQUNNKJddNro6mD6ef4gq8,357
|
| 296 |
+
numpy/core/einsumfunc.py,sha256=cW79vhPJJsi2oD-rXc_w5EKq4hlRo1YlyqI3ZnmsMx8,349
|
| 297 |
+
numpy/core/fromnumeric.py,sha256=HD3e5PrYjtMOYQCMXTGZlgkikwvYWc1XRuNT5xhSxVg,353
|
| 298 |
+
numpy/core/function_base.py,sha256=z5aEiXHQ4AAkHfGLQ8ul_hvjCWL2lDkgPLlWJE_4w-M,361
|
| 299 |
+
numpy/core/getlimits.py,sha256=Tut0lg_HyjJXHSfB3c0Z0DvOR7amxUksqI_1MpOlXAo,345
|
| 300 |
+
numpy/core/multiarray.py,sha256=nN54eP9dzhnY4oNoVBN2q7yDjF1w7PbMQx4a7oMqTVI,818
|
| 301 |
+
numpy/core/numeric.py,sha256=Qev9oaDAGdyblrDjVXBzTY069E8Z-R3PIOnDp3K6XRY,372
|
| 302 |
+
numpy/core/numerictypes.py,sha256=CHNOCimC3CarkejHOm-rV7b7bmykIlJAAhXj923pKq0,357
|
| 303 |
+
numpy/core/overrides.py,sha256=wETB95vH9MSwFC3rg3GAUGozKJbCuKdVMhS_zC5baUw,345
|
| 304 |
+
numpy/core/overrides.pyi,sha256=HScieJk23k4Lk14q8u9CEc3ZEVOQ6hGu_FeWDR2Tyu8,532
|
| 305 |
+
numpy/core/records.py,sha256=xWh78TWkPZxZx5VY05Jia8-y1HyIzkEvmrF8BiKBb68,337
|
| 306 |
+
numpy/core/shape_base.py,sha256=BWl-Of1Gl8nr0eBguDIdKbS5h9OdmO-VZPUQOe2e62Y,349
|
| 307 |
+
numpy/core/umath.py,sha256=XggXI2bTIR9O4U2vyfgoja0kKI2q7sF3dMCWmukWIqQ,329
|
| 308 |
+
numpy/ctypeslib/__init__.py,sha256=o9oMM6-vOwS4PVageFyXsh6x23hQtcsemoAVVR3kuHw,206
|
| 309 |
+
numpy/ctypeslib/__init__.pyi,sha256=GTndWDhLTrUX0PBarv8JhXsXJXDPghNd6tZL3nd1ZYY,382
|
| 310 |
+
numpy/ctypeslib/_ctypeslib.py,sha256=ry2JWVuqOh8IjE_m_UIyQoOpWkYoDue2xZAa3Mz8zdc,19682
|
| 311 |
+
numpy/ctypeslib/_ctypeslib.pyi,sha256=7WyPfrcJRmdXKjiArSGGkJ9d3PcYJTi87CXgtes7ARU,8531
|
| 312 |
+
numpy/doc/ufuncs.py,sha256=jMnfQhRknVIhgFVS9z2l5oYM8N1tuQtf5bXMBL449oI,5552
|
| 313 |
+
numpy/dtypes.py,sha256=cPkS6BLRvpfsUzhd7Vk1L7_VcenWb1nuHuCxc9fYC4I,1353
|
| 314 |
+
numpy/dtypes.pyi,sha256=FqSJWLCA-I3MV8OHMluYNSLG6r1doOr6gFcOsYeFVxk,16159
|
| 315 |
+
numpy/exceptions.py,sha256=HgT_ErZLiTfceCv0y2dYoestDpKt2IR66MHu-LAVpNI,7955
|
| 316 |
+
numpy/exceptions.pyi,sha256=EdR0sub_Tjf2-7aPz_4VUGkLqc1w2MIDQjywR68x9C4,821
|
| 317 |
+
numpy/f2py/__init__.py,sha256=1sHuSvD-wFPLK6vD_pjY527X4KP8Jlz3bsbqY2ImAaI,2534
|
| 318 |
+
numpy/f2py/__init__.pyi,sha256=PDHjLyKbEWWTjnWcBuO0A6yVpG5lkMcyNPbwNl-R6IQ,118
|
| 319 |
+
numpy/f2py/__main__.py,sha256=TDesy_2fDX-g27uJt4yXIXWzSor138R2t2V7HFHwqAk,135
|
| 320 |
+
numpy/f2py/__version__.py,sha256=u3yEZEhZzW9QwLBqzFEO-zZDqsECiHs3ixdOlRnv9Jo,49
|
| 321 |
+
numpy/f2py/__version__.pyi,sha256=8GyGk3Z3JL6jXsqXbhheqYSqtp9zqapNanxA7fHf_uA,46
|
| 322 |
+
numpy/f2py/_backends/__init__.py,sha256=xIVHiF-velkBDPKwFS20PSg-XkFW5kLAVj5CSqNLddM,308
|
| 323 |
+
numpy/f2py/_backends/__init__.pyi,sha256=RC41nCG_RhaOllATOhrOdFFDHGDEErv56plcdVo2GMM,141
|
| 324 |
+
numpy/f2py/_backends/_backend.py,sha256=9cxRVrA-5wcm2fnVdR-F08sYwGBf89ZZ7bl5VHqKabU,1195
|
| 325 |
+
numpy/f2py/_backends/_backend.pyi,sha256=S3xxAntiuMAjkWSQgBX32XiB7AMlwb4SNahYmpUeSG0,1388
|
| 326 |
+
numpy/f2py/_backends/_distutils.py,sha256=0SMBqxZgJBhfgX3HW0pEcL3S0qUFVCdSEsTLv1cEcJs,2461
|
| 327 |
+
numpy/f2py/_backends/_distutils.pyi,sha256=HHVnI_ozA7-RQIcj-x_DW_crVJPNDSDk6CYVECtHABM,476
|
| 328 |
+
numpy/f2py/_backends/_meson.py,sha256=8lnllh-SRsgnpwI-cZTWYLdG93wnkkXfjMH3uIejOaQ,8870
|
| 329 |
+
numpy/f2py/_backends/_meson.pyi,sha256=kH_ZNzIbH0dM7oqB71VIuyDlkNDQQXlysJ6fzbt55cA,1960
|
| 330 |
+
numpy/f2py/_backends/meson.build.template,sha256=0RdmYsEP0o6g7DJgWvSl3Mo18bu_IFS3zMusQ_T7fsI,1725
|
| 331 |
+
numpy/f2py/_isocbind.py,sha256=QVoR_pD_bY9IgTaSHHUw_8EBg0mkaf3JZfwhLfHbz1Q,2422
|
| 332 |
+
numpy/f2py/_isocbind.pyi,sha256=ByVGplEnG_CaErwiRY5khEoIICe4kFGm416sJnIh68s,352
|
| 333 |
+
numpy/f2py/_src_pyf.py,sha256=u6eLk_jbxlnY3roCebGAk6wYrYJ79ZQUgl89Ck1uafI,7942
|
| 334 |
+
numpy/f2py/_src_pyf.pyi,sha256=5bfPvrUIVP_e2hqhEbpe5y_ja6rcHxlDVe6gXVR69fI,1039
|
| 335 |
+
numpy/f2py/auxfuncs.py,sha256=np0s118cTsP2XIJVdyFbyDMRq-3KF_IbuKQaE3Xt-rQ,27924
|
| 336 |
+
numpy/f2py/auxfuncs.pyi,sha256=MizhsYeYkzJfY1HPxFC6YSr-Vwu2xpd6ImyLuItTmlQ,8254
|
| 337 |
+
numpy/f2py/capi_maps.py,sha256=ncBlu6yE8AVLpMuyTeKL4gVncCeJj708gSXiHxnwgmY,30890
|
| 338 |
+
numpy/f2py/capi_maps.pyi,sha256=2b-Sg7dCr0RqxWZ9FmLm4Vgfs9chnuaVWYZCsC4gDFY,1099
|
| 339 |
+
numpy/f2py/cb_rules.py,sha256=Ad-tkBGZdwjsPyC4v8zmh7c5v5mIOKybO6k9lNrlf9g,25716
|
| 340 |
+
numpy/f2py/cb_rules.pyi,sha256=VYhLJlRKpe2jE2XTKXHmljol-R09YK8tWscZ28pMicI,512
|
| 341 |
+
numpy/f2py/cfuncs.py,sha256=V9GZ2E3s0_rragphRwNaCxq5Z3Mvbw-UDBR7wdApbnE,54223
|
| 342 |
+
numpy/f2py/cfuncs.pyi,sha256=fWlbI1vH3IdXj3hmrda5Cl_wocO5Fn3uwTUoHBc_6Mg,833
|
| 343 |
+
numpy/f2py/common_rules.py,sha256=HJ21QrdclhsGHj883Ab337-bSlPZopPALzXIMNfkT6c,5173
|
| 344 |
+
numpy/f2py/common_rules.pyi,sha256=2d2LfXQr_st4cPnCZPQq5_hK9sTqj2436_t7Bf0PiSs,332
|
| 345 |
+
numpy/f2py/crackfortran.py,sha256=3uovq4FHMoecI-qTZLi7vdUjFWJRdn94JidlFCHeQ_E,150604
|
| 346 |
+
numpy/f2py/crackfortran.pyi,sha256=10qrHERdQbbr2hOSIP3V6w9gQJT6wrYpFCgS9-C4Bb8,10564
|
| 347 |
+
numpy/f2py/diagnose.py,sha256=-UK2lwqufbuTqSex3w2H4-Qld7Z1NeutRllDNt6TDoA,5224
|
| 348 |
+
numpy/f2py/diagnose.pyi,sha256=IW41dCKF39vknytu9aOQwmIWuk_WsCfkin8K1iFbmAc,24
|
| 349 |
+
numpy/f2py/f2py2e.py,sha256=GJ-p9MAkTyhkyQ589ywmv5XiCPZkGy8larMERXyUi8c,29615
|
| 350 |
+
numpy/f2py/f2py2e.pyi,sha256=2pETEpU4CJSky8mY9eBk_6z6Py63KDpINHwTFo-e1n8,2205
|
| 351 |
+
numpy/f2py/f90mod_rules.py,sha256=GjvlboOdjc-lLmC0Tkxa8q_43fkfmo9dbWwv70xN_zI,10079
|
| 352 |
+
numpy/f2py/f90mod_rules.pyi,sha256=0LIlPT9YI3Oit8aiP-i_JJPRsczDwzzQ96v14gMS1T0,467
|
| 353 |
+
numpy/f2py/func2subr.py,sha256=p15rYW8c2kO-toes2Q9B9cjw9o9Jn-7pphHuxl0Jws0,10374
|
| 354 |
+
numpy/f2py/func2subr.pyi,sha256=ide-SEoLyEEfa51Wqe6eKRJZvnuNYDJqD7BS0akqqzQ,393
|
| 355 |
+
numpy/f2py/rules.py,sha256=U2u9J0IuC8hTJyNDO_jVdhfFrAxjsmW40y5edKDYMXQ,64723
|
| 356 |
+
numpy/f2py/rules.pyi,sha256=x84T8VJwo8hmlLwpW54Q_q2ifUS5Dop9o0SHhyuxF48,1348
|
| 357 |
+
numpy/f2py/setup.cfg,sha256=828sy3JvJmMzVxLkC-y0lxcEMaDTnMc3l9dWqP4jYng,50
|
| 358 |
+
numpy/f2py/src/fortranobject.c,sha256=1SGmjDcW3_Ncx-aecMyjA_JfxyaW0TX6FL3mmG6wO10,47892
|
| 359 |
+
numpy/f2py/src/fortranobject.h,sha256=uCcHO8mjuANlKb3c7YAZwM4pgT0CTaXWLYqgE27Mnt0,5996
|
| 360 |
+
numpy/f2py/symbolic.py,sha256=YFKXeeLb5pq9cBDHLcJRq1eECpTlj0xQAsN8IKbMWgU,54828
|
| 361 |
+
numpy/f2py/symbolic.pyi,sha256=BZrNj7NiDC5YZCVpnO7c7jtQETAnRokXEuUIMbg9hzM,6283
|
| 362 |
+
numpy/f2py/tests/__init__.py,sha256=l38bo7dpp3u1lVMPErlct_5uBLKj35zuS_r35e7c19c,345
|
| 363 |
+
numpy/f2py/tests/src/abstract_interface/foo.f90,sha256=aCaFEqfXp79pVXnTFtjZBWUY_5pu8wsehp1dEauOkSE,692
|
| 364 |
+
numpy/f2py/tests/src/abstract_interface/gh18403_mod.f90,sha256=y3R2dDn0BUz-0bMggfT1jwXbhz_gniz7ONMpureEQew,111
|
| 365 |
+
numpy/f2py/tests/src/array_from_pyobj/wrapmodule.c,sha256=bwr4ytJ-NtqWE_1Map5U3wPf_BC7pOe1oK94yNNQ5DM,7716
|
| 366 |
+
numpy/f2py/tests/src/assumed_shape/.f2py_f2cmap,sha256=zfuOShmuotzcLIQDnVFaARwvM66iLrOYzpquIGDbiKU,30
|
| 367 |
+
numpy/f2py/tests/src/assumed_shape/foo_free.f90,sha256=fqbSr7VlKfVrBulFgQtQA9fQf0mQvVbLi94e4FTST3k,494
|
| 368 |
+
numpy/f2py/tests/src/assumed_shape/foo_mod.f90,sha256=9pbi88-uSNP5IwS49Kim982jDAuopo3tpEhg2SOU7no,540
|
| 369 |
+
numpy/f2py/tests/src/assumed_shape/foo_use.f90,sha256=9Cl1sdrihB8cCSsjoQGmOO8VRv9ni8Fjr0Aku1UdEWM,288
|
| 370 |
+
numpy/f2py/tests/src/assumed_shape/precision.f90,sha256=3L_F7n5ju9F0nxw95uBUaPeuiDOw6uHvB580eIj7bqI,134
|
| 371 |
+
numpy/f2py/tests/src/block_docstring/foo.f,sha256=KVTeqSFpI94ibYIVvUW6lOQ9T2Bx5UzZEayP8Maf2H0,103
|
| 372 |
+
numpy/f2py/tests/src/callback/foo.f,sha256=rLqaaaUpWFTaGVxNoGERtDKGCa5dLCTW5DglsFIx-wU,1316
|
| 373 |
+
numpy/f2py/tests/src/callback/gh17797.f90,sha256=-_NvQK0MzlSR72PSuUE1FeUzzsMBUcPKsbraHIF7O24,155
|
| 374 |
+
numpy/f2py/tests/src/callback/gh18335.f90,sha256=n_Rr99cI7iHBEPV3KGLEt0QKZtItEUKDdQkBt0GKKy4,523
|
| 375 |
+
numpy/f2py/tests/src/callback/gh25211.f,sha256=ejY_ssadbZQfD5_-Xnx_ayzWXWLjkdy7DGp6C_uCUCY,189
|
| 376 |
+
numpy/f2py/tests/src/callback/gh25211.pyf,sha256=nrzvt2QHZRCcugg0R-4FDMMl1MJmWCOAjR7Ta-pXz7Y,465
|
| 377 |
+
numpy/f2py/tests/src/callback/gh26681.f90,sha256=ykwNXWyja5FfZk1bPihbYiMmMlbKhRPoPKva9dNFtLM,584
|
| 378 |
+
numpy/f2py/tests/src/cli/gh_22819.pyf,sha256=e3zYjFmiOxzdXoxzgkaQ-CV6sZ1t4aKugyhqRXmBNdQ,148
|
| 379 |
+
numpy/f2py/tests/src/cli/hi77.f,sha256=bgBERF4EYxHlzJCvZCJOlEmUE1FIvipdmj4LjdmL_dE,74
|
| 380 |
+
numpy/f2py/tests/src/cli/hiworld.f90,sha256=RncaEqGWmsH9Z8BMV-UmOTUyo3-e9xOQGAmNgDv6SfY,54
|
| 381 |
+
numpy/f2py/tests/src/common/block.f,sha256=tcGKa42S-6bfA6fybpM0Su_xjysEVustkEJoF51o_pE,235
|
| 382 |
+
numpy/f2py/tests/src/common/gh19161.f90,sha256=Vpb34lRVC96STWaJerqkDQeZf7mDOwWbud6pW62Tvm4,203
|
| 383 |
+
numpy/f2py/tests/src/crackfortran/accesstype.f90,sha256=3ONHb4ZNx0XISvp8fArnUwR1W9rzetLFILTiETPUd80,221
|
| 384 |
+
numpy/f2py/tests/src/crackfortran/common_with_division.f,sha256=JAzHD5aluoYw0jVGZjBYd1wTABU0PwNBD0cz3Av5AAk,511
|
| 385 |
+
numpy/f2py/tests/src/crackfortran/data_common.f,sha256=rP3avnulWqJbGCFLWayjoFKSspGDHZMidPTurjz33Tc,201
|
| 386 |
+
numpy/f2py/tests/src/crackfortran/data_multiplier.f,sha256=LaPXVuo5lX0gFZVh76Hc7LM1sMk9EBPALuXBnHAGdOA,202
|
| 387 |
+
numpy/f2py/tests/src/crackfortran/data_stmts.f90,sha256=MAZ3gstsPqECk3nWQ5Ql-C5udrIv3sAciW1ZGTtHLts,713
|
| 388 |
+
numpy/f2py/tests/src/crackfortran/data_with_comments.f,sha256=FUPluNth5uHgyKqjQW7HKmyWg4wDXj3XPJCIC9ZZuOs,183
|
| 389 |
+
numpy/f2py/tests/src/crackfortran/foo_deps.f90,sha256=D9FT8Rx-mK2p8R6r4bWxxqgYhkXR6lNmPj2RXOseMpw,134
|
| 390 |
+
numpy/f2py/tests/src/crackfortran/gh15035.f,sha256=0G9bmfVafpuux4-ZgktYZ6ormwrWDTOhKMK4wmiSZlQ,391
|
| 391 |
+
numpy/f2py/tests/src/crackfortran/gh17859.f,sha256=acknjwoWYdA038oliYLjB4T1PHhXkKRLeJobIgB_Lbo,352
|
| 392 |
+
numpy/f2py/tests/src/crackfortran/gh22648.pyf,sha256=xPnKx4RcT1568q-q_O83DYpCgVYJ8z4WQ-yLmHPchJA,248
|
| 393 |
+
numpy/f2py/tests/src/crackfortran/gh23533.f,sha256=k2xjRpRaajMYpi5O-cldYPTZGFGB12PUGcj5Fm9joyk,131
|
| 394 |
+
numpy/f2py/tests/src/crackfortran/gh23598.f90,sha256=20ukdZXq-qU0Zxzt4W6cO8tRxlNlQ456zgD09zdozCE,105
|
| 395 |
+
numpy/f2py/tests/src/crackfortran/gh23598Warn.f90,sha256=FvnIxy5fEOvzNb5WSkWzPk7yZ9yIv0yPZk9vNnS-83w,216
|
| 396 |
+
numpy/f2py/tests/src/crackfortran/gh23879.f90,sha256=jELVfEGEF66z_Pv_iBHp3yGsGhadB0dnKCDtPcaz_CM,352
|
| 397 |
+
numpy/f2py/tests/src/crackfortran/gh27697.f90,sha256=mTOEncxZlam6N-3I-IL0ua-iLkgqDrrVXNsE-7y7jAM,376
|
| 398 |
+
numpy/f2py/tests/src/crackfortran/gh2848.f90,sha256=-IpkeTz0j9_lkQeN9mT7w3U1cAJjQxSMdAmyHdF8oVg,295
|
| 399 |
+
numpy/f2py/tests/src/crackfortran/operators.f90,sha256=cb1JO2hIMCQejZO_UJWluBCP8LdXQbBJw2XN6YHB3JA,1233
|
| 400 |
+
numpy/f2py/tests/src/crackfortran/privatemod.f90,sha256=9O2oWEquIUcbDB1wIzNeae3hx4gvXAoYW5tGfBt3KWk,185
|
| 401 |
+
numpy/f2py/tests/src/crackfortran/publicmod.f90,sha256=nU_VXCKiniiUq_78KAWkXiN6oiMQh39emMxbgOVf9cg,177
|
| 402 |
+
numpy/f2py/tests/src/crackfortran/pubprivmod.f90,sha256=-uz75kquU4wobaAPZ1DLKXJg6ySCZoDME1ce6YZ2q5Y,175
|
| 403 |
+
numpy/f2py/tests/src/crackfortran/unicode_comment.f90,sha256=wDMoF7F7VFYdeocfTyWIh7noniEwExVb364HrhUSbSg,102
|
| 404 |
+
numpy/f2py/tests/src/f2cmap/.f2py_f2cmap,sha256=fwszymaWhcWO296u5ThHW5yMAkFhB6EtHWqqpc9FAVI,83
|
| 405 |
+
numpy/f2py/tests/src/f2cmap/isoFortranEnvMap.f90,sha256=rphN_mmzjCCCkdPM0HjsiJV7rmxpo4GoCNp5qmBzv8U,307
|
| 406 |
+
numpy/f2py/tests/src/isocintrin/isoCtests.f90,sha256=Oir0PfE3mErnUQ42aFxiqAkcYn3B6b1FHIPGipDdekg,1032
|
| 407 |
+
numpy/f2py/tests/src/kind/foo.f90,sha256=6_zq3OAWsuNJ5ftGTQAEynkHy-MnuLgBXmMIgbvL7yU,367
|
| 408 |
+
numpy/f2py/tests/src/mixed/foo.f,sha256=Zgn0xDhhzfas3HrzgVSxIL1lGEF2mFRVohrvXN1thU0,90
|
| 409 |
+
numpy/f2py/tests/src/mixed/foo_fixed.f90,sha256=6eEEYCH71gPp6lZ6e2afLrfS6F_fdP7GZDbgGJJ_6ns,187
|
| 410 |
+
numpy/f2py/tests/src/mixed/foo_free.f90,sha256=UC6iVRcm0-aVXAILE5jZhivoGQbKU-prqv59HTbxUJA,147
|
| 411 |
+
numpy/f2py/tests/src/modules/gh25337/data.f90,sha256=EqMEuEV0_sx4XbFzftbU_6VfGtOw9Tbs0pm0eVEp2cA,188
|
| 412 |
+
numpy/f2py/tests/src/modules/gh25337/use_data.f90,sha256=DChVLgD7qTOpbYNmfGjPjfOx5YsphMIYwdwnF12X4xM,185
|
| 413 |
+
numpy/f2py/tests/src/modules/gh26920/two_mods_with_no_public_entities.f90,sha256=MMLPSzBwuGS4UwCXws9djH11F5tG5xFLc80CDb4U9Mk,423
|
| 414 |
+
numpy/f2py/tests/src/modules/gh26920/two_mods_with_one_public_routine.f90,sha256=1dJD1kDC_wwn7v_zF49D3n62T1x9wFxGKanQQz_VI7k,424
|
| 415 |
+
numpy/f2py/tests/src/modules/module_data_docstring.f90,sha256=-asnMH7vZMwVIeMU2YiLWgYCUUUxZgPTpbAomgWByHs,236
|
| 416 |
+
numpy/f2py/tests/src/modules/use_modules.f90,sha256=bveSAqXIZtd4NMlDfFei1ZlesFAa9An5LjkD-gDk2ms,418
|
| 417 |
+
numpy/f2py/tests/src/negative_bounds/issue_20853.f90,sha256=IxBGWem-uv9eHgDhysEdGTmNKHR1gAiU7YJPo20eveM,164
|
| 418 |
+
numpy/f2py/tests/src/parameter/constant_array.f90,sha256=fkYemwIBKsP63-FGKBW8mzOAp6k13eZOin8sQe1pyno,1513
|
| 419 |
+
numpy/f2py/tests/src/parameter/constant_both.f90,sha256=L0rG6-ClvHx7Qsch46BUXRi_oIEL0uw5dpRHdOUQuv0,1996
|
| 420 |
+
numpy/f2py/tests/src/parameter/constant_compound.f90,sha256=lAT76HcXGMgr1NfKof-RIX3W2P_ik1PPqkRdJ6EyBmM,484
|
| 421 |
+
numpy/f2py/tests/src/parameter/constant_integer.f90,sha256=42jROArrG7vIag9wFa_Rr5DBnnNvGsrEUgpPU14vfIo,634
|
| 422 |
+
numpy/f2py/tests/src/parameter/constant_non_compound.f90,sha256=u9MRf894Cw0MVlSOUbMSnFSHP4Icz7RBO21QfMkIl-Q,632
|
| 423 |
+
numpy/f2py/tests/src/parameter/constant_real.f90,sha256=QoPgKiHWrwI7w5ctYZugXWzaQsqSfGMO7Jskbg4CLTc,633
|
| 424 |
+
numpy/f2py/tests/src/quoted_character/foo.f,sha256=0zXQbdaqB9nB8R4LF07KDMFDbxlNdiJjVdR8Nb3nzIM,496
|
| 425 |
+
numpy/f2py/tests/src/regression/AB.inc,sha256=ydjTVb6QEw1iYw2tRiziqqzWcDHrJsNWr3m51-rqFXQ,17
|
| 426 |
+
numpy/f2py/tests/src/regression/assignOnlyModule.f90,sha256=vPJbhOlNsLrgN3su4ohHUSbxE4GGKU7SiJh7dhBvX3o,633
|
| 427 |
+
numpy/f2py/tests/src/regression/datonly.f90,sha256=HuBLuEw0kNEplJ9TxxSNr7hLj-jx9ZNGaXC8iLm_kf8,409
|
| 428 |
+
numpy/f2py/tests/src/regression/f77comments.f,sha256=FjP-07suTBdqgtwiENT04P-47UB4g9J5-20IQdXAHhM,652
|
| 429 |
+
numpy/f2py/tests/src/regression/f77fixedform.f95,sha256=KdKFcAc3ZrID-h4nTOJDdEYfQzR2kkn9VqQCorfJGpM,144
|
| 430 |
+
numpy/f2py/tests/src/regression/f90continuation.f90,sha256=VweFIi5-xxZhtgSOh8i_FjMPXu_od9qjrDHq6ma5X5k,285
|
| 431 |
+
numpy/f2py/tests/src/regression/incfile.f90,sha256=gq87H2CtCZUON9V5UzcK6x_fthnWDVuPFQLa0fece1M,97
|
| 432 |
+
numpy/f2py/tests/src/regression/inout.f90,sha256=TlMxJjhjjiuLI--Tg2LshLnbfZpiKz37EpR_tPKKSx8,286
|
| 433 |
+
numpy/f2py/tests/src/regression/lower_f2py_fortran.f90,sha256=bWlj2Frch3onnUpd6DTaoLDa6htrrbkBiI9JIRbQPfE,105
|
| 434 |
+
numpy/f2py/tests/src/regression/mod_derived_types.f90,sha256=Cb9WV1sxoKt2wJCl1Z9QR42iLYX226f_boX-_ehDLAQ,589
|
| 435 |
+
numpy/f2py/tests/src/return_character/foo77.f,sha256=tRyQSu9vNWtMRi7gjmMN-IZnS7ogr5YS0n38uax_Eo0,1025
|
| 436 |
+
numpy/f2py/tests/src/return_character/foo90.f90,sha256=WPQZC6CjXLbUYpzy5LItEoHmRDFxW0ABB3emRACsjZU,1296
|
| 437 |
+
numpy/f2py/tests/src/return_complex/foo77.f,sha256=7-iKoamJ-VObPFR-Tslhiw9E-ItIvankWMyxU5HqxII,1018
|
| 438 |
+
numpy/f2py/tests/src/return_complex/foo90.f90,sha256=_GOKOZeooWp3pEaTBrZNmPmkgGodj33pJnJmySnp7aE,1286
|
| 439 |
+
numpy/f2py/tests/src/return_integer/foo77.f,sha256=EKs1KeAOQBkIO99tMCx0H7_lpqvqpjie8zWZ6T_bAR4,1234
|
| 440 |
+
numpy/f2py/tests/src/return_integer/foo90.f90,sha256=0aYWcaAVs7Lw3Qbf8hupfLC8YavRuPZVIwjHecIlMOo,1590
|
| 441 |
+
numpy/f2py/tests/src/return_logical/foo77.f,sha256=Ax3tBVNAlxFtHhV8fziFcsTnoa8YJdapecMr6Qj7fLk,1244
|
| 442 |
+
numpy/f2py/tests/src/return_logical/foo90.f90,sha256=IZXCerFecYT24zTQ_spIoPr6n-fRncaM0tkTs8JqO1E,1590
|
| 443 |
+
numpy/f2py/tests/src/return_real/foo77.f,sha256=3nAY1YtzGk4osR2jZkHMVIUHxFoOtF1OLfWswpcV7kA,978
|
| 444 |
+
numpy/f2py/tests/src/return_real/foo90.f90,sha256=38ZCnBGWb9arlJdnVWvZjVk8uesrQN8wG2GrXGcSIJs,1242
|
| 445 |
+
numpy/f2py/tests/src/routines/funcfortranname.f,sha256=ruyXK6eQSLQnQ_rODT1qm1cJvpHrFhI6NRrnWvEIK0U,128
|
| 446 |
+
numpy/f2py/tests/src/routines/funcfortranname.pyf,sha256=EgRw8ZWGdd2uK4qCZD89r9VQtEXmnKDx59OpB0K58as,451
|
| 447 |
+
numpy/f2py/tests/src/routines/subrout.f,sha256=35DjHIj85ZLkxRxP4bs-WFTQ5y1AyDqBKAXTzSSTAxE,94
|
| 448 |
+
numpy/f2py/tests/src/routines/subrout.pyf,sha256=xT_WnDpvpyPb0FMRAVTRRgm3nlfALf1Ojg8x3qZNv_4,332
|
| 449 |
+
numpy/f2py/tests/src/size/foo.f90,sha256=nK_767f1TtqVr-dMalNkXmcKbSbLCiabhRkxSDCzLz0,859
|
| 450 |
+
numpy/f2py/tests/src/string/char.f90,sha256=X_soOEV8cKsVZefi3iLT7ilHljjvJJ_i9VEHWOt0T9Y,647
|
| 451 |
+
numpy/f2py/tests/src/string/fixed_string.f90,sha256=tCN5sA6e7M1ViZtBNvTnO7_efk7BHIjyhFKBoLC3US0,729
|
| 452 |
+
numpy/f2py/tests/src/string/gh24008.f,sha256=Z6cq8SFGvmaA72qeH9tu1rP8pYjqm0ONpHn7nGbhoLA,225
|
| 453 |
+
numpy/f2py/tests/src/string/gh24662.f90,sha256=xJkiYvrMT9Ipb9Cq7OXl1Ev6TISl8pq1MGemySzfGd0,204
|
| 454 |
+
numpy/f2py/tests/src/string/gh25286.f90,sha256=lqEl81Iu9GIDTAbOfkkNGcGgDyyGnPB44mJw2iK1kng,318
|
| 455 |
+
numpy/f2py/tests/src/string/gh25286.pyf,sha256=wYkkr5gEN9_RtGjpqh28X1k8KCgh0-Ds9XAt8IC9j4A,393
|
| 456 |
+
numpy/f2py/tests/src/string/gh25286_bc.pyf,sha256=ZRvgSzRlaPEx8GyNt97FrRhtCg-r4ZTEDsHNBfit4m8,396
|
| 457 |
+
numpy/f2py/tests/src/string/scalar_string.f90,sha256=U1QqVgbF1DbxdFekRjchyDlFRPnXwzG72kuE8A44Za8,185
|
| 458 |
+
numpy/f2py/tests/src/string/string.f,sha256=JCwLuH21Ltag5cw_9geIQQJ4Hv_39NqG8Dzbqj1eDKE,260
|
| 459 |
+
numpy/f2py/tests/src/value_attrspec/gh21665.f90,sha256=MbbSUQI5Enzq46KWFHRzQbY7q6ZHJH_9NRL-C9i13Wg,199
|
| 460 |
+
numpy/f2py/tests/test_abstract_interface.py,sha256=2fTmp5-yLaNKtWvP0jQ6_kqkyWI73kgjIl7Ara25cII,837
|
| 461 |
+
numpy/f2py/tests/test_array_from_pyobj.py,sha256=Yy6I46hlJLgSAlQ_RkRbZgZ_vTyH9BVDE5OxQ5TQRvM,24395
|
| 462 |
+
numpy/f2py/tests/test_assumed_shape.py,sha256=WaIBz38eV2AzRwOvTvTaRkNks8c3H_61TGKtAReP6gk,1517
|
| 463 |
+
numpy/f2py/tests/test_block_docstring.py,sha256=DOTSbdInRJCunaEycMGWQUy0b5rIeugPxUKmNg8FA34,604
|
| 464 |
+
numpy/f2py/tests/test_callback.py,sha256=uVRfXR6q4ukZfbRUBCnc1cvKIEiaPFr6gc3mrgMzt1w,7362
|
| 465 |
+
numpy/f2py/tests/test_character.py,sha256=dLj5WhKbP5CYnuQMsB3uWV5pcgoQCEscujuBSCXwkwA,22572
|
| 466 |
+
numpy/f2py/tests/test_common.py,sha256=r_nJN4ZCZ3DstAadAoO_R_igybcb5zxwOJsv_-fRBa8,667
|
| 467 |
+
numpy/f2py/tests/test_crackfortran.py,sha256=QNZ9VI61XDF5KoO8r9012AaGaVHzM7g1e2UVK0A4uUU,16834
|
| 468 |
+
numpy/f2py/tests/test_data.py,sha256=XBQTj0WqR-XWHuRhT1PWXankrhlNxeqC6S03XA2b7AI,2966
|
| 469 |
+
numpy/f2py/tests/test_docs.py,sha256=YwIFQGu4gwCrnNQ0i4O3sCs_ZCwovgr2fGt13DrfKbU,1996
|
| 470 |
+
numpy/f2py/tests/test_f2cmap.py,sha256=hyzKOv261wPDWAmpuidAVFK3x9WXm64U_r3E_bmxNXg,404
|
| 471 |
+
numpy/f2py/tests/test_f2py2e.py,sha256=QHYd7ghKHeUPB-piK0zvoM-BkmrH1Tvg8-wa4r7wMMI,29552
|
| 472 |
+
numpy/f2py/tests/test_isoc.py,sha256=KK4VeoPhjF658msdnRYCWlzagFEea8h5SzdjB5FaDk0,1490
|
| 473 |
+
numpy/f2py/tests/test_kind.py,sha256=0kASrNopTkYDN_d2j-i9Jf22nBjQof0eqGGcuEfEqI0,1897
|
| 474 |
+
numpy/f2py/tests/test_mixed.py,sha256=3J9eftoqFIXViiqd21Ej02eNztjbIuzaqb_2OZYZUSw,897
|
| 475 |
+
numpy/f2py/tests/test_modules.py,sha256=rbm9cPZilhdIuFA6rxqtRlPtyd0_IxKoFlB8VFA-1Vc,2384
|
| 476 |
+
numpy/f2py/tests/test_parameter.py,sha256=wwyq8vA5FFljYfF55srLYqFvJ-ybdG2vEpr2CRdPqVs,4763
|
| 477 |
+
numpy/f2py/tests/test_pyf_src.py,sha256=Tg8PzypY1P2pda3k2VbuKX97VCD7CtdgyJajP-U7AIc,1177
|
| 478 |
+
numpy/f2py/tests/test_quoted_character.py,sha256=kvjgkp3bIP2lnkZ2MzS2yB5ytEJfHZydz24VAqs3UKM,495
|
| 479 |
+
numpy/f2py/tests/test_regression.py,sha256=TriZy41MAIYRAHweZ-dg9GYyVmIjaIkPL4bAqmiCm50,6369
|
| 480 |
+
numpy/f2py/tests/test_return_character.py,sha256=bdryZo5fXfTUE35M3_8gDqPCa9RKtkxROqBcnTjuwYo,1582
|
| 481 |
+
numpy/f2py/tests/test_return_complex.py,sha256=1Nb6IsRfzHTCCiBTU5nHoY36w--Uh2goTedK-d8Xrc4,2507
|
| 482 |
+
numpy/f2py/tests/test_return_integer.py,sha256=X3hYAJX9QaC0MYsIXg1Po-FRh4KCRN0KW0UFVpdkDww,1868
|
| 483 |
+
numpy/f2py/tests/test_return_logical.py,sha256=ob4-_KkwWohpwF45SWKxiCKtktReLuqg4WQ8YFcMOQ0,2113
|
| 484 |
+
numpy/f2py/tests/test_return_real.py,sha256=e7I27OmdJGCDQ9vX12U29M3WCOcmU1KRsivRb6BkKvo,3382
|
| 485 |
+
numpy/f2py/tests/test_routines.py,sha256=6hOB8Rn4M-MCgDhKMoqI3YIn274wyWBzaLTjrJrTYCw,824
|
| 486 |
+
numpy/f2py/tests/test_semicolon_split.py,sha256=5K_jZ2rJLxvwRDQu0gd_yiOEKiJmngvrH8vLeqsbC0Y,1702
|
| 487 |
+
numpy/f2py/tests/test_size.py,sha256=D-7AOZtUn0DekZr-K753WQIcnt0prEdLigSuzjEicFg,1200
|
| 488 |
+
numpy/f2py/tests/test_string.py,sha256=X6ECwK-mh-0Dfp8Pcag-jWxidoXtt009QDfjc8sfGT8,3038
|
| 489 |
+
numpy/f2py/tests/test_symbolic.py,sha256=-NUoAJeeHZ0_Uj4NFnjz0awFk7vTZJ2rtHOErY0kkyk,19061
|
| 490 |
+
numpy/f2py/tests/test_value_attrspec.py,sha256=P3ypxCXsakygnP1IdXH1hzw5VaYKGN40z3SOwK61IPU,345
|
| 491 |
+
numpy/f2py/tests/util.py,sha256=YVm0U_jGp_LRO7k4FszcuC5AqoNsnf-cc564vEljABk,12554
|
| 492 |
+
numpy/f2py/use_rules.py,sha256=MX3S-9SkSznXTwWWwaccMBhhyE_ZyoG3MCLLnsXXHEE,3475
|
| 493 |
+
numpy/f2py/use_rules.pyi,sha256=J7S58xd70JkQBKtzl01T3uKmGfskGO6TiosmxUMW62Y,433
|
| 494 |
+
numpy/fft/__init__.py,sha256=G7Nr6rpJggN1e3PgGggExF6Ei_Wt8n57eQIXf5vtzLM,8369
|
| 495 |
+
numpy/fft/__init__.pyi,sha256=a2GtovDgo6O66DqPN7iVMBhl-6v_MjkTi2F5GGnKIAs,531
|
| 496 |
+
numpy/fft/_helper.py,sha256=VpGmqY4O7zZWm0vg72mGu3AsZ-bca_mVG-olxoJYmmI,7022
|
| 497 |
+
numpy/fft/_helper.pyi,sha256=UHKdQi3Rjz73WadYmvDCyRf95MSBNao3l1WZlJJHljs,1420
|
| 498 |
+
numpy/fft/_pocketfft.py,sha256=UVXDxPok9kPHCjqH2XqrSTQ33fSCMIFmx_46Wj6V0TU,64292
|
| 499 |
+
numpy/fft/_pocketfft.pyi,sha256=ksJK_WTkhCPo4ZAfdApGI3-uoK6WGH3NIbrrBx1jg5k,3353
|
| 500 |
+
numpy/fft/_pocketfft_umath.cp313-win_amd64.lib,sha256=pBht9RrNNwAXHG4DdPlNxiu8kyI7PzaJu05nKpDsspM,2176
|
| 501 |
+
numpy/fft/_pocketfft_umath.cp313-win_amd64.pyd,sha256=9slq4-5EKI1nuf805xX7q59WJZNWeNHa5uZoSZgrhVw,276480
|
| 502 |
+
numpy/fft/tests/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
| 503 |
+
numpy/fft/tests/test_helper.py,sha256=Yff4EXasyH-nD6dyEcZfX4g61ZjQcAY7XHfQLnXI1EY,6321
|
| 504 |
+
numpy/fft/tests/test_pocketfft.py,sha256=m98HSj9duHLP2IBxOXllDCj-92hNxCHgxFXXuExgqmI,25035
|
| 505 |
+
numpy/lib/__init__.py,sha256=sZL_BFMWHTRmMAUWlbBJ-ngMCdk6UJ9FdU3n0S0SMEg,3101
|
| 506 |
+
numpy/lib/__init__.pyi,sha256=PjSJHE90GngKOVep78JzBhBJFSBVCP5ZRrj0vMtG7G8,1547
|
| 507 |
+
numpy/lib/_array_utils_impl.py,sha256=JQE9Ul515em350VcRXQaO4BmE0HwIRPdBpFNXu4Hnws,1759
|
| 508 |
+
numpy/lib/_array_utils_impl.pyi,sha256=bymzyS0JT02-btcDJ90mhAVpoxnaZ9qJmIrfAg4I4nY,512
|
| 509 |
+
numpy/lib/_arraypad_impl.py,sha256=rH_OU6Xvom3l4p2DbrhArQIPjsjM9EONxtSqKNzxd6g,34445
|
| 510 |
+
numpy/lib/_arraypad_impl.pyi,sha256=aT7ma7wLUliNkdRK4j2XHEza25i0WzUJ-ETUPxYjCFU,2017
|
| 511 |
+
numpy/lib/_arraysetops_impl.py,sha256=EVRhEQCqRxzheU68u5kGgS8pkls_sUSM9WXa9Z9Y3ho,38499
|
| 512 |
+
numpy/lib/_arraysetops_impl.pyi,sha256=s-mUcIIa8xVOtYJx8WNnhPRrsnfMNUlBq1Imt66nCI0,13617
|
| 513 |
+
numpy/lib/_arrayterator_impl.py,sha256=HUtCLBXcG7mC5AX3KuJcDjHD9FEPheCcHypT6PtSswY,7442
|
| 514 |
+
numpy/lib/_arrayterator_impl.pyi,sha256=_vhCb927PfSM5E40NbAhIxxmcBxPhcpk9V4ZdzBTOIQ,1920
|
| 515 |
+
numpy/lib/_datasource.py,sha256=csFfOVL00V76KM--z9wROAImHDPB5l5b-8h1AJli53c,23431
|
| 516 |
+
numpy/lib/_datasource.pyi,sha256=g3laWGQw8jdnR8h_Bp9f1Mp71k5PmRxFBNuT1suuNqc,1025
|
| 517 |
+
numpy/lib/_format_impl.py,sha256=_TFgQtrgndkQWxPSjdO95ld_cCgESpjsJ04BLqZPGNk,37920
|
| 518 |
+
numpy/lib/_format_impl.pyi,sha256=OAyT3J74w528YjS9J_TV7rWtC8gXgBtXGn9IQ2Af5f8,2139
|
| 519 |
+
numpy/lib/_function_base_impl.py,sha256=fjC28APfsqqDp333lLADsGYUqwkcTD8OMSDG5CQvTNI,199469
|
| 520 |
+
numpy/lib/_function_base_impl.pyi,sha256=m0JuSD13oEeESW5jBSFnjJHkgLFsreEg0r-KwtqGNhU,77346
|
| 521 |
+
numpy/lib/_histograms_impl.py,sha256=2dceYr7BOVTkypST4CVgskJzjI-ka_FrL5oxBW7rHEQ,39517
|
| 522 |
+
numpy/lib/_histograms_impl.pyi,sha256=Kg1Q0AgAi6QatGM3paKB2VluGkUCKbtCM1gy4_atEhU,1095
|
| 523 |
+
numpy/lib/_index_tricks_impl.py,sha256=ZzRtFdpbYtDEYox3-uzDtzEOILMZ0LdX67VkWNIyBpY,32567
|
| 524 |
+
numpy/lib/_index_tricks_impl.pyi,sha256=So1jOZ2__eFpN9oS7NXgHDfKHBP9kVmX4IQp11KufK8,8483
|
| 525 |
+
numpy/lib/_iotools.py,sha256=Yh7xIu5OnSNnj2aX-yW8viJNHNC33nhCDZtaep8TszE,31776
|
| 526 |
+
numpy/lib/_iotools.pyi,sha256=epBkUTN7SvJbWiZ63WJOHCR6YUNICzk7UXE6ZqqPgXM,3768
|
| 527 |
+
numpy/lib/_nanfunctions_impl.py,sha256=qmmx5H7q-atgoYQAWcDAHWOQ-WWXCrXyUewwzRygjss,73405
|
| 528 |
+
numpy/lib/_nanfunctions_impl.pyi,sha256=cq5lGiV_WoVNwboSEenA6Zmzi0rBTMfK_NNiTHeZx7w,864
|
| 529 |
+
numpy/lib/_npyio_impl.py,sha256=9mlk6CAckDnBIaOW1KxyePnNNUguRCE2co3lk2Xetjw,101219
|
| 530 |
+
numpy/lib/_npyio_impl.pyi,sha256=fs-QJUwOMh6MTLE2fTfzK_e2Q16B7tszlProdbpcgUI,9793
|
| 531 |
+
numpy/lib/_polynomial_impl.py,sha256=UqyQMpVAJRR6z9Hj9Rq7MK509cI8OncTkM2XLsYsmvU,45590
|
| 532 |
+
numpy/lib/_polynomial_impl.pyi,sha256=Z92OU7G7sWt4lBdO9LYq_kn_3nA3HxOUEYQkP70MfEk,7887
|
| 533 |
+
numpy/lib/_scimath_impl.py,sha256=VjysRI24mMd4GaaEy5e1npARDc0_TKgQqq6TRoiNdAY,16326
|
| 534 |
+
numpy/lib/_scimath_impl.pyi,sha256=3-C37vHfGAP84SLbuxHrPAO8ZQ-vgTSXTyh5EjNHXh0,2867
|
| 535 |
+
numpy/lib/_shape_base_impl.py,sha256=BbDGec_0jGK-YkAG0hY36eCE86a0tksMCF6ooLgYmVQ,40302
|
| 536 |
+
numpy/lib/_shape_base_impl.pyi,sha256=ENzamOUsGz57nNl3w5juRq2RkWC4k0MpeVg1aWjV9W4,5777
|
| 537 |
+
numpy/lib/_stride_tricks_impl.py,sha256=uuGAiZWcaK-N9dQkohbAtRlrYItoany4KAt4hIQs6N8,19697
|
| 538 |
+
numpy/lib/_stride_tricks_impl.pyi,sha256=7zWJcIwwy9bIu-FjDQFZJA79GO6drAzf8QLkWzGQ7W0,2032
|
| 539 |
+
numpy/lib/_twodim_base_impl.py,sha256=bKyDb9b4wvQADhgsUujOtJci0ztuvFo_5zQtsBHPlhI,35124
|
| 540 |
+
numpy/lib/_twodim_base_impl.pyi,sha256=-vD7xZiLmOrK49OiYNwbF6vzkKXbSAYUnYIhqBrcJrM,13432
|
| 541 |
+
numpy/lib/_type_check_impl.py,sha256=ONqM3mhe3ITonSZJZISpOJ_fk2WA4PrdecW-HUFvRHM,20624
|
| 542 |
+
numpy/lib/_type_check_impl.pyi,sha256=C7guCWlJFMl_w0M2GjYFql8eOoF3kN1hgda1YKSbBU8,10042
|
| 543 |
+
numpy/lib/_ufunclike_impl.py,sha256=DLbbgYDRSbyqmX3XzJTjOBRD5oOjUUEvpCViahyJqoA,6213
|
| 544 |
+
numpy/lib/_ufunclike_impl.pyi,sha256=rS_jOTzvFASpAHFk6cdH8RGUrze2n5_FZnlgQeCRi5I,1774
|
| 545 |
+
numpy/lib/_user_array_impl.py,sha256=NZi7p0dSNoEmUN4KR1aB1_gf9r0lYAe_rT1VNZCQc5w,8336
|
| 546 |
+
numpy/lib/_user_array_impl.pyi,sha256=cbqaYFs4J-WBtMNKnSBviiIR0NDA5_g6_tAJpnuhqWE,9494
|
| 547 |
+
numpy/lib/_utils_impl.py,sha256=QdnCyIkxeZaR2wwn4QXxXBCokxuXi-RG-J_GHG4eL-s,24283
|
| 548 |
+
numpy/lib/_utils_impl.pyi,sha256=KTI0vNECNqvxwzhp3SrutN02KGV-WXna7q56IfDW8Uw,746
|
| 549 |
+
numpy/lib/_version.py,sha256=J1pqujOE4R_kH7R1yxtimwbWVRxDNnBD82XIZ9ly1yY,4936
|
| 550 |
+
numpy/lib/_version.pyi,sha256=zAmfNnFeke7_lHsvR94fafNBcuJHpZ1jaB2PyzEostc,658
|
| 551 |
+
numpy/lib/array_utils.py,sha256=zmrUIVleWEWzl9XjEpUlDUQHt9qbbsytyu_jLj-OgnE,151
|
| 552 |
+
numpy/lib/array_utils.pyi,sha256=YYnx_V4CMdSbJTCnYboN1swcswmlOD2e4ZvQj5WsSak,197
|
| 553 |
+
numpy/lib/format.py,sha256=ii8MRQmPZ1nAaqnMqeYtKgdNRP52iZsHPo5rODl20UM,501
|
| 554 |
+
numpy/lib/format.pyi,sha256=stg21MwwoAp4mfTkx9DD4lxKKXZzfABbqqiKim985Bk,876
|
| 555 |
+
numpy/lib/introspect.py,sha256=HBySrZfK5neieljp9q29t7BPag8cFfqAuD8njgJDZ3g,2843
|
| 556 |
+
numpy/lib/introspect.pyi,sha256=IsntuFrlFhRBZcGGhRUTAgnONUHEbYw_2ApPmffx8QE,155
|
| 557 |
+
numpy/lib/mixins.py,sha256=uY-4dCmzviGP1kpfksxSLn__EA_oTwmLqyr4Dl_KA04,7375
|
| 558 |
+
numpy/lib/mixins.pyi,sha256=QcVCn2u2NAWm5JiUNNpZZWIT43ZaB-rWBbP7fh3NktU,3260
|
| 559 |
+
numpy/lib/npyio.py,sha256=EY5_tqGplRo-B3cJtqvf9HC34nQKr5JNgyykHWj5q_E,69
|
| 560 |
+
numpy/lib/npyio.pyi,sha256=6xZ6zF-6qKuSOfjjDL4YN43xKPYcD6IpzJiDiLpmSSs,121
|
| 561 |
+
numpy/lib/recfunctions.py,sha256=7to2wo6f8bxxUfVzHrMbo0gR9FNly3zdJK3jRirqrfE,61220
|
| 562 |
+
numpy/lib/recfunctions.pyi,sha256=WuYzU-PEbvywxFThpCRCC9um0boqijX3tW8TJdrIeto,13896
|
| 563 |
+
numpy/lib/scimath.py,sha256=3nsYqFdGoo0danaHnGK8Qrz0AAA31THUX0qnQsp5eu8,182
|
| 564 |
+
numpy/lib/scimath.pyi,sha256=9y5MNnmU1oLBK7zs-tP8zCmh6QiY0gvmNLCIw3WjsNU,245
|
| 565 |
+
numpy/lib/stride_tricks.py,sha256=qXan9_UpXFAoDLBAaJ1wYb0B86DgP48ogp5sUu3s1Lw,89
|
| 566 |
+
numpy/lib/stride_tricks.pyi,sha256=6-K3R7XBw_fcpHaAIs9y4LEc5i4r5gZUG-tg4EOR-ew,128
|
| 567 |
+
numpy/lib/tests/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
| 568 |
+
numpy/lib/tests/data/py2-np0-objarr.npy,sha256=ZLoI7K3iQpXDkuoDF1Ymyc6Jbw4JngbQKC9grauVRsk,258
|
| 569 |
+
numpy/lib/tests/data/py2-objarr.npy,sha256=F4cyUC-_TB9QSFLAo2c7c44rC6NUYIgrfGx9PqWPSKk,258
|
| 570 |
+
numpy/lib/tests/data/py2-objarr.npz,sha256=xo13HBT0FbFZ2qvZz0LWGDb3SuQASSaXh7rKfVcJjx4,366
|
| 571 |
+
numpy/lib/tests/data/py3-objarr.npy,sha256=7mtikKlHXp4unZhM8eBot8Cknlx1BofJdd73Np2PW8o,325
|
| 572 |
+
numpy/lib/tests/data/py3-objarr.npz,sha256=vVRl9_NZ7_q-hjduUr8YWnzRy8ESNlmvMPlaSSC69fk,453
|
| 573 |
+
numpy/lib/tests/data/python3.npy,sha256=X0ad3hAaLGXig9LtSHAo-BgOvLlFfPYMnZuVIxRmj-0,96
|
| 574 |
+
numpy/lib/tests/data/win64python2.npy,sha256=agOcgHVYFJrV-nrRJDbGnUnF4ZTPYXuSeF-Mtg7GMpc,96
|
| 575 |
+
numpy/lib/tests/test__datasource.py,sha256=davD8e4HZO8IzcSplB6w-j3G133L0AUBAa2GMAJpgYY,10892
|
| 576 |
+
numpy/lib/tests/test__iotools.py,sha256=-BFgfKSpxhDXtn7OK_puB9fKKikBQaAyS_C8dJvb0KM,14188
|
| 577 |
+
numpy/lib/tests/test__version.py,sha256=I6-cyr_7w1TUvC25hR1gTE3x8S-QRAXRsB4IjPxY3tg,2063
|
| 578 |
+
numpy/lib/tests/test_array_utils.py,sha256=gRsql9I0f7RQk-1b8iPa1jDZsd_auCF05-ulxBCVfN4,1150
|
| 579 |
+
numpy/lib/tests/test_arraypad.py,sha256=mlTByN5tvRlSQg3JGNY6GkROLS_ZkXieSkBst-Ct4Hk,58043
|
| 580 |
+
numpy/lib/tests/test_arraysetops.py,sha256=lqLU-cpVmzWphPp7LfDCmFG-yCzPwuIuIF6ql3n60mU,49048
|
| 581 |
+
numpy/lib/tests/test_arrayterator.py,sha256=4WinyEB5liYMGS__8tCeZJcoODkNMFdSMPFl4W-C_y0,1341
|
| 582 |
+
numpy/lib/tests/test_format.py,sha256=SV3W7WdY-HSo_ASpICUt6XgN_va6Dngrm26o16aBx2c,43012
|
| 583 |
+
numpy/lib/tests/test_function_base.py,sha256=POcPIuCO7WtAn5QKOYtQpsa-DafzqPizoiNupXh6J8M,182634
|
| 584 |
+
numpy/lib/tests/test_histograms.py,sha256=ueQJepW8kS-_f2IsdXxEKIkXi2hwcaDJw2D3u3WhCCA,34806
|
| 585 |
+
numpy/lib/tests/test_index_tricks.py,sha256=QeDRZu7H4gq8kUgOZX6awGC6uq3PTMV0hKXAlFj6rb0,25100
|
| 586 |
+
numpy/lib/tests/test_io.py,sha256=-QP2cB5tyOwpBZms37WLtbr0-m2SdfrPxtbOl1u7qK4,114257
|
| 587 |
+
numpy/lib/tests/test_loadtxt.py,sha256=-nMbVMrTNE9t-lPc4qDNfUrBGjTeAAsyWzm6fszlBjE,41590
|
| 588 |
+
numpy/lib/tests/test_mixins.py,sha256=eWaFNkjo_IPlP4-7T-sitpZqhAgjUOjqkglUaPIdWXA,7224
|
| 589 |
+
numpy/lib/tests/test_nanfunctions.py,sha256=sPWiCbDHTp4y3CEG7ART_UdFiaEWeSYJYPLfHeG54zQ,55735
|
| 590 |
+
numpy/lib/tests/test_packbits.py,sha256=RAk590EWlPvH9M3trkBKb6MbKNhMjo-otRLEYznT7dM,17919
|
| 591 |
+
numpy/lib/tests/test_polynomial.py,sha256=cWODMJ0jNINUibSTDTpa-DR6V92qFXd0qs9E9Tx8btk,12730
|
| 592 |
+
numpy/lib/tests/test_recfunctions.py,sha256=DbbWdC6KvS3z6zekexcs4o6_drTwtGGq3QLba_hYPrw,45015
|
| 593 |
+
numpy/lib/tests/test_regression.py,sha256=6Us-PZWNVT__IW4vj2-rA77Sdhpaoqo-_JgySVXL3dg,7947
|
| 594 |
+
numpy/lib/tests/test_shape_base.py,sha256=R65ZPBfWnvzIyIrYbyJAUBUQqDbZX3gN0zx8sCydjKc,28219
|
| 595 |
+
numpy/lib/tests/test_stride_tricks.py,sha256=TkLvnfcLK0CGyWu2I-60fYDgkxDskvjgr1de20z4VE4,23667
|
| 596 |
+
numpy/lib/tests/test_twodim_base.py,sha256=j9PmcG03wmHEZjOL6pMp-kKOczqjcYYYh8ptdFSBPnA,19484
|
| 597 |
+
numpy/lib/tests/test_type_check.py,sha256=UzaOYqNOWjSAxiur6FtERAEMIfYxk84nL_lpeDJGzxU,15269
|
| 598 |
+
numpy/lib/tests/test_ufunclike.py,sha256=7oc71qsMf8NSPU-bMOZNw7H5wwksjPlxy9jJHTMK9Bc,3112
|
| 599 |
+
numpy/lib/tests/test_utils.py,sha256=9XtDAa79N5LOqpLUHKY88ajRuY2gLzRMyJ1dry_4dkU,2454
|
| 600 |
+
numpy/lib/user_array.py,sha256=5z7-hfXnWT5Oq4_WPnjNWGPc9RHUWZcyq4L9ZM3kkGQ,64
|
| 601 |
+
numpy/lib/user_array.pyi,sha256=IaCNerLboKjt3Fm-_k_d8IqeyJf7Lc9Pr5ROUr6wleM,54
|
| 602 |
+
numpy/linalg/__init__.py,sha256=N4KqBOUEZURrj_00q3Df_yLwPrmRMKHdm6UR1sibu2Y,2171
|
| 603 |
+
numpy/linalg/__init__.pyi,sha256=5JqTmDBoOCqKUsQrQdMPV_kSfyan8ScHtFqqZRjrEE4,1087
|
| 604 |
+
numpy/linalg/_linalg.py,sha256=mYzZDZvLJE8w9TQTaS0QgQOeZaMto-wXb-9CKUi81Rg,118474
|
| 605 |
+
numpy/linalg/_linalg.pyi,sha256=QDmN2W5x-FJRaqC0KdhXVn20skjIgTKkIeWW5crRht8,14024
|
| 606 |
+
numpy/linalg/_umath_linalg.cp313-win_amd64.lib,sha256=ezc7iC4vlnm78k5_wKqLi9dMo8_sIF5_NFpCtq0PslU,2120
|
| 607 |
+
numpy/linalg/_umath_linalg.cp313-win_amd64.pyd,sha256=-GqVNpprpa13nHOETT4wusJr0i7V_KCfJ1QkgxIHwNg,112128
|
| 608 |
+
numpy/linalg/_umath_linalg.pyi,sha256=Q6Cr6NvaeEiY7GL9Oe57YGLl2Eby87BW6bswPmMUqKc,1451
|
| 609 |
+
numpy/linalg/lapack_lite.cp313-win_amd64.lib,sha256=N9h7coeLMkmj5ktVPxKPhsp6TNEumQAFGh88zKpYWR0,2084
|
| 610 |
+
numpy/linalg/lapack_lite.cp313-win_amd64.pyd,sha256=HZITB4EpMP6oYyKu9OdN8ZVKUcsFqoEPh0R0_2P4Ws0,18944
|
| 611 |
+
numpy/linalg/lapack_lite.pyi,sha256=CuG_G6XugM6ZNqvhXqw6JUPIoeGSpQyuCMTEudYIqzU,2850
|
| 612 |
+
numpy/linalg/tests/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
| 613 |
+
numpy/linalg/tests/test_deprecations.py,sha256=wEkvYP_0k-iqpVJh-bhgjFg67w4TCUthEe4adSSA8T8,637
|
| 614 |
+
numpy/linalg/tests/test_linalg.py,sha256=mGBNdDIZ0SwUie32e0gbGUWEdgOkodVjoNvZGLkAp0U,87492
|
| 615 |
+
numpy/linalg/tests/test_regression.py,sha256=NBImCcUaMF4lNaLRPB5tYW4LHlKUCZMKkuibML63_90,6978
|
| 616 |
+
numpy/ma/API_CHANGES.txt,sha256=U39zA87aM_OIJhEKvHgL1RY1lhMJZc1Yj3DGLwbPbF0,3540
|
| 617 |
+
numpy/ma/LICENSE,sha256=1427IIuA2StNMz5BpLquUNEkRPRuUxmfp3Jqkd5uLac,1616
|
| 618 |
+
numpy/ma/README.rst,sha256=_MHrqHTE8L4wiJJqvaOh1l-xTxidwdilc_SZkFbgubM,10110
|
| 619 |
+
numpy/ma/__init__.py,sha256=Zh2Hil4sdNNkf-0aJQrnOPmRkRwR4rOAzhN-n3RHsbU,1459
|
| 620 |
+
numpy/ma/__init__.pyi,sha256=IorrWDELrFWTc_WfqWNCtWIcL0PrRE9aEZSzAABKMks,7404
|
| 621 |
+
numpy/ma/core.py,sha256=07dkfn4y_eOODNrgQBqYECjb8hTZad_bJ-0wU__nWXc,298146
|
| 622 |
+
numpy/ma/core.pyi,sha256=FwZgCYx6Tmzeq1x29EnqnqzLs-FsEDS62oD7hkJbePY,134770
|
| 623 |
+
numpy/ma/extras.py,sha256=AJdPH7w71TeGQYgesG2iUkyLZBzGrpZzl6yLdT4UKmc,70056
|
| 624 |
+
numpy/ma/extras.pyi,sha256=M3U-bBns8ejf-mZUUdTct4oMCReRmg6gUkN507SN7hA,9233
|
| 625 |
+
numpy/ma/mrecords.py,sha256=wKhzJCGS9tJKoua0OBWeu41us9iWLnCfuXhMjeIKWTg,27248
|
| 626 |
+
numpy/ma/mrecords.pyi,sha256=uKY5QR8liuxaLw8tNfDm9TBXxLdToXZ3tunufVcfPIk,2169
|
| 627 |
+
numpy/ma/tests/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
| 628 |
+
numpy/ma/tests/test_arrayobject.py,sha256=ap06C0a0dGWcOknpctbhLbzHSNd2M9p_JL2jESqBBGk,1139
|
| 629 |
+
numpy/ma/tests/test_core.py,sha256=AOvwXQu7hFU56UBdB8BpM5dYqhlMF-KOzWIk4vy8_CU,230489
|
| 630 |
+
numpy/ma/tests/test_deprecations.py,sha256=K5g3yWbztFEvCHXO70DzI5hSr2QivnNzTOdMv8lipZg,2089
|
| 631 |
+
numpy/ma/tests/test_extras.py,sha256=e-1k5fcukD-9faz-d-TPNMqnEmHX5WAt8LQTYBxOfOM,77205
|
| 632 |
+
numpy/ma/tests/test_mrecords.py,sha256=vQb7I7b4_jqr31YFEJiH7XYOGcMGAmOGKq2sESYHQdk,20332
|
| 633 |
+
numpy/ma/tests/test_old_ma.py,sha256=Urg21tx11ipDOWbXG6MhWVrKLKMx1oGUDyHopcG3u7A,34014
|
| 634 |
+
numpy/ma/tests/test_regression.py,sha256=XExMB46BYWyB7l6Kh9iDIJJuPz-Imbifp1RGgMVgqLk,2802
|
| 635 |
+
numpy/ma/tests/test_subclassing.py,sha256=gvAxc0vLQ5sjiARATy28NUS0McpNkSwhPJfpOSEGvvc,17439
|
| 636 |
+
numpy/ma/testutils.py,sha256=HY8srt3kH3lIOo9cbh1cQ027EikCsvOLKiJzWJTKs24,10507
|
| 637 |
+
numpy/ma/testutils.pyi,sha256=7DxEhRCp8m6AA0fSvWi9N2GYry2Q1h1x7X1sdxwcIDU,2359
|
| 638 |
+
numpy/matlib.py,sha256=xGJk9kOBs7qqA8IqhqQuwufNMUvq6Af_mErXxmZHZxw,11018
|
| 639 |
+
numpy/matlib.pyi,sha256=KyqhVD9Bd2VSjun8onDfZZ8dPalhvTbHODonNaQVDrQ,10282
|
| 640 |
+
numpy/matrixlib/__init__.py,sha256=aPXbaN4OYDp9TFA8kGzt2gTBHb3o8Nanw-uM_3XoDF4,255
|
| 641 |
+
numpy/matrixlib/__init__.pyi,sha256=HrRbMtTKOizGPMnwXzAi490CiNfiIQewrxYFkUw7dZI,91
|
| 642 |
+
numpy/matrixlib/defmatrix.py,sha256=HaFYtHEIhmi4KKbwzUJw-5uk-Xah8JS9dRVi2bZH20w,31994
|
| 643 |
+
numpy/matrixlib/defmatrix.pyi,sha256=ysdXgQgGzo2xugU7Gt2EVlhTvkbHKqFA58U2qU_xB5k,11284
|
| 644 |
+
numpy/matrixlib/tests/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
| 645 |
+
numpy/matrixlib/tests/test_defmatrix.py,sha256=i3KYI4VmOn7uhvUQsDzwkKKjAGdeUStamQgkjGoLgNY,15405
|
| 646 |
+
numpy/matrixlib/tests/test_interaction.py,sha256=1nkRPWmfWfzOS9GjwOQV1D-Ke9W6UtkdwuMMVYcRIcg,12234
|
| 647 |
+
numpy/matrixlib/tests/test_masked_matrix.py,sha256=EDUuKmHgap_OJuKbWmOsvOFKChSLasDsjXr20O_OjS0,9062
|
| 648 |
+
numpy/matrixlib/tests/test_matrix_linalg.py,sha256=c7ldJ6xG66FvJH5FD2TSr617E9PfPMYwkAzrjhTxVYY,2341
|
| 649 |
+
numpy/matrixlib/tests/test_multiarray.py,sha256=WgUxpIxXbzpXTTnt8iG0HC6RoAcTUk0PsEiMHT2361E,572
|
| 650 |
+
numpy/matrixlib/tests/test_numeric.py,sha256=4XC1O2mv7NYYP1siT6I0YAz-Cuhlw6ZN9Du2FmCUz8Y,465
|
| 651 |
+
numpy/matrixlib/tests/test_regression.py,sha256=2-c4B5aKWbySZ95RlG5WUm8OLBO7sLtM2zIzQMwMv0U,965
|
| 652 |
+
numpy/polynomial/__init__.py,sha256=ynOHE1Mc9eBZMNlroaE9meIW7wZkvo7bpGjFjtDB_AU,6913
|
| 653 |
+
numpy/polynomial/__init__.pyi,sha256=PYepBP5jjaCvPS3pQsl1xwNxDlrr1fSr122kM5g-ITk,743
|
| 654 |
+
numpy/polynomial/_polybase.py,sha256=8YgTcSVA4nRyITvWfrvuFGkXAdRB8Cc01R3cMCaa2wI,40549
|
| 655 |
+
numpy/polynomial/_polybase.pyi,sha256=cNLZAPgtsUwASh2wryJIYvL_Mb1QxTDg9W7hq1JJBGM,8029
|
| 656 |
+
numpy/polynomial/_polytypes.pyi,sha256=n2k83CrvRgHiu0iXFX0fJi5ZZn6NdMrEiIXBUwfNGpA,16735
|
| 657 |
+
numpy/polynomial/chebyshev.py,sha256=Ynm99PaDojlSocfwoxNPq9UtK5j8OXYewWcf4OmEGY0,64287
|
| 658 |
+
numpy/polynomial/chebyshev.pyi,sha256=lXlO2RgDRAKae9-eXVqQxpvYAMVqVdzHbCbGhQyCZcs,5278
|
| 659 |
+
numpy/polynomial/hermite.py,sha256=N27hINDzF30xIQYtoba5wjTQQfxawYJTFxTWs1rUad8,56309
|
| 660 |
+
numpy/polynomial/hermite.pyi,sha256=0FPL8PWTXACYXPPwd0VYyLMqsInOueZcMLMyUOOZMZY,2744
|
| 661 |
+
numpy/polynomial/hermite_e.py,sha256=55-P3r7rKLh-ow8GkLKnGRkBGCznDaAi5EsMqtTM_vI,53913
|
| 662 |
+
numpy/polynomial/hermite_e.pyi,sha256=1GyXRnzSLmS9c8Mkc65DicVGm6eA7GeTLWJALXp64Qg,2811
|
| 663 |
+
numpy/polynomial/laguerre.py,sha256=Ka3rdMc-r4ORg5I86B0D6d8OjZi_qF81QvZycmOIvN0,54120
|
| 664 |
+
numpy/polynomial/laguerre.pyi,sha256=RdPkWG5ccTjbTQAGrVhR9G02f9kIJHUYhTBNy8n_2wE,2466
|
| 665 |
+
numpy/polynomial/legendre.py,sha256=xaD3gIuBJoEOD1UmpYxKfpxG7IY20zUdx5_mxgmR2Mk,52705
|
| 666 |
+
numpy/polynomial/legendre.pyi,sha256=QK2mezoldWP4o-KeMKZB0SegU9YVqDWICgDvQVFI06Q,2466
|
| 667 |
+
numpy/polynomial/polynomial.py,sha256=0Gq3tj431sv96iLtzZ_6aWo_Qtl1ltPTgdDeMSVBTp0,54294
|
| 668 |
+
numpy/polynomial/polynomial.pyi,sha256=2oxYaruIMqD7kEAveWpuRdHWL_0gvisBrESYgQQaHpw,3098
|
| 669 |
+
numpy/polynomial/polyutils.py,sha256=VbYrTs-TW2PMEGqNIDkCQg20yrtGvNkeUOoLnhJ7B9U,23394
|
| 670 |
+
numpy/polynomial/polyutils.pyi,sha256=0VlzUyEb2ISaDekQ-QV__RhEeXaxHiBKi4YVV4qaAIE,10801
|
| 671 |
+
numpy/polynomial/tests/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
| 672 |
+
numpy/polynomial/tests/test_chebyshev.py,sha256=N8cKoEf-jyLt-8KnMv56eKm72Jeikk2SZoJBjmYAtug,21247
|
| 673 |
+
numpy/polynomial/tests/test_classes.py,sha256=Nwokju4FZgTYZVO1kEzwDOa2oZ09s-33LUGR6t3Fc0g,19144
|
| 674 |
+
numpy/polynomial/tests/test_hermite.py,sha256=D0oETFi8zgQdqKi79LbAOG5ElwpGkpJvKWduG21qPZA,19219
|
| 675 |
+
numpy/polynomial/tests/test_hermite_e.py,sha256=mXIdu3lCRU8DANPKC9kHQMWz7AOkju0l4iLRSMMNSmo,19559
|
| 676 |
+
numpy/polynomial/tests/test_laguerre.py,sha256=QHc3JnCbNsrjB9-0BWeDoj9UZMiVZ6kmvnXqoJi8Gfw,18151
|
| 677 |
+
numpy/polynomial/tests/test_legendre.py,sha256=Q7dUXM6nMlIXlhn11vXJKXRfDtttjSjXdXsYyfI0yu4,19350
|
| 678 |
+
numpy/polynomial/tests/test_polynomial.py,sha256=qd4oOgjOYMUC5aoJvofgxMITaarVN1DxDhWs973V0oc,24255
|
| 679 |
+
numpy/polynomial/tests/test_polyutils.py,sha256=fmZ2xqo6-eas1wM-QelCEjB2lFezOPPuAVhDsu-dpKc,3882
|
| 680 |
+
numpy/polynomial/tests/test_printing.py,sha256=W0RgyZlRAiKL-3uJcNgcXPU7-TCX1wvtIdWIBvGyepQ,22116
|
| 681 |
+
numpy/polynomial/tests/test_symbol.py,sha256=JNF0yt5xmUERjflLOydG1pMo6wMRLtaPDcYUkvXcD-o,5592
|
| 682 |
+
numpy/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
| 683 |
+
numpy/random/LICENSE.md,sha256=tLwvT6HJV3jx7T3Y8UcGvs45lHW5ePnzS1081yUhtIo,3582
|
| 684 |
+
numpy/random/__init__.pxd,sha256=g3EaMi3yfmnqT-KEWj0cp6SWIxVN9ChFjEYXGOfOifE,445
|
| 685 |
+
numpy/random/__init__.py,sha256=8h45GRbXpL10xJzqw_n6Xgnm6SY_JUYCqH6SpeCnqUY,7693
|
| 686 |
+
numpy/random/__init__.pyi,sha256=aqBCk_fpEZeoE94eNpGu37F6ZWfaDaajac9cWNm97So,2233
|
| 687 |
+
numpy/random/_bounded_integers.cp313-win_amd64.lib,sha256=d_m6OsHuVgVmup0CWRDj0nJZkQzPniohylQcjnscfOE,18000
|
| 688 |
+
numpy/random/_bounded_integers.cp313-win_amd64.pyd,sha256=tvSFYUj9qK0sMC0g-j0NH-GS2adhH2l287AopsfPsWE,207360
|
| 689 |
+
numpy/random/_bounded_integers.pxd,sha256=EOKKUlF9bh0CLNEP8TzXzX4w_xV5kivr1Putfdf6yvU,1763
|
| 690 |
+
numpy/random/_bounded_integers.pyi,sha256=PFr_V0xYQhWjKk5oc83cYg_JcNZ2FEKTsjXlnxmkyB8,25
|
| 691 |
+
numpy/random/_common.cp313-win_amd64.lib,sha256=HSpkxJDTXSzlfr5-EAQ_LtPVBePcvEYQ6aD6vR2iPdE,2012
|
| 692 |
+
numpy/random/_common.cp313-win_amd64.pyd,sha256=kGkVr6YKUBVZURLHihDbLe7PvQt70SQObpFQpq6ifNg,167936
|
| 693 |
+
numpy/random/_common.pxd,sha256=e1YxzdJoTvmMIyge3O9yOzpVU7aKRQa2q6cR9c9DB3k,5156
|
| 694 |
+
numpy/random/_common.pyi,sha256=UlOkH40kVn6TU0c6OhG3CocvGnuYAC_46fxZJ7B_7y8,437
|
| 695 |
+
numpy/random/_examples/cffi/extending.py,sha256=jSc3Vc6Uxl3VWHmoaffez8qG0GTfrFMuUxDhuB9Y5z4,928
|
| 696 |
+
numpy/random/_examples/cffi/parse.py,sha256=2hy5736s-oL5uYvlQf_acpo7srBC8WfffLUhMcm218c,1803
|
| 697 |
+
numpy/random/_examples/cython/extending.pyx,sha256=1lkq6zFifnwaMtAkVG0i_9SbMiNqplvqnHaqUpxqNzs,2344
|
| 698 |
+
numpy/random/_examples/cython/extending_distributions.pyx,sha256=coVzQ6tOCHgZLO4tXIelEKcL3Rh5PIji8xJZGX4YuLA,3961
|
| 699 |
+
numpy/random/_examples/cython/meson.build,sha256=q_IFcVs_qzERJD_-8uaDnjps3QdaW49okZMbFtwkAPo,1747
|
| 700 |
+
numpy/random/_examples/numba/extending.py,sha256=mo0o4VM-K1vUQxNl_Uqr35Acj9UewnkglS7-dFX8yuw,2045
|
| 701 |
+
numpy/random/_examples/numba/extending_distributions.py,sha256=vQdhhOpuGlpG8hk-mKWv7Li3-rwvelv-1c67odurt9o,2103
|
| 702 |
+
numpy/random/_generator.cp313-win_amd64.lib,sha256=EEHMspVKQ9i-Ewjpf6ecZP-4JekTEUMpOYPeO9sni5A,18400
|
| 703 |
+
numpy/random/_generator.cp313-win_amd64.pyd,sha256=71CkYxwZdWB9RnAYwIMcmJMAgT_gtYGorT1diWL2i_M,584192
|
| 704 |
+
numpy/random/_generator.pyi,sha256=89Tnzx4Si2MtC1aqF8MXXs5h66sm1CkBU6uXkec_eCg,25321
|
| 705 |
+
numpy/random/_mt19937.cp313-win_amd64.lib,sha256=mjGYBCsjcnvl28fxAzI-PwKBTa8NGDAXVDXchBXruCo,2032
|
| 706 |
+
numpy/random/_mt19937.cp313-win_amd64.pyd,sha256=MdwVf2FlzSP3byoI1awnumeRm9Gm1qIbzqAEcXG7oME,83968
|
| 707 |
+
numpy/random/_mt19937.pyi,sha256=50ES_I-RoPvqqAYCqm3gX8NVcu0R7O5Ru5LSLpEuHzg,849
|
| 708 |
+
numpy/random/_pcg64.cp313-win_amd64.lib,sha256=WIQHzsKO57No3CT0bdsbOCu4EifXjRknyY8BuMzhvOQ,1996
|
| 709 |
+
numpy/random/_pcg64.cp313-win_amd64.pyd,sha256=-HSW6cFRiyJuRt5A4g0z3CwswAi1D5CDJURupr0fN48,92672
|
| 710 |
+
numpy/random/_pcg64.pyi,sha256=PyZveXgEMEoHRprjXceyFBCwHkNctxcnSxk-tUWEzXE,1214
|
| 711 |
+
numpy/random/_philox.cp313-win_amd64.lib,sha256=ko1SUyDUA97I7xybdvTy8b5WK1EBM2wl3akzR0SpKGw,2012
|
| 712 |
+
numpy/random/_philox.cp313-win_amd64.pyd,sha256=65KxTigXggScC_SgCFIaSaqJ3tNx_fA87bqJgkvh1C8,78336
|
| 713 |
+
numpy/random/_philox.pyi,sha256=qTNeVdTZEZubisdfN5avuGoR6qMElesP5MC4gEMna9A,1049
|
| 714 |
+
numpy/random/_pickle.py,sha256=8fmUcgzHhq_F_eyesNUdFjV07Br1yzLBLsfe-GWyQrE,2830
|
| 715 |
+
numpy/random/_pickle.pyi,sha256=hj1oBasr_ejSeUlT3-q7luwC4DQFqgCPXIL0wxuFjt4,1651
|
| 716 |
+
numpy/random/_sfc64.cp313-win_amd64.lib,sha256=iIukdiAdI5vf_HLirYEuf9VhQISZMbfTYk7HnhUmzHE,1996
|
| 717 |
+
numpy/random/_sfc64.cp313-win_amd64.pyd,sha256=GVJWBWG8G-g7lG3EEZyfFrSLHnQ0D4gPMt_s87LJPSc,58880
|
| 718 |
+
numpy/random/_sfc64.pyi,sha256=qGwQgSmP2_RUa-C2y0r93o9VTMxJnD1vp_LVgWsTAC8,716
|
| 719 |
+
numpy/random/bit_generator.cp313-win_amd64.lib,sha256=_6eIPnsYaE-bSopoLz1GLe10u631EWZpX2HwxJax3jU,2120
|
| 720 |
+
numpy/random/bit_generator.cp313-win_amd64.pyd,sha256=uMP6q5N6whf4cs8fH4quhzYhyzFmzrSxruL-8Zw4gLc,157696
|
| 721 |
+
numpy/random/bit_generator.pxd,sha256=TFR72-UsWpKMmiBsTg7eyiW-FT3hy6miVx2N49PVt-4,1244
|
| 722 |
+
numpy/random/bit_generator.pyi,sha256=y9MsyLg-HH6BgrFRXtSyc4PY_H-pszQw57H8frQS5wQ,3726
|
| 723 |
+
numpy/random/c_distributions.pxd,sha256=02WeqbzQ4heQ1cZ7ShePejxmt5AOI5kTstBZ5w2WxD0,6454
|
| 724 |
+
numpy/random/lib/npyrandom.lib,sha256=QwAgwxOyvGxiW6-KlUkjTKD48IZIyUhSIDDDofjKpKo,149648
|
| 725 |
+
numpy/random/mtrand.cp313-win_amd64.lib,sha256=6zNid8ofgyD519QVUoAH-vQj4mssVjWqpDxz9mJtyys,17122
|
| 726 |
+
numpy/random/mtrand.cp313-win_amd64.pyd,sha256=CL_XFQ_u0DhBjRShR0DnZtuNybmsKF2xczCEcUW_D8E,488960
|
| 727 |
+
numpy/random/mtrand.pyi,sha256=BnWlQNKdxYKPNaGys4YZeAqigQNcMyKNagl6u2-Wzu0,24560
|
| 728 |
+
numpy/random/tests/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
| 729 |
+
numpy/random/tests/data/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
| 730 |
+
numpy/random/tests/data/generator_pcg64_np121.pkl.gz,sha256=EfQ-X70KkHgBAFX2pIPcCUl4MNP1ZNROaXOU75vdiqM,203
|
| 731 |
+
numpy/random/tests/data/generator_pcg64_np126.pkl.gz,sha256=fN8deNVxX-HELA1eIZ32kdtYvc4hwKya6wv00GJeH0Y,208
|
| 732 |
+
numpy/random/tests/data/mt19937-testset-1.csv,sha256=bA5uuOXgLpkAwJjfV8oUePg3-eyaH4-gKe8AMcl2Xn0,16845
|
| 733 |
+
numpy/random/tests/data/mt19937-testset-2.csv,sha256=SnOL1nyRbblYlC254PBUSc37NguV5xN-0W_B32IxDGE,16826
|
| 734 |
+
numpy/random/tests/data/pcg64-testset-1.csv,sha256=wHoS7fIR3hMEdta7MtJ8EpIWX-Bw1yfSaVxiC15vxVs,24840
|
| 735 |
+
numpy/random/tests/data/pcg64-testset-2.csv,sha256=6vlnVuW_4i6LEsVn6b40HjcBWWjoX5lboSCBDpDrzFs,24846
|
| 736 |
+
numpy/random/tests/data/pcg64dxsm-testset-1.csv,sha256=Fhha5-jrCmRk__rsvx6CbDFZ7EPc8BOPDTh-myZLkhM,24834
|
| 737 |
+
numpy/random/tests/data/pcg64dxsm-testset-2.csv,sha256=mNYzkCh0NMt1VvTrN08BbkpAbfkFxztNcsofgeW_0ns,24840
|
| 738 |
+
numpy/random/tests/data/philox-testset-1.csv,sha256=QvpTynWHQjqTz3P2MPvtMLdg2VnM6TGTpXgp-_LeJ5g,24853
|
| 739 |
+
numpy/random/tests/data/philox-testset-2.csv,sha256=-BNO1OCYtDIjnN5Q-AsQezBCGmVJUIs3qAMyj8SNtsA,24839
|
| 740 |
+
numpy/random/tests/data/sfc64-testset-1.csv,sha256=sgkemW0lbKJ2wh1sBj6CfmXwFYTqfAk152P0r8emO38,24841
|
| 741 |
+
numpy/random/tests/data/sfc64-testset-2.csv,sha256=mkp21SG8eCqsfNyQZdmiV41-xKcsV8eutT7rVnVEG50,24834
|
| 742 |
+
numpy/random/tests/data/sfc64_np126.pkl.gz,sha256=MVa1ylFy7DUPgUBK-oIeKSdVl4UYEiN3AZ7G3sdzzaw,290
|
| 743 |
+
numpy/random/tests/test_direct.py,sha256=sHeziHsn1iDt9kFJvoQqa4X_EV8RmdJkR2zM7zn1HQI,20618
|
| 744 |
+
numpy/random/tests/test_extending.py,sha256=Kbem3Is-tYB0hiTem8_B6u5jYGv_tZNabrg2WAMTEzY,4820
|
| 745 |
+
numpy/random/tests/test_generator_mt19937.py,sha256=t6iPLJTxdqQKvlrvmSNJn_umqit25A3X1y_nlexd7CQ,121685
|
| 746 |
+
numpy/random/tests/test_generator_mt19937_regressions.py,sha256=y5urqQyDTYBy7xuuYmRMVq7sZFLC2a5HIQV42ZQic4c,8859
|
| 747 |
+
numpy/random/tests/test_random.py,sha256=NHNX5yUlOmhSqUAkgnFuAR5vMk6VpGHFtiUABW9PAGA,73002
|
| 748 |
+
numpy/random/tests/test_randomstate.py,sha256=tjY3PCEP4KkqdxWGHq5w36aLrpeaXjk4QMe97xYJA4Q,89848
|
| 749 |
+
numpy/random/tests/test_randomstate_regression.py,sha256=yZ_PzRwhYsce-5W2aAPJbiZMNXjOU4bK-WdomdHwes4,8260
|
| 750 |
+
numpy/random/tests/test_regression.py,sha256=i-v9J5LdvqrurawZrE-q657A_85y-ivVB4Bj7bp5z1U,6499
|
| 751 |
+
numpy/random/tests/test_seed_sequence.py,sha256=J_peqBY4MhduYR1fFYAfcN2wvyC7P6xmV4xbu6j9nbQ,3389
|
| 752 |
+
numpy/random/tests/test_smoke.py,sha256=aTjGNBx4HDSe5M7SbmhO1-Fj1CqVhDyE5Ldgjk_a4-Y,30817
|
| 753 |
+
numpy/rec/__init__.py,sha256=cgaZYq6w4qNo81NZGO-E4vkSj9eSO4SgNMOqiLglp4k,85
|
| 754 |
+
numpy/rec/__init__.pyi,sha256=gGrssJCiTrltTcwaCjXB8saZBWiWCHOr2mJmUsFdU50,370
|
| 755 |
+
numpy/strings/__init__.py,sha256=JzKUIYVjG4wRzsKVAVg9XWrq2vjjdi679CZc_Txfn4w,85
|
| 756 |
+
numpy/strings/__init__.pyi,sha256=LvbeB_oUcN7O0GUJx3gzfYs-KPPVhHm6EhJIG3hJAHQ,1416
|
| 757 |
+
numpy/testing/__init__.py,sha256=0Qkz0ITfPKHDe9kObKTEx3fdDGAb9tfMikpdPuiapyA,603
|
| 758 |
+
numpy/testing/__init__.pyi,sha256=xZNpS-qElFjn5Ueka4pywGO-rI_jf52GKH6uDNCfdXg,2295
|
| 759 |
+
numpy/testing/_private/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
| 760 |
+
numpy/testing/_private/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
| 761 |
+
numpy/testing/_private/extbuild.py,sha256=ausYJDf2eOq9jYC3x_tFO_vBrMhjqjruVqHxgHjla8w,7966
|
| 762 |
+
numpy/testing/_private/extbuild.pyi,sha256=f2h7VxBrN2uwqJIwB8pmv3c1G-sH7d3V4HCIL3GHYTA,678
|
| 763 |
+
numpy/testing/_private/utils.py,sha256=uzxy7hWM8XH3MLyYdOOW5rmQRc78VDqDMjpYE2ytASY,101563
|
| 764 |
+
numpy/testing/_private/utils.pyi,sha256=MAJBkXgDX7w49uUn1a8_orw9Gumd2aSzlPtgQ9ZfpAU,13730
|
| 765 |
+
numpy/testing/overrides.py,sha256=rldmRQXc5c9jEs4hghDXvHA4sJD7HuMcpfGMmzSML9I,2218
|
| 766 |
+
numpy/testing/overrides.pyi,sha256=ceLN7L1s2pQvLZQTIh89A_MoOnkkJoe-abXKT0Sk1bk,406
|
| 767 |
+
numpy/testing/print_coercion_tables.py,sha256=lT8IdI1_lantwFVG0C0JagO0mUxnnXCA5wnPI81czYQ,6493
|
| 768 |
+
numpy/testing/print_coercion_tables.pyi,sha256=ecFs2Qse4_H9AQC93fv5b2jmWMol941uoYlSuxhmNSU,846
|
| 769 |
+
numpy/testing/tests/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
| 770 |
+
numpy/testing/tests/test_utils.py,sha256=BV8Aj5dGqZr32CvSO1Ag-idnHAJdDLnYKFSrJkXHcnQ,81824
|
| 771 |
+
numpy/tests/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
| 772 |
+
numpy/tests/test__all__.py,sha256=xZkp3RbMNpx4bFTvILKV8KTEMh5lvId7xcrhQS4LTe0,232
|
| 773 |
+
numpy/tests/test_configtool.py,sha256=zieFjnFWqOsyLbtJJYIIdMMdThkDm-glvNGvN3_y7ow,1863
|
| 774 |
+
numpy/tests/test_ctypeslib.py,sha256=7wJt8Im7-BUmTmtZ6rVeuHt__erJRRlK87dMaFZmL8E,13215
|
| 775 |
+
numpy/tests/test_lazyloading.py,sha256=5YyD-WDS6uI_rIQBWmP6z7rCA9jtv4HAQ57NxysQKDs,1304
|
| 776 |
+
numpy/tests/test_matlib.py,sha256=KmBMo3M7IARB8K5NLYk611RtsfW10_LgCQEBjdLEM9g,1913
|
| 777 |
+
numpy/tests/test_numpy_config.py,sha256=8tTLdQi34xV1QTZw5TdaDQ9y25TVncGjvcmcXnQ2PEI,1364
|
| 778 |
+
numpy/tests/test_numpy_version.py,sha256=EhDAFEamNCmRAiJEUSGtPa21IipODWrf6MN2Bem0az8,1798
|
| 779 |
+
numpy/tests/test_public_api.py,sha256=iH-YBfcSa3Jc7_Mbxg4uWTNnJ1ZD9BDZn40L9jzIZ9g,28813
|
| 780 |
+
numpy/tests/test_reloading.py,sha256=tEcoOR45hGgiQ-ocqrcRaKc7qKZXDwKM3ia6ivYpbm0,2762
|
| 781 |
+
numpy/tests/test_scripts.py,sha256=KdTVn4N22QPEssua-dM83xExBCoVqIccBKaNBcjdVkE,1694
|
| 782 |
+
numpy/tests/test_warnings.py,sha256=9-KePaaWfHgIAn6hVIy1gyio31zwMw8esAUYtvWTfzY,2499
|
| 783 |
+
numpy/typing/__init__.py,sha256=7MEzTbsBZHmZmwuaEt2VsYQZPAjM2EGpa10Mdn35ceU,7217
|
| 784 |
+
numpy/typing/__init__.pyi,sha256=gbeO9KFv0nrMve7BkrerjG92x442mEqEBDQZQuw2maI,130
|
| 785 |
+
numpy/typing/mypy_plugin.py,sha256=eI-0xwotV4uhV7Dkpl6uuH15jSEwovgjfukbcLBRr34,7046
|
| 786 |
+
numpy/typing/tests/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
| 787 |
+
numpy/typing/tests/data/fail/arithmetic.pyi,sha256=AMohW1_h2jlX8YPHH_sMm8lGS8ReUC0RkyHAQYe2k8I,3812
|
| 788 |
+
numpy/typing/tests/data/fail/array_constructors.pyi,sha256=oDNMGHZnzHOO5_3zGxv5rQSu6kUlE_tgSuHcLpHvtKk,1234
|
| 789 |
+
numpy/typing/tests/data/fail/array_like.pyi,sha256=9EcZ306eJOZrHSdWlTe0cEpYvmODaQ_nItcbhWaxFy8,511
|
| 790 |
+
numpy/typing/tests/data/fail/array_pad.pyi,sha256=ExxQs_3s8xvgEsvj6O4aGWTIc0ukXtAtUM9JUs5D6pQ,143
|
| 791 |
+
numpy/typing/tests/data/fail/arrayprint.pyi,sha256=TzEdr6oiRnYV1ZOGAYS6zzDWuRHl-aV8e407NnMzlxg,543
|
| 792 |
+
numpy/typing/tests/data/fail/arrayterator.pyi,sha256=L2AC5qFmBrw9klehdV7d7gHvKpPX-7H1Iz9wryDQVQA,477
|
| 793 |
+
numpy/typing/tests/data/fail/bitwise_ops.pyi,sha256=R-h3fWesS5CxenzKEYuyr2IpqSyMlGHQOAlro_smez4,397
|
| 794 |
+
numpy/typing/tests/data/fail/char.pyi,sha256=PsgOrQuNsO2TD2HohOiOt7sYbs2q08hSEWxiEuiks1E,2737
|
| 795 |
+
numpy/typing/tests/data/fail/chararray.pyi,sha256=LrTSnLGGEZrjeW_qpS-TGWz8vLVT0l7K5NdcFFucw24,2310
|
| 796 |
+
numpy/typing/tests/data/fail/comparisons.pyi,sha256=_T0ZdZ0GYV_BkOqJjIzuWEQpN0lJgCc0fvx250U4x4o,763
|
| 797 |
+
numpy/typing/tests/data/fail/constants.pyi,sha256=MnjvGyU_QKKiSZ-BzsHdojlRKz7GGvqQmu0mxbewcao,81
|
| 798 |
+
numpy/typing/tests/data/fail/datasource.pyi,sha256=JO5en3G84i6LDK5b9JRDMg2GoOn5QBFI5qp_pAvupPY,436
|
| 799 |
+
numpy/typing/tests/data/fail/dtype.pyi,sha256=TeNsugh9LvvX-u08MkROtFM_B080JZheXexyw9Wsq6E,322
|
| 800 |
+
numpy/typing/tests/data/fail/einsumfunc.pyi,sha256=DeLM2jL7ZBirjw9H2dfjXxbHwx2Y9gu3wp2NwDLYuIQ,470
|
| 801 |
+
numpy/typing/tests/data/fail/flatiter.pyi,sha256=eWphjcSJXi_EM1MTT_6kB0MgO_jy_vPJkYtk1CMz6Ec,1169
|
| 802 |
+
numpy/typing/tests/data/fail/fromnumeric.pyi,sha256=hC2Nc8tUVV5-i43ak0WzB2wejwPsn2yIgQ6H13b_Sh8,5836
|
| 803 |
+
numpy/typing/tests/data/fail/histograms.pyi,sha256=vkSk1v1Na4VUnRlwM8sqhxqPjhg2HH_9YtXnYNEHgPM,388
|
| 804 |
+
numpy/typing/tests/data/fail/index_tricks.pyi,sha256=2VDHr1Of7fqh2uu0wf-epw7VZD2Fy0-W9ZPe1Fa87-8,531
|
| 805 |
+
numpy/typing/tests/data/fail/lib_function_base.pyi,sha256=HTiFQTO8plsdCb-F1VvA_wz50GswJhwB3od9mTDkkIE,2723
|
| 806 |
+
numpy/typing/tests/data/fail/lib_polynomial.pyi,sha256=xjpuJ7DVIRxQok6f0-CGsSVg6QQuzZmyiURslKF3ctw,966
|
| 807 |
+
numpy/typing/tests/data/fail/lib_utils.pyi,sha256=iBUetgF7F39F-yV2DBhIqvKywzK8kZoAL9N-kpR3pyk,101
|
| 808 |
+
numpy/typing/tests/data/fail/lib_version.pyi,sha256=EfAZTQpzTJ1UCY3p9envuaJUCqforENP_QP_DVWU7Do,160
|
| 809 |
+
numpy/typing/tests/data/fail/linalg.pyi,sha256=r9prpIwrCPu7pnoS2JuasfnA8TJASyJR6TCUfYaYAG0,1592
|
| 810 |
+
numpy/typing/tests/data/fail/ma.pyi,sha256=bj3awspyo8Cla0q39oY9G6UQGBddG5RGTewTYAO4lcQ,7161
|
| 811 |
+
numpy/typing/tests/data/fail/memmap.pyi,sha256=U8_bCFw8m8x7ZlWSpYmmKpC1BS8oCEwUEdUgCRf2FSg,174
|
| 812 |
+
numpy/typing/tests/data/fail/modules.pyi,sha256=f14qw9HXlwJ7FARKYxNhaPou8OZ8mQXsU4P9cpFxbWI,620
|
| 813 |
+
numpy/typing/tests/data/fail/multiarray.pyi,sha256=qPGgrMMc0-SLuHJk1k_RaiPvs3CO-Ob6B9vFOKaFr44,1718
|
| 814 |
+
numpy/typing/tests/data/fail/ndarray.pyi,sha256=8wZpNNatpxbxNu8G2N_R0P-3UVZLVE_z6ZGmdndSWPM,392
|
| 815 |
+
numpy/typing/tests/data/fail/ndarray_misc.pyi,sha256=S5wtoAY-Y1f7MM7kjW4OOMtJnuF5uLTvCll21nJgyvc,1451
|
| 816 |
+
numpy/typing/tests/data/fail/nditer.pyi,sha256=Sp3-l4RWopWY5ekm7yoINo4UhVYaKl9vW56aV14QDcc,332
|
| 817 |
+
numpy/typing/tests/data/fail/nested_sequence.pyi,sha256=RZOHSAb-tA5eihm-dsD-r2WJqKaX-JbQ-fek0hw94nY,481
|
| 818 |
+
numpy/typing/tests/data/fail/npyio.pyi,sha256=RrjdSUJE-K_dOF8Or_5bfpT2LYgFgHbS9fwVmWuJCBg,626
|
| 819 |
+
numpy/typing/tests/data/fail/numerictypes.pyi,sha256=igYnLB91EuhrNDihL9IxwlM_xhwphCgMjWimzDaSNrk,129
|
| 820 |
+
numpy/typing/tests/data/fail/random.pyi,sha256=ng4fxmdk1RFQdn3PNF7qSO2c2hVxQ07lwYwQGrSPsKQ,2965
|
| 821 |
+
numpy/typing/tests/data/fail/rec.pyi,sha256=HkJQLYK6u8thA6alMB4pUeMBPXr6mgnqqTYmXSiM2PM,758
|
| 822 |
+
numpy/typing/tests/data/fail/scalars.pyi,sha256=3ryg0rO8QAcUsN1VrXDnVp43AUSGBoEczk2Vm2BAl6Q,2924
|
| 823 |
+
numpy/typing/tests/data/fail/shape.pyi,sha256=0uCGDpXresJPxRTEgNH8bP_FvCT0wV8Ob5Bu2_ZS428,139
|
| 824 |
+
numpy/typing/tests/data/fail/shape_base.pyi,sha256=jfOTNjSqDVIGlAmwbORYfifftjvW-W4ngMRP883oSrU,165
|
| 825 |
+
numpy/typing/tests/data/fail/stride_tricks.pyi,sha256=kjsv-sHn8i-oxtLUcpeIrOzS00Hk6Af8clqnY-vwg6A,339
|
| 826 |
+
numpy/typing/tests/data/fail/strings.pyi,sha256=T7nJ-2UqEa2ld_bZW4king8PnAG9w9LompbD9rtIb7Y,2385
|
| 827 |
+
numpy/typing/tests/data/fail/testing.pyi,sha256=zBTsTLi6xASHSeRK4f9ub1810m33xrb2qFyGvH93iqo,1427
|
| 828 |
+
numpy/typing/tests/data/fail/twodim_base.pyi,sha256=XqAijZdegv0eHZ4pZPTo9ruwkVaMT168nbqyZV0HcHM,1171
|
| 829 |
+
numpy/typing/tests/data/fail/type_check.pyi,sha256=u65AFyNm-J4gQu1brfsGuyJ1pN8tDJQxtRSYDxebUfE,382
|
| 830 |
+
numpy/typing/tests/data/fail/ufunc_config.pyi,sha256=G17kqlgWREHukftCiDnCBRDjum5H1f8UIIifakzNBZc,610
|
| 831 |
+
numpy/typing/tests/data/fail/ufunclike.pyi,sha256=7dpF86m9EeY_69dl_zX0joQvFIpKPXGQRRUJOipWTOw,670
|
| 832 |
+
numpy/typing/tests/data/fail/ufuncs.pyi,sha256=7fKHGG69SFRRkqO5I-QqV-pVkQ3LTCPWgwgzOHGmhwI,522
|
| 833 |
+
numpy/typing/tests/data/fail/warnings_and_errors.pyi,sha256=kKR53mZ3zy1-JmyGgmWjBmJw04ipqnTzqu9B4nU5OlQ,205
|
| 834 |
+
numpy/typing/tests/data/misc/extended_precision.pyi,sha256=g80l5fCRis1PKm55PutBymIhrs-v3vYF2d5ZqiajcbI,331
|
| 835 |
+
numpy/typing/tests/data/mypy.ini,sha256=6Uoh_q6A2Jod1K_65IRTcaDffDktTEIK6FaUHHzCWPA,222
|
| 836 |
+
numpy/typing/tests/data/pass/arithmetic.py,sha256=HuUKU7DSCqnO9oCLKQloFSTTgp4JBdhfyg6bp-lZdNU,8380
|
| 837 |
+
numpy/typing/tests/data/pass/array_constructors.py,sha256=NXGxCHOAeh8uxlP46EUnbo_PXl0OX62WnAgBvrDvZno,2586
|
| 838 |
+
numpy/typing/tests/data/pass/array_like.py,sha256=VWGx8wSe5z5XR2uOkNVvYNhMMkaBbhLdQHVlixbl4nM,1075
|
| 839 |
+
numpy/typing/tests/data/pass/arrayprint.py,sha256=NTw1gJ9v3TDVwRov4zsg_27rI-ndKuG4mDidBWEKVyc,803
|
| 840 |
+
numpy/typing/tests/data/pass/arrayterator.py,sha256=qPyDI_38M155brLW25CyVnf6-2Zfn0MEnj8NqadpEgA,422
|
| 841 |
+
numpy/typing/tests/data/pass/bitwise_ops.py,sha256=i5NHgKmg2q27z6mlCjKjO3haydGRPZmUL3Js-5jAt20,1090
|
| 842 |
+
numpy/typing/tests/data/pass/comparisons.py,sha256=gWDQU6bGY09YVG9MEYLjkJH9pdOGql1PFN6h-5pJNEI,3606
|
| 843 |
+
numpy/typing/tests/data/pass/dtype.py,sha256=YRsTwKEQ5iJtdKCEQIybU_nL8z8Wq9hU-BZmEO7HjQE,1127
|
| 844 |
+
numpy/typing/tests/data/pass/einsumfunc.py,sha256=CXdLvQsU2iDqQc7d2TRRCSwguQzJ0SJDFn23SDeOOuY,1406
|
| 845 |
+
numpy/typing/tests/data/pass/flatiter.py,sha256=JWG5gQ9RqSDrg9V2KlSgGtANnB7JDRFJM9e14wJ0Y_g,288
|
| 846 |
+
numpy/typing/tests/data/pass/fromnumeric.py,sha256=bP0hEQYYQJOn7-ce0rAf8cvuxZX3Ja6GSSlCtNhEBUM,4263
|
| 847 |
+
numpy/typing/tests/data/pass/index_tricks.py,sha256=ymUrTbHcpYRgAPVxhwdXF0f_1aFBDBZEp_Ue3BxddZE,1466
|
| 848 |
+
numpy/typing/tests/data/pass/lib_user_array.py,sha256=qvCmq32uZlgGL76u8sygvguBiTphLrt8X-mVaYnex0A,640
|
| 849 |
+
numpy/typing/tests/data/pass/lib_utils.py,sha256=XEc0v7bwES-C5D4GkSJQSSTSAl5ng7tq6tCWj3jxbCM,336
|
| 850 |
+
numpy/typing/tests/data/pass/lib_version.py,sha256=TlLZK8sekCMm__WWo22FZfZc40zpczENf6y_TNjBpCw,317
|
| 851 |
+
numpy/typing/tests/data/pass/literal.py,sha256=wZ7S1bDJFyTkrQbgYRSXZGobU976J2F_620-lv_hZTk,1561
|
| 852 |
+
numpy/typing/tests/data/pass/ma.py,sha256=_gssQTkMQTtFIec3A9OSSk50o_LHhFp1vp3jBlvkuIs,4121
|
| 853 |
+
numpy/typing/tests/data/pass/mod.py,sha256=IZbpRvH19U4hbLJfm0CKyyihJ9bv-g561cYr74bDlao,1720
|
| 854 |
+
numpy/typing/tests/data/pass/modules.py,sha256=buzLurat4TIGmJuW3mGsGk7dKNmpBDfQOWWQXFfb9Uc,670
|
| 855 |
+
numpy/typing/tests/data/pass/multiarray.py,sha256=OGU_AH571v22-L_IHGNRdd4XcbqlZXtZLxZLYZdiBqs,1456
|
| 856 |
+
numpy/typing/tests/data/pass/ndarray_conversion.py,sha256=5Sy_SGRL_Nkb9j0yhsj0DtN9ba4aBc_KRLsUZK1SyNA,1530
|
| 857 |
+
numpy/typing/tests/data/pass/ndarray_misc.py,sha256=A7PIVuXhVcN06uP_D-ZUdo_I8Xl1m74DZpjS4WLdTrY,3555
|
| 858 |
+
numpy/typing/tests/data/pass/ndarray_shape_manipulation.py,sha256=yaBK3hW5fe2VpvARkn_NMeF-JX-OajI8JiRWOA_Uk7Y,687
|
| 859 |
+
numpy/typing/tests/data/pass/nditer.py,sha256=1wpRitCNZKCC3WJVrFSh22Z1D8jP2VxQAMtzH8NcpV8,67
|
| 860 |
+
numpy/typing/tests/data/pass/numeric.py,sha256=ZWN3MW8Lk_qeqx3VC9cMOekFK21o02xnkpUJrTWYeUI,1582
|
| 861 |
+
numpy/typing/tests/data/pass/numerictypes.py,sha256=JaCjk4zQPOI67XzqGyi3dI-GUMFM2AvDuniwzSQ7_Rk,348
|
| 862 |
+
numpy/typing/tests/data/pass/random.py,sha256=zMhPsSbYUjSou6PggCqp3Q-hYDYZytT7IeF-wBAB5R0,63323
|
| 863 |
+
numpy/typing/tests/data/pass/recfunctions.py,sha256=8nqw-j8pbjUNo6f92fFjAwm57zzDLP2PrY6DehmWv8k,5138
|
| 864 |
+
numpy/typing/tests/data/pass/scalars.py,sha256=IEkuEFLTVcsPQsSqft9K3iRDJNWRoVB6r_y3m4yzGos,3974
|
| 865 |
+
numpy/typing/tests/data/pass/shape.py,sha256=oSkR0akFaIBrXFcX4D14ZiR2Yw1rHsZSoLKFL_Qjav8,458
|
| 866 |
+
numpy/typing/tests/data/pass/simple.py,sha256=F6Qi7OLrbUrcZJiBGGPEjuyvk1M7jpOaIyewTCJVW5E,2925
|
| 867 |
+
numpy/typing/tests/data/pass/ufunc_config.py,sha256=gmMTPrq8gLXJZSBQoOpJcgzIzWgMx-k_etKPV4KSTJk,1269
|
| 868 |
+
numpy/typing/tests/data/pass/ufunclike.py,sha256=9t-6R0b7HmE5jczJp0dcNOP7Iz9zaUE0918AgFfeJfY,1403
|
| 869 |
+
numpy/typing/tests/data/pass/ufuncs.py,sha256=gvdcCNoGUfN0CnQmn6k1j6ghdt8zGkJdcRcgctmU48A,438
|
| 870 |
+
numpy/typing/tests/data/pass/warnings_and_errors.py,sha256=q3c1SmMwhyYLYQsLjK02AXphk3-96YltSTdTfrElJzQ,167
|
| 871 |
+
numpy/typing/tests/data/reveal/arithmetic.pyi,sha256=JHcs_4SzHUK1uDM91UBlh2WTaXpU8ShW97TWT-RMcPA,27518
|
| 872 |
+
numpy/typing/tests/data/reveal/array_api_info.pyi,sha256=TOvbhGUiNYcKv9KQs0A4-vzM_l9vYWvDXoqBOOLo1d4,3087
|
| 873 |
+
numpy/typing/tests/data/reveal/array_constructors.pyi,sha256=SyjbTvm_2f3Ka4fsZuP0-FBuYNmiyhCXovWBc-_B0QU,14866
|
| 874 |
+
numpy/typing/tests/data/reveal/arraypad.pyi,sha256=hJeTeX66VR9hDRliaP195klegP9cmBnrZqDsEGLm30A,931
|
| 875 |
+
numpy/typing/tests/data/reveal/arrayprint.pyi,sha256=oQGscSvF8perObX6j1LduWS1eogRYyl7NM8piYuZPxc,797
|
| 876 |
+
numpy/typing/tests/data/reveal/arraysetops.pyi,sha256=-Fhtnyc-uzDT5zUlh7xSLmdkK05Y14MqpgdG38Xliu0,4485
|
| 877 |
+
numpy/typing/tests/data/reveal/arrayterator.pyi,sha256=-bqtQE71AcS2cisOcRAaDRxvp_STs41Dbzu7qUvaGRc,1054
|
| 878 |
+
numpy/typing/tests/data/reveal/bitwise_ops.pyi,sha256=z60Mwun7flBSAxDh_BHksPzPSikxvKnBkde6cRRnNuE,4803
|
| 879 |
+
numpy/typing/tests/data/reveal/char.pyi,sha256=KekJM9d_iNnAa9OU98yiWrR7bJ4ZpxvUr04mVkWOdrA,11777
|
| 880 |
+
numpy/typing/tests/data/reveal/chararray.pyi,sha256=vxQbEhNEOX6SghlIBBtJLNIc5XTiP_msVTRqBHja4gw,5403
|
| 881 |
+
numpy/typing/tests/data/reveal/comparisons.pyi,sha256=h0PYWf2F-mRNAK7e_3H4-hu0msj2KxU3xaHb2aoqFnc,7445
|
| 882 |
+
numpy/typing/tests/data/reveal/constants.pyi,sha256=DHycCQpNsu52JrhZ_Qds7f0F4U0rD4zWaVMOLwWR08o,347
|
| 883 |
+
numpy/typing/tests/data/reveal/ctypeslib.pyi,sha256=TuMyVAki_VnT2jYiCGPNOvb9W3iWGL2sKKkbKul_5P0,4215
|
| 884 |
+
numpy/typing/tests/data/reveal/datasource.pyi,sha256=07PFHAOF4kL5Wqq5pt1IKvx6VPYBZ9IK1_WXo_3II1E,606
|
| 885 |
+
numpy/typing/tests/data/reveal/dtype.pyi,sha256=psnbSgAYVrU3MXJyV470NjQeqbdd9Re6q4_3n334ETg,4865
|
| 886 |
+
numpy/typing/tests/data/reveal/einsumfunc.pyi,sha256=R-ve3Dda6S1ewKjlDoQ1XWx4Adj-JxFe9TFdrPeX2sA,1965
|
| 887 |
+
numpy/typing/tests/data/reveal/emath.pyi,sha256=HGPBuE6CTTSHirCCQMklDGkvamoIILqpREfP9NJh49I,2179
|
| 888 |
+
numpy/typing/tests/data/reveal/fft.pyi,sha256=uNGippaypaPH9ZmwaOXwPdHXDh_TW4BJlEkv9idK08Y,1638
|
| 889 |
+
numpy/typing/tests/data/reveal/flatiter.pyi,sha256=WptTeykBGKmYBKse08jQ2nlP_706LL8qaqhm3IHjLT0,3348
|
| 890 |
+
numpy/typing/tests/data/reveal/fromnumeric.pyi,sha256=FZNJHn7P-ddjrSSSUr-3qqWShbiGC5qkodDXXfvHp24,15526
|
| 891 |
+
numpy/typing/tests/data/reveal/getlimits.pyi,sha256=DoHEcyug87JBCouEKZrf2pF2vliRF9rcQenn0Nd8MKo,1639
|
| 892 |
+
numpy/typing/tests/data/reveal/histograms.pyi,sha256=2l6Af9c4cru2C6xSuL0iqW78OqEo4nrWFqARC5nA0Xo,1282
|
| 893 |
+
numpy/typing/tests/data/reveal/index_tricks.pyi,sha256=UoYlUdqV2jgImmKFDOkLECoLN1ZuTWs7P0VLczBi8a8,3311
|
| 894 |
+
numpy/typing/tests/data/reveal/lib_function_base.pyi,sha256=mq7dYJPYd98XqBnc_n1V6JgX2HvgoB8Q_weGyUC8TjA,20372
|
| 895 |
+
numpy/typing/tests/data/reveal/lib_polynomial.pyi,sha256=fpINlyW5XcQl5I2sjXbb6REu8qosYsemET_GxjBAOtY,5849
|
| 896 |
+
numpy/typing/tests/data/reveal/lib_utils.pyi,sha256=0mEaIvr9BkYx2Gmmj7M0vvG_o4c0TgD0uU8uJsY7Jl0,453
|
| 897 |
+
numpy/typing/tests/data/reveal/lib_version.pyi,sha256=5-H7IY5M-OT0Wu7d0FhO95s5jYafpMb2s-sYPNEisaQ,592
|
| 898 |
+
numpy/typing/tests/data/reveal/linalg.pyi,sha256=4kzgLlgrDlYjvNlzosyqdJ2AV83AJqJsr08aZcGRl-4,7346
|
| 899 |
+
numpy/typing/tests/data/reveal/ma.pyi,sha256=vfKs_ua565soL5Ik4M_RMNbd3EbNx_vKNXSKh32qhaY,51706
|
| 900 |
+
numpy/typing/tests/data/reveal/matrix.pyi,sha256=xyhYRFmQUL9GdFmZnWNLPJPaRRmjJLdpozP6uUBHnUE,2903
|
| 901 |
+
numpy/typing/tests/data/reveal/memmap.pyi,sha256=KdMkvJgXmWwOAE6H0BKQjB-A3go2keJAem59FUJtmVM,738
|
| 902 |
+
numpy/typing/tests/data/reveal/mod.pyi,sha256=4d8e_54VcJJKaSHy_vVwLzQ25Nt6GJ5qHxFIxkkl0ec,7356
|
| 903 |
+
numpy/typing/tests/data/reveal/modules.pyi,sha256=dgB-VZ5GQpABSsnAsnwfUx781fv7dia3TrDnguVippg,1909
|
| 904 |
+
numpy/typing/tests/data/reveal/multiarray.pyi,sha256=C_u26_2lvuhh3x5zy-qQctGO1ks1gMsC_pQ3DtXhu5o,8250
|
| 905 |
+
numpy/typing/tests/data/reveal/nbit_base_example.pyi,sha256=9eWyNVc8VjggFJ112bPPKx5MOTLr5iurhIaETKjDc0s,694
|
| 906 |
+
numpy/typing/tests/data/reveal/ndarray_assignability.pyi,sha256=F01Uub9Ect05XD8qz18nWpZ3AzhnTt-Ti8wsROZ1HWg,2993
|
| 907 |
+
numpy/typing/tests/data/reveal/ndarray_conversion.pyi,sha256=KQIltfDd9yLcDTg86NCRDzQjOHXn1e6sYEQX3PcYb64,3335
|
| 908 |
+
numpy/typing/tests/data/reveal/ndarray_misc.pyi,sha256=um6vXze3eHUfMB_yWg9TFuIT4lKhB-o-YXgSLThtiEE,8937
|
| 909 |
+
numpy/typing/tests/data/reveal/ndarray_shape_manipulation.pyi,sha256=xMPirePw0fwNYuTpnts3Bpt-CxorAUaF0ea0oopzgM8,1745
|
| 910 |
+
numpy/typing/tests/data/reveal/nditer.pyi,sha256=eHIBPj1I75kErxXsTi0CQEjcJ_WvHXIx7QzEeTmxYDk,1947
|
| 911 |
+
numpy/typing/tests/data/reveal/nested_sequence.pyi,sha256=aRkKbnRxI2A-xkg8iQZWOHU7672PlyMNpUHIkONymLw,637
|
| 912 |
+
numpy/typing/tests/data/reveal/npyio.pyi,sha256=KA_lenEDj92tycocaW9y4Bz_jpZ5gsbHPxhYFn5nBDw,3583
|
| 913 |
+
numpy/typing/tests/data/reveal/numeric.pyi,sha256=CivGCAYe2BlStSBMhO2hRUtmqFfRFrhuj97aK0PpQ-0,9242
|
| 914 |
+
numpy/typing/tests/data/reveal/numerictypes.pyi,sha256=5ouW5fRTVciZdx0svYChyTsWcmwPpqZqhmlfpdpa8b0,584
|
| 915 |
+
numpy/typing/tests/data/reveal/polynomial_polybase.pyi,sha256=1zRBBhPgpZXTa2jJtXGDfVQL5L4zxozjSZ0MgQsdgnM,7843
|
| 916 |
+
numpy/typing/tests/data/reveal/polynomial_polyutils.pyi,sha256=vo7CfyWW7vuMhbyI95u53yS9t6ADyc2lGBJOtHbYD6c,10837
|
| 917 |
+
numpy/typing/tests/data/reveal/polynomial_series.pyi,sha256=ppgLW-xn2DpkLOP8vfteKTmtCrAErE5k6_m6IbzNIm4,7018
|
| 918 |
+
numpy/typing/tests/data/reveal/random.pyi,sha256=JlNcrkvVoyI8uezvQ9BBCTtFoVQPRgZ5zPXKiDdCFwo,105842
|
| 919 |
+
numpy/typing/tests/data/reveal/rec.pyi,sha256=2Pr6-v4uSA_t13cYdLr2sKQSb1Ko9YuZQS-_UUAZwFo,3549
|
| 920 |
+
numpy/typing/tests/data/reveal/scalars.pyi,sha256=SZ3zC7GNT-DeRXlLhz9_jvRY-TNSQvFqxXCdH3pL4HE,6569
|
| 921 |
+
numpy/typing/tests/data/reveal/shape.pyi,sha256=9IilbiRez0Lbu7Zv_HvqdEwQhjRLzcbnKm-4wnG6d9c,275
|
| 922 |
+
numpy/typing/tests/data/reveal/shape_base.pyi,sha256=1_G5HGC45IFPnetUyXXnyIhJYjNu0Mf7AEEtSz3QrmI,2058
|
| 923 |
+
numpy/typing/tests/data/reveal/stride_tricks.pyi,sha256=PqrKANjOAnn_CQ2CjERvonBbM89PjhZpgnekiQpT04k,1342
|
| 924 |
+
numpy/typing/tests/data/reveal/strings.pyi,sha256=D2r-lCrWhVM3HQ8X2cjLT2cwujxYLOb1ASrnHs2qPD8,9743
|
| 925 |
+
numpy/typing/tests/data/reveal/testing.pyi,sha256=w2dTmMJnGi_jtBtCMjnUTqnrGLiYAvsksrTIwzk41HE,9031
|
| 926 |
+
numpy/typing/tests/data/reveal/twodim_base.pyi,sha256=4devsums2EaY0qVWJxJG8kopVXHxYHC_uV9cj_ml_4k,7700
|
| 927 |
+
numpy/typing/tests/data/reveal/type_check.pyi,sha256=3on6Yhb-vylW0Etlpl_VP6bevzBipPn8J8W6EVE66eU,2459
|
| 928 |
+
numpy/typing/tests/data/reveal/ufunc_config.pyi,sha256=fhhSCMGh5L2WU9x8DGHF3dxHugJEkIKiwf_J5mq62Js,1190
|
| 929 |
+
numpy/typing/tests/data/reveal/ufunclike.pyi,sha256=FrHumRFEU0_Ji-0HIIoOx1oHriVaTXKpNzLqiudAIcI,1377
|
| 930 |
+
numpy/typing/tests/data/reveal/ufuncs.pyi,sha256=Bn60mPM7tO4Uv1dgSRY8OgT_NvmW75BhnKTQfvZsey4,6487
|
| 931 |
+
numpy/typing/tests/data/reveal/warnings_and_errors.pyi,sha256=kdpx5u0-zsWOPcsnciaqsACr7OKUuFWmMeMCizZDun8,460
|
| 932 |
+
numpy/typing/tests/test_isfile.py,sha256=US1HhRtoDrAmlY_RuoE7ILspD0ujMifE5dydGhligTM,1085
|
| 933 |
+
numpy/typing/tests/test_runtime.py,sha256=CoPFvSUANjIF7-3kPOxGXmzH6kSDFrqPq6u0__nbxXE,3186
|
| 934 |
+
numpy/typing/tests/test_typing.py,sha256=j6wK6nH2Jx9V8ijLJrr8QdJjDv3NbJKCrEUNF0j7AxE,6494
|
| 935 |
+
numpy/version.py,sha256=H5pPt3PDvCZsmR2otyr6hJugF1d3C_4aY8jmOknnXQ8,304
|
| 936 |
+
numpy/version.pyi,sha256=-JbleHX_16pnboC4DmzPym2X1EcI-w5cRoH0utivI34,278
|
engine_rust_src/.venv/Lib/site-packages/numpy-2.4.1.dist-info/REQUESTED
ADDED
|
File without changes
|
engine_rust_src/.venv/Lib/site-packages/numpy-2.4.1.dist-info/WHEEL
ADDED
|
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Wheel-Version: 1.0
|
| 2 |
+
Generator: meson
|
| 3 |
+
Root-Is-Purelib: false
|
| 4 |
+
Tag: cp313-cp313-win_amd64
|
engine_rust_src/.venv/Lib/site-packages/numpy-2.4.1.dist-info/entry_points.txt
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
[pkg_config]
|
| 2 |
+
numpy = numpy._core.lib.pkgconfig
|
| 3 |
+
|
| 4 |
+
[array_api]
|
| 5 |
+
numpy = numpy
|
| 6 |
+
|
| 7 |
+
[pyinstaller40]
|
| 8 |
+
hook-dirs = numpy:_pyinstaller_hooks_dir
|
| 9 |
+
|
| 10 |
+
[console_scripts]
|
| 11 |
+
f2py = numpy.f2py.f2py2e:main
|
| 12 |
+
numpy-config = numpy._configtool:main
|
| 13 |
+
|
engine_rust_src/.venv/Lib/site-packages/numpy-2.4.1.dist-info/licenses/LICENSE.txt
ADDED
|
@@ -0,0 +1,914 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Copyright (c) 2005-2025, NumPy Developers.
|
| 2 |
+
All rights reserved.
|
| 3 |
+
|
| 4 |
+
Redistribution and use in source and binary forms, with or without
|
| 5 |
+
modification, are permitted provided that the following conditions are
|
| 6 |
+
met:
|
| 7 |
+
|
| 8 |
+
* Redistributions of source code must retain the above copyright
|
| 9 |
+
notice, this list of conditions and the following disclaimer.
|
| 10 |
+
|
| 11 |
+
* Redistributions in binary form must reproduce the above
|
| 12 |
+
copyright notice, this list of conditions and the following
|
| 13 |
+
disclaimer in the documentation and/or other materials provided
|
| 14 |
+
with the distribution.
|
| 15 |
+
|
| 16 |
+
* Neither the name of the NumPy Developers nor the names of any
|
| 17 |
+
contributors may be used to endorse or promote products derived
|
| 18 |
+
from this software without specific prior written permission.
|
| 19 |
+
|
| 20 |
+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
| 21 |
+
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
|
| 22 |
+
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
|
| 23 |
+
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
|
| 24 |
+
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
| 25 |
+
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
|
| 26 |
+
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
|
| 27 |
+
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
|
| 28 |
+
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
| 29 |
+
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
| 30 |
+
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| 31 |
+
|
| 32 |
+
----
|
| 33 |
+
|
| 34 |
+
|
| 35 |
+
----
|
| 36 |
+
|
| 37 |
+
This binary distribution of NumPy also bundles the following software:
|
| 38 |
+
|
| 39 |
+
|
| 40 |
+
Name: OpenBLAS
|
| 41 |
+
Files: numpy.libs\libscipy_openblas*.dll
|
| 42 |
+
Description: bundled as a dynamically linked library
|
| 43 |
+
Availability: https://github.com/OpenMathLib/OpenBLAS/
|
| 44 |
+
License: BSD-3-Clause
|
| 45 |
+
Copyright (c) 2011-2014, The OpenBLAS Project
|
| 46 |
+
All rights reserved.
|
| 47 |
+
|
| 48 |
+
Redistribution and use in source and binary forms, with or without
|
| 49 |
+
modification, are permitted provided that the following conditions are
|
| 50 |
+
met:
|
| 51 |
+
|
| 52 |
+
1. Redistributions of source code must retain the above copyright
|
| 53 |
+
notice, this list of conditions and the following disclaimer.
|
| 54 |
+
|
| 55 |
+
2. Redistributions in binary form must reproduce the above copyright
|
| 56 |
+
notice, this list of conditions and the following disclaimer in
|
| 57 |
+
the documentation and/or other materials provided with the
|
| 58 |
+
distribution.
|
| 59 |
+
3. Neither the name of the OpenBLAS project nor the names of
|
| 60 |
+
its contributors may be used to endorse or promote products
|
| 61 |
+
derived from this software without specific prior written
|
| 62 |
+
permission.
|
| 63 |
+
|
| 64 |
+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
|
| 65 |
+
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
| 66 |
+
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
|
| 67 |
+
ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
|
| 68 |
+
LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
|
| 69 |
+
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
|
| 70 |
+
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
|
| 71 |
+
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
|
| 72 |
+
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE
|
| 73 |
+
USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| 74 |
+
|
| 75 |
+
|
| 76 |
+
Name: LAPACK
|
| 77 |
+
Files: numpy.libs\libscipy_openblas*.dll
|
| 78 |
+
Description: bundled in OpenBLAS
|
| 79 |
+
Availability: https://github.com/OpenMathLib/OpenBLAS/
|
| 80 |
+
License: BSD-3-Clause-Open-MPI
|
| 81 |
+
Copyright (c) 1992-2013 The University of Tennessee and The University
|
| 82 |
+
of Tennessee Research Foundation. All rights
|
| 83 |
+
reserved.
|
| 84 |
+
Copyright (c) 2000-2013 The University of California Berkeley. All
|
| 85 |
+
rights reserved.
|
| 86 |
+
Copyright (c) 2006-2013 The University of Colorado Denver. All rights
|
| 87 |
+
reserved.
|
| 88 |
+
|
| 89 |
+
$COPYRIGHT$
|
| 90 |
+
|
| 91 |
+
Additional copyrights may follow
|
| 92 |
+
|
| 93 |
+
$HEADER$
|
| 94 |
+
|
| 95 |
+
Redistribution and use in source and binary forms, with or without
|
| 96 |
+
modification, are permitted provided that the following conditions are
|
| 97 |
+
met:
|
| 98 |
+
|
| 99 |
+
- Redistributions of source code must retain the above copyright
|
| 100 |
+
notice, this list of conditions and the following disclaimer.
|
| 101 |
+
|
| 102 |
+
- Redistributions in binary form must reproduce the above copyright
|
| 103 |
+
notice, this list of conditions and the following disclaimer listed
|
| 104 |
+
in this license in the documentation and/or other materials
|
| 105 |
+
provided with the distribution.
|
| 106 |
+
|
| 107 |
+
- Neither the name of the copyright holders nor the names of its
|
| 108 |
+
contributors may be used to endorse or promote products derived from
|
| 109 |
+
this software without specific prior written permission.
|
| 110 |
+
|
| 111 |
+
The copyright holders provide no reassurances that the source code
|
| 112 |
+
provided does not infringe any patent, copyright, or any other
|
| 113 |
+
intellectual property rights of third parties. The copyright holders
|
| 114 |
+
disclaim any liability to any recipient for claims brought against
|
| 115 |
+
recipient by any third party for infringement of that parties
|
| 116 |
+
intellectual property rights.
|
| 117 |
+
|
| 118 |
+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
| 119 |
+
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
|
| 120 |
+
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
|
| 121 |
+
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
|
| 122 |
+
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
| 123 |
+
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
|
| 124 |
+
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
|
| 125 |
+
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
|
| 126 |
+
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
| 127 |
+
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
| 128 |
+
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| 129 |
+
|
| 130 |
+
|
| 131 |
+
Name: GCC runtime library
|
| 132 |
+
Files: numpy.libs\libscipy_openblas*.dll
|
| 133 |
+
Description: statically linked to files compiled with gcc
|
| 134 |
+
Availability: https://gcc.gnu.org/git/?p=gcc.git;a=tree;f=libgfortran
|
| 135 |
+
License: GPL-3.0-or-later WITH GCC-exception-3.1
|
| 136 |
+
Copyright (C) 2002-2017 Free Software Foundation, Inc.
|
| 137 |
+
|
| 138 |
+
Libgfortran is free software; you can redistribute it and/or modify
|
| 139 |
+
it under the terms of the GNU General Public License as published by
|
| 140 |
+
the Free Software Foundation; either version 3, or (at your option)
|
| 141 |
+
any later version.
|
| 142 |
+
|
| 143 |
+
Libgfortran is distributed in the hope that it will be useful,
|
| 144 |
+
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
| 145 |
+
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
| 146 |
+
GNU General Public License for more details.
|
| 147 |
+
|
| 148 |
+
Under Section 7 of GPL version 3, you are granted additional
|
| 149 |
+
permissions described in the GCC Runtime Library Exception, version
|
| 150 |
+
3.1, as published by the Free Software Foundation.
|
| 151 |
+
|
| 152 |
+
You should have received a copy of the GNU General Public License and
|
| 153 |
+
a copy of the GCC Runtime Library Exception along with this program;
|
| 154 |
+
see the files COPYING3 and COPYING.RUNTIME respectively. If not, see
|
| 155 |
+
<http://www.gnu.org/licenses/>.
|
| 156 |
+
|
| 157 |
+
----
|
| 158 |
+
|
| 159 |
+
Full text of license texts referred to above follows (that they are
|
| 160 |
+
listed below does not necessarily imply the conditions apply to the
|
| 161 |
+
present binary release):
|
| 162 |
+
|
| 163 |
+
----
|
| 164 |
+
|
| 165 |
+
GCC RUNTIME LIBRARY EXCEPTION
|
| 166 |
+
|
| 167 |
+
Version 3.1, 31 March 2009
|
| 168 |
+
|
| 169 |
+
Copyright (C) 2009 Free Software Foundation, Inc. <https://fsf.org/>
|
| 170 |
+
|
| 171 |
+
Everyone is permitted to copy and distribute verbatim copies of this
|
| 172 |
+
license document, but changing it is not allowed.
|
| 173 |
+
|
| 174 |
+
This GCC Runtime Library Exception ("Exception") is an additional
|
| 175 |
+
permission under section 7 of the GNU General Public License, version
|
| 176 |
+
3 ("GPLv3"). It applies to a given file (the "Runtime Library") that
|
| 177 |
+
bears a notice placed by the copyright holder of the file stating that
|
| 178 |
+
the file is governed by GPLv3 along with this Exception.
|
| 179 |
+
|
| 180 |
+
When you use GCC to compile a program, GCC may combine portions of
|
| 181 |
+
certain GCC header files and runtime libraries with the compiled
|
| 182 |
+
program. The purpose of this Exception is to allow compilation of
|
| 183 |
+
non-GPL (including proprietary) programs to use, in this way, the
|
| 184 |
+
header files and runtime libraries covered by this Exception.
|
| 185 |
+
|
| 186 |
+
0. Definitions.
|
| 187 |
+
|
| 188 |
+
A file is an "Independent Module" if it either requires the Runtime
|
| 189 |
+
Library for execution after a Compilation Process, or makes use of an
|
| 190 |
+
interface provided by the Runtime Library, but is not otherwise based
|
| 191 |
+
on the Runtime Library.
|
| 192 |
+
|
| 193 |
+
"GCC" means a version of the GNU Compiler Collection, with or without
|
| 194 |
+
modifications, governed by version 3 (or a specified later version) of
|
| 195 |
+
the GNU General Public License (GPL) with the option of using any
|
| 196 |
+
subsequent versions published by the FSF.
|
| 197 |
+
|
| 198 |
+
"GPL-compatible Software" is software whose conditions of propagation,
|
| 199 |
+
modification and use would permit combination with GCC in accord with
|
| 200 |
+
the license of GCC.
|
| 201 |
+
|
| 202 |
+
"Target Code" refers to output from any compiler for a real or virtual
|
| 203 |
+
target processor architecture, in executable form or suitable for
|
| 204 |
+
input to an assembler, loader, linker and/or execution
|
| 205 |
+
phase. Notwithstanding that, Target Code does not include data in any
|
| 206 |
+
format that is used as a compiler intermediate representation, or used
|
| 207 |
+
for producing a compiler intermediate representation.
|
| 208 |
+
|
| 209 |
+
The "Compilation Process" transforms code entirely represented in
|
| 210 |
+
non-intermediate languages designed for human-written code, and/or in
|
| 211 |
+
Java Virtual Machine byte code, into Target Code. Thus, for example,
|
| 212 |
+
use of source code generators and preprocessors need not be considered
|
| 213 |
+
part of the Compilation Process, since the Compilation Process can be
|
| 214 |
+
understood as starting with the output of the generators or
|
| 215 |
+
preprocessors.
|
| 216 |
+
|
| 217 |
+
A Compilation Process is "Eligible" if it is done using GCC, alone or
|
| 218 |
+
with other GPL-compatible software, or if it is done without using any
|
| 219 |
+
work based on GCC. For example, using non-GPL-compatible Software to
|
| 220 |
+
optimize any GCC intermediate representations would not qualify as an
|
| 221 |
+
Eligible Compilation Process.
|
| 222 |
+
|
| 223 |
+
1. Grant of Additional Permission.
|
| 224 |
+
|
| 225 |
+
You have permission to propagate a work of Target Code formed by
|
| 226 |
+
combining the Runtime Library with Independent Modules, even if such
|
| 227 |
+
propagation would otherwise violate the terms of GPLv3, provided that
|
| 228 |
+
all Target Code was generated by Eligible Compilation Processes. You
|
| 229 |
+
may then convey such a combination under terms of your choice,
|
| 230 |
+
consistent with the licensing of the Independent Modules.
|
| 231 |
+
|
| 232 |
+
2. No Weakening of GCC Copyleft.
|
| 233 |
+
|
| 234 |
+
The availability of this Exception does not imply any general
|
| 235 |
+
presumption that third-party software is unaffected by the copyleft
|
| 236 |
+
requirements of the license of GCC.
|
| 237 |
+
|
| 238 |
+
----
|
| 239 |
+
|
| 240 |
+
GNU GENERAL PUBLIC LICENSE
|
| 241 |
+
Version 3, 29 June 2007
|
| 242 |
+
|
| 243 |
+
Copyright (C) 2007 Free Software Foundation, Inc. <https://fsf.org/>
|
| 244 |
+
Everyone is permitted to copy and distribute verbatim copies
|
| 245 |
+
of this license document, but changing it is not allowed.
|
| 246 |
+
|
| 247 |
+
Preamble
|
| 248 |
+
|
| 249 |
+
The GNU General Public License is a free, copyleft license for
|
| 250 |
+
software and other kinds of works.
|
| 251 |
+
|
| 252 |
+
The licenses for most software and other practical works are designed
|
| 253 |
+
to take away your freedom to share and change the works. By contrast,
|
| 254 |
+
the GNU General Public License is intended to guarantee your freedom to
|
| 255 |
+
share and change all versions of a program--to make sure it remains free
|
| 256 |
+
software for all its users. We, the Free Software Foundation, use the
|
| 257 |
+
GNU General Public License for most of our software; it applies also to
|
| 258 |
+
any other work released this way by its authors. You can apply it to
|
| 259 |
+
your programs, too.
|
| 260 |
+
|
| 261 |
+
When we speak of free software, we are referring to freedom, not
|
| 262 |
+
price. Our General Public Licenses are designed to make sure that you
|
| 263 |
+
have the freedom to distribute copies of free software (and charge for
|
| 264 |
+
them if you wish), that you receive source code or can get it if you
|
| 265 |
+
want it, that you can change the software or use pieces of it in new
|
| 266 |
+
free programs, and that you know you can do these things.
|
| 267 |
+
|
| 268 |
+
To protect your rights, we need to prevent others from denying you
|
| 269 |
+
these rights or asking you to surrender the rights. Therefore, you have
|
| 270 |
+
certain responsibilities if you distribute copies of the software, or if
|
| 271 |
+
you modify it: responsibilities to respect the freedom of others.
|
| 272 |
+
|
| 273 |
+
For example, if you distribute copies of such a program, whether
|
| 274 |
+
gratis or for a fee, you must pass on to the recipients the same
|
| 275 |
+
freedoms that you received. You must make sure that they, too, receive
|
| 276 |
+
or can get the source code. And you must show them these terms so they
|
| 277 |
+
know their rights.
|
| 278 |
+
|
| 279 |
+
Developers that use the GNU GPL protect your rights with two steps:
|
| 280 |
+
(1) assert copyright on the software, and (2) offer you this License
|
| 281 |
+
giving you legal permission to copy, distribute and/or modify it.
|
| 282 |
+
|
| 283 |
+
For the developers' and authors' protection, the GPL clearly explains
|
| 284 |
+
that there is no warranty for this free software. For both users' and
|
| 285 |
+
authors' sake, the GPL requires that modified versions be marked as
|
| 286 |
+
changed, so that their problems will not be attributed erroneously to
|
| 287 |
+
authors of previous versions.
|
| 288 |
+
|
| 289 |
+
Some devices are designed to deny users access to install or run
|
| 290 |
+
modified versions of the software inside them, although the manufacturer
|
| 291 |
+
can do so. This is fundamentally incompatible with the aim of
|
| 292 |
+
protecting users' freedom to change the software. The systematic
|
| 293 |
+
pattern of such abuse occurs in the area of products for individuals to
|
| 294 |
+
use, which is precisely where it is most unacceptable. Therefore, we
|
| 295 |
+
have designed this version of the GPL to prohibit the practice for those
|
| 296 |
+
products. If such problems arise substantially in other domains, we
|
| 297 |
+
stand ready to extend this provision to those domains in future versions
|
| 298 |
+
of the GPL, as needed to protect the freedom of users.
|
| 299 |
+
|
| 300 |
+
Finally, every program is threatened constantly by software patents.
|
| 301 |
+
States should not allow patents to restrict development and use of
|
| 302 |
+
software on general-purpose computers, but in those that do, we wish to
|
| 303 |
+
avoid the special danger that patents applied to a free program could
|
| 304 |
+
make it effectively proprietary. To prevent this, the GPL assures that
|
| 305 |
+
patents cannot be used to render the program non-free.
|
| 306 |
+
|
| 307 |
+
The precise terms and conditions for copying, distribution and
|
| 308 |
+
modification follow.
|
| 309 |
+
|
| 310 |
+
TERMS AND CONDITIONS
|
| 311 |
+
|
| 312 |
+
0. Definitions.
|
| 313 |
+
|
| 314 |
+
"This License" refers to version 3 of the GNU General Public License.
|
| 315 |
+
|
| 316 |
+
"Copyright" also means copyright-like laws that apply to other kinds of
|
| 317 |
+
works, such as semiconductor masks.
|
| 318 |
+
|
| 319 |
+
"The Program" refers to any copyrightable work licensed under this
|
| 320 |
+
License. Each licensee is addressed as "you". "Licensees" and
|
| 321 |
+
"recipients" may be individuals or organizations.
|
| 322 |
+
|
| 323 |
+
To "modify" a work means to copy from or adapt all or part of the work
|
| 324 |
+
in a fashion requiring copyright permission, other than the making of an
|
| 325 |
+
exact copy. The resulting work is called a "modified version" of the
|
| 326 |
+
earlier work or a work "based on" the earlier work.
|
| 327 |
+
|
| 328 |
+
A "covered work" means either the unmodified Program or a work based
|
| 329 |
+
on the Program.
|
| 330 |
+
|
| 331 |
+
To "propagate" a work means to do anything with it that, without
|
| 332 |
+
permission, would make you directly or secondarily liable for
|
| 333 |
+
infringement under applicable copyright law, except executing it on a
|
| 334 |
+
computer or modifying a private copy. Propagation includes copying,
|
| 335 |
+
distribution (with or without modification), making available to the
|
| 336 |
+
public, and in some countries other activities as well.
|
| 337 |
+
|
| 338 |
+
To "convey" a work means any kind of propagation that enables other
|
| 339 |
+
parties to make or receive copies. Mere interaction with a user through
|
| 340 |
+
a computer network, with no transfer of a copy, is not conveying.
|
| 341 |
+
|
| 342 |
+
An interactive user interface displays "Appropriate Legal Notices"
|
| 343 |
+
to the extent that it includes a convenient and prominently visible
|
| 344 |
+
feature that (1) displays an appropriate copyright notice, and (2)
|
| 345 |
+
tells the user that there is no warranty for the work (except to the
|
| 346 |
+
extent that warranties are provided), that licensees may convey the
|
| 347 |
+
work under this License, and how to view a copy of this License. If
|
| 348 |
+
the interface presents a list of user commands or options, such as a
|
| 349 |
+
menu, a prominent item in the list meets this criterion.
|
| 350 |
+
|
| 351 |
+
1. Source Code.
|
| 352 |
+
|
| 353 |
+
The "source code" for a work means the preferred form of the work
|
| 354 |
+
for making modifications to it. "Object code" means any non-source
|
| 355 |
+
form of a work.
|
| 356 |
+
|
| 357 |
+
A "Standard Interface" means an interface that either is an official
|
| 358 |
+
standard defined by a recognized standards body, or, in the case of
|
| 359 |
+
interfaces specified for a particular programming language, one that
|
| 360 |
+
is widely used among developers working in that language.
|
| 361 |
+
|
| 362 |
+
The "System Libraries" of an executable work include anything, other
|
| 363 |
+
than the work as a whole, that (a) is included in the normal form of
|
| 364 |
+
packaging a Major Component, but which is not part of that Major
|
| 365 |
+
Component, and (b) serves only to enable use of the work with that
|
| 366 |
+
Major Component, or to implement a Standard Interface for which an
|
| 367 |
+
implementation is available to the public in source code form. A
|
| 368 |
+
"Major Component", in this context, means a major essential component
|
| 369 |
+
(kernel, window system, and so on) of the specific operating system
|
| 370 |
+
(if any) on which the executable work runs, or a compiler used to
|
| 371 |
+
produce the work, or an object code interpreter used to run it.
|
| 372 |
+
|
| 373 |
+
The "Corresponding Source" for a work in object code form means all
|
| 374 |
+
the source code needed to generate, install, and (for an executable
|
| 375 |
+
work) run the object code and to modify the work, including scripts to
|
| 376 |
+
control those activities. However, it does not include the work's
|
| 377 |
+
System Libraries, or general-purpose tools or generally available free
|
| 378 |
+
programs which are used unmodified in performing those activities but
|
| 379 |
+
which are not part of the work. For example, Corresponding Source
|
| 380 |
+
includes interface definition files associated with source files for
|
| 381 |
+
the work, and the source code for shared libraries and dynamically
|
| 382 |
+
linked subprograms that the work is specifically designed to require,
|
| 383 |
+
such as by intimate data communication or control flow between those
|
| 384 |
+
subprograms and other parts of the work.
|
| 385 |
+
|
| 386 |
+
The Corresponding Source need not include anything that users
|
| 387 |
+
can regenerate automatically from other parts of the Corresponding
|
| 388 |
+
Source.
|
| 389 |
+
|
| 390 |
+
The Corresponding Source for a work in source code form is that
|
| 391 |
+
same work.
|
| 392 |
+
|
| 393 |
+
2. Basic Permissions.
|
| 394 |
+
|
| 395 |
+
All rights granted under this License are granted for the term of
|
| 396 |
+
copyright on the Program, and are irrevocable provided the stated
|
| 397 |
+
conditions are met. This License explicitly affirms your unlimited
|
| 398 |
+
permission to run the unmodified Program. The output from running a
|
| 399 |
+
covered work is covered by this License only if the output, given its
|
| 400 |
+
content, constitutes a covered work. This License acknowledges your
|
| 401 |
+
rights of fair use or other equivalent, as provided by copyright law.
|
| 402 |
+
|
| 403 |
+
You may make, run and propagate covered works that you do not
|
| 404 |
+
convey, without conditions so long as your license otherwise remains
|
| 405 |
+
in force. You may convey covered works to others for the sole purpose
|
| 406 |
+
of having them make modifications exclusively for you, or provide you
|
| 407 |
+
with facilities for running those works, provided that you comply with
|
| 408 |
+
the terms of this License in conveying all material for which you do
|
| 409 |
+
not control copyright. Those thus making or running the covered works
|
| 410 |
+
for you must do so exclusively on your behalf, under your direction
|
| 411 |
+
and control, on terms that prohibit them from making any copies of
|
| 412 |
+
your copyrighted material outside their relationship with you.
|
| 413 |
+
|
| 414 |
+
Conveying under any other circumstances is permitted solely under
|
| 415 |
+
the conditions stated below. Sublicensing is not allowed; section 10
|
| 416 |
+
makes it unnecessary.
|
| 417 |
+
|
| 418 |
+
3. Protecting Users' Legal Rights From Anti-Circumvention Law.
|
| 419 |
+
|
| 420 |
+
No covered work shall be deemed part of an effective technological
|
| 421 |
+
measure under any applicable law fulfilling obligations under article
|
| 422 |
+
11 of the WIPO copyright treaty adopted on 20 December 1996, or
|
| 423 |
+
similar laws prohibiting or restricting circumvention of such
|
| 424 |
+
measures.
|
| 425 |
+
|
| 426 |
+
When you convey a covered work, you waive any legal power to forbid
|
| 427 |
+
circumvention of technological measures to the extent such circumvention
|
| 428 |
+
is effected by exercising rights under this License with respect to
|
| 429 |
+
the covered work, and you disclaim any intention to limit operation or
|
| 430 |
+
modification of the work as a means of enforcing, against the work's
|
| 431 |
+
users, your or third parties' legal rights to forbid circumvention of
|
| 432 |
+
technological measures.
|
| 433 |
+
|
| 434 |
+
4. Conveying Verbatim Copies.
|
| 435 |
+
|
| 436 |
+
You may convey verbatim copies of the Program's source code as you
|
| 437 |
+
receive it, in any medium, provided that you conspicuously and
|
| 438 |
+
appropriately publish on each copy an appropriate copyright notice;
|
| 439 |
+
keep intact all notices stating that this License and any
|
| 440 |
+
non-permissive terms added in accord with section 7 apply to the code;
|
| 441 |
+
keep intact all notices of the absence of any warranty; and give all
|
| 442 |
+
recipients a copy of this License along with the Program.
|
| 443 |
+
|
| 444 |
+
You may charge any price or no price for each copy that you convey,
|
| 445 |
+
and you may offer support or warranty protection for a fee.
|
| 446 |
+
|
| 447 |
+
5. Conveying Modified Source Versions.
|
| 448 |
+
|
| 449 |
+
You may convey a work based on the Program, or the modifications to
|
| 450 |
+
produce it from the Program, in the form of source code under the
|
| 451 |
+
terms of section 4, provided that you also meet all of these conditions:
|
| 452 |
+
|
| 453 |
+
a) The work must carry prominent notices stating that you modified
|
| 454 |
+
it, and giving a relevant date.
|
| 455 |
+
|
| 456 |
+
b) The work must carry prominent notices stating that it is
|
| 457 |
+
released under this License and any conditions added under section
|
| 458 |
+
7. This requirement modifies the requirement in section 4 to
|
| 459 |
+
"keep intact all notices".
|
| 460 |
+
|
| 461 |
+
c) You must license the entire work, as a whole, under this
|
| 462 |
+
License to anyone who comes into possession of a copy. This
|
| 463 |
+
License will therefore apply, along with any applicable section 7
|
| 464 |
+
additional terms, to the whole of the work, and all its parts,
|
| 465 |
+
regardless of how they are packaged. This License gives no
|
| 466 |
+
permission to license the work in any other way, but it does not
|
| 467 |
+
invalidate such permission if you have separately received it.
|
| 468 |
+
|
| 469 |
+
d) If the work has interactive user interfaces, each must display
|
| 470 |
+
Appropriate Legal Notices; however, if the Program has interactive
|
| 471 |
+
interfaces that do not display Appropriate Legal Notices, your
|
| 472 |
+
work need not make them do so.
|
| 473 |
+
|
| 474 |
+
A compilation of a covered work with other separate and independent
|
| 475 |
+
works, which are not by their nature extensions of the covered work,
|
| 476 |
+
and which are not combined with it such as to form a larger program,
|
| 477 |
+
in or on a volume of a storage or distribution medium, is called an
|
| 478 |
+
"aggregate" if the compilation and its resulting copyright are not
|
| 479 |
+
used to limit the access or legal rights of the compilation's users
|
| 480 |
+
beyond what the individual works permit. Inclusion of a covered work
|
| 481 |
+
in an aggregate does not cause this License to apply to the other
|
| 482 |
+
parts of the aggregate.
|
| 483 |
+
|
| 484 |
+
6. Conveying Non-Source Forms.
|
| 485 |
+
|
| 486 |
+
You may convey a covered work in object code form under the terms
|
| 487 |
+
of sections 4 and 5, provided that you also convey the
|
| 488 |
+
machine-readable Corresponding Source under the terms of this License,
|
| 489 |
+
in one of these ways:
|
| 490 |
+
|
| 491 |
+
a) Convey the object code in, or embodied in, a physical product
|
| 492 |
+
(including a physical distribution medium), accompanied by the
|
| 493 |
+
Corresponding Source fixed on a durable physical medium
|
| 494 |
+
customarily used for software interchange.
|
| 495 |
+
|
| 496 |
+
b) Convey the object code in, or embodied in, a physical product
|
| 497 |
+
(including a physical distribution medium), accompanied by a
|
| 498 |
+
written offer, valid for at least three years and valid for as
|
| 499 |
+
long as you offer spare parts or customer support for that product
|
| 500 |
+
model, to give anyone who possesses the object code either (1) a
|
| 501 |
+
copy of the Corresponding Source for all the software in the
|
| 502 |
+
product that is covered by this License, on a durable physical
|
| 503 |
+
medium customarily used for software interchange, for a price no
|
| 504 |
+
more than your reasonable cost of physically performing this
|
| 505 |
+
conveying of source, or (2) access to copy the
|
| 506 |
+
Corresponding Source from a network server at no charge.
|
| 507 |
+
|
| 508 |
+
c) Convey individual copies of the object code with a copy of the
|
| 509 |
+
written offer to provide the Corresponding Source. This
|
| 510 |
+
alternative is allowed only occasionally and noncommercially, and
|
| 511 |
+
only if you received the object code with such an offer, in accord
|
| 512 |
+
with subsection 6b.
|
| 513 |
+
|
| 514 |
+
d) Convey the object code by offering access from a designated
|
| 515 |
+
place (gratis or for a charge), and offer equivalent access to the
|
| 516 |
+
Corresponding Source in the same way through the same place at no
|
| 517 |
+
further charge. You need not require recipients to copy the
|
| 518 |
+
Corresponding Source along with the object code. If the place to
|
| 519 |
+
copy the object code is a network server, the Corresponding Source
|
| 520 |
+
may be on a different server (operated by you or a third party)
|
| 521 |
+
that supports equivalent copying facilities, provided you maintain
|
| 522 |
+
clear directions next to the object code saying where to find the
|
| 523 |
+
Corresponding Source. Regardless of what server hosts the
|
| 524 |
+
Corresponding Source, you remain obligated to ensure that it is
|
| 525 |
+
available for as long as needed to satisfy these requirements.
|
| 526 |
+
|
| 527 |
+
e) Convey the object code using peer-to-peer transmission, provided
|
| 528 |
+
you inform other peers where the object code and Corresponding
|
| 529 |
+
Source of the work are being offered to the general public at no
|
| 530 |
+
charge under subsection 6d.
|
| 531 |
+
|
| 532 |
+
A separable portion of the object code, whose source code is excluded
|
| 533 |
+
from the Corresponding Source as a System Library, need not be
|
| 534 |
+
included in conveying the object code work.
|
| 535 |
+
|
| 536 |
+
A "User Product" is either (1) a "consumer product", which means any
|
| 537 |
+
tangible personal property which is normally used for personal, family,
|
| 538 |
+
or household purposes, or (2) anything designed or sold for incorporation
|
| 539 |
+
into a dwelling. In determining whether a product is a consumer product,
|
| 540 |
+
doubtful cases shall be resolved in favor of coverage. For a particular
|
| 541 |
+
product received by a particular user, "normally used" refers to a
|
| 542 |
+
typical or common use of that class of product, regardless of the status
|
| 543 |
+
of the particular user or of the way in which the particular user
|
| 544 |
+
actually uses, or expects or is expected to use, the product. A product
|
| 545 |
+
is a consumer product regardless of whether the product has substantial
|
| 546 |
+
commercial, industrial or non-consumer uses, unless such uses represent
|
| 547 |
+
the only significant mode of use of the product.
|
| 548 |
+
|
| 549 |
+
"Installation Information" for a User Product means any methods,
|
| 550 |
+
procedures, authorization keys, or other information required to install
|
| 551 |
+
and execute modified versions of a covered work in that User Product from
|
| 552 |
+
a modified version of its Corresponding Source. The information must
|
| 553 |
+
suffice to ensure that the continued functioning of the modified object
|
| 554 |
+
code is in no case prevented or interfered with solely because
|
| 555 |
+
modification has been made.
|
| 556 |
+
|
| 557 |
+
If you convey an object code work under this section in, or with, or
|
| 558 |
+
specifically for use in, a User Product, and the conveying occurs as
|
| 559 |
+
part of a transaction in which the right of possession and use of the
|
| 560 |
+
User Product is transferred to the recipient in perpetuity or for a
|
| 561 |
+
fixed term (regardless of how the transaction is characterized), the
|
| 562 |
+
Corresponding Source conveyed under this section must be accompanied
|
| 563 |
+
by the Installation Information. But this requirement does not apply
|
| 564 |
+
if neither you nor any third party retains the ability to install
|
| 565 |
+
modified object code on the User Product (for example, the work has
|
| 566 |
+
been installed in ROM).
|
| 567 |
+
|
| 568 |
+
The requirement to provide Installation Information does not include a
|
| 569 |
+
requirement to continue to provide support service, warranty, or updates
|
| 570 |
+
for a work that has been modified or installed by the recipient, or for
|
| 571 |
+
the User Product in which it has been modified or installed. Access to a
|
| 572 |
+
network may be denied when the modification itself materially and
|
| 573 |
+
adversely affects the operation of the network or violates the rules and
|
| 574 |
+
protocols for communication across the network.
|
| 575 |
+
|
| 576 |
+
Corresponding Source conveyed, and Installation Information provided,
|
| 577 |
+
in accord with this section must be in a format that is publicly
|
| 578 |
+
documented (and with an implementation available to the public in
|
| 579 |
+
source code form), and must require no special password or key for
|
| 580 |
+
unpacking, reading or copying.
|
| 581 |
+
|
| 582 |
+
7. Additional Terms.
|
| 583 |
+
|
| 584 |
+
"Additional permissions" are terms that supplement the terms of this
|
| 585 |
+
License by making exceptions from one or more of its conditions.
|
| 586 |
+
Additional permissions that are applicable to the entire Program shall
|
| 587 |
+
be treated as though they were included in this License, to the extent
|
| 588 |
+
that they are valid under applicable law. If additional permissions
|
| 589 |
+
apply only to part of the Program, that part may be used separately
|
| 590 |
+
under those permissions, but the entire Program remains governed by
|
| 591 |
+
this License without regard to the additional permissions.
|
| 592 |
+
|
| 593 |
+
When you convey a copy of a covered work, you may at your option
|
| 594 |
+
remove any additional permissions from that copy, or from any part of
|
| 595 |
+
it. (Additional permissions may be written to require their own
|
| 596 |
+
removal in certain cases when you modify the work.) You may place
|
| 597 |
+
additional permissions on material, added by you to a covered work,
|
| 598 |
+
for which you have or can give appropriate copyright permission.
|
| 599 |
+
|
| 600 |
+
Notwithstanding any other provision of this License, for material you
|
| 601 |
+
add to a covered work, you may (if authorized by the copyright holders of
|
| 602 |
+
that material) supplement the terms of this License with terms:
|
| 603 |
+
|
| 604 |
+
a) Disclaiming warranty or limiting liability differently from the
|
| 605 |
+
terms of sections 15 and 16 of this License; or
|
| 606 |
+
|
| 607 |
+
b) Requiring preservation of specified reasonable legal notices or
|
| 608 |
+
author attributions in that material or in the Appropriate Legal
|
| 609 |
+
Notices displayed by works containing it; or
|
| 610 |
+
|
| 611 |
+
c) Prohibiting misrepresentation of the origin of that material, or
|
| 612 |
+
requiring that modified versions of such material be marked in
|
| 613 |
+
reasonable ways as different from the original version; or
|
| 614 |
+
|
| 615 |
+
d) Limiting the use for publicity purposes of names of licensors or
|
| 616 |
+
authors of the material; or
|
| 617 |
+
|
| 618 |
+
e) Declining to grant rights under trademark law for use of some
|
| 619 |
+
trade names, trademarks, or service marks; or
|
| 620 |
+
|
| 621 |
+
f) Requiring indemnification of licensors and authors of that
|
| 622 |
+
material by anyone who conveys the material (or modified versions of
|
| 623 |
+
it) with contractual assumptions of liability to the recipient, for
|
| 624 |
+
any liability that these contractual assumptions directly impose on
|
| 625 |
+
those licensors and authors.
|
| 626 |
+
|
| 627 |
+
All other non-permissive additional terms are considered "further
|
| 628 |
+
restrictions" within the meaning of section 10. If the Program as you
|
| 629 |
+
received it, or any part of it, contains a notice stating that it is
|
| 630 |
+
governed by this License along with a term that is a further
|
| 631 |
+
restriction, you may remove that term. If a license document contains
|
| 632 |
+
a further restriction but permits relicensing or conveying under this
|
| 633 |
+
License, you may add to a covered work material governed by the terms
|
| 634 |
+
of that license document, provided that the further restriction does
|
| 635 |
+
not survive such relicensing or conveying.
|
| 636 |
+
|
| 637 |
+
If you add terms to a covered work in accord with this section, you
|
| 638 |
+
must place, in the relevant source files, a statement of the
|
| 639 |
+
additional terms that apply to those files, or a notice indicating
|
| 640 |
+
where to find the applicable terms.
|
| 641 |
+
|
| 642 |
+
Additional terms, permissive or non-permissive, may be stated in the
|
| 643 |
+
form of a separately written license, or stated as exceptions;
|
| 644 |
+
the above requirements apply either way.
|
| 645 |
+
|
| 646 |
+
8. Termination.
|
| 647 |
+
|
| 648 |
+
You may not propagate or modify a covered work except as expressly
|
| 649 |
+
provided under this License. Any attempt otherwise to propagate or
|
| 650 |
+
modify it is void, and will automatically terminate your rights under
|
| 651 |
+
this License (including any patent licenses granted under the third
|
| 652 |
+
paragraph of section 11).
|
| 653 |
+
|
| 654 |
+
However, if you cease all violation of this License, then your
|
| 655 |
+
license from a particular copyright holder is reinstated (a)
|
| 656 |
+
provisionally, unless and until the copyright holder explicitly and
|
| 657 |
+
finally terminates your license, and (b) permanently, if the copyright
|
| 658 |
+
holder fails to notify you of the violation by some reasonable means
|
| 659 |
+
prior to 60 days after the cessation.
|
| 660 |
+
|
| 661 |
+
Moreover, your license from a particular copyright holder is
|
| 662 |
+
reinstated permanently if the copyright holder notifies you of the
|
| 663 |
+
violation by some reasonable means, this is the first time you have
|
| 664 |
+
received notice of violation of this License (for any work) from that
|
| 665 |
+
copyright holder, and you cure the violation prior to 30 days after
|
| 666 |
+
your receipt of the notice.
|
| 667 |
+
|
| 668 |
+
Termination of your rights under this section does not terminate the
|
| 669 |
+
licenses of parties who have received copies or rights from you under
|
| 670 |
+
this License. If your rights have been terminated and not permanently
|
| 671 |
+
reinstated, you do not qualify to receive new licenses for the same
|
| 672 |
+
material under section 10.
|
| 673 |
+
|
| 674 |
+
9. Acceptance Not Required for Having Copies.
|
| 675 |
+
|
| 676 |
+
You are not required to accept this License in order to receive or
|
| 677 |
+
run a copy of the Program. Ancillary propagation of a covered work
|
| 678 |
+
occurring solely as a consequence of using peer-to-peer transmission
|
| 679 |
+
to receive a copy likewise does not require acceptance. However,
|
| 680 |
+
nothing other than this License grants you permission to propagate or
|
| 681 |
+
modify any covered work. These actions infringe copyright if you do
|
| 682 |
+
not accept this License. Therefore, by modifying or propagating a
|
| 683 |
+
covered work, you indicate your acceptance of this License to do so.
|
| 684 |
+
|
| 685 |
+
10. Automatic Licensing of Downstream Recipients.
|
| 686 |
+
|
| 687 |
+
Each time you convey a covered work, the recipient automatically
|
| 688 |
+
receives a license from the original licensors, to run, modify and
|
| 689 |
+
propagate that work, subject to this License. You are not responsible
|
| 690 |
+
for enforcing compliance by third parties with this License.
|
| 691 |
+
|
| 692 |
+
An "entity transaction" is a transaction transferring control of an
|
| 693 |
+
organization, or substantially all assets of one, or subdividing an
|
| 694 |
+
organization, or merging organizations. If propagation of a covered
|
| 695 |
+
work results from an entity transaction, each party to that
|
| 696 |
+
transaction who receives a copy of the work also receives whatever
|
| 697 |
+
licenses to the work the party's predecessor in interest had or could
|
| 698 |
+
give under the previous paragraph, plus a right to possession of the
|
| 699 |
+
Corresponding Source of the work from the predecessor in interest, if
|
| 700 |
+
the predecessor has it or can get it with reasonable efforts.
|
| 701 |
+
|
| 702 |
+
You may not impose any further restrictions on the exercise of the
|
| 703 |
+
rights granted or affirmed under this License. For example, you may
|
| 704 |
+
not impose a license fee, royalty, or other charge for exercise of
|
| 705 |
+
rights granted under this License, and you may not initiate litigation
|
| 706 |
+
(including a cross-claim or counterclaim in a lawsuit) alleging that
|
| 707 |
+
any patent claim is infringed by making, using, selling, offering for
|
| 708 |
+
sale, or importing the Program or any portion of it.
|
| 709 |
+
|
| 710 |
+
11. Patents.
|
| 711 |
+
|
| 712 |
+
A "contributor" is a copyright holder who authorizes use under this
|
| 713 |
+
License of the Program or a work on which the Program is based. The
|
| 714 |
+
work thus licensed is called the contributor's "contributor version".
|
| 715 |
+
|
| 716 |
+
A contributor's "essential patent claims" are all patent claims
|
| 717 |
+
owned or controlled by the contributor, whether already acquired or
|
| 718 |
+
hereafter acquired, that would be infringed by some manner, permitted
|
| 719 |
+
by this License, of making, using, or selling its contributor version,
|
| 720 |
+
but do not include claims that would be infringed only as a
|
| 721 |
+
consequence of further modification of the contributor version. For
|
| 722 |
+
purposes of this definition, "control" includes the right to grant
|
| 723 |
+
patent sublicenses in a manner consistent with the requirements of
|
| 724 |
+
this License.
|
| 725 |
+
|
| 726 |
+
Each contributor grants you a non-exclusive, worldwide, royalty-free
|
| 727 |
+
patent license under the contributor's essential patent claims, to
|
| 728 |
+
make, use, sell, offer for sale, import and otherwise run, modify and
|
| 729 |
+
propagate the contents of its contributor version.
|
| 730 |
+
|
| 731 |
+
In the following three paragraphs, a "patent license" is any express
|
| 732 |
+
agreement or commitment, however denominated, not to enforce a patent
|
| 733 |
+
(such as an express permission to practice a patent or covenant not to
|
| 734 |
+
sue for patent infringement). To "grant" such a patent license to a
|
| 735 |
+
party means to make such an agreement or commitment not to enforce a
|
| 736 |
+
patent against the party.
|
| 737 |
+
|
| 738 |
+
If you convey a covered work, knowingly relying on a patent license,
|
| 739 |
+
and the Corresponding Source of the work is not available for anyone
|
| 740 |
+
to copy, free of charge and under the terms of this License, through a
|
| 741 |
+
publicly available network server or other readily accessible means,
|
| 742 |
+
then you must either (1) cause the Corresponding Source to be so
|
| 743 |
+
available, or (2) arrange to deprive yourself of the benefit of the
|
| 744 |
+
patent license for this particular work, or (3) arrange, in a manner
|
| 745 |
+
consistent with the requirements of this License, to extend the patent
|
| 746 |
+
license to downstream recipients. "Knowingly relying" means you have
|
| 747 |
+
actual knowledge that, but for the patent license, your conveying the
|
| 748 |
+
covered work in a country, or your recipient's use of the covered work
|
| 749 |
+
in a country, would infringe one or more identifiable patents in that
|
| 750 |
+
country that you have reason to believe are valid.
|
| 751 |
+
|
| 752 |
+
If, pursuant to or in connection with a single transaction or
|
| 753 |
+
arrangement, you convey, or propagate by procuring conveyance of, a
|
| 754 |
+
covered work, and grant a patent license to some of the parties
|
| 755 |
+
receiving the covered work authorizing them to use, propagate, modify
|
| 756 |
+
or convey a specific copy of the covered work, then the patent license
|
| 757 |
+
you grant is automatically extended to all recipients of the covered
|
| 758 |
+
work and works based on it.
|
| 759 |
+
|
| 760 |
+
A patent license is "discriminatory" if it does not include within
|
| 761 |
+
the scope of its coverage, prohibits the exercise of, or is
|
| 762 |
+
conditioned on the non-exercise of one or more of the rights that are
|
| 763 |
+
specifically granted under this License. You may not convey a covered
|
| 764 |
+
work if you are a party to an arrangement with a third party that is
|
| 765 |
+
in the business of distributing software, under which you make payment
|
| 766 |
+
to the third party based on the extent of your activity of conveying
|
| 767 |
+
the work, and under which the third party grants, to any of the
|
| 768 |
+
parties who would receive the covered work from you, a discriminatory
|
| 769 |
+
patent license (a) in connection with copies of the covered work
|
| 770 |
+
conveyed by you (or copies made from those copies), or (b) primarily
|
| 771 |
+
for and in connection with specific products or compilations that
|
| 772 |
+
contain the covered work, unless you entered into that arrangement,
|
| 773 |
+
or that patent license was granted, prior to 28 March 2007.
|
| 774 |
+
|
| 775 |
+
Nothing in this License shall be construed as excluding or limiting
|
| 776 |
+
any implied license or other defenses to infringement that may
|
| 777 |
+
otherwise be available to you under applicable patent law.
|
| 778 |
+
|
| 779 |
+
12. No Surrender of Others' Freedom.
|
| 780 |
+
|
| 781 |
+
If conditions are imposed on you (whether by court order, agreement or
|
| 782 |
+
otherwise) that contradict the conditions of this License, they do not
|
| 783 |
+
excuse you from the conditions of this License. If you cannot convey a
|
| 784 |
+
covered work so as to satisfy simultaneously your obligations under this
|
| 785 |
+
License and any other pertinent obligations, then as a consequence you may
|
| 786 |
+
not convey it at all. For example, if you agree to terms that obligate you
|
| 787 |
+
to collect a royalty for further conveying from those to whom you convey
|
| 788 |
+
the Program, the only way you could satisfy both those terms and this
|
| 789 |
+
License would be to refrain entirely from conveying the Program.
|
| 790 |
+
|
| 791 |
+
13. Use with the GNU Affero General Public License.
|
| 792 |
+
|
| 793 |
+
Notwithstanding any other provision of this License, you have
|
| 794 |
+
permission to link or combine any covered work with a work licensed
|
| 795 |
+
under version 3 of the GNU Affero General Public License into a single
|
| 796 |
+
combined work, and to convey the resulting work. The terms of this
|
| 797 |
+
License will continue to apply to the part which is the covered work,
|
| 798 |
+
but the special requirements of the GNU Affero General Public License,
|
| 799 |
+
section 13, concerning interaction through a network will apply to the
|
| 800 |
+
combination as such.
|
| 801 |
+
|
| 802 |
+
14. Revised Versions of this License.
|
| 803 |
+
|
| 804 |
+
The Free Software Foundation may publish revised and/or new versions of
|
| 805 |
+
the GNU General Public License from time to time. Such new versions will
|
| 806 |
+
be similar in spirit to the present version, but may differ in detail to
|
| 807 |
+
address new problems or concerns.
|
| 808 |
+
|
| 809 |
+
Each version is given a distinguishing version number. If the
|
| 810 |
+
Program specifies that a certain numbered version of the GNU General
|
| 811 |
+
Public License "or any later version" applies to it, you have the
|
| 812 |
+
option of following the terms and conditions either of that numbered
|
| 813 |
+
version or of any later version published by the Free Software
|
| 814 |
+
Foundation. If the Program does not specify a version number of the
|
| 815 |
+
GNU General Public License, you may choose any version ever published
|
| 816 |
+
by the Free Software Foundation.
|
| 817 |
+
|
| 818 |
+
If the Program specifies that a proxy can decide which future
|
| 819 |
+
versions of the GNU General Public License can be used, that proxy's
|
| 820 |
+
public statement of acceptance of a version permanently authorizes you
|
| 821 |
+
to choose that version for the Program.
|
| 822 |
+
|
| 823 |
+
Later license versions may give you additional or different
|
| 824 |
+
permissions. However, no additional obligations are imposed on any
|
| 825 |
+
author or copyright holder as a result of your choosing to follow a
|
| 826 |
+
later version.
|
| 827 |
+
|
| 828 |
+
15. Disclaimer of Warranty.
|
| 829 |
+
|
| 830 |
+
THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY
|
| 831 |
+
APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT
|
| 832 |
+
HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY
|
| 833 |
+
OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,
|
| 834 |
+
THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
|
| 835 |
+
PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM
|
| 836 |
+
IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF
|
| 837 |
+
ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
|
| 838 |
+
|
| 839 |
+
16. Limitation of Liability.
|
| 840 |
+
|
| 841 |
+
IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
|
| 842 |
+
WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS
|
| 843 |
+
THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY
|
| 844 |
+
GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE
|
| 845 |
+
USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF
|
| 846 |
+
DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD
|
| 847 |
+
PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS),
|
| 848 |
+
EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF
|
| 849 |
+
SUCH DAMAGES.
|
| 850 |
+
|
| 851 |
+
17. Interpretation of Sections 15 and 16.
|
| 852 |
+
|
| 853 |
+
If the disclaimer of warranty and limitation of liability provided
|
| 854 |
+
above cannot be given local legal effect according to their terms,
|
| 855 |
+
reviewing courts shall apply local law that most closely approximates
|
| 856 |
+
an absolute waiver of all civil liability in connection with the
|
| 857 |
+
Program, unless a warranty or assumption of liability accompanies a
|
| 858 |
+
copy of the Program in return for a fee.
|
| 859 |
+
|
| 860 |
+
END OF TERMS AND CONDITIONS
|
| 861 |
+
|
| 862 |
+
How to Apply These Terms to Your New Programs
|
| 863 |
+
|
| 864 |
+
If you develop a new program, and you want it to be of the greatest
|
| 865 |
+
possible use to the public, the best way to achieve this is to make it
|
| 866 |
+
free software which everyone can redistribute and change under these terms.
|
| 867 |
+
|
| 868 |
+
To do so, attach the following notices to the program. It is safest
|
| 869 |
+
to attach them to the start of each source file to most effectively
|
| 870 |
+
state the exclusion of warranty; and each file should have at least
|
| 871 |
+
the "copyright" line and a pointer to where the full notice is found.
|
| 872 |
+
|
| 873 |
+
<one line to give the program's name and a brief idea of what it does.>
|
| 874 |
+
Copyright (C) <year> <name of author>
|
| 875 |
+
|
| 876 |
+
This program is free software: you can redistribute it and/or modify
|
| 877 |
+
it under the terms of the GNU General Public License as published by
|
| 878 |
+
the Free Software Foundation, either version 3 of the License, or
|
| 879 |
+
(at your option) any later version.
|
| 880 |
+
|
| 881 |
+
This program is distributed in the hope that it will be useful,
|
| 882 |
+
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
| 883 |
+
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
| 884 |
+
GNU General Public License for more details.
|
| 885 |
+
|
| 886 |
+
You should have received a copy of the GNU General Public License
|
| 887 |
+
along with this program. If not, see <https://www.gnu.org/licenses/>.
|
| 888 |
+
|
| 889 |
+
Also add information on how to contact you by electronic and paper mail.
|
| 890 |
+
|
| 891 |
+
If the program does terminal interaction, make it output a short
|
| 892 |
+
notice like this when it starts in an interactive mode:
|
| 893 |
+
|
| 894 |
+
<program> Copyright (C) <year> <name of author>
|
| 895 |
+
This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
|
| 896 |
+
This is free software, and you are welcome to redistribute it
|
| 897 |
+
under certain conditions; type `show c' for details.
|
| 898 |
+
|
| 899 |
+
The hypothetical commands `show w' and `show c' should show the appropriate
|
| 900 |
+
parts of the General Public License. Of course, your program's commands
|
| 901 |
+
might be different; for a GUI interface, you would use an "about box".
|
| 902 |
+
|
| 903 |
+
You should also get your employer (if you work as a programmer) or school,
|
| 904 |
+
if any, to sign a "copyright disclaimer" for the program, if necessary.
|
| 905 |
+
For more information on this, and how to apply and follow the GNU GPL, see
|
| 906 |
+
<https://www.gnu.org/licenses/>.
|
| 907 |
+
|
| 908 |
+
The GNU General Public License does not permit incorporating your program
|
| 909 |
+
into proprietary programs. If your program is a subroutine library, you
|
| 910 |
+
may consider it more useful to permit linking proprietary applications with
|
| 911 |
+
the library. If this is what you want to do, use the GNU Lesser General
|
| 912 |
+
Public License instead of this License. But first, please read
|
| 913 |
+
<https://www.gnu.org/licenses/why-not-lgpl.html>.
|
| 914 |
+
|
engine_rust_src/.venv/Lib/site-packages/numpy-2.4.1.dist-info/licenses/numpy/_core/include/numpy/libdivide/LICENSE.txt
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
zlib License
|
| 2 |
+
------------
|
| 3 |
+
|
| 4 |
+
Copyright (C) 2010 - 2019 ridiculous_fish, <libdivide@ridiculousfish.com>
|
| 5 |
+
Copyright (C) 2016 - 2019 Kim Walisch, <kim.walisch@gmail.com>
|
| 6 |
+
|
| 7 |
+
This software is provided 'as-is', without any express or implied
|
| 8 |
+
warranty. In no event will the authors be held liable for any damages
|
| 9 |
+
arising from the use of this software.
|
| 10 |
+
|
| 11 |
+
Permission is granted to anyone to use this software for any purpose,
|
| 12 |
+
including commercial applications, and to alter it and redistribute it
|
| 13 |
+
freely, subject to the following restrictions:
|
| 14 |
+
|
| 15 |
+
1. The origin of this software must not be misrepresented; you must not
|
| 16 |
+
claim that you wrote the original software. If you use this software
|
| 17 |
+
in a product, an acknowledgment in the product documentation would be
|
| 18 |
+
appreciated but is not required.
|
| 19 |
+
2. Altered source versions must be plainly marked as such, and must not be
|
| 20 |
+
misrepresented as being the original software.
|
| 21 |
+
3. This notice may not be removed or altered from any source distribution.
|
engine_rust_src/.venv/Lib/site-packages/numpy-2.4.1.dist-info/licenses/numpy/_core/src/common/pythoncapi-compat/COPYING
ADDED
|
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
BSD Zero Clause License
|
| 2 |
+
|
| 3 |
+
Copyright Contributors to the pythoncapi_compat project.
|
| 4 |
+
|
| 5 |
+
Permission to use, copy, modify, and/or distribute this software for any
|
| 6 |
+
purpose with or without fee is hereby granted.
|
| 7 |
+
|
| 8 |
+
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
|
| 9 |
+
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
|
| 10 |
+
AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
|
| 11 |
+
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
|
| 12 |
+
LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
|
| 13 |
+
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
| 14 |
+
PERFORMANCE OF THIS SOFTWARE.
|
engine_rust_src/.venv/Lib/site-packages/numpy-2.4.1.dist-info/licenses/numpy/_core/src/highway/LICENSE
ADDED
|
@@ -0,0 +1,371 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
This project is primarily dual-licensed under your choice of either the Apache
|
| 2 |
+
License 2.0 or the BSD 3-Clause License.
|
| 3 |
+
|
| 4 |
+
The following files are licensed under different terms:
|
| 5 |
+
* hwy/contrib/random/random-inl.h: CC0 1.0 Universal
|
| 6 |
+
|
| 7 |
+
The full texts of all applicable licenses are included below, separated by
|
| 8 |
+
'---'.
|
| 9 |
+
|
| 10 |
+
--------------------------------------------------------------------------------
|
| 11 |
+
Apache License 2.0
|
| 12 |
+
--------------------------------------------------------------------------------
|
| 13 |
+
|
| 14 |
+
Apache License
|
| 15 |
+
Version 2.0, January 2004
|
| 16 |
+
http://www.apache.org/licenses/
|
| 17 |
+
|
| 18 |
+
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
| 19 |
+
|
| 20 |
+
1. Definitions.
|
| 21 |
+
|
| 22 |
+
"License" shall mean the terms and conditions for use, reproduction,
|
| 23 |
+
and distribution as defined by Sections 1 through 9 of this document.
|
| 24 |
+
|
| 25 |
+
"Licensor" shall mean the copyright owner or entity authorized by
|
| 26 |
+
the copyright owner that is granting the License.
|
| 27 |
+
|
| 28 |
+
"Legal Entity" shall mean the union of the acting entity and all
|
| 29 |
+
other entities that control, are controlled by, or are under common
|
| 30 |
+
control with that entity. For the purposes of this definition,
|
| 31 |
+
"control" means (i) the power, direct or indirect, to cause the
|
| 32 |
+
direction or management of such entity, whether by contract or
|
| 33 |
+
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
| 34 |
+
outstanding shares, or (iii) beneficial ownership of such entity.
|
| 35 |
+
|
| 36 |
+
"You" (or "Your") shall mean an individual or Legal Entity
|
| 37 |
+
exercising permissions granted by this License.
|
| 38 |
+
|
| 39 |
+
"Source" form shall mean the preferred form for making modifications,
|
| 40 |
+
including but not limited to software source code, documentation
|
| 41 |
+
source, and configuration files.
|
| 42 |
+
|
| 43 |
+
"Object" form shall mean any form resulting from mechanical
|
| 44 |
+
transformation or translation of a Source form, including but
|
| 45 |
+
not limited to compiled object code, generated documentation,
|
| 46 |
+
and conversions to other media types.
|
| 47 |
+
|
| 48 |
+
"Work" shall mean the work of authorship, whether in Source or
|
| 49 |
+
Object form, made available under the License, as indicated by a
|
| 50 |
+
copyright notice that is included in or attached to the work
|
| 51 |
+
(an example is provided in the Appendix below).
|
| 52 |
+
|
| 53 |
+
"Derivative Works" shall mean any work, whether in Source or Object
|
| 54 |
+
form, that is based on (or derived from) the Work and for which the
|
| 55 |
+
editorial revisions, annotations, elaborations, or other modifications
|
| 56 |
+
represent, as a whole, an original work of authorship. For the purposes
|
| 57 |
+
of this License, Derivative Works shall not include works that remain
|
| 58 |
+
separable from, or merely link (or bind by name) to the interfaces of,
|
| 59 |
+
the Work and Derivative Works thereof.
|
| 60 |
+
|
| 61 |
+
"Contribution" shall mean any work of authorship, including
|
| 62 |
+
the original version of the Work and any modifications or additions
|
| 63 |
+
to that Work or Derivative Works thereof, that is intentionally
|
| 64 |
+
submitted to Licensor for inclusion in the Work by the copyright owner
|
| 65 |
+
or by an individual or Legal Entity authorized to submit on behalf of
|
| 66 |
+
the copyright owner. For the purposes of this definition, "submitted"
|
| 67 |
+
means any form of electronic, verbal, or written communication sent
|
| 68 |
+
to the Licensor or its representatives, including but not limited to
|
| 69 |
+
communication on electronic mailing lists, source code control systems,
|
| 70 |
+
and issue tracking systems that are managed by, or on behalf of, the
|
| 71 |
+
Licensor for the purpose of discussing and improving the Work, but
|
| 72 |
+
excluding communication that is conspicuously marked or otherwise
|
| 73 |
+
designated in writing by the copyright owner as "Not a Contribution."
|
| 74 |
+
|
| 75 |
+
"Contributor" shall mean Licensor and any individual or Legal Entity
|
| 76 |
+
on behalf of whom a Contribution has been received by Licensor and
|
| 77 |
+
subsequently incorporated within the Work.
|
| 78 |
+
|
| 79 |
+
2. Grant of Copyright License. Subject to the terms and conditions of
|
| 80 |
+
this License, each Contributor hereby grants to You a perpetual,
|
| 81 |
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
| 82 |
+
copyright license to reproduce, prepare Derivative Works of,
|
| 83 |
+
publicly display, publicly perform, sublicense, and distribute the
|
| 84 |
+
Work and such Derivative Works in Source or Object form.
|
| 85 |
+
|
| 86 |
+
3. Grant of Patent License. Subject to the terms and conditions of
|
| 87 |
+
this License, each Contributor hereby grants to You a perpetual,
|
| 88 |
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
| 89 |
+
(except as stated in this section) patent license to make, have made,
|
| 90 |
+
use, offer to sell, sell, import, and otherwise transfer the Work,
|
| 91 |
+
where such license applies only to those patent claims licensable
|
| 92 |
+
by such Contributor that are necessarily infringed by their
|
| 93 |
+
Contribution(s) alone or by combination of their Contribution(s)
|
| 94 |
+
with the Work to which such Contribution(s) was submitted. If You
|
| 95 |
+
institute patent litigation against any entity (including a
|
| 96 |
+
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
| 97 |
+
or a Contribution incorporated within the Work constitutes direct
|
| 98 |
+
or contributory patent infringement, then any patent licenses
|
| 99 |
+
granted to You under this License for that Work shall terminate
|
| 100 |
+
as of the date such litigation is filed.
|
| 101 |
+
|
| 102 |
+
4. Redistribution. You may reproduce and distribute copies of the
|
| 103 |
+
Work or Derivative Works thereof in any medium, with or without
|
| 104 |
+
modifications, and in Source or Object form, provided that You
|
| 105 |
+
meet the following conditions:
|
| 106 |
+
|
| 107 |
+
(a) You must give any other recipients of the Work or
|
| 108 |
+
Derivative Works a copy of this License; and
|
| 109 |
+
|
| 110 |
+
(b) You must cause any modified files to carry prominent notices
|
| 111 |
+
stating that You changed the files; and
|
| 112 |
+
|
| 113 |
+
(c) You must retain, in the Source form of any Derivative Works
|
| 114 |
+
that You distribute, all copyright, patent, trademark, and
|
| 115 |
+
attribution notices from the Source form of the Work,
|
| 116 |
+
excluding those notices that do not pertain to any part of
|
| 117 |
+
the Derivative Works; and
|
| 118 |
+
|
| 119 |
+
(d) If the Work includes a "NOTICE" text file as part of its
|
| 120 |
+
distribution, then any Derivative Works that You distribute must
|
| 121 |
+
include a readable copy of the attribution notices contained
|
| 122 |
+
within such NOTICE file, excluding those notices that do not
|
| 123 |
+
pertain to any part of the Derivative Works, in at least one
|
| 124 |
+
of the following places: within a NOTICE text file distributed
|
| 125 |
+
as part of the Derivative Works; within the Source form or
|
| 126 |
+
documentation, if provided along with the Derivative Works; or,
|
| 127 |
+
within a display generated by the Derivative Works, if and
|
| 128 |
+
wherever such third-party notices normally appear. The contents
|
| 129 |
+
of the NOTICE file are for informational purposes only and
|
| 130 |
+
do not modify the License. You may add Your own attribution
|
| 131 |
+
notices within Derivative Works that You distribute, alongside
|
| 132 |
+
or as an addendum to the NOTICE text from the Work, provided
|
| 133 |
+
that such additional attribution notices cannot be construed
|
| 134 |
+
as modifying the License.
|
| 135 |
+
|
| 136 |
+
You may add Your own copyright statement to Your modifications and
|
| 137 |
+
may provide additional or different license terms and conditions
|
| 138 |
+
for use, reproduction, or distribution of Your modifications, or
|
| 139 |
+
for any such Derivative Works as a whole, provided Your use,
|
| 140 |
+
reproduction, and distribution of the Work otherwise complies with
|
| 141 |
+
the conditions stated in this License.
|
| 142 |
+
|
| 143 |
+
5. Submission of Contributions. Unless You explicitly state otherwise,
|
| 144 |
+
any Contribution intentionally submitted for inclusion in the Work
|
| 145 |
+
by You to the Licensor shall be under the terms and conditions of
|
| 146 |
+
this License, without any additional terms or conditions.
|
| 147 |
+
Notwithstanding the above, nothing herein shall supersede or modify
|
| 148 |
+
the terms of any separate license agreement you may have executed
|
| 149 |
+
with Licensor regarding such Contributions.
|
| 150 |
+
|
| 151 |
+
6. Trademarks. This License does not grant permission to use the trade
|
| 152 |
+
names, trademarks, service marks, or product names of the Licensor,
|
| 153 |
+
except as required for reasonable and customary use in describing the
|
| 154 |
+
origin of the Work and reproducing the content of the NOTICE file.
|
| 155 |
+
|
| 156 |
+
7. Disclaimer of Warranty. Unless required by applicable law or
|
| 157 |
+
agreed to in writing, Licensor provides the Work (and each
|
| 158 |
+
Contributor provides its Contributions) on an "AS IS" BASIS,
|
| 159 |
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
| 160 |
+
implied, including, without limitation, any warranties or conditions
|
| 161 |
+
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
| 162 |
+
PARTICULAR PURPOSE. You are solely responsible for determining the
|
| 163 |
+
appropriateness of using or redistributing the Work and assume any
|
| 164 |
+
risks associated with Your exercise of permissions under this License.
|
| 165 |
+
|
| 166 |
+
8. Limitation of Liability. In no event and under no legal theory,
|
| 167 |
+
whether in tort (including negligence), contract, or otherwise,
|
| 168 |
+
unless required by applicable law (such as deliberate and grossly
|
| 169 |
+
negligent acts) or agreed to in writing, shall any Contributor be
|
| 170 |
+
liable to You for damages, including any direct, indirect, special,
|
| 171 |
+
incidental, or consequential damages of any character arising as a
|
| 172 |
+
result of this License or out of the use or inability to use the
|
| 173 |
+
Work (including but not limited to damages for loss of goodwill,
|
| 174 |
+
work stoppage, computer failure or malfunction, or any and all
|
| 175 |
+
other commercial damages or losses), even if such Contributor
|
| 176 |
+
has been advised of the possibility of such damages.
|
| 177 |
+
|
| 178 |
+
9. Accepting Warranty or Additional Liability. While redistributing
|
| 179 |
+
the Work or Derivative Works thereof, You may choose to offer,
|
| 180 |
+
and charge a fee for, acceptance of support, warranty, indemnity,
|
| 181 |
+
or other liability obligations and/or rights consistent with this
|
| 182 |
+
License. However, in accepting such obligations, You may act only
|
| 183 |
+
on Your own behalf and on Your sole responsibility, not on behalf
|
| 184 |
+
of any other Contributor, and only if You agree to indemnify,
|
| 185 |
+
defend, and hold each Contributor harmless for any liability
|
| 186 |
+
incurred by, or claims asserted against, such Contributor by reason
|
| 187 |
+
of your accepting any such warranty or additional liability.
|
| 188 |
+
|
| 189 |
+
END OF TERMS AND CONDITIONS
|
| 190 |
+
|
| 191 |
+
APPENDIX: How to apply the Apache License to your work.
|
| 192 |
+
|
| 193 |
+
To apply the Apache License to your work, attach the following
|
| 194 |
+
boilerplate notice, with the fields enclosed by brackets "[]"
|
| 195 |
+
replaced with your own identifying information. (Don't include
|
| 196 |
+
the brackets!) The text should be enclosed in the appropriate
|
| 197 |
+
comment syntax for the file format. We also recommend that a
|
| 198 |
+
file or class name and description of purpose be included on the
|
| 199 |
+
same "printed page" as the copyright notice for easier
|
| 200 |
+
identification within third-party archives.
|
| 201 |
+
|
| 202 |
+
Copyright [yyyy] [name of copyright owner]
|
| 203 |
+
|
| 204 |
+
Licensed under the Apache License, Version 2.0 (the "License");
|
| 205 |
+
you may not use this file except in compliance with the License.
|
| 206 |
+
You may obtain a copy of the License at
|
| 207 |
+
|
| 208 |
+
http://www.apache.org/licenses/LICENSE-2.0
|
| 209 |
+
|
| 210 |
+
Unless required by applicable law or agreed to in writing, software
|
| 211 |
+
distributed under the License is distributed on an "AS IS" BASIS,
|
| 212 |
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
| 213 |
+
See the License for the specific language governing permissions and
|
| 214 |
+
limitations under the License.
|
| 215 |
+
|
| 216 |
+
--------------------------------------------------------------------------------
|
| 217 |
+
BSD 3-Clause License
|
| 218 |
+
--------------------------------------------------------------------------------
|
| 219 |
+
|
| 220 |
+
Copyright (c) The Highway Project Authors. All rights reserved.
|
| 221 |
+
|
| 222 |
+
Redistribution and use in source and binary forms, with or without modification,
|
| 223 |
+
are permitted provided that the following conditions are met:
|
| 224 |
+
|
| 225 |
+
1. Redistributions of source code must retain the above copyright notice, this
|
| 226 |
+
list of conditions and the following disclaimer.
|
| 227 |
+
|
| 228 |
+
2. Redistributions in binary form must reproduce the above copyright notice,
|
| 229 |
+
this list of conditions and the following disclaimer in the documentation
|
| 230 |
+
and/or other materials provided with the distribution.
|
| 231 |
+
|
| 232 |
+
3. Neither the name of the copyright holder nor the names of its
|
| 233 |
+
contributors may be used to endorse or promote products derived from
|
| 234 |
+
this software without specific prior written permission.
|
| 235 |
+
|
| 236 |
+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
|
| 237 |
+
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
| 238 |
+
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
|
| 239 |
+
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
|
| 240 |
+
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
|
| 241 |
+
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
|
| 242 |
+
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
|
| 243 |
+
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
|
| 244 |
+
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
| 245 |
+
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| 246 |
+
|
| 247 |
+
--------------------------------------------------------------------------------
|
| 248 |
+
CC0 1.0 Universal
|
| 249 |
+
--------------------------------------------------------------------------------
|
| 250 |
+
|
| 251 |
+
Creative Commons Legal Code
|
| 252 |
+
|
| 253 |
+
CC0 1.0 Universal
|
| 254 |
+
|
| 255 |
+
CREATIVE COMMONS CORPORATION IS NOT A LAW FIRM AND DOES NOT PROVIDE
|
| 256 |
+
LEGAL SERVICES. DISTRIBUTION OF THIS DOCUMENT DOES NOT CREATE AN
|
| 257 |
+
ATTORNEY-CLIENT RELATIONSHIP. CREATIVE COMMONS PROVIDES THIS
|
| 258 |
+
INFORMATION ON AN "AS-IS" BASIS. CREATIVE COMMONS MAKES NO WARRANTIES
|
| 259 |
+
REGARDING THE USE OF THIS DOCUMENT OR THE INFORMATION OR WORKS
|
| 260 |
+
PROVIDED HEREUNDER, AND DISCLAIMS LIABILITY FOR DAMAGES RESULTING FROM
|
| 261 |
+
THE USE OF THIS DOCUMENT OR THE INFORMATION OR WORKS PROVIDED
|
| 262 |
+
HEREUNDER.
|
| 263 |
+
|
| 264 |
+
Statement of Purpose
|
| 265 |
+
|
| 266 |
+
The laws of most jurisdictions throughout the world automatically confer
|
| 267 |
+
exclusive Copyright and Related Rights (defined below) upon the creator
|
| 268 |
+
and subsequent owner(s) (each and all, an "owner") of an original work of
|
| 269 |
+
authorship and/or a database (each, a "Work").
|
| 270 |
+
|
| 271 |
+
Certain owners wish to permanently relinquish those rights to a Work for
|
| 272 |
+
the purpose of contributing to a commons of creative, cultural and
|
| 273 |
+
scientific works ("Commons") that the public can reliably and without fear
|
| 274 |
+
of later claims of infringement build upon, modify, incorporate in other
|
| 275 |
+
works, reuse and redistribute as freely as possible in any form whatsoever
|
| 276 |
+
and for any purposes, including without limitation commercial purposes.
|
| 277 |
+
These owners may contribute to the Commons to promote the ideal of a free
|
| 278 |
+
culture and the further production of creative, cultural and scientific
|
| 279 |
+
works, or to gain reputation or greater distribution for their Work in
|
| 280 |
+
part through the use and efforts of others.
|
| 281 |
+
|
| 282 |
+
For these and/or other purposes and motivations, and without any
|
| 283 |
+
expectation of additional consideration or compensation, the person
|
| 284 |
+
associating CC0 with a Work (the "Affirmer"), to the extent that he or she
|
| 285 |
+
is an owner of Copyright and Related Rights in the Work, voluntarily
|
| 286 |
+
elects to apply CC0 to the Work and publicly distribute the Work under its
|
| 287 |
+
terms, with knowledge of his or her Copyright and Related Rights in the
|
| 288 |
+
Work and the meaning and intended legal effect of CC0 on those rights.
|
| 289 |
+
|
| 290 |
+
1. Copyright and Related Rights. A Work made available under CC0 may be
|
| 291 |
+
protected by copyright and related or neighboring rights ("Copyright and
|
| 292 |
+
Related Rights"). Copyright and Related Rights include, but are not
|
| 293 |
+
limited to, the following:
|
| 294 |
+
|
| 295 |
+
i. the right to reproduce, adapt, distribute, perform, display,
|
| 296 |
+
communicate, and translate a Work;
|
| 297 |
+
ii. moral rights retained by the original author(s) and/or performer(s);
|
| 298 |
+
iii. publicity and privacy rights pertaining to a person's image or
|
| 299 |
+
likeness depicted in a Work;
|
| 300 |
+
iv. rights protecting against unfair competition in regards to a Work,
|
| 301 |
+
subject to the limitations in paragraph 4(a), below;
|
| 302 |
+
v. rights protecting the extraction, dissemination, use and reuse of data
|
| 303 |
+
in a Work;
|
| 304 |
+
vi. database rights (such as those arising under Directive 96/9/EC of the
|
| 305 |
+
European Parliament and of the Council of 11 March 1996 on the legal
|
| 306 |
+
protection of databases, and under any national implementation
|
| 307 |
+
thereof, including any amended or successor version of such
|
| 308 |
+
directive); and
|
| 309 |
+
vii. other similar, equivalent or corresponding rights throughout the
|
| 310 |
+
world based on applicable law or treaty, and any national
|
| 311 |
+
implementations thereof.
|
| 312 |
+
|
| 313 |
+
2. Waiver. To the greatest extent permitted by, but not in contravention
|
| 314 |
+
of, applicable law, Affirmer hereby overtly, fully, permanently,
|
| 315 |
+
irrevocably and unconditionally waives, abandons, and surrenders all of
|
| 316 |
+
Affirmer's Copyright and Related Rights and associated claims and causes
|
| 317 |
+
of action, whether now known or unknown (including existing as well as
|
| 318 |
+
future claims and causes of action), in the Work (i) in all territories
|
| 319 |
+
worldwide, (ii) for the maximum duration provided by applicable law or
|
| 320 |
+
treaty (including future time extensions), (iii) in any current or future
|
| 321 |
+
medium and for any number of copies, and (iv) for any purpose whatsoever,
|
| 322 |
+
including without limitation commercial, advertising or promotional
|
| 323 |
+
purposes (the "Waiver"). Affirmer makes the Waiver for the benefit of each
|
| 324 |
+
member of the public at large and to the detriment of Affirmer's heirs and
|
| 325 |
+
successors, fully intending that such Waiver shall not be subject to
|
| 326 |
+
revocation, rescission, cancellation, termination, or any other legal or
|
| 327 |
+
equitable action to disrupt the quiet enjoyment of the Work by the public
|
| 328 |
+
as contemplated by Affirmer's express Statement of Purpose.
|
| 329 |
+
|
| 330 |
+
3. Public License Fallback. Should any part of the Waiver for any reason
|
| 331 |
+
be judged legally invalid or ineffective under applicable law, then the
|
| 332 |
+
Waiver shall be preserved to the maximum extent permitted taking into
|
| 333 |
+
account Affirmer's express Statement of Purpose. In addition, to the
|
| 334 |
+
extent the Waiver is so judged Affirmer hereby grants to each affected
|
| 335 |
+
person a royalty-free, non transferable, non sublicensable, non exclusive,
|
| 336 |
+
irrevocable and unconditional license to exercise Affirmer's Copyright and
|
| 337 |
+
Related Rights in the Work (i) in all territories worldwide, (ii) for the
|
| 338 |
+
maximum duration provided by applicable law or treaty (including future
|
| 339 |
+
time extensions), (iii) in any current or future medium and for any number
|
| 340 |
+
of copies, and (iv) for any purpose whatsoever, including without
|
| 341 |
+
limitation commercial, advertising or promotional purposes (the
|
| 342 |
+
"License"). The License shall be deemed effective as of the date CC0 was
|
| 343 |
+
applied by Affirmer to the Work. Should any part of the License for any
|
| 344 |
+
reason be judged legally invalid or ineffective under applicable law, such
|
| 345 |
+
partial invalidity or ineffectiveness shall not invalidate the remainder
|
| 346 |
+
of the License, and in such case Affirmer hereby affirms that he or she
|
| 347 |
+
will not (i) exercise any of his or her remaining Copyright and Related
|
| 348 |
+
Rights in the Work or (ii) assert any associated claims and causes of
|
| 349 |
+
action with respect to the Work, in either case contrary to Affirmer's
|
| 350 |
+
express Statement of Purpose.
|
| 351 |
+
|
| 352 |
+
4. Limitations and Disclaimers.
|
| 353 |
+
|
| 354 |
+
a. No trademark or patent rights held by Affirmer are waived, abandoned,
|
| 355 |
+
surrendered, licensed or otherwise affected by this document.
|
| 356 |
+
b. Affirmer offers the Work as-is and makes no representations or
|
| 357 |
+
warranties of any kind concerning the Work, express, implied,
|
| 358 |
+
statutory or otherwise, including without limitation warranties of
|
| 359 |
+
title, merchantability, fitness for a particular purpose, non
|
| 360 |
+
infringement, or the absence of latent or other defects, accuracy, or
|
| 361 |
+
the present or absence of errors, whether or not discoverable, all to
|
| 362 |
+
the greatest extent permissible under applicable law.
|
| 363 |
+
c. Affirmer disclaims responsibility for clearing rights of other persons
|
| 364 |
+
that may apply to the Work or any use thereof, including without
|
| 365 |
+
limitation any person's Copyright and Related Rights in the Work.
|
| 366 |
+
Further, Affirmer disclaims responsibility for obtaining any necessary
|
| 367 |
+
consents, permissions or other rights required for any use of the
|
| 368 |
+
Work.
|
| 369 |
+
d. Affirmer understands and acknowledges that Creative Commons is not a
|
| 370 |
+
party to this document and has no duty or obligation with respect to
|
| 371 |
+
this CC0 or use of the Work.
|
engine_rust_src/.venv/Lib/site-packages/numpy-2.4.1.dist-info/licenses/numpy/_core/src/multiarray/dragon4_LICENSE.txt
ADDED
|
@@ -0,0 +1,27 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Copyright (c) 2014 Ryan Juckett
|
| 2 |
+
|
| 3 |
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
| 4 |
+
of this software and associated documentation files (the "Software"), to
|
| 5 |
+
deal in the Software without restriction, including without limitation the
|
| 6 |
+
rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
|
| 7 |
+
sell copies of the Software, and to permit persons to whom the Software is
|
| 8 |
+
furnished to do so, subject to the following conditions:
|
| 9 |
+
|
| 10 |
+
The above copyright notice and this permission notice shall be included in
|
| 11 |
+
all copies or substantial portions of the Software.
|
| 12 |
+
|
| 13 |
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
| 14 |
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
| 15 |
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
| 16 |
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
| 17 |
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
| 18 |
+
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
|
| 19 |
+
IN THE SOFTWARE.
|
| 20 |
+
|
| 21 |
+
dragon4.c|h h contains a modified version of Ryan Juckett's Dragon4
|
| 22 |
+
implementation, obtained from https://www.ryanjuckett.com,
|
| 23 |
+
which has been ported from C++ to C and which has
|
| 24 |
+
modifications specific to printing floats in numpy.
|
| 25 |
+
|
| 26 |
+
Ryan Juckett's original code was under the Zlib license; he gave numpy
|
| 27 |
+
permission to include it under the MIT license instead.
|
engine_rust_src/.venv/Lib/site-packages/numpy-2.4.1.dist-info/licenses/numpy/_core/src/npysort/x86-simd-sort/LICENSE.md
ADDED
|
@@ -0,0 +1,28 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
BSD 3-Clause License
|
| 2 |
+
|
| 3 |
+
Copyright (c) 2022, Intel. All rights reserved.
|
| 4 |
+
|
| 5 |
+
Redistribution and use in source and binary forms, with or without
|
| 6 |
+
modification, are permitted provided that the following conditions are met:
|
| 7 |
+
|
| 8 |
+
1. Redistributions of source code must retain the above copyright notice, this
|
| 9 |
+
list of conditions and the following disclaimer.
|
| 10 |
+
|
| 11 |
+
2. Redistributions in binary form must reproduce the above copyright notice,
|
| 12 |
+
this list of conditions and the following disclaimer in the documentation
|
| 13 |
+
and/or other materials provided with the distribution.
|
| 14 |
+
|
| 15 |
+
3. Neither the name of the copyright holder nor the names of its
|
| 16 |
+
contributors may be used to endorse or promote products derived from
|
| 17 |
+
this software without specific prior written permission.
|
| 18 |
+
|
| 19 |
+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
|
| 20 |
+
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
| 21 |
+
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
|
| 22 |
+
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
|
| 23 |
+
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
|
| 24 |
+
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
|
| 25 |
+
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
|
| 26 |
+
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
|
| 27 |
+
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
| 28 |
+
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
engine_rust_src/.venv/Lib/site-packages/numpy-2.4.1.dist-info/licenses/numpy/_core/src/umath/svml/LICENSE
ADDED
|
@@ -0,0 +1,30 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Copyright (c) 2005-2021, NumPy Developers.
|
| 2 |
+
All rights reserved.
|
| 3 |
+
|
| 4 |
+
Redistribution and use in source and binary forms, with or without
|
| 5 |
+
modification, are permitted provided that the following conditions are
|
| 6 |
+
met:
|
| 7 |
+
|
| 8 |
+
* Redistributions of source code must retain the above copyright
|
| 9 |
+
notice, this list of conditions and the following disclaimer.
|
| 10 |
+
|
| 11 |
+
* Redistributions in binary form must reproduce the above
|
| 12 |
+
copyright notice, this list of conditions and the following
|
| 13 |
+
disclaimer in the documentation and/or other materials provided
|
| 14 |
+
with the distribution.
|
| 15 |
+
|
| 16 |
+
* Neither the name of the NumPy Developers nor the names of any
|
| 17 |
+
contributors may be used to endorse or promote products derived
|
| 18 |
+
from this software without specific prior written permission.
|
| 19 |
+
|
| 20 |
+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
| 21 |
+
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
|
| 22 |
+
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
|
| 23 |
+
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
|
| 24 |
+
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
| 25 |
+
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
|
| 26 |
+
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
|
| 27 |
+
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
|
| 28 |
+
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
| 29 |
+
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
| 30 |
+
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
engine_rust_src/.venv/Lib/site-packages/numpy-2.4.1.dist-info/licenses/numpy/fft/pocketfft/LICENSE.md
ADDED
|
@@ -0,0 +1,25 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Copyright (C) 2010-2018 Max-Planck-Society
|
| 2 |
+
All rights reserved.
|
| 3 |
+
|
| 4 |
+
Redistribution and use in source and binary forms, with or without modification,
|
| 5 |
+
are permitted provided that the following conditions are met:
|
| 6 |
+
|
| 7 |
+
* Redistributions of source code must retain the above copyright notice, this
|
| 8 |
+
list of conditions and the following disclaimer.
|
| 9 |
+
* Redistributions in binary form must reproduce the above copyright notice, this
|
| 10 |
+
list of conditions and the following disclaimer in the documentation and/or
|
| 11 |
+
other materials provided with the distribution.
|
| 12 |
+
* Neither the name of the copyright holder nor the names of its contributors may
|
| 13 |
+
be used to endorse or promote products derived from this software without
|
| 14 |
+
specific prior written permission.
|
| 15 |
+
|
| 16 |
+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
|
| 17 |
+
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
|
| 18 |
+
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
|
| 19 |
+
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR
|
| 20 |
+
ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
|
| 21 |
+
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
|
| 22 |
+
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
|
| 23 |
+
ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
| 24 |
+
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
|
| 25 |
+
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
engine_rust_src/.venv/Lib/site-packages/numpy-2.4.1.dist-info/licenses/numpy/linalg/lapack_lite/LICENSE.txt
ADDED
|
@@ -0,0 +1,48 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Copyright (c) 1992-2013 The University of Tennessee and The University
|
| 2 |
+
of Tennessee Research Foundation. All rights
|
| 3 |
+
reserved.
|
| 4 |
+
Copyright (c) 2000-2013 The University of California Berkeley. All
|
| 5 |
+
rights reserved.
|
| 6 |
+
Copyright (c) 2006-2013 The University of Colorado Denver. All rights
|
| 7 |
+
reserved.
|
| 8 |
+
|
| 9 |
+
$COPYRIGHT$
|
| 10 |
+
|
| 11 |
+
Additional copyrights may follow
|
| 12 |
+
|
| 13 |
+
$HEADER$
|
| 14 |
+
|
| 15 |
+
Redistribution and use in source and binary forms, with or without
|
| 16 |
+
modification, are permitted provided that the following conditions are
|
| 17 |
+
met:
|
| 18 |
+
|
| 19 |
+
- Redistributions of source code must retain the above copyright
|
| 20 |
+
notice, this list of conditions and the following disclaimer.
|
| 21 |
+
|
| 22 |
+
- Redistributions in binary form must reproduce the above copyright
|
| 23 |
+
notice, this list of conditions and the following disclaimer listed
|
| 24 |
+
in this license in the documentation and/or other materials
|
| 25 |
+
provided with the distribution.
|
| 26 |
+
|
| 27 |
+
- Neither the name of the copyright holders nor the names of its
|
| 28 |
+
contributors may be used to endorse or promote products derived from
|
| 29 |
+
this software without specific prior written permission.
|
| 30 |
+
|
| 31 |
+
The copyright holders provide no reassurances that the source code
|
| 32 |
+
provided does not infringe any patent, copyright, or any other
|
| 33 |
+
intellectual property rights of third parties. The copyright holders
|
| 34 |
+
disclaim any liability to any recipient for claims brought against
|
| 35 |
+
recipient by any third party for infringement of that parties
|
| 36 |
+
intellectual property rights.
|
| 37 |
+
|
| 38 |
+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
| 39 |
+
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
|
| 40 |
+
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
|
| 41 |
+
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
|
| 42 |
+
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
| 43 |
+
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
|
| 44 |
+
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
|
| 45 |
+
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
|
| 46 |
+
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
| 47 |
+
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
| 48 |
+
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
engine_rust_src/.venv/Lib/site-packages/numpy-2.4.1.dist-info/licenses/numpy/ma/LICENSE
ADDED
|
@@ -0,0 +1,24 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
* Copyright (c) 2006, University of Georgia and Pierre G.F. Gerard-Marchant
|
| 2 |
+
* All rights reserved.
|
| 3 |
+
* Redistribution and use in source and binary forms, with or without
|
| 4 |
+
* modification, are permitted provided that the following conditions are met:
|
| 5 |
+
*
|
| 6 |
+
* * Redistributions of source code must retain the above copyright
|
| 7 |
+
* notice, this list of conditions and the following disclaimer.
|
| 8 |
+
* * Redistributions in binary form must reproduce the above copyright
|
| 9 |
+
* notice, this list of conditions and the following disclaimer in the
|
| 10 |
+
* documentation and/or other materials provided with the distribution.
|
| 11 |
+
* * Neither the name of the University of Georgia nor the
|
| 12 |
+
* names of its contributors may be used to endorse or promote products
|
| 13 |
+
* derived from this software without specific prior written permission.
|
| 14 |
+
*
|
| 15 |
+
* THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND ANY
|
| 16 |
+
* EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
|
| 17 |
+
* WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
|
| 18 |
+
* DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE FOR ANY
|
| 19 |
+
* DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
|
| 20 |
+
* (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
|
| 21 |
+
* LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
|
| 22 |
+
* ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
| 23 |
+
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
|
| 24 |
+
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
engine_rust_src/.venv/Lib/site-packages/numpy-2.4.1.dist-info/licenses/numpy/random/LICENSE.md
ADDED
|
@@ -0,0 +1,71 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
**This software is dual-licensed under the The University of Illinois/NCSA
|
| 2 |
+
Open Source License (NCSA) and The 3-Clause BSD License**
|
| 3 |
+
|
| 4 |
+
# NCSA Open Source License
|
| 5 |
+
**Copyright (c) 2019 Kevin Sheppard. All rights reserved.**
|
| 6 |
+
|
| 7 |
+
Developed by: Kevin Sheppard (<kevin.sheppard@economics.ox.ac.uk>,
|
| 8 |
+
<kevin.k.sheppard@gmail.com>)
|
| 9 |
+
[http://www.kevinsheppard.com](http://www.kevinsheppard.com)
|
| 10 |
+
|
| 11 |
+
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
| 12 |
+
this software and associated documentation files (the "Software"), to deal with
|
| 13 |
+
the Software without restriction, including without limitation the rights to
|
| 14 |
+
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
|
| 15 |
+
of the Software, and to permit persons to whom the Software is furnished to do
|
| 16 |
+
so, subject to the following conditions:
|
| 17 |
+
|
| 18 |
+
Redistributions of source code must retain the above copyright notice, this
|
| 19 |
+
list of conditions and the following disclaimers.
|
| 20 |
+
|
| 21 |
+
Redistributions in binary form must reproduce the above copyright notice, this
|
| 22 |
+
list of conditions and the following disclaimers in the documentation and/or
|
| 23 |
+
other materials provided with the distribution.
|
| 24 |
+
|
| 25 |
+
Neither the names of Kevin Sheppard, nor the names of any contributors may be
|
| 26 |
+
used to endorse or promote products derived from this Software without specific
|
| 27 |
+
prior written permission.
|
| 28 |
+
|
| 29 |
+
**THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
| 30 |
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
| 31 |
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
| 32 |
+
CONTRIBUTORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
| 33 |
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
| 34 |
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS WITH
|
| 35 |
+
THE SOFTWARE.**
|
| 36 |
+
|
| 37 |
+
|
| 38 |
+
# 3-Clause BSD License
|
| 39 |
+
**Copyright (c) 2019 Kevin Sheppard. All rights reserved.**
|
| 40 |
+
|
| 41 |
+
Redistribution and use in source and binary forms, with or without
|
| 42 |
+
modification, are permitted provided that the following conditions are met:
|
| 43 |
+
|
| 44 |
+
1. Redistributions of source code must retain the above copyright notice,
|
| 45 |
+
this list of conditions and the following disclaimer.
|
| 46 |
+
|
| 47 |
+
2. Redistributions in binary form must reproduce the above copyright notice,
|
| 48 |
+
this list of conditions and the following disclaimer in the documentation
|
| 49 |
+
and/or other materials provided with the distribution.
|
| 50 |
+
|
| 51 |
+
3. Neither the name of the copyright holder nor the names of its contributors
|
| 52 |
+
may be used to endorse or promote products derived from this software
|
| 53 |
+
without specific prior written permission.
|
| 54 |
+
|
| 55 |
+
**THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
|
| 56 |
+
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
| 57 |
+
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
|
| 58 |
+
ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE
|
| 59 |
+
LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
|
| 60 |
+
CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
|
| 61 |
+
SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
|
| 62 |
+
INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
|
| 63 |
+
CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
|
| 64 |
+
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
|
| 65 |
+
THE POSSIBILITY OF SUCH DAMAGE.**
|
| 66 |
+
|
| 67 |
+
# Components
|
| 68 |
+
|
| 69 |
+
Many parts of this module have been derived from original sources,
|
| 70 |
+
often the algorithm's designer. Component licenses are located with
|
| 71 |
+
the component code.
|
engine_rust_src/.venv/Lib/site-packages/numpy-2.4.1.dist-info/licenses/numpy/random/src/distributions/LICENSE.md
ADDED
|
@@ -0,0 +1,61 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
## NumPy
|
| 2 |
+
|
| 3 |
+
Copyright (c) 2005-2017, NumPy Developers.
|
| 4 |
+
All rights reserved.
|
| 5 |
+
|
| 6 |
+
Redistribution and use in source and binary forms, with or without
|
| 7 |
+
modification, are permitted provided that the following conditions are
|
| 8 |
+
met:
|
| 9 |
+
|
| 10 |
+
* Redistributions of source code must retain the above copyright
|
| 11 |
+
notice, this list of conditions and the following disclaimer.
|
| 12 |
+
|
| 13 |
+
* Redistributions in binary form must reproduce the above
|
| 14 |
+
copyright notice, this list of conditions and the following
|
| 15 |
+
disclaimer in the documentation and/or other materials provided
|
| 16 |
+
with the distribution.
|
| 17 |
+
|
| 18 |
+
* Neither the name of the NumPy Developers nor the names of any
|
| 19 |
+
contributors may be used to endorse or promote products derived
|
| 20 |
+
from this software without specific prior written permission.
|
| 21 |
+
|
| 22 |
+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
| 23 |
+
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
|
| 24 |
+
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
|
| 25 |
+
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
|
| 26 |
+
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
| 27 |
+
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
|
| 28 |
+
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
|
| 29 |
+
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
|
| 30 |
+
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
| 31 |
+
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
| 32 |
+
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| 33 |
+
|
| 34 |
+
|
| 35 |
+
## Julia
|
| 36 |
+
|
| 37 |
+
The ziggurat methods were derived from Julia.
|
| 38 |
+
|
| 39 |
+
Copyright (c) 2009-2019: Jeff Bezanson, Stefan Karpinski, Viral B. Shah,
|
| 40 |
+
and other contributors:
|
| 41 |
+
|
| 42 |
+
https://github.com/JuliaLang/julia/contributors
|
| 43 |
+
|
| 44 |
+
Permission is hereby granted, free of charge, to any person obtaining
|
| 45 |
+
a copy of this software and associated documentation files (the
|
| 46 |
+
"Software"), to deal in the Software without restriction, including
|
| 47 |
+
without limitation the rights to use, copy, modify, merge, publish,
|
| 48 |
+
distribute, sublicense, and/or sell copies of the Software, and to
|
| 49 |
+
permit persons to whom the Software is furnished to do so, subject to
|
| 50 |
+
the following conditions:
|
| 51 |
+
|
| 52 |
+
The above copyright notice and this permission notice shall be
|
| 53 |
+
included in all copies or substantial portions of the Software.
|
| 54 |
+
|
| 55 |
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
| 56 |
+
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
| 57 |
+
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
| 58 |
+
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
|
| 59 |
+
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
| 60 |
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
| 61 |
+
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
engine_rust_src/.venv/Lib/site-packages/numpy-2.4.1.dist-info/licenses/numpy/random/src/mt19937/LICENSE.md
ADDED
|
@@ -0,0 +1,61 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# MT19937
|
| 2 |
+
|
| 3 |
+
Copyright (c) 2003-2005, Jean-Sebastien Roy (js@jeannot.org)
|
| 4 |
+
|
| 5 |
+
The rk_random and rk_seed functions algorithms and the original design of
|
| 6 |
+
the Mersenne Twister RNG:
|
| 7 |
+
|
| 8 |
+
Copyright (C) 1997 - 2002, Makoto Matsumoto and Takuji Nishimura,
|
| 9 |
+
All rights reserved.
|
| 10 |
+
|
| 11 |
+
Redistribution and use in source and binary forms, with or without
|
| 12 |
+
modification, are permitted provided that the following conditions
|
| 13 |
+
are met:
|
| 14 |
+
|
| 15 |
+
1. Redistributions of source code must retain the above copyright
|
| 16 |
+
notice, this list of conditions and the following disclaimer.
|
| 17 |
+
|
| 18 |
+
2. Redistributions in binary form must reproduce the above copyright
|
| 19 |
+
notice, this list of conditions and the following disclaimer in the
|
| 20 |
+
documentation and/or other materials provided with the distribution.
|
| 21 |
+
|
| 22 |
+
3. The names of its contributors may not be used to endorse or promote
|
| 23 |
+
products derived from this software without specific prior written
|
| 24 |
+
permission.
|
| 25 |
+
|
| 26 |
+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
| 27 |
+
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
|
| 28 |
+
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
|
| 29 |
+
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER
|
| 30 |
+
OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
|
| 31 |
+
EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
|
| 32 |
+
PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
|
| 33 |
+
PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
|
| 34 |
+
LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
|
| 35 |
+
NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
|
| 36 |
+
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| 37 |
+
|
| 38 |
+
Original algorithm for the implementation of rk_interval function from
|
| 39 |
+
Richard J. Wagner's implementation of the Mersenne Twister RNG, optimised by
|
| 40 |
+
Magnus Jonsson.
|
| 41 |
+
|
| 42 |
+
Constants used in the rk_double implementation by Isaku Wada.
|
| 43 |
+
|
| 44 |
+
Permission is hereby granted, free of charge, to any person obtaining a
|
| 45 |
+
copy of this software and associated documentation files (the
|
| 46 |
+
"Software"), to deal in the Software without restriction, including
|
| 47 |
+
without limitation the rights to use, copy, modify, merge, publish,
|
| 48 |
+
distribute, sublicense, and/or sell copies of the Software, and to
|
| 49 |
+
permit persons to whom the Software is furnished to do so, subject to
|
| 50 |
+
the following conditions:
|
| 51 |
+
|
| 52 |
+
The above copyright notice and this permission notice shall be included
|
| 53 |
+
in all copies or substantial portions of the Software.
|
| 54 |
+
|
| 55 |
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
|
| 56 |
+
OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
| 57 |
+
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
| 58 |
+
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
| 59 |
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
|
| 60 |
+
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
| 61 |
+
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
engine_rust_src/.venv/Lib/site-packages/numpy-2.4.1.dist-info/licenses/numpy/random/src/pcg64/LICENSE.md
ADDED
|
@@ -0,0 +1,22 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# PCG64
|
| 2 |
+
|
| 3 |
+
## The MIT License
|
| 4 |
+
|
| 5 |
+
PCG Random Number Generation for C.
|
| 6 |
+
|
| 7 |
+
Copyright 2014 Melissa O'Neill <oneill@pcg-random.org>
|
| 8 |
+
|
| 9 |
+
Permission is hereby granted, free of charge, to any person obtaining
|
| 10 |
+
a copy of this software and associated documentation files (the "Software"),
|
| 11 |
+
to deal in the Software without restriction, including without limitation
|
| 12 |
+
the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
|
| 13 |
+
|
| 14 |
+
The above copyright notice and this permission notice shall be included in
|
| 15 |
+
all copies or substantial portions of the Software.
|
| 16 |
+
|
| 17 |
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
| 18 |
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
|
| 19 |
+
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
|
| 20 |
+
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
| 21 |
+
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
| 22 |
+
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
engine_rust_src/.venv/Lib/site-packages/numpy-2.4.1.dist-info/licenses/numpy/random/src/philox/LICENSE.md
ADDED
|
@@ -0,0 +1,31 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# PHILOX
|
| 2 |
+
|
| 3 |
+
Copyright 2010-2012, D. E. Shaw Research.
|
| 4 |
+
All rights reserved.
|
| 5 |
+
|
| 6 |
+
Redistribution and use in source and binary forms, with or without
|
| 7 |
+
modification, are permitted provided that the following conditions are
|
| 8 |
+
met:
|
| 9 |
+
|
| 10 |
+
* Redistributions of source code must retain the above copyright
|
| 11 |
+
notice, this list of conditions, and the following disclaimer.
|
| 12 |
+
|
| 13 |
+
* Redistributions in binary form must reproduce the above copyright
|
| 14 |
+
notice, this list of conditions, and the following disclaimer in the
|
| 15 |
+
documentation and/or other materials provided with the distribution.
|
| 16 |
+
|
| 17 |
+
* Neither the name of D. E. Shaw Research nor the names of its
|
| 18 |
+
contributors may be used to endorse or promote products derived from
|
| 19 |
+
this software without specific prior written permission.
|
| 20 |
+
|
| 21 |
+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
| 22 |
+
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
|
| 23 |
+
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
|
| 24 |
+
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
|
| 25 |
+
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
| 26 |
+
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
|
| 27 |
+
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
|
| 28 |
+
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
|
| 29 |
+
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
| 30 |
+
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
| 31 |
+
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
engine_rust_src/.venv/Lib/site-packages/numpy-2.4.1.dist-info/licenses/numpy/random/src/sfc64/LICENSE.md
ADDED
|
@@ -0,0 +1,27 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# SFC64
|
| 2 |
+
|
| 3 |
+
## The MIT License
|
| 4 |
+
|
| 5 |
+
Adapted from a C++ implementation of Chris Doty-Humphrey's SFC PRNG.
|
| 6 |
+
|
| 7 |
+
https://gist.github.com/imneme/f1f7821f07cf76504a97f6537c818083
|
| 8 |
+
|
| 9 |
+
Copyright (c) 2018 Melissa E. O'Neill
|
| 10 |
+
|
| 11 |
+
Permission is hereby granted, free of charge, to any person obtaining a
|
| 12 |
+
copy of this software and associated documentation files (the "Software"),
|
| 13 |
+
to deal in the Software without restriction, including without limitation
|
| 14 |
+
the rights to use, copy, modify, merge, publish, distribute, sublicense,
|
| 15 |
+
and/or sell copies of the Software, and to permit persons to whom the
|
| 16 |
+
Software is furnished to do so, subject to the following conditions:
|
| 17 |
+
|
| 18 |
+
The above copyright notice and this permission notice shall be included in
|
| 19 |
+
all copies or substantial portions of the Software.
|
| 20 |
+
|
| 21 |
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
| 22 |
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
| 23 |
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
| 24 |
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
| 25 |
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
| 26 |
+
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
| 27 |
+
DEALINGS IN THE SOFTWARE.
|
engine_rust_src/.venv/Lib/site-packages/numpy-2.4.1.dist-info/licenses/numpy/random/src/splitmix64/LICENSE.md
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# SPLITMIX64
|
| 2 |
+
|
| 3 |
+
Written in 2015 by Sebastiano Vigna (vigna@acm.org)
|
| 4 |
+
|
| 5 |
+
To the extent possible under law, the author has dedicated all copyright
|
| 6 |
+
and related and neighboring rights to this software to the public domain
|
| 7 |
+
worldwide. This software is distributed without any warranty.
|
| 8 |
+
|
| 9 |
+
See <http://creativecommons.org/publicdomain/zero/1.0/>.
|