summaryrefslogtreecommitdiff
path: root/numpy/f2py
Commit message (Collapse)AuthorAgeFilesLines
...
* BUG: f2py: fix infinite loops in *_from_pyobj with unicode inputPauli Virtanen2010-03-061-5/+5
|
* 3K: f2py: port much of f2py C code to Py3Pauli Virtanen2010-03-065-20/+153
|
* 3K: f2py: don't use test generators in the tests -- they don't really work ↵Pauli Virtanen2010-03-065-67/+26
| | | | on Nose on Py3
* 3K: f2py: map PyString -> PyBytes and PyInt -> PyLong on Py3Pauli Virtanen2010-03-061-0/+9
|
* 3K: f2py: address a semantic difference between Py2 and Py3Pauli Virtanen2010-03-061-1/+2
|
* BUG: f2py: fix F90 detection in the testsPauli Virtanen2010-03-061-2/+2
|
* 3K: f2py: make f2py run far enough to produce output files (they don't ↵Pauli Virtanen2010-03-065-37/+41
| | | | compile yet, though, as the C code is not Py3 compatible)
* ENH: f2py: skip also test_array_from_pyobj if no C compiler is availablePauli Virtanen2010-03-061-0/+7
|
* BUG: f2py: ensure that ARRAY_ISCOMPATIBLE macro handles also booleansPauli Virtanen2010-03-061-0/+1
|
* ENH: f2py: convert test suite to Nose formPauli Virtanen2010-03-0630-1685/+1391
| | | | | | Rewrite F2Py's test suite, so that it is run as a part of Numpy's tests. These tests require compiling extension modules on-the-fly, so I added a small helper module for that.
* ENH: Add support for PyCapsule.Charles Harris2010-02-255-7/+76
|
* BUG: Fix imports in diagnose and excise old crap.Charles Harris2010-02-251-32/+14
|
* ENH: Add diagnose to f2py package. This makes the tests a bit easier to fix.Charles Harris2010-02-251-2/+4
|
* BUG: Shoddy quick fix of some f2py tests so they run. The tests expose errors,Charles Harris2010-02-255-43/+95
| | | | | but the errors look like artifacts of an unfinished refactoring and partial update to support numpy.
* 3K: BUG: work around bugs in Python 3.1.1 2to3 by not using fixes_reducePauli Virtanen2010-02-201-0/+3
| | | | Instead, manually import reduce where necessary.
* 3K: f2py: use integer division to avoid problems with string multiplicationPauli Virtanen2010-02-201-1/+1
|
* 3K: f2py: break cyclic imports (which are not allowed on Py3) by moving them ↵Pauli Virtanen2010-02-202-2/+3
| | | | to functions
* Make f2py setup.py runnable under python3.David Cournapeau2009-12-031-1/+1
|
* Disable 7712 patch.Pearu Peterson2009-11-101-1/+1
|
* f2py: fix a code generation bug when callback function is taking arguments ↵Pearu Peterson2009-11-092-32/+36
| | | | with the same symbol name.
* BUG Fix ticket #1285. Problem located by cgranade.Charles Harris2009-11-061-1/+1
|
* Introduced intent(align4|align8|align16) attributes. Fixes scipy ticket 794 ↵Pearu Peterson2009-10-254-3/+36
| | | | after using intent(align8) in the corresponding scipy pyf files.
* Replace \r by \n.Charles Harris2009-10-242-1131/+1128
|
* BUG: fix f2py generated code for MSVC 9.David Cournapeau2009-09-211-0/+4
| | | | | MSVC already define min/max macros in standard headers, which causes trouble when f2py redefines them.
* Remove useless f2py debug print.David Cournapeau2009-09-151-2/+0
|
* f2py: fix a bug evaluating parameters with kind function: kind(1.0), ↵Pearu Peterson2009-07-271-2/+2
| | | | kind(1.0d) must be 4, 8, respectively.
* f2py: ignore concatenation of strings in initexpressions.Pearu Peterson2009-04-211-1/+1
|
* Python 3000 fixes for 2to3 [patch by James Watson].Stefan van der Walt2009-03-021-6/+15
|
* Fix hyphen (patch from debian package).David Cournapeau2009-02-101-10/+10
|
* Avoid putting things into stderr when errors occurs in f2py wrappers; put ↵David Cournapeau2009-01-081-4/+6
| | | | all the info in the python error string instead.
* ran reindentJarrod Millman2008-12-311-1/+1
|
* Fix issue 964: f2py python 2.6, 2.6.1 support.Pearu Peterson2008-12-231-1/+11
|
* Fix a bug.Pearu Peterson2008-12-221-2/+2
|
* Removed unused/redundant imports.Alan McIntyre2008-09-1811-30/+7
| | | | PEP8 conformance (only one import per line).
* Fix typo.Pearu Peterson2008-09-091-1/+1
|
* Remove f2py.lib from setupscons.pyDavid Cournapeau2008-07-061-2/+0
|
* Remove uses of set_package_path, set_local_path, restore_path, and Alan McIntyre2008-07-051-3/+0
| | | | associated sys.path manipulations.
* Fix setup script. Exclude test that requires building from the main test suite.Robert Kern2008-07-031-2/+0
|
* Removing G3 f2py code. Development has moved to https://launchpad.net/f2py/Robert Kern2008-07-0343-21659/+6
|
* Clean up test output such that a completely-passing test suite has no ↵Robert Kern2008-07-038-18/+9
| | | | extraneous output.
* Restore old test framework classes.Alan McIntyre2008-06-218-8/+8
| | | | | | | | | | | Added numpy.testing.run_module_suite to simplify "if __name__ == '__main__'" boilerplate code in test modules. Removed numpy/testing/pkgtester.py since it just consisted of an import statement after porting SciPy r4424. Allow numpy.*.test() to accept the old keyword arguments (but issue a deprecation warning when old arguments are seen). numpy.*.test() returns a test result object as before. Fixed typo in distutils doc.
* Switched to use nose to run tests. Added test and bench functions to all ↵Alan McIntyre2008-06-178-376/+380
| | | | modules.
* f2py: Allow expressions that contain max/min calls, be used as dimension ↵Pearu Peterson2008-05-192-2/+14
| | | | specifications. Defined macros min/max that are needed when --lower is used. Typical usage case: real a(min(1,n)).
* f2py: disallow matching module procedure-s as module-s.Pearu Peterson2008-05-151-1/+1
|
* Changed an idiom of appending strings to a buffer. Fixes numpy ticket 792.Pearu Peterson2008-05-151-12/+39
|
* Fix bug in parsing initexpr in 'INTEGER, PARAMETER :: ny = nx + 2'Pearu Peterson2008-04-181-1/+1
|
* Fix a long-standing typo preventing the build of scipy.stats.mvn. Sorry ↵Robert Kern2008-04-101-1/+1
| | | | Stefan, no unittest; the original code is not amenable to unittests without a large refactoring.
* Fix issue 587Pearu Peterson2008-04-092-10/+35
|
* Merge revisions 4721:4771 from the trunkJarrod Millman2008-02-082-10/+23
|\
| * Fix intent(callback) when used inside Fortran source.Pearu Peterson2008-01-311-3/+7
| |