NumPy 1.21.1 release
  1. df6d260 Merge pull request #19510 from charris/prepare-1.21.1-release by Charles Harris · 4 years, 2 months ago v1.21.1
  2. 7031a82 REL: Prepare for NumPy 1.21.1 release. by Charles Harris · 4 years, 2 months ago
  3. 7b27ba9 Merge pull request #19503 from charris/backport-19468 by Charles Harris · 4 years, 2 months ago
  4. cadd4ba DOC: Document that `size_t` is not guaranteed to map to `np.intp` under rare circumstances by Bas van Beek · 4 years, 2 months ago
  5. 374440e TST: Update the `dtype` typing tests by Bas van Beek · 4 years, 2 months ago
  6. 648110f MAINT: Add a missing `object` overload to `np.dtype` by Bas van Beek · 4 years, 2 months ago
  7. 8cd3546 MAINT: Add `ctypes` overloads to `np.dtype` by Bas van Beek · 4 years, 2 months ago
  8. 8f07655 Merge pull request #19502 from charris/backport-19446 by Charles Harris · 4 years, 2 months ago
  9. 4c80d18 Merge pull request #19501 from charris/backport-19456 by Charles Harris · 4 years, 2 months ago
  10. 74f82c9 Merge pull request #19500 from charris/backport-19396 by Charles Harris · 4 years, 2 months ago
  11. a6d1fd1 Merge pull request #19499 from charris/backport-19394 by Charles Harris · 4 years, 2 months ago
  12. 58fa2d6 MAINT: Start testing with Python 3.10.0b3. by Charles Harris · 4 years, 2 months ago
  13. c87de48 TST: Fix a `GenericAlias` test failure for python 3.9.0 by Bas van Beek · 4 years, 2 months ago
  14. 96dcd08 ENH: fix typo by Matti Picus · 4 years, 2 months ago
  15. a275b51 TST: add multi_index set tests on non-error cases by Hugo Defois · 4 years, 2 months ago
  16. 8a659e7 BUG: fix a numpy.npiter leak in npyiter_multi_index_set by Hugo Defois · 4 years, 2 months ago
  17. 16ba6ba BUG, SIMD: Fix infinite loop during count non-zero on GCC-11 by Sayed Adel · 4 years, 2 months ago
  18. c084058 Merge pull request #19496 from charris/backport-19458 by Charles Harris · 4 years, 2 months ago
  19. f04a16e Merge pull request #19495 from charris/backport-19492 by Charles Harris · 4 years, 2 months ago
  20. 8d7ad37 MAINT: Avoid unicode characters in division SIMD code comments by Sebastian Berg · 4 years, 2 months ago
  21. 573dc7b BUILD: update OpenBLAS to v0.3.17 by mattip · 4 years, 2 months ago
  22. 8146266 Merge pull request #19430 from charris/backport-19426 by Charles Harris · 4 years, 2 months ago
  23. 7842ce7 MAINT: Use arm64-graviton2 for testing on travis by Charles Harris · 4 years, 2 months ago
  24. c33a4eb Merge pull request #19390 from charris/backport-19130 by Charles Harris · 4 years, 2 months ago
  25. 12e7de5 Merge pull request #19391 from charris/backport-19301 by Charles Harris · 4 years, 2 months ago
  26. c1ba1dc Merge pull request #19392 from charris/backport-19380 by Charles Harris · 4 years, 2 months ago
  27. 9b38c1c BUG: Fix NULL special case in object-to-any cast code by Sebastian Berg · 4 years, 2 months ago
  28. 844571f BUG: Do not raise deprecation warning for all nans in unique (#19301) by Thomas J. Fan · 4 years, 2 months ago
  29. 7bb64d9 ENH: SIMD architectures to show_config by Ganesh Kathiresan · 4 years, 2 months ago
  30. 52247be Merge pull request #19366 from charris/backport-19360 by Charles Harris · 4 years, 2 months ago
  31. 4f6a15c Merge pull request #19365 from charris/backport-19362 by Charles Harris · 4 years, 2 months ago
  32. 2f4caec MAINT: remove `print()`'s in distutils template handling by Ralf Gommers · 4 years, 2 months ago
  33. aaacd44 BUG, SIMD: Fix detecting AVX512 features on Darwin by Sayed Adel · 4 years, 2 months ago
  34. 919318c Merge pull request #19351 from charris/backport-19322 by Charles Harris · 4 years, 2 months ago
  35. 79d1eb0 Merge pull request #19352 from charris/backport-19323 by Charles Harris · 4 years, 2 months ago
  36. c8d74b7 Merge pull request #19353 from charris/backport-19326 by Charles Harris · 4 years, 2 months ago
  37. 807020c TST: test both argument orders by Gregory Lee · 4 years, 2 months ago
  38. 4f56383 TST: test can_cast when only one argument has a subarray by Gregory Lee · 4 years, 2 months ago
  39. 6c4e3a9 pass descriptor rather than null by Gregory Lee · 4 years, 2 months ago
  40. be8898c BUG: protect against access an attribute of a NULL pointer by Gregory Lee · 4 years, 2 months ago
  41. 5b736cc BUG: Correct Cython declaration by Kevin Sheppard · 4 years, 2 months ago
  42. 1765a18 BUG: Fix cast safety and comparisons for zero sized voids by Sebastian Berg · 4 years, 2 months ago
  43. 2e32825 Merge pull request #19350 from BvB93/attr by Charles Harris · 4 years, 2 months ago
  44. ff9f9aa Merge pull request #19349 from charris/backport-19289 by Charles Harris · 4 years, 2 months ago
  45. b5e4172 Merge pull request #19347 from charris/backport-19276 by Charles Harris · 4 years, 2 months ago
  46. a093bbb Merge pull request #19348 from charris/backport-19281 by Charles Harris · 4 years, 2 months ago
  47. fc4bc18 TST: Update the typing tests for `np.number` subclasses by Bas van Beek · 4 years, 2 months ago
  48. 4061a2e MAINT: Annotate missing attributes of `np.number` subclasses by Bas van Beek · 4 years, 2 months ago
  49. 70ac04c BUG: Remove unnecessary incref in type resolution by Sebastian Berg · 4 years, 2 months ago
  50. 3b24735 BUG: Fix reference count leak by Sebastian Berg · 4 years, 2 months ago
  51. c52aeca ENH: add `numpy.f2py.get_include` function by Ralf Gommers · 4 years, 2 months ago
  52. dc5ec98 BUG: Fix `arr.flat.index` for large or big-endian machines by Sebastian Berg · 4 years, 2 months ago
  53. 34c10e8 MAINT: Introduce `PyArray_PyIntFromIntp` to remove ifdef's by Sebastian Berg · 4 years, 2 months ago
  54. f46dd3e Merge pull request #19343 from charris/update-mathjax by Charles Harris · 4 years, 2 months ago
  55. 82ba6c6 Merge pull request #19342 from charris/fix-doc-pdf-build by Charles Harris · 4 years, 2 months ago
  56. a304101 MAINT: bump scipy-mathjax by Charles Harris · 4 years, 2 months ago
  57. 937c494 DOC: Fix some docstrings crash pdf generation. by Charles Harris · 4 years, 2 months ago
  58. 0e0d490 Merge pull request #19330 from BvB93/runtime by Charles Harris · 4 years, 2 months ago
  59. c433e54 MAINT: Add a subscriptable runtime-only placeholder for `_SupportsDType` by Bas van Beek · 4 years, 2 months ago
  60. 90e7ff1 TST: Test that the `numpy.typing` public API works in combination with runtime Introspection helpers by Bas van Beek · 4 years, 2 months ago
  61. 7d397c2 MAINT: Replace `"dtype[Any]"` with `dtype` in the definiton of `npt.ArrayLike` by Bas van Beek · 4 years, 2 months ago
  62. c532dcd Merge pull request #19324 from BvB93/real_imag by Charles Harris · 4 years, 2 months ago
  63. cd33912 MAINT: Fixed an issue with the return-dtype of `ndarray.real` and `imag by Bas van Beek · 4 years, 2 months ago
  64. 209cca9 Merge pull request #19311 from BvB93/notimplemented by Charles Harris · 4 years, 2 months ago
  65. 4ebcc2b REV,BUG: Replace `NotImplemented` with `typing.Any` by Bas van Beek · 4 years, 3 months ago
  66. 1cfefdf REL: prepare 1.21.x for further development by Charles Harris · 4 years, 3 months ago
  67. b235f9e Merge pull request #19283 from charris/prepare-1.21.0-release by Charles Harris · 4 years, 3 months ago v1.21.0
  68. 34aebc2 MAINT: Update 1.21.0-notes.rst by Charles Harris · 4 years, 3 months ago
  69. 493b64b MAINT: Update 1.21.0-changelog.rst by Charles Harris · 4 years, 3 months ago
  70. 07d7e72 MAINT: Remove accidentally created directory. by Charles Harris · 4 years, 3 months ago
  71. 032fca5 Merge pull request #19280 from charris/backport-19277 by Charles Harris · 4 years, 3 months ago
  72. 7d25b81 BUG: Fix refcount leak in ResultType by Sebastian Berg · 4 years, 3 months ago
  73. fa5754e BUG: Add missing DECREF in new path by Sebastian Berg · 4 years, 3 months ago
  74. 61127bb Merge pull request #19268 from charris/backport-19264 by Charles Harris · 4 years, 3 months ago
  75. 143d45f Merge pull request #19269 from charris/backport-19228 by Charles Harris · 4 years, 3 months ago
  76. d80e473 BUG: Removed typing for == and != in dtypes by Ganesh Kathiresan · 4 years, 3 months ago
  77. 98d88c6 TST: Check invalid dtypes for equality | Check TypeError for comparisions by Ganesh Kathiresan · 4 years, 3 months ago
  78. 5f86809 BUG: Return NotImplemented for unrecognized dtypes by Ganesh Kathiresan · 4 years, 3 months ago
  79. 7324532 TST: Check invalid dtypes comparison by Ganesh Kathiresan · 4 years, 3 months ago
  80. a831463 BUG: Remove TypeError on invalid dtypes comparison by Ganesh Kathiresan · 4 years, 3 months ago
  81. be642f5 DOC: fix duplicate navbar in development documentation index (#19264) by Melissa Weber Mendonça · 4 years, 3 months ago
  82. a070e5d Merge pull request #19239 from charris/backport-19402 by Charles Harris · 4 years, 3 months ago
  83. 5da37d5 Merge pull request #19240 from charris/backport-19214 by Charles Harris · 4 years, 3 months ago
  84. 8171b01 Merge pull request #19238 from charris/backport-19036 by Charles Harris · 4 years, 3 months ago
  85. 34c7db0 DOC: fix typo by Kenichi Maehashi · 4 years, 3 months ago
  86. d336c26 ENH: support major version larger than 9 in numpy.lib.NumpyVersion by Kenichi Maehashi · 4 years, 3 months ago
  87. 1befa1b Fix out-of-bounds array access in convert_datetime_divisor_to_multiple(). by Peter Hawkins · 4 years, 3 months ago
  88. 2aab9c8 MAINT: replace imgmath with mathjax for docs (#19036) by Melissa Weber Mendonça · 4 years, 3 months ago
  89. a218e53 Merge pull request #19233 from charris/backport-19209 by Charles Harris · 4 years, 3 months ago
  90. 1342b96 TST: Getting rid of print by Raghuveer Devulapalli · 4 years, 3 months ago
  91. 58805d7 TST: 2 blank lines after class def by Raghuveer Devulapalli · 4 years, 3 months ago
  92. 9ad1ccb TST: Use conditional xfail by Raghuveer Devulapalli · 4 years, 3 months ago
  93. 45a322c BUG: Do not use bare except by Raghuveer Devulapalli · 4 years, 3 months ago
  94. 2def753 TST: Ignore exp FP exceptions test for glibc ver < 2.17 by Raghuveer Devulapalli · 4 years, 3 months ago
  95. e9b8f0c Merge pull request #19219 from BvB93/complex-backport by Charles Harris · 4 years, 3 months ago
  96. 7a29f54 MAINT: Add `complex` as allowed type for the `np.complexfloating` constructor by Bas van Beek · 4 years, 3 months ago
  97. cb6370e Merge pull request #19213 from BvB93/unwrap-backport by Charles Harris · 4 years, 3 months ago
  98. 4d1442a MAINT: Add annotations for the missing `period` parameter to `np.unwrap` by Bas van Beek · 4 years, 3 months ago
  99. e40a0b2 Merge pull request #19197 from charris/prepare-for-1.21.0rc2 by Charles Harris · 4 years, 3 months ago v1.21.0rc2
  100. 5567fa9 DOC: Prepare for NumPy 1.20.0rc2 release. by Charles Harris · 4 years, 3 months ago