Giter VIP home page Giter VIP logo

weave's Introduction

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 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.

Note that the Python 3.x support is new as of version 0.19.0 (Nov 2022), and is experimental. 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 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:

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

weave's People

Contributors

ajdunlap avatar alexbrc avatar bgrant avatar cdeil avatar charris avatar cournape avatar endolith avatar eric-jones avatar jarrodmillman avatar jorge-c avatar juliantaylor avatar matthew-brett avatar mcepl avatar mstimberg avatar piannucci avatar pv avatar rgommers avatar rkern avatar stefanv avatar teoliphant avatar timleslie avatar tomastomecek avatar warrenweckesser avatar zanellia avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.