NumPy 2.0.0rc2 release
  1. e09a975 Merge pull request #26425 from charris/prepare-2.0.0rc2 by Charles Harris · 1 year, 3 months ago v2.0.0rc2
  2. cd0219a REL: Prepare for the NumPy 2.0.0rc2 release [wheel build] by Charles Harris · 1 year, 3 months ago
  3. b6d0150 Merge pull request #26424 from charris/backport-26418 by Charles Harris · 1 year, 3 months ago
  4. 7d3138e Merge pull request #26423 from charris/backport-26413 by Charles Harris · 1 year, 3 months ago
  5. 51ba909 DOC: add reference docs for NpyString C API by Nathan Goldbaum · 1 year, 3 months ago
  6. d730c44 DOC: Fix some typos and incorrect markups by Yuki K · 1 year, 3 months ago
  7. d9f1442 Merge pull request #26417 from charris/backport-26392 by Charles Harris · 1 year, 3 months ago
  8. 0f86b1d BUG: Remove rjust & ljust from test. by Charles Harris · 1 year, 3 months ago
  9. 0a07582 MNT: apply review comments by Nathan Goldbaum · 1 year, 3 months ago
  10. 16c292d BUG: support nan-like null strings in [l,r]strip by Nathan Goldbaum · 1 year, 3 months ago
  11. d0fa6e5 Merge pull request #26403 from charris/backport-26385-26378 by Charles Harris · 1 year, 4 months ago
  12. 02b52aa Merge pull request #26402 from charris/backport-26391 by Charles Harris · 1 year, 4 months ago
  13. e2cd0c4 DOC: Updated remaining links in random folder by Ben Woodruff · 1 year, 4 months ago
  14. 5d807e6 DOC: Update internal links for generator.rst and related by Ben Woodruff · 1 year, 4 months ago
  15. 78a5d18 BUG: remove references to missing functions. by Charles Harris · 1 year, 4 months ago
  16. cb61222 Update routines.strings.rst by Thomas Li · 1 year, 4 months ago
  17. 616b7e5 DOC: Add replace to numpy.strings docs by Thomas Li · 1 year, 4 months ago
  18. e80ad45 Merge pull request #26400 from charris/backport-26396 by Charles Harris · 1 year, 4 months ago
  19. c1bd58b MNT: more gracefully handle spin adding arguments to functions we override by Nathan Goldbaum · 1 year, 4 months ago
  20. d384db6 Merge pull request #26393 from charris/backport-26372 by Charles Harris · 1 year, 4 months ago
  21. 9aace32 BUG: Make sure that NumPy scalars are supported by can_cast by Sebastian Berg · 1 year, 4 months ago
  22. 3ebc9be DOC: Make a note of can_cast not supporting int, float, complex by Sebastian Berg · 1 year, 4 months ago
  23. 885ffc1 Merge pull request #26374 from charris/backport-26355 by Charles Harris · 1 year, 4 months ago
  24. bfa3d33 Merge pull request #26373 from charris/backport-26369 by Charles Harris · 1 year, 4 months ago
  25. 3e769db ENH: add support for nan-like null strings in string replace (#26355) by Nathan Goldbaum · 1 year, 4 months ago
  26. 64db861 DOC: fix np.unique release notes [skip cirrus] by Andrew Nelson · 1 year, 4 months ago
  27. e6d7e00 Merge pull request #26360 from charris/backport-26359 by Charles Harris · 1 year, 4 months ago
  28. 37bb571 MAINT: Simplify bugfix for even rfft by Marten Henric van Kerkwijk · 1 year, 4 months ago
  29. 0d2e8cd Merge pull request #26357 from charris/backport-26340 by Charles Harris · 1 year, 4 months ago
  30. 3cc51a2 Merge pull request #26358 from charris/backport-26354 by Charles Harris · 1 year, 4 months ago
  31. fd9ed4a MAINT: Fix a comment to refer to copy_input instead of copy_data. by Warren Weckesser · 1 year, 4 months ago
  32. 8704b88 TST: Use fft() to compute the expected result of an rfft() test. by Warren Weckesser · 1 year, 4 months ago
  33. 051f734 BUG: Fix rfft for even input length. by Warren Weckesser · 1 year, 4 months ago
  34. d07ed11 moved note up in file and added internal link. [skip azp] [skip actions] [skip cirrus] by bmwoodruff · 1 year, 4 months ago
  35. 2f13920 DOC: implement ngoldbaum's suggestions by Ben Woodruff · 1 year, 4 months ago
  36. 06b9597 DOC: Added small clarification note, based on discussion in issue #25778 by bmwoodruff · 1 year, 4 months ago
  37. 9c913ee Merge pull request #26351 from charris/backport-26261 by Charles Harris · 1 year, 4 months ago
  38. 1028749 MAINT: Remove some ufuncs not wanted in 2.0.x by Charles Harris · 1 year, 4 months ago
  39. 1682195 MAINT: Update some files from main by Charles Harris · 1 year, 4 months ago
  40. c25651c MNT: respond to minor comments from marten by Nathan Goldbaum · 1 year, 4 months ago
  41. e7f972c MAINT: respond to marten's comments by Nathan Goldbaum · 1 year, 4 months ago
  42. 99e7f71 MNT: refactor stringdtype_setitem following marten's suggestion by Nathan Goldbaum · 1 year, 4 months ago
  43. f07f36d MNT: refactor tortured logic in test by Nathan Goldbaum · 1 year, 4 months ago
  44. 4bb1e22 MNT: refactor stringdtype compatibility checking out of common_instance by Nathan Goldbaum · 1 year, 4 months ago
  45. 8acdf6f ENH: introduce 'compatible' stringdtype instances by Nathan Goldbaum · 1 year, 4 months ago
  46. d4875be MNT: fix copy/paste error for NA type extracted from Pandas by Nathan Goldbaum · 1 year, 4 months ago
  47. 07747bb Merge pull request #26334 from charris/disable-sanitizer by Sebastian Berg · 1 year, 4 months ago
  48. 04a1c37 CI: Disable compiler sanitizer tests on 2.0.x by Charles Harris · 1 year, 4 months ago
  49. 367a733 Merge pull request #26332 from charris/backport-26317 by Charles Harris · 1 year, 4 months ago
  50. c0596e6 Merge pull request #26331 from charris/backport-26304 by Charles Harris · 1 year, 4 months ago
  51. 6ac1312 Merge pull request #26330 from Romain-Geissler-1A/maintenance/2.0.x by Charles Harris · 1 year, 4 months ago
  52. 10f62a0 BUG: use PyArray_SafeCast in array_astype by Nathan Goldbaum · 1 year, 4 months ago
  53. 35f97af MAINT: address improper error handling and cleanup for `spin` (#26304) by M Bussonnier · 1 year, 4 months ago
  54. 4ad8207 BUG: Fix invalid constructor in string_fastsearch.h with C++ >= 20. by Romain Geissler · 1 year, 4 months ago
  55. cae7f62 Merge pull request #26312 from charris/backport-26311 by Charles Harris · 1 year, 4 months ago
  56. 02f0a37 DOC: Follow-up fixes for new theme by Melissa Weber Mendonça · 1 year, 4 months ago
  57. 30985f8 Merge pull request #26305 from charris/backport-26125 by Charles Harris · 1 year, 4 months ago
  58. 3315da4 Merge pull request #26306 from charris/backport-26248 by Charles Harris · 1 year, 4 months ago
  59. a873db9 Merge pull request #26307 from charris/backport-26302 by Charles Harris · 1 year, 4 months ago
  60. 58f5215 BLD: use newer openblas wheels [wheel build] by Matti Picus · 1 year, 4 months ago
  61. 12925a7 BLD: use newer openblas wheels [wheel build] by Matti Picus · 1 year, 4 months ago
  62. 4a1c750 MAINT: Robust string meson template substitution by Rohit Goswami · 1 year, 4 months ago
  63. 2dc7868 DOC: Make version switcher font size smaller by Melissa Weber Mendonça · 1 year, 4 months ago
  64. ed4254a DOC: Lint conf.py file by Melissa Weber Mendonça · 1 year, 4 months ago
  65. 80af3bf DOC: Add search button and fix version switcher dev label by Melissa Weber Mendonça · 1 year, 4 months ago
  66. 6829250 DOC: Clean up CSS and adapt to new PyData Sphinx Theme version by Melissa Weber Mendonça · 1 year, 4 months ago
  67. 10969b5 Remove custom styling for div.admonition>.admonition-title::before and ::after by Hugo van Kemenade · 1 year, 4 months ago
  68. a6693f5 DOC: Remove '-j2' to fix docs build by Hugo van Kemenade · 1 year, 4 months ago
  69. 9cef25c DOC: Bump pydata-sphinx-theme version by Hugo van Kemenade · 1 year, 4 months ago
  70. b161a9e Merge pull request #26293 from charris/backport-26260 by Charles Harris · 1 year, 4 months ago
  71. 7f2ae12 MAINT: Update numpy/random/_pickle.py by Charles Harris · 1 year, 4 months ago
  72. 2013992 Merge pull request #26297 from charris/backport-26281 by Charles Harris · 1 year, 4 months ago
  73. 7cde545 TST: Pin sphinx to 7.2.6 by Charles Harris · 1 year, 4 months ago
  74. 18d6389 BUG: Workaround for Intel Compiler mask conversion bug by Sayed Adel · 1 year, 4 months ago
  75. 44ba7ca BUG: Ensure seed sequences are restored through pickling (#26260) by Kevin Sheppard · 1 year, 4 months ago
  76. 4460263 Merge pull request #26283 from tacaswell/doc/fix_array_wrap_PRnumber by Charles Harris · 1 year, 4 months ago
  77. 571784b DOC: correct PR referenced in __array_wraps__ change note [skip azp][skip cirrus][skip actions] by Thomas A Caswell · 1 year, 4 months ago
  78. 8acac0e Merge pull request #26272 from charris/backport-26136-26270 by Nathan Goldbaum · 1 year, 4 months ago
  79. 97dce27 BUG: ensure np.vectorize doesn't truncate fixed-width strings by Nathan Goldbaum · 1 year, 4 months ago
  80. 22a534a BUG: fixed datetime64[ns] conversion issue in numpy.vectorize, see #25936 by Francisco Sousa · 1 year, 4 months ago
  81. 8d80450 Merge pull request #26265 from charris/backport-26263-26264 by Christopher Sidebottom · 1 year, 4 months ago
  82. 7983d62 MAINT: Fix some typos by Leo Singer · 1 year, 4 months ago
  83. 51b48e8 Merge pull request #26262 from charris/backport-26258 by Charles Harris · 1 year, 4 months ago
  84. 5b19c92 BLD: update to OpenBLAS 0.3.27.0.1 by Matti Picus · 1 year, 4 months ago
  85. 28d920e Merge pull request #26259 from charris/backport-26239-26241-26245 by Charles Harris · 1 year, 4 months ago
  86. 7f94b91 DOC: Add _dunder_array reference by Mateusz Sokół · 1 year, 4 months ago
  87. 95874d9 DOC: Update __array__ copy keyword docs by Mateusz Sokół · 1 year, 4 months ago
  88. 3ebf2db DOC: Fixup intp/uintp documentation for ssize_t/size_t changes by Sebastian Berg · 1 year, 4 months ago
  89. 647ed83 DOC: add versionadded for copy keyword in np.asarray docstring by Joris Van den Bossche · 1 year, 4 months ago
  90. f5a183c Merge pull request #26256 from charris/backport-26237 by Charles Harris · 1 year, 4 months ago
  91. 4ffd891 MAINT: Update array-api-tests job by Mateusz Sokół · 1 year, 4 months ago
  92. abf4d71 Merge pull request #26231 from charris/backport-26210 by Charles Harris · 1 year, 5 months ago
  93. 664b161 API: Readd np.bool_ typing stub by Mateusz Sokół · 1 year, 5 months ago
  94. 4610256 Merge pull request #26205 from charris/backport-26147 by Charles Harris · 1 year, 5 months ago
  95. 438df4f MNT: tiny optimization by Nathan Goldbaum · 1 year, 5 months ago
  96. 785583d MNT: check for valid views by comparing with NPY_MIN_INTP by Nathan Goldbaum · 1 year, 5 months ago
  97. 52dc204 MNT: respond to review comments by Nathan Goldbaum · 1 year, 5 months ago
  98. ef68c39 MAINT: refactor to pass casting safety in by Nathan Goldbaum · 1 year, 5 months ago
  99. d3335ef MNT: Only assert if finalize_descr isn't defined by Nathan Goldbaum · 1 year, 5 months ago
  100. 3d9d1ed MNT: make PyArray_ViewableTypes use view_offset from casting setup by Nathan Goldbaum · 1 year, 5 months ago