diff options
| author | Brigitta Sipocz <bsipocz@gmail.com> | 2020-07-12 13:52:34 -0700 |
|---|---|---|
| committer | Brigitta Sipőcz <bsipocz@gmail.com> | 2022-05-17 20:26:22 -0700 |
| commit | c045defe446a36f44201e93235e9eb206e458cf6 (patch) | |
| tree | 4d7ad4e9f0407e6ec5dc410daeaa52fa4ae5bed2 /doc/source/user/misc.rst | |
| parent | b1d6d24041f2eaa5e714e9ed98bb0eab4c799428 (diff) | |
| download | numpy-c045defe446a36f44201e93235e9eb206e458cf6.tar.gz | |
Remove mentioning deprecated and removed scipy.weave as an alternative
Diffstat (limited to 'doc/source/user/misc.rst')
| -rw-r--r-- | doc/source/user/misc.rst | 20 |
1 files changed, 1 insertions, 19 deletions
diff --git a/doc/source/user/misc.rst b/doc/source/user/misc.rst index ca8f078f6..9b6aa65e2 100644 --- a/doc/source/user/misc.rst +++ b/doc/source/user/misc.rst @@ -123,8 +123,6 @@ Only a survey of the choices. Little detail on how each works. - getting it wrong leads to memory leaks, and worse, segfaults - - API will change for Python 3.0! - 2) Cython - Plusses: @@ -183,21 +181,7 @@ Only a survey of the choices. Little detail on how each works. - doesn't necessarily avoid reference counting issues or needing to know API's -5) scipy.weave - - - Plusses: - - - can turn many numpy expressions into C code - - dynamic compiling and loading of generated C code - - can embed pure C code in Python module and have weave extract, generate - interfaces and compile, etc. - - - Minuses: - - - Future very uncertain: it's the only part of Scipy not ported to Python 3 - and is effectively deprecated in favor of Cython. - -6) Psyco +5) Psyco - Plusses: @@ -226,5 +210,3 @@ Interfacing to C++: 3) Boost.python 4) SWIG 5) SIP (used mainly in PyQT) - - |
