summaryrefslogtreecommitdiff
path: root/numpy/f2py
Commit message (Expand)AuthorAgeFilesLines
* add __f2py_numpy_version__ attributeSturla Molden2020-06-172-1/+27
* MAINT: f2py: move thread-local declaration definition to common macroPauli Virtanen2020-06-082-19/+18
* TST: f2py: add test for callback threadsafetyPauli Virtanen2020-06-071-0/+50
* BUG: numpy/f2py: put callback globals to thread-local storagePauli Virtanen2020-06-074-47/+156
* STY: f2py/rules: replace \t with whitespace for readabilityPauli Virtanen2020-06-071-37/+37
* STY: f2py/cb_rules: replace \t by whitespace for readabilityPauli Virtanen2020-06-071-147/+147
* MNT: support python 3.10Thomas A Caswell2020-05-292-2/+2
* Mark tests as a subpackage rather than data.Hameer Abbasi2020-05-061-1/+2
* MAINT: simplify code that assumes str/unicode and int/long are different type...Eric Wieser2020-03-264-8/+1
* Merge pull request #15781 from dcaliste/publicMatti Picus2020-03-262-4/+59
|\
| * BUG: don't add 'public' or 'private' if the other one existsDamien Caliste2020-03-262-4/+59
* | md5 module is deprecated since python 2.5Roman Yurchak2020-03-241-4/+1
|/
* BUG, TST: fix f2py for PyPy, skip one test for PyPy (#15750)Matti Picus2020-03-188-34/+34
* MAINT: remove useless `global` statementsEric Wieser2020-03-185-8/+2
* Merge pull request #15706 from melissawm/f2py-typos-fixCharles Harris2020-03-083-8/+8
|\
| * Fixing typos in f2py comments and code.Melissa Weber Mendonca2020-03-043-8/+8
* | convert shebang from python to python3 (#15687)Changqing Li2020-03-0414-14/+14
|/
* MAINT: cleanup unused imports; avoid redefinition of importsMike Taves2020-02-064-6/+0
* MAINT: Use `.identifier = val` to fill type structsSebastian Berg2020-02-011-15/+7
* MAINT: Remove sys.version checks (gh-#15373)Seth Troisi2020-01-281-5/+1
* MAINT: Revert f2py Python 2.6 workaround (gh-15415)Seth Troisi2020-01-232-12/+2
* MAINT: Replace basestring with str.Charles Harris2020-01-231-1/+1
* STY: use `with open` when possibleSeth Troisi2020-01-211-3/+2
* MAINT: Remove sys.version checks in testsSeth Troisi2020-01-151-2/+0
* BUG: Use PyDict_GetItemWithError() instead of PyDict_GetItem()Eric Wieser2020-01-141-2/+5
* Update numpy/f2py/crackfortran.pyEric Wieser2020-01-121-1/+1
* MAINT: Eliminate some calls to `eval`Eric Wieser2020-01-112-6/+7
* MAINT: C code simplificationSeth Troisi2020-01-081-7/+5
* MAINT: Cleaning up more PY_VERSION_HEXSeth Troisi2020-01-061-25/+0
* MAINT: Improve const-correctness of shapes and stridesEric Wieser2020-01-061-1/+1
* MAINT: Remove implicit inheritance from object class (#15236)Jon Dufresne2020-01-054-8/+8
* Merge pull request #15232 from sethtroisi/remove_python3_part3Matti Picus2020-01-045-82/+0
|\
| * Cleaning up PY_MAJOR_VERSION/PY_VERSION_HEXSeth Troisi2020-01-035-82/+0
* | Merge pull request #14376 from jdufresne/futureSebastian Berg2020-01-0338-77/+0
|\ \ | |/ |/|
| * MAINT: Remove unnecessary 'from __future__ import ...' statementsJon Dufresne2020-01-0338-77/+0
* | MAINT: Remove Python2 specific C module setup (gh-15231)Seth Troisi2020-01-032-19/+3
|/
* Fix typos, via a Levenshtein-style correctorBrian Wignall2019-12-191-1/+1
* TST: f2py: fix race condition in f2py test _get_compiler_statusPauli Virtanen2019-12-141-3/+9
* ENH: f2py: add --f2cmap option for specifying the name of .f2py_f2cmapPauli Virtanen2019-12-144-16/+60
* Merge pull request #15035 from mattip/issue-14625Sebastian Berg2019-12-093-2/+43
|\
| * MAINT: fixes from reviewmattip2019-12-031-3/+4
| * DOC: fix outstanding typo in NumPy versionmattip2019-12-031-1/+1
| * BUG: add endfunction, endsubroutine to valid fortran end wordsmattip2019-12-032-1/+41
* | ENH: Chain exceptions when converting python objects to fortranEric Wieser2019-12-022-28/+9
* | ENH: Show the incorrect type in the fortran error messageEric Wieser2019-12-011-3/+4
|/
* Merge pull request #12633 from seberg/f2py-refcntMatti Picus2019-10-158-98/+179
|\
| * BUG: Further, followup f2py reference count fixesSebastian Berg2019-08-195-16/+53
| * BUG: General fixes to f2py reference counts (dereferencing)Sebastian Berg2019-08-195-82/+126
* | MAINT: Avoid all BytesWarningJon Dufresne2019-09-251-0/+1
* | MAINT: remove unused numpy/f2py/info.py fileRalf Gommers2019-09-221-6/+0
|/