summaryrefslogtreecommitdiff
path: root/numpy/f2py/tests
Commit message (Expand)AuthorAgeFilesLines
* MAINT,DOC: Fix doc fragments and testsRohit Goswami2022-06-051-1/+1
* TST: Fix build by changing call signatureRohit Goswami2022-06-051-1/+1
* ENH: Support character string arraysPearu Peterson2022-06-058-29/+749
* TST: Handle compiler checks for PYFRohit Goswami2022-05-281-4/+9
* MAINT: Skip F2PY tests without Fortran compilersRohit Goswami2022-05-271-4/+4
* TST: Kill buggy 32-bit testsRohit Goswami2022-04-302-0/+14
* BUG: Fix handling of skip-empty-wrappersRohit Goswami2022-04-301-2/+2
* MAINT: Skip buggy windows testRohit Goswami2022-04-301-2/+2
* TST: Initialize f2py2e tests of the F2PY CLI (#20668)Rohit Goswami2022-04-013-0/+754
* BUG,ENH: Fix negative bounds for F2PY (#21256)Rohit Goswami2022-03-312-0/+26
* Merge pull request #15844 from dcaliste/typeMelissa Weber Mendonça2022-01-172-0/+22
|\
| * ENH: add inline definition of access rights for Fortran typesDamien Caliste2022-01-042-0/+22
* | BUG, DOC: Fixes SciPy docs build warningsmelissawm2022-01-111-1/+1
* | ENH: add support for operator() in crackfortran.Damien Caliste2022-01-042-0/+69
|/
* BUG: Fix array dimensions solver for multidimensional arguments in f2py (#20721)Pearu Peterson2022-01-041-3/+5
* DEP: remove NPY_ARRAY_UPDATEIFCOPY, deprecated in 1.14 (#20589)Matti Picus2021-12-182-2/+0
* MAINT,TST: Reduce np.testing to IS_PYPYRohit Goswami2021-12-0623-399/+336
* MAINT,TST: Refactor F2PY testsRohit Goswami2021-12-0636-887/+831
* MAINT: Update to better python stylesRohit Goswami2021-12-054-45/+43
* MAINT: Rework whitespace to pass PR checksRohit Goswami2021-12-0524-737/+880
* TST,STY: Use a context manager for F2PY functionsRohit Goswami2021-12-032-22/+25
* TST,STY: Clean up F2PY tests for pathlib.PathRohit Goswami2021-12-0312-72/+46
* STY: F2PY tests shouldn't printRohit Goswami2021-11-281-9/+0
* TST,MAINT: Fix F2PY test typoRohit Goswami2021-11-281-1/+1
* MAINT: remove unused importsAlessia Marcolini2021-10-082-4/+0
* Merge pull request #19997 from HaoZeke/f2py_tabsCharles Harris2021-10-041-3/+3
|\
| * MAINT: Reviewer commentsRohit Goswami2021-09-301-5/+5
| * STY: Kill all \t with fire in f2pyRohit Goswami2021-09-291-2/+2
* | BUG: avoid infinite recurrence on dependencies in crackfortranDamien Caliste2021-10-011-0/+17
|/
* MAINT: Minor cleanups after merging gh-19805Charles Harris2021-09-261-2/+2
* Merge pull request #19805 from pearu/gh-8062-dimdecsCharles Harris2021-09-262-0/+561
|\
| * Fix a bug in dependencies. Implement support for relational operations.Pearu Peterson2021-09-031-1/+37
| * Add ternary, ref, and deref expressions support.Pearu Peterson2021-09-031-18/+49
| * ENH: [f2py] Symbolic solver for dimension specifications.Pearu Peterson2021-09-012-0/+494
* | DOC: Typos found by codespellDimitri Papadopoulos2021-09-211-2/+2
* | Merge pull request #19810 from charris/update-some-includesCharles Harris2021-09-031-1/+3
|\ \
| * | MAIN: Minor include rationalization.Charles Harris2021-09-031-1/+3
| |/
* | MAINT: revise OSError aliases (IOError, EnvironmentError)Mike Taves2021-09-021-1/+1
|/
* BUG: f2py markinnerspace for multiple quotations (#19419)Matti Picus2021-07-081-2/+28
* ENH: add `numpy.f2py.get_include` functionRalf Gommers2021-06-191-6/+14
* BUG: revise string_from_pyobj/try_pyarr_from_string with respect to malloc an...Pearu Peterson2021-06-153-6/+150
* Revert "BUG: revise string_from_pyobj/try_pyarr_from_string with respect to m...Ralf Gommers2021-06-133-147/+5
* Minor fixesPearu Peterson2021-05-261-2/+2
* MAINT: apply sizeof(char)==1Pearu Peterson2021-05-261-1/+1
* BUG: revise string_from_pyobj/try_pyarr_from_string usages, fixes #18431.Pearu Peterson2021-05-102-4/+146
* TST: Skip f2py TestSharedMemory for LONGDOUBLE on macos/arm64Olivier Grisel2021-04-271-1/+5
* STY: Indentation fixes.Charles Harris2021-03-311-7/+7
* TST: Tests for parsing Fortran abstract interface and a working example.Pearu Peterson2021-03-311-0/+66
* MAINT: use super() as described by PEP 3135Mike Taves2021-03-191-1/+1
* BUG: Fix parsing continued lines that follow comment lines. Closes #2848Pearu Peterson2021-02-151-0/+24