NumPy 1.24.1 release
  1. 6f491e0 Merge pull request #22887 from charris/backport-22872 by Charles Harris · 2 years, 8 months ago
  2. 48f5fe4 BUG: Use whole file for encoding checks with `charset_normalizer` [f2py] (#22872) by Rohit Goswami · 2 years, 8 months ago
  3. 0f3484a Merge pull request #22883 from charris/backport-22882 by Charles Harris · 2 years, 8 months ago
  4. 38ef9ce BUG: Fix integer overflow in in1d for mixed integer dtypes #22877 (#22878) by Miles Cranmer · 2 years, 9 months ago
  5. bb00c68 MAINT: restore npymath implementations needed for freebsd by mattip · 2 years, 9 months ago
  6. dc7bac6 TST: Ignore nan-warnings in randomized out tests by Sebastian Berg · 2 years, 9 months ago
  7. 3e2a0ba Merge pull request #22868 from charris/backport-22855 by Charles Harris · 2 years, 9 months ago
  8. 190fcb2 BUG: Fortify string casts against floating point warnings by Sebastian Berg · 2 years, 9 months ago
  9. 38046ce Merge pull request #22866 from charris/backport-22670 by Charles Harris · 2 years, 9 months ago
  10. 4c70288 MAINT: Remove unused umath macros IS_BLOCKABLE_BINARY_BOOL* by Sayed Adel · 2 years, 9 months ago
  11. 2ee06e8 BUG, SIMD: Fix memory overlap on comparison accumulate by Sayed Adel · 2 years, 9 months ago
  12. cc7800d Added pickle test for polynomials by Matteo Raso · 2 years, 9 months ago
  13. 94e405b BUG: Polynomials now copy properly (#22669) by Matteo Raso · 2 years, 9 months ago
  14. 9bbf8c1 Merge pull request #22857 from charris/backport-22856 by Charles Harris · 2 years, 9 months ago
  15. af7ee55 API: Ensure a full mask is returned for masked_invalid by Sebastian Berg · 2 years, 9 months ago
  16. f833e6e BLD: Help raspian arm + clang 13 about `__builtin_mul_overflow` by Sebastian Berg · 2 years, 9 months ago
  17. 0f1ad5a Merge pull request #22848 from charris/backport-22846 by Charles Harris · 2 years, 9 months ago
  18. 50242d1 BUG, SIMD: Fix the bitmask of the boolean comparison by Sayed Adel · 2 years, 9 months ago
  19. 9291c0c BUG: Ensure correct behavior for rows ending in delimiter in loadtxt (#22836) by Sebastian Berg · 2 years, 9 months ago
  20. c690bcf Merge pull request #22839 from charris/backport-22838 by Charles Harris · 2 years, 9 months ago
  21. d337ba9 Merge pull request #22834 from charris/backport-22771 by Charles Harris · 2 years, 9 months ago
  22. f930e48 MAINT: Do not test zero powers by Charles Harris · 2 years, 9 months ago
  23. b75d897 BUG: Do not use getdata() in np.ma.masked_invalid by Sebastian Berg · 2 years, 9 months ago
  24. e7d475a TST: ignore more np.distutils.log imports by Ben Greiner · 2 years, 9 months ago
  25. 116c94c ENH, SIMD: Discard non-signaling comparison intrinsics by Sayed Adel · 2 years, 9 months ago
  26. 50989d8 BUG, SIMD: Fix invalid value encountered in rint/trunc/ceil/floor on armhf/neon by Sayed Adel · 2 years, 9 months ago
  27. 783b6de BUG, SIMD: Fix invalid value encountered in rint/trunc/ceil/floor on x86/SSE2 by Sayed Adel · 2 years, 9 months ago
  28. 62f3ec4 BUG, SIMD: Fix invalid value encountered in expm1 when SVML/AVX512 enabled by Sayed Adel · 2 years, 9 months ago
  29. a48aade ENH, TST: Test all FP unary ufunc against any unexpected fp exceptions by Sayed Adel · 2 years, 9 months ago
  30. 0398998 BUG, SIMD: Fix invalid value encountered in cos/sin on aarch64 & ppc64le by Sayed Adel · 2 years, 9 months ago
  31. 6bbc09d ENH, SIMD: Add ordered comparison intrinsics guarantees non-signaling by Sayed Adel · 2 years, 9 months ago
  32. f2394fe BUG: Fix refcounting errors found using pytest-leaks by Sebastian Berg · 2 years, 9 months ago
  33. 6d44424 REV: revert change to `numpyconfig.h` for sizeof(type) hardcoding on macOS by Ralf Gommers · 2 years, 9 months ago
  34. c484593 Merge pull request #22795 from charris/backport-22791 by Charles Harris · 2 years, 9 months ago
  35. 0904c01 Change argument to npy_floatstatus_..._barrier() functions to ensure it by Peter Hawkins · 2 years, 9 months ago
  36. 21f7096 BUG: Fix infinite recursion in longdouble/large integer scalar ops by Sebastian Berg · 2 years, 9 months ago
  37. 1ad784d Merge pull request #22761 from charris/backport-22753 by Charles Harris · 2 years, 9 months ago
  38. f067efe Merge pull request #22759 from charris/backport-22750 by Charles Harris · 2 years, 9 months ago
  39. 5059477 BUG: Fix deepcopy cleanup on error by Sebastian Berg · 2 years, 9 months ago
  40. 246e996 BUG, SIMD: Fix rounding large numbers >= 2^52 on SSE2 by Sayed Adel · 2 years, 9 months ago
  41. 3fb0ace DOC: Some updates to the array_api compat document (#22747) by Aaron Meurer · 2 years, 9 months ago
  42. 9fd9804 Merge pull request #22749 from charris/backport-22738 by Charles Harris · 2 years, 9 months ago
  43. b02f07e Merge pull request #22748 from charris/backport-22721 by Charles Harris · 2 years, 9 months ago
  44. 199c77c MAINT: check if PyArrayDTypeMeta_Spec->casts is set by Nathan Goldbaum · 2 years, 9 months ago
  45. 6641739 BUG: `keepdims=True` is ignored if `out` is not `None` in `numpy.median()`, `numpy.percentile()`, and `numpy.quantile()`. by Roy Smart · 2 years, 9 months ago
  46. e9d843d BUG: Fix some valgrind errors (and probably harmless warnings) by Sebastian Berg · 2 years, 9 months ago
  47. f054cf5 TST: Skip when numba/numpy compat issues cause SystemError by Sebastian Berg · 2 years, 9 months ago
  48. 6e67701 Merge pull request #22699 from charris/backport-22676 by Charles Harris · 2 years, 9 months ago
  49. b3cc1fb Merge pull request #22697 from charris/backport-22646 by Charles Harris · 2 years, 9 months ago
  50. 56638bf Merge pull request #22698 from charris/backport-22653 by Charles Harris · 2 years, 9 months ago
  51. 3ec88c4 BUILD: revert function() -> #define for 3 npymath functions by mattip · 2 years, 9 months ago
  52. d076e98 Update numpy/core/tests/test_dtype.py by Sebastian Berg · 2 years, 9 months ago
  53. 882173a BUG: Ensure string aliases `"int0"`, etc. remain valid for now by Sebastian Berg · 2 years, 9 months ago
  54. cccbc6f [MAINT] check user-defined dtype has an ensure_canonical implementation by Nathan Goldbaum · 2 years, 9 months ago
  55. 27dfe49 Rename symbols in textreading/ that may clash when statically linked. by Peter Hawkins · 2 years, 9 months ago
  56. 04d0e21 ENH: raise TypeError when arange() is called with string dtype (#22087) by Daniel da Silva · 2 years, 10 months ago
  57. 5d32b8d Merge pull request #22316 from seberg/void-strctured-new by Sebastian Berg · 2 years, 10 months ago
  58. f92c90c Merge pull request #22436 from cmarmo/doc-masked-equal by Sebastian Berg · 2 years, 10 months ago
  59. 7404cb6 DOC: Update np.void docs based on Matti's comments by Sebastian Berg · 2 years, 10 months ago
  60. 918f81d Update numpy/ma/core.py by Sebastian Berg · 2 years, 10 months ago
  61. 742545f Merge pull request #22607 from seberg/scalar-aliases by Ralf Gommers · 2 years, 10 months ago
  62. d416581 DOC: Adjust comments on deprecated/future scalar alias based on review by Sebastian Berg · 2 years, 10 months ago
  63. 723f0eb DOC: Add example for np.ma.power as part of #22269 by Stefanie Molin · 2 years, 10 months ago
  64. c6e75fc DOC: testing: Fix typo: nulps -> nulp by warren · 2 years, 10 months ago
  65. 72af24d BUG: Histogramdd breaks on big arrays in Windows (#22561) by Navpreet Singh · 2 years, 10 months ago
  66. eaf0638 TST: Rename setup to setup_method in _locales (#22616) by Stefan van der Walt · 2 years, 10 months ago
  67. d4de105 MAINT: remove macOS specific long double handling in numpyconfig.h by Ralf Gommers · 2 years, 10 months ago
  68. 9e144f7 BLD: update OpenBLAS to 0.3.21 and clean up openblas download test (#22525) by Matti Picus · 2 years, 10 months ago
  69. 424cb3f BUG: Fixup warning giving and remove MachAr from docs by Sebastian Berg · 2 years, 10 months ago
  70. eead09a Merge pull request #22605 from seberg/silence-update-shape-warning by Charles Harris · 2 years, 10 months ago
  71. 49bb24e TYP: Remove newly deprecated scalar type aliases by Sebastian Berg · 2 years, 10 months ago
  72. 0758592 DEP: Next step in scalar type alias deprecations/futurewarnings by Sebastian Berg · 2 years, 10 months ago
  73. 58afc35 MAINT: (array-coercion) Silence invalid read warning in some gcc versions by Sebastian Berg · 2 years, 10 months ago
  74. f30af6a Merge pull request #22601 from seberg/issue-22599 by Charles Harris · 2 years, 10 months ago
  75. d428d45 Merge pull request #22422 from seberg/expose-dtype-resolution-get-loop by Matti Picus · 2 years, 10 months ago
  76. 2119533 Merge pull request #22571 from DanielHabenicht/patch-1 by Sebastian Berg · 2 years, 10 months ago
  77. 54c0096 Merge pull request #22588 from rossbar/doc/row_stack-is-vstack by Sebastian Berg · 2 years, 10 months ago
  78. 22e683d Merge pull request #22548 from juztamau5/cleanup-order by Sebastian Berg · 2 years, 10 months ago
  79. f0bba1c MAINT: Use C99 flexible struct construct for `NpyIter_InternalOnly` by Sebastian Berg · 2 years, 10 months ago
  80. cf59f6c DOC: Update parameter descriptions for np.pad (#22519) by Miki Watanabe · 2 years, 10 months ago
  81. a7abbee Merge pull request #21895 from hoodmane/emscripten-ci by Ralf Gommers · 2 years, 10 months ago
  82. 8fff8ce Merge pull request #22587 from BvB93/typing by Charles Harris · 2 years, 10 months ago
  83. 6eaa513 Update numpy/core/src/umath/ufunc_type_resolution.c by DanielHabenicht · 2 years, 10 months ago
  84. 06e413f DOC: Clarify relationship between row_stack and vstack. by Ross Barnowski · 2 years, 10 months ago
  85. fbe1b65 Merge pull request #22583 from charris/create-f2c_blas-patch by Ralf Gommers · 2 years, 10 months ago
  86. b780d8b TYP,DEP: Remove `msort` annotations by BvB93 · 2 years, 10 months ago
  87. 6df49a3 TYP,ENH: Add annotations for `np.show_runtime` by BvB93 · 2 years, 10 months ago
  88. 473b80f TYP,ENH: Improve the `dtype`-overload of `stack`, `hstack` and `vstack` by BvB93 · 2 years, 10 months ago
  89. 8205e5d TYP,DEP: Remove all reference to the removed `MaskedArray.mini` method by BvB93 · 2 years, 10 months ago
  90. a566f81 TYP,ENH: Add annotations for the new `ABCPolyBase.symbol` property by BvB93 · 2 years, 10 months ago
  91. 2b5328c Merge pull request #22586 from rossbar/maint/arrayprint-type-cleanup by Sebastian Berg · 2 years, 10 months ago
  92. d66bb7c MAINT: Rm unnecessary checks in determining typeless data. by Ross Barnowski · 2 years, 10 months ago
  93. d9baab4 MAINT: Patch to remove ncola variable from f2c_blas.c by Charles Harris · 2 years, 10 months ago
  94. 6f3c56d BLD: remove unused `ncola` variables from lapack-lite by Ralf Gommers · 2 years, 10 months ago
  95. 6bfa33a Merge pull request #22578 from rgommers/fix-dlpack-includes by Sebastian Berg · 2 years, 10 months ago
  96. 305f842 MAINT: remove `NPY_RESTRICT` in favor of C99 `restrict` by Ralf Gommers · 2 years, 10 months ago
  97. a8c69b9 BLD: fix issue with header includes in dlpack.c by Ralf Gommers · 2 years, 10 months ago
  98. 3a6d290 BUG: fix issue with broken assert statement in `templ_common.h.src` by Ralf Gommers · 2 years, 10 months ago
  99. dec3947 BUG: add quotes to error message by DanielHabenicht · 2 years, 10 months ago
  100. e42f6cc BUG: fix misleading error message by DanielHabenicht · 2 years, 10 months ago