NumPy 1.21.3 release
  1. c52aeca ENH: add `numpy.f2py.get_include` function by Ralf Gommers · 4 years, 2 months ago
  2. 46bc1fc BUG FIX for MINGW : threads.h existence test requires GLIBC > 2.12 by Dong Keun Oh · 4 years, 4 months ago
  3. b329856 TST: Skip f2py TestSharedMemory for LONGDOUBLE on macos/arm64 by Olivier Grisel · 4 years, 4 months ago
  4. 2e60be2 ENH: Add improved placeholder annotations for `np.f2py` by Bas van Beek · 4 years, 4 months ago
  5. f07079b STY: Indentation fixes. by Charles Harris · 4 years, 5 months ago
  6. 8336e76 TST: Tests for parsing Fortran abstract interface and a working example. by Pearu Peterson · 4 years, 5 months ago
  7. ff3cec0 ENH: Support parsing Fortran abstract interface blocks. by Pearu Peterson · 4 years, 5 months ago
  8. c1aa1af MAINT: use super() as described by PEP 3135 by Mike Taves · 4 years, 5 months ago
  9. 0eb9f54 Merge pull request #18436 from seberg/refcount-leak-f2py by Matti Picus · 4 years, 6 months ago
  10. 6635c6d BUG: Fix refcount leak in f2py `complex_double_from_pyobj` by Sebastian Berg · 4 years, 6 months ago
  11. 0026112 Merge pull request #18415 from pearu/gh-2763 by Matti Picus · 4 years, 6 months ago
  12. a3af138 BUG: Fix parsing continued lines that follow comment lines. Closes #2848 by Pearu Peterson · 4 years, 6 months ago
  13. e6dab4f MAINT: Update END statement parsing for recent Fortran standards. Closes #2763 by Pearu Peterson · 4 years, 6 months ago
  14. 7df963b BUG: fix regression in a hidden callback use case by Pearu Peterson · 4 years, 7 months ago
  15. af44a81 MAINT: Debug issue (2) by Pearu Peterson · 4 years, 7 months ago
  16. d32fd54 MAINT: Debug issue #18341 by Pearu Peterson · 4 years, 7 months ago
  17. 4874af9 ENH: Share memory of read-only intent(in) arrays. Closes #16347 by Pearu Peterson · 4 years, 7 months ago
  18. ea557b2 [MAINT] Fix regression in using --capi-api flag and callbacks by Pearu Peterson · 4 years, 7 months ago
  19. 29f0e8f BUG: Fix missing signed_char dependency. Closes #18335. by Pearu Peterson · 4 years, 7 months ago
  20. 12d9967 MAINT: Add missing `__all__` annotations by Bas van Beek · 4 years, 7 months ago
  21. efaf210 Merge pull request #18184 from pearu/17797 by Charles Harris · 4 years, 7 months ago
  22. c4014c7 Applied reviewers comments: add ident by Pearu Peterson · 4 years, 7 months ago
  23. cafda24 BUG: threads.h existence test requires GLIBC > 2.12. (#18180) by Pearu Peterson · 4 years, 7 months ago
  24. 5db1d5f Apply reviewer comments. by Pearu Peterson · 4 years, 7 months ago
  25. 065f507 Apply reviewers comments. by Pearu Peterson · 4 years, 7 months ago
  26. 1ef11c9 Add test for gh17797. by Pearu Peterson · 4 years, 7 months ago
  27. 36439a7 BUG: f2py specific __user__ modules should not be used in Fortran sources to be compiled. Closes #17797. by Pearu Peterson · 4 years, 7 months ago
  28. a2f6fbb BUG: subroutines using assumed shape arrays must be treated as F90 codes. Don't split inline comments. by Pearu Peterson · 4 years, 7 months ago
  29. 0e3aaeb ENH: [f2py] Add external attribute support. Closes #17859 by Pearu Peterson · 4 years, 7 months ago
  30. 5363cfa DEP: Deprecate `data_type.dtype` if attribute is not already a dtype (#13578) by Sebastian Berg · 4 years, 8 months ago
  31. 74249e3 MAINT: multiline regex class simplify by Tyler Reddy · 4 years, 8 months ago
  32. e63001a MAINT: regex char class improve by Tyler Reddy · 4 years, 8 months ago
  33. f5f845b Merge pull request #18074 from tylerjereddy/treddy_exprtype_regex_simplify by Charles Harris · 4 years, 8 months ago
  34. cb7b26d MAINT: exprtype regex simplify by Tyler Reddy · 4 years, 8 months ago
  35. 7161b77 MAINT: PR 18072 revisions by Tyler Reddy · 4 years, 8 months ago
  36. 54c37a3 MAINT: crackfortran regex simplify by Tyler Reddy · 4 years, 8 months ago
  37. c2b9d20 Merge pull request #17122 from charris/cleanup-f2py-versioning by Ralf Gommers · 4 years, 9 months ago
  38. f09166e Merge pull request #16205 from embray/issue/12756 by Charles Harris · 4 years, 9 months ago
  39. 25d579f BLD: Lazy load f2py test utilities by Dustin Spicuzza · 4 years, 9 months ago
  40. f9dc6c2 Revert PR gh-17654 which failed to fix issue gh-8062. by Ian Thomas · 4 years, 10 months ago
  41. 99051b4 BUG: Fixed an issue where `.pyi` weren't picked up by numpy sub-packages by Bas van Beek · 4 years, 10 months ago
  42. 0fe3a70 Merge pull request #17611 from mbkumar/f2py_dylib_mac by Ralf Gommers · 4 years, 10 months ago
  43. 5b5c15e Merge pull request #17670 from eric-wieser/test-getarrlen by Ralf Gommers · 4 years, 10 months ago
  44. 9c43c1f Merge pull request #17668 from nforro/master by Matti Picus · 4 years, 10 months ago
  45. 48a9a51 DOC: f2py: Add a docstring for getarrlen by Eric Wieser · 4 years, 10 months ago
  46. c5b2676 Merge pull request #17662 from eric-wieser/test-getlincoef by Matti Picus · 4 years, 10 months ago
  47. 14c6e45 TST: Make test suite work in FIPS (140-2) Mode by Nikola Forró · 4 years, 10 months ago
  48. ff26a55 TST: f2py: Add a doctest for `getlincoef` by Eric Wieser · 4 years, 10 months ago
  49. 2a7d757 BUG: f2py incorrectly translates dimension declarations. by Ian Thomas · 4 years, 10 months ago
  50. 2eefb6d BUG: mac dylib treated as extra library by f2py by Bharat Medasani · 4 years, 10 months ago
  51. 2fce549 MAINT: Explicit disabling `CCompilerOpt` in F2PY by Sayed Adel · 4 years, 10 months ago
  52. d267252 Added textwrap.dedent to test. by MelissaWM · 5 years ago
  53. dbe6d46 Removing extra comment. by MelissaWM · 5 years ago
  54. 2379f4c Adding PR review comment. by MelissaWM · 5 years ago
  55. 16e8c26 Fixing tests for pypy and win. by MelissaWM · 5 years ago
  56. bf71a62 BUG: Fixes module data docstrings. by MelissaWM · 5 years ago
  57. ec565ad MAINT: Cleanup f2py/cfuncs.py by Charles Harris · 5 years ago
  58. 3ad444b Merge pull request #17292 from charris/cleanup-remaining-pystring-macros by Sebastian Berg · 5 years ago
  59. 9fc177a MAINT: Replace PyNumber_Int by PyNumber_Long by Charles Harris · 5 years ago
  60. 51449c6 MAINT: Replace PyInt_FromLong by PyLong_FromLong. by Charles Harris · 5 years ago
  61. c2dae48 MAINT: Replace remaining PyString macros. by Charles Harris · 5 years ago
  62. 46fd645 MAINT: Replace PyStringObject by PyBytesObject. by Charles Harris · 5 years ago
  63. 997114d MAINT: Replace PyString_Check with PyBytes_Check. by Charles Harris · 5 years ago
  64. dec8879 Merge pull request #17104 from BvB93/sub-modules by Charles Harris · 5 years ago
  65. 018fb37 Merge branch 'master' into cleanup-Long by Eric Wieser · 5 years ago
  66. 117b3f4 MAINT: Replace PyInt macros with their PyLong replacement by Eric Wieser · 5 years ago
  67. 8a6bcbc MAINT: Use numpy version for f2py version. by Charles Harris · 5 years ago
  68. 1a3efc4 ENH: Added placeholder stubs for `distutils` and `f2py` by Bas van Beek · 5 years ago
  69. 8c226bf MAINT: Remove uses of PyString_FromString. by Charles Harris · 5 years ago
  70. 908d865 add __f2py_numpy_version__ attribute by Sturla Molden · 5 years ago
  71. 1080670 MAINT: f2py: move thread-local declaration definition to common macro by Pauli Virtanen · 5 years ago
  72. d7b3177 TST: f2py: add test for callback threadsafety by Pauli Virtanen · 5 years ago
  73. c3491aa BUG: numpy/f2py: put callback globals to thread-local storage by Pauli Virtanen · 5 years ago
  74. b23c3dc STY: f2py/rules: replace \t with whitespace for readability by Pauli Virtanen · 5 years ago
  75. 4f748ee STY: f2py/cb_rules: replace \t by whitespace for readability by Pauli Virtanen · 5 years ago
  76. 405c6de MNT: support python 3.10 by Thomas A Caswell · 5 years ago
  77. fd89e95 defaults for stdout and stderr should be bytes by E. Madison Bray · 5 years ago
  78. 9fa7fee ENH: add full_output to f2py.compile by E. Madison Bray · 5 years ago
  79. a51ac26 Mark tests as a subpackage rather than data. by Hameer Abbasi · 5 years ago
  80. 1c58504 MAINT: simplify code that assumes str/unicode and int/long are different types (#15816) by Eric Wieser · 5 years ago
  81. 5ff70eb Merge pull request #15781 from dcaliste/public by Matti Picus · 5 years ago
  82. 0198fcf BUG: don't add 'public' or 'private' if the other one exists by Damien Caliste · 5 years ago
  83. b6e5569 md5 module is deprecated since python 2.5 by Roman Yurchak · 5 years ago
  84. 965b41d BUG, TST: fix f2py for PyPy, skip one test for PyPy (#15750) by Matti Picus · 5 years ago
  85. 6846925 MAINT: remove useless `global` statements by Eric Wieser · 5 years ago
  86. 105e175 Merge pull request #15706 from melissawm/f2py-typos-fix by Charles Harris · 5 years ago
  87. 738d985 Fixing typos in f2py comments and code. by Melissa Weber Mendonca · 5 years ago
  88. 583901a convert shebang from python to python3 (#15687) by Changqing Li · 5 years ago
  89. 07bf33f MAINT: cleanup unused imports; avoid redefinition of imports by Mike Taves · 6 years ago
  90. 6dbfbc5 MAINT: Use `.identifier = val` to fill type structs by Sebastian Berg · 6 years ago
  91. 96727cf MAINT: Remove sys.version checks (gh-#15373) by Seth Troisi · 6 years ago
  92. 31e53bf MAINT: Revert f2py Python 2.6 workaround (gh-15415) by Seth Troisi · 6 years ago
  93. b4e3a42 MAINT: Replace basestring with str. by Charles Harris · 6 years ago
  94. b541082 STY: use `with open` when possible by Seth Troisi · 6 years ago
  95. 1427484 MAINT: Remove sys.version checks in tests by Seth Troisi · 6 years ago
  96. e292143 BUG: Use PyDict_GetItemWithError() instead of PyDict_GetItem() by Eric Wieser · 6 years ago
  97. 9748fd8 Update numpy/f2py/crackfortran.py by Eric Wieser · 6 years ago
  98. c8bdb9c MAINT: Eliminate some calls to `eval` by Eric Wieser · 6 years ago
  99. 9de7170 MAINT: C code simplification by Seth Troisi · 6 years ago
  100. 5668a79 MAINT: Cleaning up more PY_VERSION_HEX by Seth Troisi · 6 years ago