Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Weave - tools for including C/C++ code within Python code.

License

NotificationsYou must be signed in to change notification settings

scipy/weave

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

323 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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 30xover algorithms written in pure Python.

scipy-weave is the stand-alone version of the removed SciPy submodulescipy.weave. It is provided for users that need versions of SciPy fromwhich theweave submodule has been removed but have existing code thatstill depends onscipy.weave.For new code, users are recommended to useCython.

Note that the Python 3.x support is new as of version 0.19.0 (Nov 2022), and isexperimental. It is not tested on all Python 3.x versions.For Python 2.6-2.7, use versions 0.17.0 or 0.18.0

To installscipy-weave, use of pip is recommended:

pip install scipy-weave

Note that the import name forscipy-weave isweave. To run the tests:

python -c "import weave; weave.test('full')"

Packages

No packages published

Contributors24


[8]ページ先頭

©2009-2026 Movatter.jp