NumPy 1.22.3 release
  1. 8dc2c49 MAINT: f2py: don't generate code that triggers `-Wsometimes-uninitialized` (#20940) by Ralf Gommers · 3 years, 7 months ago
  2. b5bcf5e BUG: fix f2py's define for threading when building with Mingw by Ralf Gommers · 3 years, 7 months ago
  3. 940a3c6 BUG, DOC: Fixes SciPy docs build warnings by melissawm · 3 years, 7 months ago
  4. 258c3ab BUG: Fix array dimensions solver for multidimensional arguments in f2py by Pearu Peterson · 3 years, 8 months ago
  5. c61f157 BUG: f2py: Simplify creation of an exception message. Closes gh-19000. by Warren Weckesser · 3 years, 8 months ago
  6. 419cbc1 BUG: Clear errors correctly in F2PY conversions by Rohit Goswami · 3 years, 9 months ago
  7. f146ec1 Merge pull request #20182 from HaoZeke/buildf2pydoc by Ralf Gommers · 3 years, 9 months ago
  8. a565be5 MAINT: Fix build issues by Rohit Goswami · 3 years, 9 months ago
  9. cbc25d2 MAINT: Fix newlines in diagnostics output of numpy.f2py. by Christoph Buchner · 3 years, 9 months ago
  10. 3740af9 Merge pull request #20071 from alessiamarcolini/refactor by Charles Harris · 3 years, 10 months ago
  11. d3b35c5 MAINT: Update F2PY documentation URL by Shriraj Hegde · 3 years, 11 months ago
  12. 4d23ebe MAINT: remove unused imports by Alessia Marcolini · 3 years, 11 months ago
  13. dfc3761 MAINT: Fix LGTM.com warning: Implicit string concatenation in a list by Dimitri Papadopoulos · 3 years, 11 months ago
  14. 5596e2f Merge pull request #19997 from HaoZeke/f2py_tabs by Charles Harris · 3 years, 11 months ago
  15. f2eccaa BUG: avoid infinite recurrence on dependencies in crackfortran by Damien Caliste · 3 years, 11 months ago
  16. c4b0b9d DOC: Fix typos in the random and f2py documentation. (#20004) by MalikIdreesHasanKhan · 3 years, 11 months ago
  17. 9492206 MAINT: Reviewer comments by Rohit Goswami · 3 years, 11 months ago
  18. 85ce7a2 STY: Kill all \t with fire in f2py by Rohit Goswami · 3 years, 11 months ago
  19. 9c81d44 STY: Harmonize rules with cb_rules for f2py by Rohit Goswami · 3 years, 11 months ago
  20. 26ce529 MAINT: Reduce DepreciationWarnings, use more data API types for f2py (#19978) by Rohit Goswami · 3 years, 11 months ago
  21. b0e1a44 Merge pull request #19977 from HaoZeke/f2pyformat by Charles Harris · 3 years, 11 months ago
  22. e143a42 MAINT: Don't allow short blocks on single line. by Charles Harris · 3 years, 11 months ago
  23. 5def1f7 MAINT: Use updated clang-format by Rohit Goswami · 3 years, 11 months ago
  24. 45237fa MAINT: clang-format for f2py by Rohit Goswami · 3 years, 11 months ago
  25. b8e46c6 MAINT: Minor cleanups after merging gh-19805 by Charles Harris · 4 years ago
  26. 4681424 Merge pull request #19805 from pearu/gh-8062-dimdecs by Charles Harris · 4 years ago
  27. 3dac457 Merge pull request #19940 from DimitriPapadopoulos/lgtm_warning_irsec by Charles Harris · 4 years ago
  28. 5b76b21 MAINT: Fix LGTM.com warning by Dimitri Papadopoulos · 4 years ago
  29. 08f6f24 MAINT: Fix LGTM.com warning by Dimitri Papadopoulos · 4 years ago
  30. 1372d26 Merge pull request #19775 from HaoZeke/minor_typos_dated by Charles Harris · 4 years ago
  31. d313d81 MAINT,DOC: f2py address reviewer comments by Rohit Goswami · 4 years ago
  32. 8396026 DOC: Typos found by codespell by Dimitri Papadopoulos · 4 years ago
  33. af5510b MAINT,DOC: f2py cleanup by Rohit Goswami · 4 years ago
  34. 156c005 MAINT,DOC: Refactor, syntax highlighting for f2py by Rohit Goswami · 4 years ago
  35. 88f988a Fix a bug in dependencies. Implement support for relational operations. by Pearu Peterson · 4 years ago
  36. 410a89e Merge pull request #19810 from charris/update-some-includes by Charles Harris · 4 years ago
  37. a3e2b7c MAIN: Minor include rationalization. by Charles Harris · 4 years ago
  38. 345c9d9 Add ternary, ref, and deref expressions support. by Pearu Peterson · 4 years ago
  39. 7ad8ea7 MAINT: revise OSError aliases (IOError, EnvironmentError) by Mike Taves · 4 years ago
  40. d880dce Fix bugs and warnings from LGTM report by Pearu Peterson · 4 years ago
  41. 6829957 Merge pull request #19781 from mwtoews/foreach-item by Matti Picus · 4 years ago
  42. 64f15a9 MAINT: refactor "for ... in range(len(" statements by Mike Taves · 4 years ago
  43. 26752c3 Workaround numpy.tests.test_warnings bug of treating local warn function as warnings.warn by Pearu Peterson · 4 years ago
  44. 7b229a2 Fix a mistake by Pearu Peterson · 4 years ago
  45. 0458585 Handle more Expr warnings. by Pearu Peterson · 4 years ago
  46. f3fd627 Add stacklevel to warn call. by Pearu Peterson · 4 years ago
  47. 96e63aa Add new module numpy.f2py.symbolic by Pearu Peterson · 4 years ago
  48. d721e67 Fix lint by Pearu Peterson · 4 years ago
  49. a131dca ENH: [f2py] Symbolic solver for dimension specifications. by Pearu Peterson · 4 years ago
  50. 3553361 MAINT: Drop .pyi code-paths specific to Python 3.7 by Bas van Beek · 4 years ago
  51. 3f07ec8 BUG: address 19575 ref leak of capi_tmp in f2py/cb_rules.py by Derek Huang · 4 years ago
  52. 25e6e11 ENH: Add annotations for `<module>.test` objects by Bas van Beek · 4 years, 1 month ago
  53. 1f95d79 Merge pull request #19102 from default-303/LGTM_unused_variables by Matti Picus · 4 years, 2 months ago
  54. 882f00b BUG: f2py markinnerspace for multiple quotations (#19419) by Matti Picus · 4 years, 2 months ago
  55. 5bc2baf MAINT: Remove `f2py_testing` from `__all__` by Bas van Beek · 4 years, 2 months ago
  56. 8ca79e3 ENH: Add annotations for `np.f2py` by Bas van Beek · 4 years, 2 months ago
  57. b42e4ee ENH: add `numpy.f2py.get_include` function by Ralf Gommers · 4 years, 2 months ago
  58. 3ca331b Fix lint - 2 by Pearu Peterson · 4 years, 2 months ago
  59. fd51a8e Fix lint by Pearu Peterson · 4 years, 2 months ago
  60. abe3eb2 BUG: revise string_from_pyobj/try_pyarr_from_string with respect to malloc and copy (the second round) by Pearu Peterson · 4 years, 2 months ago
  61. 0cb9f7f Revert "BUG: revise string_from_pyobj/try_pyarr_from_string with respect to malloc and copy." (#19235) by Ralf Gommers · 4 years, 2 months ago
  62. 6ce7835 MAINT: added space for readability in strings and basic refactoring by default-303 · 4 years, 2 months ago
  63. c76b763 MAINT: fixed indentation in crackfortran.py and removed unused variables in system_info.py by default-303 · 4 years, 2 months ago
  64. 4c93c93 Merge pull request #18759 from pearu/gh-18431-string_from_pyobj by Pearu Peterson · 4 years, 3 months ago
  65. 09856ec Minor fixes by Pearu Peterson · 4 years, 3 months ago
  66. 6eeab25 Update numpy/f2py/rules.py by Pearu Peterson · 4 years, 3 months ago
  67. b30cf59 Fix lint by Pearu Peterson · 4 years, 3 months ago
  68. 366872c MAINT: Addressed Azure lint check 'Line too long error' on line 2554, added in previous commit by default-303 · 4 years, 3 months ago
  69. 870bf6c Add internal check for array contiguity. by Pearu Peterson · 4 years, 3 months ago
  70. 8c6e74d MAINT: apply sizeof(char)==1 by Pearu Peterson · 4 years, 3 months ago
  71. 952c519 MAINT: Removed unused variables and handled unfinished implementation in crackfortran.py after review by default-303 · 4 years, 3 months ago
  72. 3e2c20b MAINT: Restored crackfortran.py after review for unused variables listed in LGTM by default-303 · 4 years, 3 months ago
  73. 115ed1d MAINT: Removed suitable unused variables shown in LGTM by default-303 · 4 years, 3 months ago
  74. ca53c09 MAINT: removed unused imports listed in LGTM by default-303 · 4 years, 3 months ago
  75. eae806c Apply reviewer nit by Pearu Peterson · 4 years, 3 months ago
  76. 5942b33 Fix lint by Pearu Peterson · 4 years, 3 months ago
  77. 0930786 Apply reviewers comments. Thanks to @eric-wieser! by Pearu Peterson · 4 years, 3 months ago
  78. 8992459 BUG: revise string_from_pyobj/try_pyarr_from_string usages, fixes #18431. by Pearu Peterson · 4 years, 4 months ago
  79. 46bc1fc BUG FIX for MINGW : threads.h existence test requires GLIBC > 2.12 by Dong Keun Oh · 4 years, 4 months ago
  80. b329856 TST: Skip f2py TestSharedMemory for LONGDOUBLE on macos/arm64 by Olivier Grisel · 4 years, 4 months ago
  81. 2e60be2 ENH: Add improved placeholder annotations for `np.f2py` by Bas van Beek · 4 years, 4 months ago
  82. f07079b STY: Indentation fixes. by Charles Harris · 4 years, 5 months ago
  83. 8336e76 TST: Tests for parsing Fortran abstract interface and a working example. by Pearu Peterson · 4 years, 5 months ago
  84. ff3cec0 ENH: Support parsing Fortran abstract interface blocks. by Pearu Peterson · 4 years, 5 months ago
  85. c1aa1af MAINT: use super() as described by PEP 3135 by Mike Taves · 4 years, 5 months ago
  86. 0eb9f54 Merge pull request #18436 from seberg/refcount-leak-f2py by Matti Picus · 4 years, 6 months ago
  87. 6635c6d BUG: Fix refcount leak in f2py `complex_double_from_pyobj` by Sebastian Berg · 4 years, 6 months ago
  88. 0026112 Merge pull request #18415 from pearu/gh-2763 by Matti Picus · 4 years, 6 months ago
  89. a3af138 BUG: Fix parsing continued lines that follow comment lines. Closes #2848 by Pearu Peterson · 4 years, 6 months ago
  90. e6dab4f MAINT: Update END statement parsing for recent Fortran standards. Closes #2763 by Pearu Peterson · 4 years, 6 months ago
  91. 7df963b BUG: fix regression in a hidden callback use case by Pearu Peterson · 4 years, 7 months ago
  92. af44a81 MAINT: Debug issue (2) by Pearu Peterson · 4 years, 7 months ago
  93. d32fd54 MAINT: Debug issue #18341 by Pearu Peterson · 4 years, 7 months ago
  94. 4874af9 ENH: Share memory of read-only intent(in) arrays. Closes #16347 by Pearu Peterson · 4 years, 7 months ago
  95. ea557b2 [MAINT] Fix regression in using --capi-api flag and callbacks by Pearu Peterson · 4 years, 7 months ago
  96. 29f0e8f BUG: Fix missing signed_char dependency. Closes #18335. by Pearu Peterson · 4 years, 7 months ago
  97. 12d9967 MAINT: Add missing `__all__` annotations by Bas van Beek · 4 years, 7 months ago
  98. efaf210 Merge pull request #18184 from pearu/17797 by Charles Harris · 4 years, 7 months ago
  99. c4014c7 Applied reviewers comments: add ident by Pearu Peterson · 4 years, 7 months ago
  100. cafda24 BUG: threads.h existence test requires GLIBC > 2.12. (#18180) by Pearu Peterson · 4 years, 7 months ago