NumPy 2.2.1 release
  1. e0b53c0 TEST: cleanups [skip cirrus][skip azp] (#27943) by Matti Picus · 9 months ago
  2. f833f33 Merge pull request #27728 from HaoZeke/gh27697_lower_callstatement by Charles Harris · 9 months ago
  3. d6b0387 Merge pull request #27730 from HaoZeke/testGH27167 by Charles Harris · 9 months ago
  4. cd63250 Merge pull request #27731 from HaoZeke/fortrannameFunc by Charles Harris · 9 months ago
  5. f4b8a80 DOC: add a code comment to expand on how to override f2py define by Ralf Gommers · 9 months ago
  6. a39d91c BUG: Fix wrappers for fortranname by Rohit Goswami · 9 months ago
  7. 6934cbe TST: Add some for fortranname by Rohit Goswami · 9 months ago
  8. 12f6c98 STY: fix typo to address review comment by Ralf Gommers · 9 months ago
  9. c1cf2bc TST: F2PY test regression on variables by Rohit Goswami · 9 months ago
  10. adef3a0 TST: Skip runs on macOS for cb aborts by Rohit Goswami · 9 months ago
  11. 8b7a045 BUG: f2py: fix issues with thread-local storage define by Ralf Gommers · 9 months ago
  12. c95c2f0 BUG: Handle more edge cases with --lower by Rohit Goswami · 10 months ago
  13. 3cdfd82 BUG: Cleanup and use directives correctly by Rohit Goswami · 10 months ago
  14. e15a7ff TST: Callbacks with callstatement by Rohit Goswami · 10 months ago
  15. 770811c TST: For --lower with callstatement by Rohit Goswami · 10 months ago
  16. ab3aee3 BUG: Fix handling of f2py directives with --lower by Rohit Goswami · 10 months ago
  17. 744da5f Merge pull request #27685 from mtelka/shebang by Charles Harris · 10 months ago
  18. 531a694 BUG: Handle multi-module files and common better by Rohit Goswami · 10 months ago
  19. 22bbc2c TST: Multiple modules in single pyf for gh-27622 by Rohit Goswami · 10 months ago
  20. 6eee093 TYP: Use `_typeshed` to clean up the stubs by jorenham · 10 months ago
  21. 0de9d66 MNT: Drop useless shebang by Marcel Telka · 10 months ago
  22. 8b0f975 TYP: Fill in the missing ``__all__`` exports by jorenham · 11 months ago
  23. 1b25463 TYP: Mark stub-only classes as `@type_check_only` by jorenham · 11 months ago
  24. 0e5fbac MAINT: Fix a few typos - and sometimes improve wording by Dimitri Papadopoulos · 11 months ago
  25. 21886d2 typos by musvaage · 12 months ago
  26. 862d800 MAINT: Apply ruff/flake8-comprehensions rule C416 by Dimitri Papadopoulos · 12 months ago
  27. 50185a9 Merge pull request #27295 from DimitriPapadopoulos/PIE by Charles Harris · 12 months ago
  28. 9cc5325 MAINT: Apply ruff/flake8-pie rule PIE810 by Dimitri Papadopoulos · 12 months ago
  29. 0ae8180 MAINT: apply ruff/Pycodestyle rule E713 by Dimitri Papadopoulos · 12 months ago
  30. 3f3e6f2 MAINT: apply ruff/Pycodestyle rule E401 by Dimitri Papadopoulos · 12 months ago
  31. 2abe178 MAINT: apply ruff/Pycodestyle rule F821 by Dimitri Papadopoulos · 12 months ago
  32. 5ef245a MAINT: apply ruff/Pycodestyle rule F541 by Dimitri Papadopoulos · 12 months ago
  33. c0e9b53 MAINT: apply ruff/Pycodestyle rule F401 by Dimitri Papadopoulos · 12 months ago
  34. 392baea Merge pull request #27293 from DimitriPapadopoulos/B by Marten van Kerkwijk · 12 months ago
  35. 09c2186 Merge pull request #27289 from DimitriPapadopoulos/RUF by Marten van Kerkwijk · 12 months ago
  36. 640e55b MAINT: Apply ruff/flake8-bugbear rule B010 by Dimitri Papadopoulos · 12 months ago
  37. 24cfd9a MAINT: Apply ruff/flake8-bugbear rule B009 by Dimitri Papadopoulos · 12 months ago
  38. 639bc2d MAINT: Apply ruff rule RUF019 by Dimitri Papadopoulos · 12 months ago
  39. 56c88fe MAINT: Apply ruff rule RUF010 by Dimitri Papadopoulos · 12 months ago
  40. d442a61 BUG: f2py: better handle filtering of public/private subroutines by Maximilian Weigand · 1 year ago
  41. 1c80e55 TST: Add regression test for gh-26920 by Maximilian Weigand · 1 year ago
  42. d5f3776 Merge pull request #27051 from HaoZeke/fixCompilerAvail by Ralf Gommers · 1 year, 1 month ago
  43. 115c8c6 TST: Skip fortran tests for now on Windows by Rohit Goswami · 1 year, 1 month ago
  44. 0aba26e TST: Skip compiled tests if meson is missing by Rohit Goswami · 1 year, 1 month ago
  45. cca4a6b MAINT: Move checker up in f2py test utils by Rohit Goswami · 1 year, 1 month ago
  46. 67b3ac3 TST: Add a wrapper for f2py compiler cli tests by Rohit Goswami · 1 year, 1 month ago
  47. 5aeafac TST: Refactor to consistently use CompilerChecker by Rohit Goswami · 1 year, 1 month ago
  48. 17f529a TST: mark f2py test as linux-only by Nathan Goldbaum · 1 year, 1 month ago
  49. cbb14a4 Merge pull request #26981 from ngoldbaum/free-threading-f2py by Matti Picus · 1 year, 1 month ago
  50. 3887aaf cfuncs.py: fix crash when sys.stderr is not available by Bruno Oliveira · 1 year, 1 month ago
  51. 39ef0a8 MAINT: apply rohit's refactoring by Nathan Goldbaum · 1 year, 1 month ago
  52. ecf44cb TST: fix errant print in test by Nathan Goldbaum · 1 year, 1 month ago
  53. a5b6519 MAINT: rename requires-gil to freethreading-compatible by Nathan Goldbaum · 1 year, 1 month ago
  54. 2b1daf0 TST: run new test on Python 3.12 and newer to avoid deprecations by Nathan Goldbaum · 1 year, 1 month ago
  55. c6a787e ENH: add support in f2py to declare gil-disabled support by Nathan Goldbaum · 1 year, 1 month ago
  56. 776f881 Merge pull request #26935 from paddyroddy/f2py-compile-test by Sebastian Berg · 1 year, 1 month ago
  57. 7622b67 BUG: fix f2py tests to work with v2 API by Patrick J. Roddy · 1 year, 1 month ago
  58. fe52670 Merge pull request #26902 from DimitriPapadopoulos/B by Charles Harris · 1 year, 1 month ago
  59. f79560c BUG: Fix invalid escape sequence error by Nathan Goldbaum · 1 year, 1 month ago
  60. bdae7c2 MAINT: filter the GIL-enabled RuntimeWarning in the f2py tests by Nathan Goldbaum · 1 year, 1 month ago
  61. 3c13c42 MAINT: declare that NumPy's C extensions support running without the GIL by Nathan Goldbaum · 1 year, 1 month ago
  62. a360364 Apply ruff/flake8-bugbear rule B005 by Dimitri Papadopoulos · 1 year, 1 month ago
  63. 4be1b63 Merge pull request #26879 from DimitriPapadopoulos/SIM by Charles Harris · 1 year, 2 months ago
  64. 5e05384 MAINT: apply ruff/pyupgrade rule UP039 by Dimitri Papadopoulos · 1 year, 2 months ago
  65. 6155ebc MAINT: apply ruff/pyupgrade rule UP034 by Dimitri Papadopoulos · 1 year, 2 months ago
  66. 3d54568 MAINT: apply ruff/pyupgrade rule UP022 by Dimitri Papadopoulos · 1 year, 2 months ago
  67. 1557a30 MAINT: apply ruff/flake8-simplify rule SIM110 by Dimitri Papadopoulos · 1 year, 2 months ago
  68. 286606c MAINT: apply ruff/flake8-simplify rule SIM103 by Dimitri Papadopoulos · 1 year, 2 months ago
  69. a7dd51e TST: Skip an f2py module test on Windows by Rohit Goswami · 1 year, 2 months ago
  70. d5ce926 MAINT: Be more robust wrt f2py flags by Rohit Goswami · 1 year, 2 months ago
  71. d982cfa TST: Add one for passing arguments to f2py by Rohit Goswami · 1 year, 2 months ago
  72. 08a80a5 BUG: Use fortran args from f2py in meson by Rohit Goswami · 1 year, 2 months ago
  73. 03c86db MAINT,BUG: Correctly skip distutils options by Rohit Goswami · 1 year, 2 months ago
  74. a48ce39 TST: Add one for gh-26623 by Rohit Goswami · 1 year, 2 months ago
  75. b22ca2b BUG: Replace dots with underscores in meson backend by Matthew Thompson · 1 year, 3 months ago
  76. 0888577 TST: Add one for gh-26466 by Rohit Goswami · 1 year, 3 months ago
  77. 53e64c3 TST: Ensure simplified strictf77 path works by Rohit Goswami · 1 year, 3 months ago
  78. 0a3d0b1 MAINT: Cleanup now unnecessary strictf77 path by Rohit Goswami · 1 year, 3 months ago
  79. 3e1b67a BUG: Fix comment handling for ! in F77 by Rohit Goswami · 1 year, 3 months ago
  80. 59d133f MAINT: Fix spelling and formatting issue [f2py] by Rohit Goswami · 1 year, 3 months ago
  81. c7d3acd TST: Add minimal reproducer for gh-26148 by Rohit Goswami · 1 year, 3 months ago
  82. c654203 BUG: cast missing in PyPy-specific f2py code, pin spin in CI (#26534) by Matti Picus · 1 year, 3 months ago
  83. 208b343 TST: skip other tests that don't work under editable install by Ralf Gommers · 1 year, 4 months ago
  84. b0df150 MAINT: Robust string meson template substitution by Rohit Goswami · 1 year, 4 months ago
  85. 7eb4410 MAINT: Fixup f2py for changes by Sebastian Berg · 1 year, 6 months ago
  86. a086220 TST: skip rather than xfail a few tests to address CI log pollution by Ralf Gommers · 1 year, 6 months ago
  87. e1e0e84 TST: Skip irrelevant tests on WASM platforms by Agriya Khetarpal · 1 year, 6 months ago
  88. 1218177 BUG: Fix gh-25867 by Rohit Goswami · 1 year, 6 months ago
  89. 7a6036b TST: Add a test for gh-25867 by Rohit Goswami · 1 year, 6 months ago
  90. d18c703 MAINT: Refactor tests a bit by Rohit Goswami · 1 year, 6 months ago
  91. 3e90591 MAINT: Use ``PyArray_ITEMSIZE`` rather than ``PyArray_DESCR(arr)->elsize`` by Sebastian Berg · 1 year, 6 months ago
  92. 3b12e31 Merge pull request #25797 from seberg/str-typenum by Sebastian Berg · 1 year, 6 months ago
  93. c22cf8c DOC: fix docstring example in `f2py.get_include` (#25795) by Johannes Kaisinger · 1 year, 6 months ago
  94. 0cbe302 MAINT: Move ``NPY_VSTRING`` and make ``NPY_NTYPES`` ``NPY_TYPES_LEGACY`` by Sebastian Berg · 1 year, 6 months ago
  95. 694f45c MAINT: skip f2py test triggering OverflowError by Nathan Goldbaum · 1 year, 7 months ago
  96. db8e4af TST: Fix f2py doc test collection in editable installs by Elliott Sales de Andrade · 1 year, 7 months ago
  97. d067d71 BUG: --dep with -L -l [f2py] by Rohit Goswami · 1 year, 8 months ago
  98. b11398d MAINT: Use consistent indentation [f2py] by Rohit Goswami · 1 year, 8 months ago
  99. fc1bc54 Merge pull request #25364 from HaoZeke/handleIncludesMeson by Matti Picus · 1 year, 8 months ago
  100. 003c846 Merge pull request #25226 from HaoZeke/gh25207 by Matti Picus · 1 year, 8 months ago