Begin NumPy 1.25.0 development
  1. 04d0e21 ENH: raise TypeError when arange() is called with string dtype (#22087) by Daniel da Silva · 2 years, 9 months ago
  2. 5d32b8d Merge pull request #22316 from seberg/void-strctured-new by Sebastian Berg · 2 years, 9 months ago
  3. f92c90c Merge pull request #22436 from cmarmo/doc-masked-equal by Sebastian Berg · 2 years, 9 months ago
  4. 7404cb6 DOC: Update np.void docs based on Matti's comments by Sebastian Berg · 2 years, 9 months ago
  5. 918f81d Update numpy/ma/core.py by Sebastian Berg · 2 years, 9 months ago
  6. 742545f Merge pull request #22607 from seberg/scalar-aliases by Ralf Gommers · 2 years, 9 months ago
  7. d416581 DOC: Adjust comments on deprecated/future scalar alias based on review by Sebastian Berg · 2 years, 9 months ago
  8. 723f0eb DOC: Add example for np.ma.power as part of #22269 by Stefanie Molin · 2 years, 9 months ago
  9. c6e75fc DOC: testing: Fix typo: nulps -> nulp by warren · 2 years, 9 months ago
  10. 72af24d BUG: Histogramdd breaks on big arrays in Windows (#22561) by Navpreet Singh · 2 years, 9 months ago
  11. eaf0638 TST: Rename setup to setup_method in _locales (#22616) by Stefan van der Walt · 2 years, 9 months ago
  12. d4de105 MAINT: remove macOS specific long double handling in numpyconfig.h by Ralf Gommers · 2 years, 9 months ago
  13. 9e144f7 BLD: update OpenBLAS to 0.3.21 and clean up openblas download test (#22525) by Matti Picus · 2 years, 9 months ago
  14. 424cb3f BUG: Fixup warning giving and remove MachAr from docs by Sebastian Berg · 2 years, 9 months ago
  15. eead09a Merge pull request #22605 from seberg/silence-update-shape-warning by Charles Harris · 2 years, 9 months ago
  16. 49bb24e TYP: Remove newly deprecated scalar type aliases by Sebastian Berg · 2 years, 9 months ago
  17. 0758592 DEP: Next step in scalar type alias deprecations/futurewarnings by Sebastian Berg · 2 years, 9 months ago
  18. 58afc35 MAINT: (array-coercion) Silence invalid read warning in some gcc versions by Sebastian Berg · 2 years, 9 months ago
  19. f30af6a Merge pull request #22601 from seberg/issue-22599 by Charles Harris · 2 years, 9 months ago
  20. d428d45 Merge pull request #22422 from seberg/expose-dtype-resolution-get-loop by Matti Picus · 2 years, 9 months ago
  21. 2119533 Merge pull request #22571 from DanielHabenicht/patch-1 by Sebastian Berg · 2 years, 9 months ago
  22. 54c0096 Merge pull request #22588 from rossbar/doc/row_stack-is-vstack by Sebastian Berg · 2 years, 9 months ago
  23. 22e683d Merge pull request #22548 from juztamau5/cleanup-order by Sebastian Berg · 2 years, 9 months ago
  24. f0bba1c MAINT: Use C99 flexible struct construct for `NpyIter_InternalOnly` by Sebastian Berg · 2 years, 9 months ago
  25. cf59f6c DOC: Update parameter descriptions for np.pad (#22519) by Miki Watanabe · 2 years, 9 months ago
  26. a7abbee Merge pull request #21895 from hoodmane/emscripten-ci by Ralf Gommers · 2 years, 9 months ago
  27. 8fff8ce Merge pull request #22587 from BvB93/typing by Charles Harris · 2 years, 9 months ago
  28. 6eaa513 Update numpy/core/src/umath/ufunc_type_resolution.c by DanielHabenicht · 2 years, 9 months ago
  29. 06e413f DOC: Clarify relationship between row_stack and vstack. by Ross Barnowski · 2 years, 9 months ago
  30. fbe1b65 Merge pull request #22583 from charris/create-f2c_blas-patch by Ralf Gommers · 2 years, 9 months ago
  31. b780d8b TYP,DEP: Remove `msort` annotations by BvB93 · 2 years, 9 months ago
  32. 6df49a3 TYP,ENH: Add annotations for `np.show_runtime` by BvB93 · 2 years, 9 months ago
  33. 473b80f TYP,ENH: Improve the `dtype`-overload of `stack`, `hstack` and `vstack` by BvB93 · 2 years, 9 months ago
  34. 8205e5d TYP,DEP: Remove all reference to the removed `MaskedArray.mini` method by BvB93 · 2 years, 9 months ago
  35. a566f81 TYP,ENH: Add annotations for the new `ABCPolyBase.symbol` property by BvB93 · 2 years, 9 months ago
  36. 2b5328c Merge pull request #22586 from rossbar/maint/arrayprint-type-cleanup by Sebastian Berg · 2 years, 9 months ago
  37. d66bb7c MAINT: Rm unnecessary checks in determining typeless data. by Ross Barnowski · 2 years, 9 months ago
  38. d9baab4 MAINT: Patch to remove ncola variable from f2c_blas.c by Charles Harris · 2 years, 9 months ago
  39. 6f3c56d BLD: remove unused `ncola` variables from lapack-lite by Ralf Gommers · 2 years, 9 months ago
  40. 6bfa33a Merge pull request #22578 from rgommers/fix-dlpack-includes by Sebastian Berg · 2 years, 9 months ago
  41. 305f842 MAINT: remove `NPY_RESTRICT` in favor of C99 `restrict` by Ralf Gommers · 2 years, 9 months ago
  42. a8c69b9 BLD: fix issue with header includes in dlpack.c by Ralf Gommers · 2 years, 9 months ago
  43. 3a6d290 BUG: fix issue with broken assert statement in `templ_common.h.src` by Ralf Gommers · 2 years, 9 months ago
  44. dec3947 BUG: add quotes to error message by DanielHabenicht · 2 years, 9 months ago
  45. e42f6cc BUG: fix misleading error message by DanielHabenicht · 2 years, 9 months ago
  46. 1a397b3 BLD, BUG: Fix math feature detection with musl libc by Hood Chatham · 2 years, 9 months ago
  47. 08c6e9c TST: Skip tests that are not currently supported in wasm by Hood Chatham · 2 years, 9 months ago
  48. 2ad596f Merge pull request #22566 from seberg/ObjectType-fixup by Charles Harris · 2 years, 9 months ago
  49. 62df7a8 Merge pull request #22552 from juztamau5/fix-temp-address by Sebastian Berg · 2 years, 10 months ago
  50. 2ce5416 Merge pull request #22540 from seberg/finalize-dtype-depr by Charles Harris · 2 years, 10 months ago
  51. e3db792 Fix taking address of temporary array by juztamau5 · 2 years, 10 months ago
  52. 7c317d9 MAINT: Ensure that datetime dot, correlate, and vdot cannot happen by Sebastian Berg · 2 years, 10 months ago
  53. eae88ff BUG: Fix use and errorchecking of ObjectType use by Sebastian Berg · 2 years, 10 months ago
  54. 89b5038 BUG: Decrement ref count in gentype_reduce when allocated memory not used by Aayush Agrawal · 2 years, 10 months ago
  55. 9a6d956 Merge pull request #22375 from melissawm/doc-arange by Matti Picus · 2 years, 10 months ago
  56. 9d11ecd Merge pull request #22554 from juztamau5/cleanup-cast by Sebastian Berg · 2 years, 10 months ago
  57. 2c455b8 Merge pull request #22550 from juztamau5/fix-enum-bool by Sebastian Berg · 2 years, 10 months ago
  58. 0f07f41 Cleanup: Fix designator order not matching declaration order by juztamau5 · 2 years, 10 months ago
  59. 2cc2b52 Cleanup: Match arguments of isless() by juztamau5 · 2 years, 10 months ago
  60. bff9853 Fix conversion from bool to enum by juztamau5 · 2 years, 10 months ago
  61. 10908c5 DEP: Expire deprecation to ignore bad dtype= in logical ufuncs (#22541) by Sebastian Berg · 2 years, 10 months ago
  62. 26342d7 API: Always use BufferError when dlpack export fails by Sebastian Berg · 2 years, 10 months ago
  63. 2c72fbf DEP: Expire deprecation of dtype/signature allowing instances by Sebastian Berg · 2 years, 10 months ago
  64. 28e9227 MAINT: Ensure raw dlpack deleter works when called without the GIL (#22510) by albanD · 2 years, 10 months ago
  65. 53beb7b Merge pull request #22478 from seberg/integer-scalar-warnings by Matti Picus · 2 years, 10 months ago
  66. 68b1e14 Merge pull request #22485 from seberg/issue-21169 by Charles Harris · 2 years, 10 months ago
  67. a8ebbd5 Merge pull request #22483 from mwtoews/maint-subprocess by Sebastian Berg · 2 years, 10 months ago
  68. 5292238 STY: Make linter happy by Sebastian Berg · 2 years, 10 months ago
  69. c973fc9 MAINT: Adopt changes from Stuart's review by Sebastian Berg · 2 years, 10 months ago
  70. 3e522a7 TST: Rename setup to setup_method in f2py utils (inherited into Tests) by Sebastian Berg · 2 years, 10 months ago
  71. e18a236 DOC: Add comment for capsule which includes name (mainly to point to docs) by Sebastian Berg · 2 years, 10 months ago
  72. 64b2d5a BUG: Fix `_resolve_dtypes_and_context` refcounting error returns by Sebastian Berg · 2 years, 10 months ago
  73. 1c64f9b BUG: Fix error checking of _get_strided_Loop fixed_strides by Sebastian Berg · 2 years, 10 months ago
  74. 7a1f194 DOC: Apply Stuarts suggestions from code review by Sebastian Berg · 2 years, 10 months ago
  75. 2f647b4 TST: Try using setup_class for `_Test_CCompilerOpt` by Sebastian Berg · 2 years, 10 months ago
  76. 6784194 TST,MAINT: Replace most `setup` with `setup_method` (also teardown) by Sebastian Berg · 2 years, 10 months ago
  77. 18a10e6 TST: Make test_partial_iteration_cleanup robust but require leak checker by Sebastian Berg · 2 years, 10 months ago
  78. c9f69ef MAINT: Avoid warning due to unused code (for unsigned integers) by Sebastian Berg · 2 years, 10 months ago
  79. 343cbaf BUG: `-unsigned_int(0)` no overflow warning by Sebastian Berg · 2 years, 10 months ago
  80. 69a3946 MAINT: change subprocess arguments from Python>=3.7 by Mike Taves · 2 years, 10 months ago
  81. 13d55a3 MAINT: remove u-prefix for former Unicode strings (#22479) by Mike Taves · 2 years, 10 months ago
  82. 6a5086c Merge pull request #22475 from DimitriPapadopoulos/reduce_pickle by Sebastian Berg · 2 years, 10 months ago
  83. 36d7538 DOC: Add examples for ufunc.resolve_dtypes by Sebastian Berg · 2 years, 10 months ago
  84. 8d61ebc Merge pull request #22450 from seberg/logseries-bounds by Charles Harris · 2 years, 10 months ago
  85. 7a98e6c MAINT: remove code specific to Python 2 by Dimitri Papadopoulos · 2 years, 10 months ago
  86. c679644 Merge pull request #22466 from seberg/fminmax-loops by Charles Harris · 2 years, 10 months ago
  87. 2cbd21f Merge pull request #22433 from DimitriPapadopoulos/self.compiler.initialize by Charles Harris · 2 years, 10 months ago
  88. 6df495c Merge pull request #22458 from seberg/nditer-allow-all-allocated by Charles Harris · 2 years, 10 months ago
  89. 65b90cb MAINT: Ensure that fmin loops do not show up multiple times by Sebastian Berg · 2 years, 10 months ago
  90. 5ecbc14 Merge pull request #22462 from mattip/npymath3 by Sebastian Berg · 2 years, 10 months ago
  91. df92d35 Merge pull request #22456 from rossbar/deprecate-msort by Matti Picus · 2 years, 10 months ago
  92. 806a9ec DOC: Update numpy/lib/function_base.py by Ross Barnowski · 2 years, 10 months ago
  93. 48b204b DOC: remove mention of `ipython -p numpy`. (#22463) by Matthias Bussonnier · 2 years, 10 months ago
  94. 9bde388 MAINT: refactor mandatory npymath functions to #define macros by mattip · 2 years, 10 months ago
  95. 09a375b Merge pull request #16507 from seberg/nditer-writemask-reduce-maint by Matti Picus · 2 years, 10 months ago
  96. 9a5c2f5 ENH: Allow all allocated operands in nditer/NpyIter by Sebastian Berg · 2 years, 10 months ago
  97. 7dd4684 Merge pull request #22168 from Developer-Ecosystem-Engineering/remove_Avx_when_not_used by Matti Picus · 2 years, 10 months ago
  98. 8ca9221 DEP: Add deprecation warning and check warning in test. by Ross Barnowski · 2 years, 10 months ago
  99. bdc12d1 rm setup.py.orig by Developer-Ecosystem-Engineering · 2 years, 10 months ago
  100. 4730b6f review feedback, make lint happy by Developer-Ecosystem-Engineering · 2 years, 10 months ago