Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | DEP: removed deprecated API calls from test code (wrapmodule.c) | Chris Kerr | 2014-11-10 | 1 | -31/+31 |
| | |||||
* | TST: Add basic test for compiling with intent(in out). | Charles Harris | 2014-10-09 | 1 | -0/+9 |
| | | | | | This checks that the compilation works and that the expected error is raised when non-contiguous arrays are passed as intent(in out). | ||||
* | Use PyMODINIT_FUNC and update docs accordingly. | cgohlke | 2012-09-02 | 1 | -1/+1 |
| | | | | See https://github.com/scipy/scipy/pull/279 | ||||
* | STY: f2py - replace macros in old_defines.h with new. | Charles Harris | 2012-02-04 | 1 | -26/+26 |
| | |||||
* | BUG: Fix two argument size support for Fortran module routines. Reverted ↵ | Pearu Peterson | 2011-05-06 | 1 | -0/+30 |
| | | | | size-to-shape mapping patch and implemented two argument size function in C. | ||||
* | BUG: Fix assumed shape support for module routines. | Pearu Peterson | 2011-05-06 | 1 | -0/+41 |
| | |||||
* | BUG: Fix memory leak in f2py_rout_wrap_call test. | Michael Droettboom | 2011-05-02 | 1 | -1/+3 |
| | |||||
* | ENH: f2py: support Fortran size function with two arguments (ticket #1765). | Pearu Peterson | 2011-03-13 | 1 | -0/+14 |
| | |||||
* | Implemented selected_real_kind evaluation, added tests to catch processor ↵ | Pearu Peterson | 2011-02-27 | 1 | -0/+20 |
| | | | | dependencies.. | ||||
* | Fix assumed shape support for routines that use modules. Improved ↵ | Pearu Peterson | 2011-02-27 | 3 | -0/+24 |
| | | | | .f2py_f2cmap messages. | ||||
* | WIP: implemented assumed shape support for Fortran subroutines. | Pearu Peterson | 2011-02-26 | 1 | -3/+3 |
| | |||||
* | WIP: added assumed shape array support to Fortran functions. | Pearu Peterson | 2011-02-25 | 1 | -0/+34 |
| | |||||
* | 3K: f2py: port the array_from_pyobj test module to Py3 | Pauli Virtanen | 2010-03-06 | 1 | -1/+26 |
| | |||||
* | ENH: f2py: convert test suite to Nose form | Pauli Virtanen | 2010-03-06 | 4 | -0/+217 |
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. |