NumPy 1.23.1 release
  1. 84c1841 Merge pull request #21949 from charris/backport-21896 by Charles Harris · 3 years, 1 month ago
  2. 3111958 Merge pull request #21951 from charris/backport-21946 by Charles Harris · 3 years, 1 month ago
  3. a79221d BUG: Fix KeyError in crackfortran operator support by Rohit Goswami · 3 years, 1 month ago
  4. 207c17e Reorder extern "C" to only apply to function declarations in npy_math.h by serge-sans-paille · 3 years, 1 month ago
  5. 8ccaa24 numpy/core/setup.py (can_link_svml): Return False for 32bit builds on x86_64 by Matthias Koeppe · 3 years, 1 month ago
  6. 00f59f6 Merge pull request #21870 from charris/backport-21857 by Charles Harris · 3 years, 2 months ago
  7. 4d10795 Merge pull request #21866 from charris/backport-21815 by Charles Harris · 3 years, 2 months ago
  8. 4574a0e Merge pull request #21867 from charris/backport-21848 by Charles Harris · 3 years, 2 months ago
  9. fbd1bb8 Merge pull request #21868 from charris/backport-21851 by Charles Harris · 3 years, 2 months ago
  10. 563974c BUG: Reject non integer array-likes with size 1 in delete (#21857) by Sebastian Berg · 3 years, 2 months ago
  11. 11f12eb DOC: mention changes to `max_rows` behaviour in `np.loadtxt` (#21854) by Pranab Das · 3 years, 2 months ago
  12. ab329ee BUG: Use `keepdims` during normalization in `np.average` and `np.ma.average` (#21851) by Srimukh Sripada · 3 years, 2 months ago
  13. f0d5c38 remove unusued import by postmalloc · 3 years, 2 months ago
  14. 21c9341 parameterize and split tests by postmalloc · 3 years, 2 months ago
  15. 3daadea Handle NaNs correctly for half-precision floats by Srimukh Sripada · 3 years, 2 months ago
  16. 3d9de30 BUG: Fix discovered MachAr (still used within valgrind) by Sebastian Berg · 3 years, 2 months ago
  17. e6a2125 Merge pull request #21810 from charris/backport-21794 by Charles Harris · 3 years, 2 months ago
  18. 552bad6 BUG: lib: A loadtxt error message had two values reversed. by warren · 3 years, 2 months ago
  19. 0f2c736 MAINT: Add a check of the return value of PyMem_Calloc(). by warren · 3 years, 2 months ago
  20. 95e38b3 Revert "ENH: Implement string comparison ufuncs (or almost) " by Charles Harris · 3 years, 2 months ago
  21. edb0408 Merge pull request #21761 from charris/backport-21759 by Charles Harris · 3 years, 2 months ago
  22. 010291f TST: Clean up an opened temporary file descriptor in loadtxt tests by Sebastian Berg · 3 years, 2 months ago
  23. 3e104db BUG: Decref `loadtxt` converters when done by Sebastian Berg · 3 years, 2 months ago
  24. 9f26811 BUG: Fix DECREF when `__array_priority__` is None (or similar) by Sebastian Berg · 3 years, 2 months ago
  25. 6b1e0c4 Merge pull request #21757 from charris/backport-21755 by Charles Harris · 3 years, 2 months ago
  26. 0f8bdb0 BUG: Do not skip value-based promotion path for large Python integers by Sebastian Berg · 3 years, 2 months ago
  27. 3b792f1 BUG, SIMD: Fix detecting NEON/ASIMD on aarch64 by Sayed Adel · 3 years, 2 months ago
  28. 80e7d77 Merge pull request #21719 from charris/backport-21691 by Charles Harris · 3 years, 2 months ago
  29. 884631a Merge pull request #21720 from charris/backport-21701 by Charles Harris · 3 years, 2 months ago
  30. ed83a5c Merge pull request #21722 from charris/backport-21712 by Charles Harris · 3 years, 2 months ago
  31. 909adc4 Merge pull request #21721 from charris/backport-21705 by Charles Harris · 3 years, 2 months ago
  32. c439029 Merge pull request #21718 from charris/backport-21639 by Charles Harris · 3 years, 2 months ago
  33. 1fece4a TST: Ensure long_long in f2cmap works by Rohit Goswami · 3 years, 2 months ago
  34. 467697a BUG: Generate C typedefs for f2cmap types by Rohit Goswami · 3 years, 2 months ago
  35. def97fd fix up by Sayed Adel · 3 years, 2 months ago
  36. 566ea16 BLD, SIMD: Fix detecting armhf by Sayed Adel · 3 years, 2 months ago
  37. b29ea75 BLD, SIMD: Hardened the Neon/ASIMD compile-time tests by Sayed Adel · 3 years, 2 months ago
  38. 518ee9c shorten line by i-shenl · 3 years, 2 months ago
  39. ee646f1 Enable fortran preprocessing on Windows by i-shenl · 3 years, 2 months ago
  40. 2cd1542 BUG: Fix line skipping invalid read/use of invalid value by Sebastian Berg · 3 years, 2 months ago
  41. c4740b2 BUG: Add error return for structured resolver by Sebastian Berg · 3 years, 2 months ago
  42. c4916ca BUG: use explicit einsum_path whenever it is given (#21639) by Toshiki Kataoka · 3 years, 2 months ago
  43. 545f1b6 ENH: Implement string comparison ufuncs (or almost) (#21041) by Sebastian Berg · 3 years, 2 months ago
  44. c64b0d1 TST: Fixup loadtxt int-via-float tests when in release mode by Sebastian Berg · 3 years, 2 months ago
  45. 07dc5ac Merge pull request #21698 from charris/backport-21690 by Charles Harris · 3 years, 2 months ago
  46. f2bbbab Merge pull request #21697 from charris/backport-21659 by Charles Harris · 3 years, 2 months ago
  47. 629f67f BUG: Prevent attempted broadcasting of 0-D output operands in ufuncs by Sebastian Berg · 3 years, 2 months ago
  48. 37dbb74 BUG: Fix a refactor leftover bug by Namami Shanker · 3 years, 2 months ago
  49. 392ac20 DOC: Update the loadtxt int-via-float deprecation warning message by Sebastian Berg · 3 years, 3 months ago
  50. 7c036a6 DEP: Deprecate (rather than remove) the int-via-float parsing in loadtxt by Sebastian Berg · 3 years, 3 months ago
  51. dc66f5b BUG: Fix TestConversion.test_to_int_scalar() on Python. by Mariusz Felisiak · 3 years, 3 months ago
  52. a10a73e Merge pull request #21660 from charris/backport-21605 by Charles Harris · 3 years, 3 months ago
  53. 2d6bc2a TST: Remove the `__reduce__` tests by Bas van Beek · 3 years, 3 months ago
  54. e6fe6d4 TST: Add `npt._GenericAlias` tests for (backported) Python 3.11 features by Bas van Beek · 3 years, 3 months ago
  55. 919415f MAINT: Adapt the `npt._GenericAlias` backport to Python 3.11 `types.GenericAlias` changes by Bas van Beek · 3 years, 3 months ago
  56. 824925d TYP, ENH: Add annotations for the `equal_nan` keyword to `np.unique` by Bas van Beek · 3 years, 3 months ago
  57. 233b723 MAINT: Fixup `unique`s `equal_nan` kwarg to match `np.array_equal` by Sebastian Berg · 3 years, 3 months ago
  58. 25cae8f MAINT: Update multiline indentations by Jason Thai · 3 years, 3 months ago
  59. 85af274 DOC: Update 21623 release documentation by Jason Thai · 3 years, 3 months ago
  60. b0b9bf3 DOC: Added releasenote for 21623 by Jason Thai · 3 years, 3 months ago
  61. 5238f86 ENH: Added equal-nans kwarg to np.unique by Jason Thai · 3 years, 3 months ago
  62. 27fd86a TST: Added test for np.unique equal_nans kwarg by Jason Thai · 3 years, 3 months ago
  63. 458a462 API: Retain `arr.base` more strictly in `np.frombuffer` by Sebastian Berg · 3 years, 3 months ago
  64. 1f433eb Merge pull request #21634 from charris/backport-21630 by Charles Harris · 3 years, 3 months ago
  65. b2653cd TST: Handle compiler checks for PYF by Rohit Goswami · 3 years, 3 months ago
  66. c681059 MAINT: Skip F2PY tests without Fortran compilers by Rohit Goswami · 3 years, 3 months ago
  67. a4f7faf MAINT: back out conversion of npymath component to c++ by mattip · 3 years, 3 months ago
  68. ad196e7 REL: Prepare for 1.23.0rc1 release, second version. by Charles Harris · 3 years, 3 months ago
  69. 5707c83 TYP: Allow unsigned integer inplace-ops to accept signed integers by Bas van Beek · 3 years, 3 months ago
  70. a7b46d9 MAINT: Update C-API version in setup_common.py by Charles Harris · 3 years, 3 months ago
  71. 1113356 Merge pull request #21580 from charris/update-cversion-hash by Charles Harris · 3 years, 3 months ago
  72. 41b6ac0 Merge pull request #21558 from bsipocz/python36_37_cleanup by Sebastian Berg · 3 years, 3 months ago
  73. ac40c2e MAINT: revert changes, so all tests pass for warning contexts by Brigitta Sipőcz · 3 years, 3 months ago
  74. e8dda96 MAINT: Fix warningc context tests, uncover bug? by Brigitta Sipőcz · 3 years, 3 months ago
  75. d4d5771 MAINT: Python <3.8 related cleanups by Brigitta Sipőcz · 3 years, 3 months ago
  76. 53379cd MAINT: Python <3.7 related cleanups by Brigitta Sipőcz · 3 years, 3 months ago
  77. c99b265 MAINT: Update the cversion hash. by Charles Harris · 3 years, 3 months ago
  78. 3ba8be6 DOC:linalg: Remove ref to scipy.linalg.pinv2 by Ilhan Polat · 3 years, 3 months ago
  79. eece996 Merge pull request #21566 from bsipocz/docstring_fix_get_names_flat by Matti Picus · 3 years, 3 months ago
  80. 2932e91 Fix grammar [skip ci] by Brigitta Sipőcz · 3 years, 3 months ago
  81. 569fc6a Fix docstring and examples for rfn.get_names* by Brigitta Sipőcz · 3 years, 3 months ago
  82. 3018f8b Merge pull request #21553 from eendebakpt/MyPyFloat_AsDouble by Sebastian Berg · 3 years, 3 months ago
  83. dd03f4f Merge pull request #21545 from EwoutH/cython-0.29.30 by Charles Harris · 3 years, 3 months ago
  84. bcdecb3 Merge pull request #21543 from BvB93/alias by Matti Picus · 3 years, 3 months ago
  85. f9fb373 use direct call to convert python float to double by Pieter Eendebak · 3 years, 3 months ago
  86. d40359f BLD: Sort svml objects to keep builds reproducible by Jeremy Volkman · 3 years, 3 months ago
  87. 7c98e8c DOC: Add a note about `npt._GenericAlias` >=3.11 stability by Bas van Beek · 3 years, 3 months ago
  88. ea18bb2 Tests/Docs: Update tests to Cython 0.29.30, mention in docs by Ewout ter Hoeven · 3 years, 3 months ago
  89. ae8b9ce DEP: Deprecate use of `axis=MAXDIMS` instead of `axis=None` (#20920) by Saswat Das · 3 years, 3 months ago
  90. 42f3203 TST,TYP: Fix a python 3.11 failure for the `GenericAlias` tests by Bas van Beek · 3 years, 3 months ago
  91. 70025f0 DOC: Update numpy/lib/function_base.py by Sebastian Berg · 3 years, 3 months ago
  92. df5efc4 DOC: improve the docstring of numpy.sinc to explain behavior at zero. by Jesús Carrete Montaña · 3 years, 3 months ago
  93. db481ba Merge pull request #19226 from seberg/fix-void-cast-safety-promotion-and-comparison by Matti Picus · 3 years, 3 months ago
  94. 1cedba6 Merge pull request #21518 from seberg/scalar-fixup by Matti Picus · 3 years, 3 months ago
  95. 64e3c5c DOC: Fixup test and general doc strings by Sebastian Berg · 3 years, 3 months ago
  96. ad10968 Merge pull request #21534 from charris/fix-gcc-config-error by Sebastian Berg · 3 years, 3 months ago
  97. 2985b57 BUG: Fix GCC error during build configuration by Charles Harris · 3 years, 3 months ago
  98. ae16484 Addressing review for more cleanup and clarification by Brigitta Sipőcz · 3 years, 3 months ago
  99. 70ecc0f Questionable removal of python <3.6 related things by Brigitta Sipocz · 3 years, 3 months ago
  100. b1d6d24 Remove deprecated iterates by Brigitta Sipocz · 3 years, 3 months ago