NumPy 1.20.0 release
  1. f09166e Merge pull request #16205 from embray/issue/12756 by Charles Harris · 4 years, 9 months ago
  2. 25d579f BLD: Lazy load f2py test utilities by Dustin Spicuzza · 4 years, 10 months ago
  3. f9dc6c2 Revert PR gh-17654 which failed to fix issue gh-8062. by Ian Thomas · 4 years, 10 months ago
  4. 99051b4 BUG: Fixed an issue where `.pyi` weren't picked up by numpy sub-packages by Bas van Beek · 4 years, 10 months ago
  5. 0fe3a70 Merge pull request #17611 from mbkumar/f2py_dylib_mac by Ralf Gommers · 4 years, 10 months ago
  6. 5b5c15e Merge pull request #17670 from eric-wieser/test-getarrlen by Ralf Gommers · 4 years, 10 months ago
  7. 9c43c1f Merge pull request #17668 from nforro/master by Matti Picus · 4 years, 10 months ago
  8. 48a9a51 DOC: f2py: Add a docstring for getarrlen by Eric Wieser · 4 years, 10 months ago
  9. c5b2676 Merge pull request #17662 from eric-wieser/test-getlincoef by Matti Picus · 4 years, 10 months ago
  10. 14c6e45 TST: Make test suite work in FIPS (140-2) Mode by Nikola Forró · 4 years, 10 months ago
  11. ff26a55 TST: f2py: Add a doctest for `getlincoef` by Eric Wieser · 4 years, 10 months ago
  12. 2a7d757 BUG: f2py incorrectly translates dimension declarations. by Ian Thomas · 4 years, 10 months ago
  13. 2eefb6d BUG: mac dylib treated as extra library by f2py by Bharat Medasani · 4 years, 10 months ago
  14. 2fce549 MAINT: Explicit disabling `CCompilerOpt` in F2PY by Sayed Adel · 4 years, 11 months ago
  15. d267252 Added textwrap.dedent to test. by MelissaWM · 5 years ago
  16. dbe6d46 Removing extra comment. by MelissaWM · 5 years ago
  17. 2379f4c Adding PR review comment. by MelissaWM · 5 years ago
  18. 16e8c26 Fixing tests for pypy and win. by MelissaWM · 5 years ago
  19. bf71a62 BUG: Fixes module data docstrings. by MelissaWM · 5 years ago
  20. ec565ad MAINT: Cleanup f2py/cfuncs.py by Charles Harris · 5 years ago
  21. 3ad444b Merge pull request #17292 from charris/cleanup-remaining-pystring-macros by Sebastian Berg · 5 years ago
  22. 9fc177a MAINT: Replace PyNumber_Int by PyNumber_Long by Charles Harris · 5 years ago
  23. 51449c6 MAINT: Replace PyInt_FromLong by PyLong_FromLong. by Charles Harris · 5 years ago
  24. c2dae48 MAINT: Replace remaining PyString macros. by Charles Harris · 5 years ago
  25. 46fd645 MAINT: Replace PyStringObject by PyBytesObject. by Charles Harris · 5 years ago
  26. 997114d MAINT: Replace PyString_Check with PyBytes_Check. by Charles Harris · 5 years ago
  27. dec8879 Merge pull request #17104 from BvB93/sub-modules by Charles Harris · 5 years ago
  28. 018fb37 Merge branch 'master' into cleanup-Long by Eric Wieser · 5 years ago
  29. 117b3f4 MAINT: Replace PyInt macros with their PyLong replacement by Eric Wieser · 5 years ago
  30. 1a3efc4 ENH: Added placeholder stubs for `distutils` and `f2py` by Bas van Beek · 5 years ago
  31. 8c226bf MAINT: Remove uses of PyString_FromString. by Charles Harris · 5 years ago
  32. 908d865 add __f2py_numpy_version__ attribute by Sturla Molden · 5 years ago
  33. 1080670 MAINT: f2py: move thread-local declaration definition to common macro by Pauli Virtanen · 5 years ago
  34. d7b3177 TST: f2py: add test for callback threadsafety by Pauli Virtanen · 5 years ago
  35. c3491aa BUG: numpy/f2py: put callback globals to thread-local storage by Pauli Virtanen · 5 years ago
  36. b23c3dc STY: f2py/rules: replace \t with whitespace for readability by Pauli Virtanen · 5 years ago
  37. 4f748ee STY: f2py/cb_rules: replace \t by whitespace for readability by Pauli Virtanen · 5 years ago
  38. 405c6de MNT: support python 3.10 by Thomas A Caswell · 5 years ago
  39. fd89e95 defaults for stdout and stderr should be bytes by E. Madison Bray · 5 years ago
  40. 9fa7fee ENH: add full_output to f2py.compile by E. Madison Bray · 5 years ago
  41. a51ac26 Mark tests as a subpackage rather than data. by Hameer Abbasi · 5 years ago
  42. 1c58504 MAINT: simplify code that assumes str/unicode and int/long are different types (#15816) by Eric Wieser · 5 years ago
  43. 5ff70eb Merge pull request #15781 from dcaliste/public by Matti Picus · 5 years ago
  44. 0198fcf BUG: don't add 'public' or 'private' if the other one exists by Damien Caliste · 5 years ago
  45. b6e5569 md5 module is deprecated since python 2.5 by Roman Yurchak · 5 years ago
  46. 965b41d BUG, TST: fix f2py for PyPy, skip one test for PyPy (#15750) by Matti Picus · 5 years ago
  47. 6846925 MAINT: remove useless `global` statements by Eric Wieser · 5 years ago
  48. 105e175 Merge pull request #15706 from melissawm/f2py-typos-fix by Charles Harris · 5 years ago
  49. 738d985 Fixing typos in f2py comments and code. by Melissa Weber Mendonca · 5 years ago
  50. 583901a convert shebang from python to python3 (#15687) by Changqing Li · 5 years ago
  51. 07bf33f MAINT: cleanup unused imports; avoid redefinition of imports by Mike Taves · 6 years ago
  52. 6dbfbc5 MAINT: Use `.identifier = val` to fill type structs by Sebastian Berg · 6 years ago
  53. 96727cf MAINT: Remove sys.version checks (gh-#15373) by Seth Troisi · 6 years ago
  54. 31e53bf MAINT: Revert f2py Python 2.6 workaround (gh-15415) by Seth Troisi · 6 years ago
  55. b4e3a42 MAINT: Replace basestring with str. by Charles Harris · 6 years ago
  56. b541082 STY: use `with open` when possible by Seth Troisi · 6 years ago
  57. 1427484 MAINT: Remove sys.version checks in tests by Seth Troisi · 6 years ago
  58. e292143 BUG: Use PyDict_GetItemWithError() instead of PyDict_GetItem() by Eric Wieser · 6 years ago
  59. 9748fd8 Update numpy/f2py/crackfortran.py by Eric Wieser · 6 years ago
  60. c8bdb9c MAINT: Eliminate some calls to `eval` by Eric Wieser · 6 years ago
  61. 9de7170 MAINT: C code simplification by Seth Troisi · 6 years ago
  62. 5668a79 MAINT: Cleaning up more PY_VERSION_HEX by Seth Troisi · 6 years ago
  63. c2501e4 MAINT: Improve const-correctness of shapes and strides by Eric Wieser · 6 years ago
  64. c31cc36 MAINT: Remove implicit inheritance from object class (#15236) by Jon Dufresne · 6 years ago
  65. c1f1bc9 Merge pull request #15232 from sethtroisi/remove_python3_part3 by Matti Picus · 6 years ago
  66. b7c27bd Merge pull request #14376 from jdufresne/future by Sebastian Berg · 6 years ago
  67. 24189be Cleaning up PY_MAJOR_VERSION/PY_VERSION_HEX by Seth Troisi · 6 years ago
  68. e1aecb0 MAINT: Remove Python2 specific C module setup (gh-15231) by Seth Troisi · 6 years ago
  69. ed1e965 MAINT: Remove unnecessary 'from __future__ import ...' statements by Jon Dufresne · 6 years ago
  70. 0c2a5eb Fix typos, via a Levenshtein-style corrector by Brian Wignall · 6 years ago
  71. 66b17db TST: f2py: fix race condition in f2py test _get_compiler_status by Pauli Virtanen · 6 years ago
  72. 5a4f62b ENH: f2py: add --f2cmap option for specifying the name of .f2py_f2cmap by Pauli Virtanen · 6 years ago
  73. c010145 Merge pull request #15035 from mattip/issue-14625 by Sebastian Berg · 6 years ago
  74. f6ab00e MAINT: fixes from review by mattip · 6 years ago
  75. 6060857 DOC: fix outstanding typo in NumPy version by mattip · 6 years ago
  76. 522e624 BUG: add endfunction, endsubroutine to valid fortran end words by mattip · 6 years ago
  77. 3c6bbd7 ENH: Chain exceptions when converting python objects to fortran by Eric Wieser · 6 years ago
  78. 6fa0ff8 ENH: Show the incorrect type in the fortran error message by Eric Wieser · 6 years ago
  79. 908b601 Merge pull request #12633 from seberg/f2py-refcnt by Matti Picus · 6 years ago
  80. 7f1293f MAINT: Avoid all BytesWarning by Jon Dufresne · 6 years ago
  81. 7960ede MAINT: remove unused numpy/f2py/info.py file by Ralf Gommers · 6 years ago
  82. c091779 BUG: Further, followup f2py reference count fixes by Sebastian Berg · 6 years ago
  83. 684bee2 BUG: General fixes to f2py reference counts (dereferencing) by Sebastian Berg · 6 years ago
  84. 4ada064 BUG: Fix leak in the f2py-generated module init and `PyMem_Del` usage by Sergei Lebedev · 6 years ago
  85. 3bfdd31 DOC: update or remove outdated sourceforge links by mattip · 6 years ago
  86. 2bffd40 Doc: Use `pip install .` where possible instead of calling setup.py by Matthias Bussonnier · 6 years ago
  87. 798dce7 Merge pull request #13499 from Bharat123rox/file-closing by Eric Wieser · 6 years ago
  88. 802d8e5 Add code review suggestions from @eric-wieser by Bharat123rox · 6 years ago
  89. dcb2ecf Fixed possible regressions by Bharat123rox · 6 years ago
  90. 3802569 Use with statement to open/close files to fix LGTM alerts by Bharat123rox · 6 years ago
  91. 76b83a7 BUG: blindly add TypeError to accepted exceptions by mattip · 6 years ago
  92. e67f8c7 TEST: update for PyPy by mattip · 6 years ago
  93. 1f3a43d MAINT: Use textwrap.dedent in f2py tests by Eric Wieser · 6 years ago
  94. 8fdacfc MAINT: f2py: Add a cast to avoid a compiler warning. by Warren Weckesser · 6 years ago
  95. 8b7f717 BUG: ppc and riscv don't use REAL(10) by Andreas Schwab · 6 years ago
  96. c9c154f BUG: Fix testing of f2py.compile from strings. by Charles Harris · 7 years ago
  97. 568d0f7 Merge pull request #12807 from mattip/f2py-source-bytes by Charles Harris · 7 years ago
  98. d26842f BUG, DOC: test, fix that f2py.compile accepts str and bytes, rework docs by mattip · 7 years ago
  99. 4ff8fd5 BUG: Add 'sparc' to platforms implementing 16 byte reals. by Charles Harris · 7 years ago
  100. 1e29643 BUG: fix f2py pep338 execution method by Julian Taylor · 7 years ago