summaryrefslogtreecommitdiff
path: root/numpy/f2py/tests/src
Commit message (Expand)AuthorAgeFilesLines
* TST: Add a test for gh-23533Rohit Goswami2023-05-121-0/+5
* Merge branch 'main' into f2pyFuncFix_23598Sebastian Berg2023-04-261-0/+2
|\
| * BUG: Fix bug in parsing F77 style string arrays.Bob Eldering2023-03-271-0/+2
* | TST: Add a test for the f2py function wrapper fileRohit Goswami2023-04-171-0/+11
* | TST: Add a test for gh-23598Rohit Goswami2023-04-161-0/+4
|/
* BUG: fix for f2py string scalars (#23194)Alexander Heger2023-02-111-0/+7
* BUG: Use whole file for encoding checks with `charset_normalizer` [f2py] (#22...Rohit Goswami2022-12-251-0/+4
* TST: Ensure the f2py value attribute is handledRohit Goswami2022-06-211-0/+9
* TST: Ensure long_long in f2cmap worksRohit Goswami2022-06-102-0/+10
* Merge pull request #19388 from pearu/enh-f2py-character-supportMelissa Weber Mendonça2022-06-061-3/+4
|\
| * ENH: Support character string arraysPearu Peterson2022-06-051-3/+4
* | ENH: complete the 'vars' list of a moduleDamien Caliste2022-06-051-0/+10
|/
* TST: Initialize f2py2e tests of the F2PY CLI (#20668)Rohit Goswami2022-04-012-0/+6
* BUG,ENH: Fix negative bounds for F2PY (#21256)Rohit Goswami2022-03-311-0/+7
* Merge pull request #15844 from dcaliste/typeMelissa Weber Mendonça2022-01-171-0/+13
|\
| * ENH: add inline definition of access rights for Fortran typesDamien Caliste2022-01-041-0/+13
* | ENH: add support for operator() in crackfortran.Damien Caliste2022-01-041-0/+49
|/
* DEP: remove NPY_ARRAY_UPDATEIFCOPY, deprecated in 1.14 (#20589)Matti Picus2021-12-181-1/+0
* MAINT,TST: Refactor F2PY testsRohit Goswami2021-12-0625-0/+769
* MAIN: Minor include rationalization.Charles Harris2021-09-031-1/+3
* BUG: revise string_from_pyobj/try_pyarr_from_string with respect to malloc an...Pearu Peterson2021-06-151-1/+1
* Revert "BUG: revise string_from_pyobj/try_pyarr_from_string with respect to m...Ralf Gommers2021-06-131-1/+1
* MAINT: apply sizeof(char)==1Pearu Peterson2021-05-261-1/+1
* BUG: Fixes module data docstrings.MelissaWM2020-09-242-0/+12
* Merge branch 'master' into cleanup-LongEric Wieser2020-08-241-13/+8
|\
| * MAINT: Remove uses of PyString_FromString.Charles Harris2020-08-191-13/+8
* | MAINT: Replace PyInt macros with their PyLong replacementEric Wieser2020-08-241-4/+4
|/
* MNT: support python 3.10Thomas A Caswell2020-05-291-1/+1
* Cleaning up PY_MAJOR_VERSION/PY_VERSION_HEXSeth Troisi2020-01-031-2/+0
* MAINT: Remove Python2 specific C module setup (gh-15231)Seth Troisi2020-01-031-11/+1
* BUG: Further, followup f2py reference count fixesSebastian Berg2019-08-191-3/+16
* BUG: General fixes to f2py reference counts (dereferencing)Sebastian Berg2019-08-191-56/+64
* MAINT: Hard tab and whitespace cleanup.Charles Harris2018-03-081-13/+13
* DEP, ENH: deprecate UPDATEIFCOPY (except for nditer) and replace with WRITEBA...Matti Picus2017-11-081-0/+1
* TST: add test case described in ticket 9228 for numpy.f2pyBob Eldering2017-06-131-0/+11
* TST: add a char array input testJulian Taylor2017-05-021-0/+29
* TST: adding test for constants without compound kind specjutke2017-01-201-0/+23
* TST: adding tests for compound constant provided by @zerothijutke2017-01-201-0/+15
* BUG: fixed kind specifications for parametersNick Papior2016-11-273-0/+102
* DEP: removed deprecated API calls from test code (wrapmodule.c)Chris Kerr2014-11-101-31/+31
* TST: Add basic test for compiling with intent(in out).Charles Harris2014-10-091-0/+9
* Use PyMODINIT_FUNC and update docs accordingly.cgohlke2012-09-021-1/+1
* STY: f2py - replace macros in old_defines.h with new.Charles Harris2012-02-041-26/+26
* BUG: Fix two argument size support for Fortran module routines. Reverted size...Pearu Peterson2011-05-061-0/+30
* BUG: Fix assumed shape support for module routines.Pearu Peterson2011-05-061-0/+41
* BUG: Fix memory leak in f2py_rout_wrap_call test.Michael Droettboom2011-05-021-1/+3
* ENH: f2py: support Fortran size function with two arguments (ticket #1765).Pearu Peterson2011-03-131-0/+14
* Implemented selected_real_kind evaluation, added tests to catch processor dep...Pearu Peterson2011-02-271-0/+20
* Fix assumed shape support for routines that use modules. Improved .f2py_f2cma...Pearu Peterson2011-02-273-0/+24
* WIP: implemented assumed shape support for Fortran subroutines.Pearu Peterson2011-02-261-3/+3