summaryrefslogtreecommitdiff
path: root/numpy/f2py
Commit message (Expand)AuthorAgeFilesLines
...
* BUG: fixing selected_real_kind for PowerPCPearu Peterson2011-03-241-2/+7
* ENH: f2py: support Fortran size function with two arguments (ticket #1765).Pearu Peterson2011-03-133-1/+53
* BUG: Fixed ticket #1767. Replaced assert with assert_ calls.Pearu Peterson2011-03-1110-227/+229
* Merge remote branch 'upstream/master' into f2py-assumed-shapePearu Peterson2011-03-111-11/+19
|\
| * BUG: Fixes ticket 1693.Pearu Peterson2010-12-031-4/+9
| * BUG: Fix ticket 1679.Pearu Peterson2010-12-021-7/+10
* | Fix bug in constructing use statement with only.Pearu Peterson2011-02-281-1/+1
* | Implemented selected_real_kind evaluation, added tests to catch processor dep...Pearu Peterson2011-02-271-2/+11
* | Implemented selected_real_kind evaluation, added tests to catch processor dep...Pearu Peterson2011-02-272-0/+54
* | Fix assumed shape support for routines that use modules. Improved .f2py_f2cma...Pearu Peterson2011-02-277-7/+55
* | WIP: implemented assumed shape support for Fortran subroutines.Pearu Peterson2011-02-265-32/+157
* | WIP: added assumed shape array support to Fortran functions.Pearu Peterson2011-02-254-15/+106
|/
* BUG: f2py: fix creating string object from callback function using string size.Pearu Peterson2010-10-162-2/+4
* BUG: f2py: fix building modules via 'f2py -c' (broken in e6eafde)Pauli Virtanen2010-10-061-2/+4
* BUGLET: Need "\\n" in string template.Charles Harris2010-09-231-2/+2
* FIX: And add missing \n for error message.Charles Harris2010-09-221-1/+1
* BUG: Fix previous fix to numpy/g2py/setup.py.Charles Harris2010-09-221-1/+1
* BUG: Fix generated f2py bootstrap script to work with python 3k.Charles Harris2010-09-221-2/+2
* FEAT: add C module and f2py fortran wrapper output customization from command...David Cournapeau2010-09-173-6/+25
* f2py: fixed issue 1533 (scanning pyf files will report lines that do not matc...Pearu Peterson2010-07-241-1/+1
* 3K: f2py: catch a misc import errorPauli Virtanen2010-07-171-1/+1
* BUG: core: use PyCapsule objects only on Python >= 3.0, stay with PyCObjects ...Pauli Virtanen2010-07-172-3/+3
* f2py: fixed typos in TRYCOMPLEXPYARRAYTEMPLATE.Pearu Peterson2010-07-111-4/+1
* BUG: f2py: replace a string exception with a real one (fixes #1515)Pauli Virtanen2010-06-191-1/+2
* ENH, BUG: PyCObject will be deprecated in python 2.7. So use the NpyCapsuleCharles Harris2010-05-032-6/+6
* TST: mark slow f2py tests + add f2py test function.David Cournapeau2010-03-318-0/+17
* 3K: f2py: make create_cb_arglist work with Py3 functionsPauli Virtanen2010-03-061-0/+10
* 3K: f2py: port the array_from_pyobj test module to Py3Pauli Virtanen2010-03-062-2/+27
* 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 on...Pauli Virtanen2010-03-065-67/+26
* 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 compil...Pauli Virtanen2010-03-065-37/+41
* 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
* 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
* 3K: BUG: work around bugs in Python 3.1.1 2to3 by not using fixes_reducePauli Virtanen2010-02-201-0/+3
* 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
* 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 wi...Pearu Peterson2009-11-092-32/+36
* BUG Fix ticket #1285. Problem located by cgranade.Charles Harris2009-11-061-1/+1
* Introduced intent(align4|align8|align16) attributes. Fixes scipy ticket 794 a...Pearu Peterson2009-10-254-3/+36