scipy-weave provides tools for including C/C++ code within Python code. Inlining C/C++ code within Python generally results in speedups of 1.5x to 30x over algorithms written in pure Python.
scipy-weave is the stand-alone version of the removed SciPy submodule scipy.weave. It is Python 3.x only (see versions <0.19.0 for Python 2.6-2.7 support), and is provided for users that need versions of SciPy from which the weave submodule has been removed but have existing code that still depends on scipy.weave. For new code, users are recommended to use Cython.
To install scipy-weave, use of pip is recommended:
pip install scipy-weave
Note that the import name for scipy-weave is weave. To run the tests:
python2 -c "import weave; weave.test('full')"
Release files for scipy-weave 0.19.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| scipy-weave-0.19.0.tar.gz | 563.7 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| scipy_weave-0.19.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 1.1 MB
Release files / scipy-weave-0.19.0.tar.gz
| Download URL | scipy-weave-0.19.0.tar.gz |
|---|---|
| Size | 563.7 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
eb8f05603ea28612b349bc4c1e1d765a1c4a49950b2c3b74f9be7ddd69ed5e08
|
|
BLAKE2b-256 checksum How to use checksums |
15554acb5a628766b3be22543d3f6d9d1ffe1e1b9e80565201b00f73fcb4b594
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.1 CPython/3.10.6
|
Release files / scipy_weave-0.19.0-py3-none-any.whl
| Download URL | scipy_weave-0.19.0-py3-none-any.whl |
|---|---|
| Size | 550.5 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
604a5b30b96fb471a52396a7f7b28c2ac8ec0d659c40e19e9aacb8da3fb56166
|
|
BLAKE2b-256 checksum How to use checksums |
77c7dabf52721a36f387911545c85c5abfd85a0003d53e8e03986461cdbc0e65
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.1 CPython/3.10.6
|