NumPy 2.0.0rc2 release
  1. 0f86b1d BUG: Remove rjust & ljust from test. by Charles Harris · 1 year, 3 months ago
  2. 0a07582 MNT: apply review comments by Nathan Goldbaum · 1 year, 3 months ago
  3. 16c292d BUG: support nan-like null strings in [l,r]strip by Nathan Goldbaum · 1 year, 3 months ago
  4. e2cd0c4 DOC: Updated remaining links in random folder by Ben Woodruff · 1 year, 4 months ago
  5. 5d807e6 DOC: Update internal links for generator.rst and related by Ben Woodruff · 1 year, 4 months ago
  6. d384db6 Merge pull request #26393 from charris/backport-26372 by Charles Harris · 1 year, 4 months ago
  7. 9aace32 BUG: Make sure that NumPy scalars are supported by can_cast by Sebastian Berg · 1 year, 4 months ago
  8. 3e769db ENH: add support for nan-like null strings in string replace (#26355) by Nathan Goldbaum · 1 year, 4 months ago
  9. 37bb571 MAINT: Simplify bugfix for even rfft by Marten Henric van Kerkwijk · 1 year, 4 months ago
  10. fd9ed4a MAINT: Fix a comment to refer to copy_input instead of copy_data. by Warren Weckesser · 1 year, 4 months ago
  11. 8704b88 TST: Use fft() to compute the expected result of an rfft() test. by Warren Weckesser · 1 year, 4 months ago
  12. 051f734 BUG: Fix rfft for even input length. by Warren Weckesser · 1 year, 4 months ago
  13. 1028749 MAINT: Remove some ufuncs not wanted in 2.0.x by Charles Harris · 1 year, 4 months ago
  14. 1682195 MAINT: Update some files from main by Charles Harris · 1 year, 4 months ago
  15. c25651c MNT: respond to minor comments from marten by Nathan Goldbaum · 1 year, 4 months ago
  16. e7f972c MAINT: respond to marten's comments by Nathan Goldbaum · 1 year, 4 months ago
  17. 99e7f71 MNT: refactor stringdtype_setitem following marten's suggestion by Nathan Goldbaum · 1 year, 4 months ago
  18. f07f36d MNT: refactor tortured logic in test by Nathan Goldbaum · 1 year, 4 months ago
  19. 4bb1e22 MNT: refactor stringdtype compatibility checking out of common_instance by Nathan Goldbaum · 1 year, 4 months ago
  20. 8acdf6f ENH: introduce 'compatible' stringdtype instances by Nathan Goldbaum · 1 year, 4 months ago
  21. d4875be MNT: fix copy/paste error for NA type extracted from Pandas by Nathan Goldbaum · 1 year, 4 months ago
  22. 367a733 Merge pull request #26332 from charris/backport-26317 by Charles Harris · 1 year, 4 months ago
  23. 10f62a0 BUG: use PyArray_SafeCast in array_astype by Nathan Goldbaum · 1 year, 4 months ago
  24. 4ad8207 BUG: Fix invalid constructor in string_fastsearch.h with C++ >= 20. by Romain Geissler · 1 year, 4 months ago
  25. 4a1c750 MAINT: Robust string meson template substitution by Rohit Goswami · 1 year, 4 months ago
  26. b161a9e Merge pull request #26293 from charris/backport-26260 by Charles Harris · 1 year, 4 months ago
  27. 7f2ae12 MAINT: Update numpy/random/_pickle.py by Charles Harris · 1 year, 4 months ago
  28. 18d6389 BUG: Workaround for Intel Compiler mask conversion bug by Sayed Adel · 1 year, 4 months ago
  29. 44ba7ca BUG: Ensure seed sequences are restored through pickling (#26260) by Kevin Sheppard · 1 year, 4 months ago
  30. 97dce27 BUG: ensure np.vectorize doesn't truncate fixed-width strings by Nathan Goldbaum · 1 year, 4 months ago
  31. 22a534a BUG: fixed datetime64[ns] conversion issue in numpy.vectorize, see #25936 by Francisco Sousa · 1 year, 4 months ago
  32. 7983d62 MAINT: Fix some typos by Leo Singer · 1 year, 4 months ago
  33. 7f94b91 DOC: Add _dunder_array reference by Mateusz Sokół · 1 year, 4 months ago
  34. 95874d9 DOC: Update __array__ copy keyword docs by Mateusz Sokół · 1 year, 4 months ago
  35. 647ed83 DOC: add versionadded for copy keyword in np.asarray docstring by Joris Van den Bossche · 1 year, 4 months ago
  36. 664b161 API: Readd np.bool_ typing stub by Mateusz Sokół · 1 year, 4 months ago
  37. 438df4f MNT: tiny optimization by Nathan Goldbaum · 1 year, 5 months ago
  38. 785583d MNT: check for valid views by comparing with NPY_MIN_INTP by Nathan Goldbaum · 1 year, 5 months ago
  39. 52dc204 MNT: respond to review comments by Nathan Goldbaum · 1 year, 5 months ago
  40. ef68c39 MAINT: refactor to pass casting safety in by Nathan Goldbaum · 1 year, 5 months ago
  41. d3335ef MNT: Only assert if finalize_descr isn't defined by Nathan Goldbaum · 1 year, 5 months ago
  42. 3d9d1ed MNT: make PyArray_ViewableTypes use view_offset from casting setup by Nathan Goldbaum · 1 year, 5 months ago
  43. 4d60712 BUG: introduce PyArray_ViewableTypes to fix issues around stringdtype views by Nathan Goldbaum · 1 year, 5 months ago
  44. 600c23f Merge pull request #26193 from charris/backport-26190 by Charles Harris · 1 year, 5 months ago
  45. a5090d5 BUG: fix reference counting error in wrapping_method_resolve_descriptors by Nathan Goldbaum · 1 year, 5 months ago
  46. cba2c3f Update to test function name by Kristoffer Pedersen · 1 year, 5 months ago
  47. 81d95db BUG: Infinite Loop in numpy.base_repr by krisrosengreen · 1 year, 5 months ago
  48. 0b37ada TST: add a test that the `np.version` public content is as expected by Ralf Gommers · 1 year, 5 months ago
  49. 523daf7 DOC: document the ``numpy.version`` submodule - officially public now by Ralf Gommers · 1 year, 5 months ago
  50. dd335a8 TST: update public API test/listing to reflect actual 2.0.x state by Ralf Gommers · 1 year, 5 months ago
  51. 7586852 Merge pull request #26171 from charris/backport-26116 by Charles Harris · 1 year, 5 months ago
  52. 810f7fd Merge pull request #26169 from charris/backport-26142 by Charles Harris · 1 year, 5 months ago
  53. 2d39bf6 BUG: If unused-indices are at the end, fill API table with NULLs by Sebastian Berg · 1 year, 5 months ago
  54. 64c6869 API: Expose abstract DTypes and add a doc (stub!), plus smaller tweaks by Sebastian Berg · 1 year, 5 months ago
  55. 507d26a MAINT: Make reason for delayed assignments to structs explicit by Marten van Kerkwijk · 1 year, 5 months ago
  56. 22f481a MAINT: rename python scalar dtypes (removing abstract) by Marten van Kerkwijk · 1 year, 5 months ago
  57. 3065512 MAINT: use that legacy dtypes can never be abstract by Marten Henric van Kerkwijk · 1 year, 5 months ago
  58. a84ce3a MAINT: make python dtypes concrete (not abstract) by Marten Henric van Kerkwijk · 1 year, 5 months ago
  59. 60b90f4 MAINT: default common dtype should only care about types it knows by Marten Henric van Kerkwijk · 1 year, 5 months ago
  60. 9f1ecb2 MAINT: determine scalar input from it being of the scalar type by Marten Henric van Kerkwijk · 1 year, 5 months ago
  61. 18edfdb BUG: try to make windows happy by Marten Henric van Kerkwijk · 1 year, 5 months ago
  62. ea95e14 BUG,ENH: Have true abstract dtypes from which python ones inherit. by Marten Henric van Kerkwijk · 1 year, 5 months ago
  63. a7ae312 TST: Checks for ufuncs with abstract int promotor by Marten Henric van Kerkwijk · 1 year, 5 months ago
  64. aaa0178 ENH: let numerical dtypes inherit from abstract ones by Marten van Kerkwijk · 1 year, 5 months ago
  65. b806d1d BUG: fix StringDType multiplication promotors by Marten van Kerkwijk · 1 year, 5 months ago
  66. 69ccdfc Revert "MNT: install all-string promoter for multiply" by Marten van Kerkwijk · 1 year, 5 months ago
  67. d5eca93 TST: Fixup test for changed error message... by Sebastian Berg · 1 year, 5 months ago
  68. 02d9bd2 DOC: Include full link to migration guide and tweak nocopy error by Sebastian Berg · 1 year, 5 months ago
  69. 5990e7f Address Marten's review comments by Sebastian Berg · 1 year, 5 months ago
  70. fbd919e BUG,MAINT: Fix __array__ bugs and simplify code by Sebastian Berg · 1 year, 5 months ago
  71. e87d2b8 MAINT: Escalate import warning to an import error by Sebastian Berg · 1 year, 5 months ago
  72. 55e6569 MAINT: add missing noexcept clauses (2/2) by Gonzalo Tornaría · 1 year, 5 months ago
  73. f0d75f0 MAINT: add missing noexcept clauses (1/2) by Gonzalo Tornaría · 1 year, 5 months ago
  74. 6faed64 Merge pull request #26127 from charris/backport-26123 by Charles Harris · 1 year, 5 months ago
  75. a312683 BUG: update pocketfft to unconditionaly disable use of aligned_alloc by mattip · 1 year, 5 months ago
  76. 0edb2cb MAINT: Add a few more const to function parameters (safe) by Sebastian Berg · 1 year, 5 months ago
  77. 51fd714 MAINT: Fixup compiler warnings/errors based on const changes by Sebastian Berg · 1 year, 5 months ago
  78. 8de4362 MAINT: Add some const qualifiers to new DType related API by Sebastian Berg · 1 year, 5 months ago
  79. d445a11 BUG: fix reference counting error in stringdtype setup by Nathan Goldbaum · 1 year, 5 months ago
  80. f75f020 MNT: install all-string promoter for multiply by Nathan Goldbaum · 1 year, 5 months ago
  81. d448dd8 BUG: Fix small reduce bug and test string multiply-reduce by Sebastian Berg · 1 year, 5 months ago
  82. 4896cd1 TST: Test new reduce promoter rule for string addition by Sebastian Berg · 1 year, 5 months ago
  83. 416b1b2 API: Require reduce promoters to start with None to match by Sebastian Berg · 1 year, 5 months ago
  84. 589bb05 Merge pull request #26110 from charris/backport-26089 by Charles Harris · 1 year, 5 months ago
  85. 1e35b4c TYP: Adjust `np.random.integers` and `np.random.randint` by Mateusz Sokół · 1 year, 5 months ago
  86. da381bf BUG: adapt cython files to new complex declarations (#26080) by Matti Picus · 1 year, 5 months ago
  87. 045228f Merge pull request #26076 from charris/backport-26064 by Charles Harris · 1 year, 5 months ago
  88. 7c35753 Merge pull request #26075 from charris/backport-26066 by Charles Harris · 1 year, 5 months ago
  89. 8dcc999 MAINT: Make PyArrayMultiIterObject struct "smaller" by Sebastian Berg · 1 year, 5 months ago
  90. 162894b BUG: Allow the new string dtype summation to work by Sebastian Berg · 1 year, 5 months ago
  91. 8b23f4a BUG: fix logic error in stringdtype maximum/minimum ufunc by Nathan Goldbaum · 1 year, 5 months ago
  92. c4f82fe Skip doctests for removed functions by Lysandros Nikolaou · 1 year, 5 months ago
  93. bcb893b MAINT: Remove partition and split-like functions from numpy.strings by Lysandros Nikolaou · 1 year, 5 months ago
  94. da3bd6d DOC: note stringdtype output support in np.strings docstrings by Nathan Goldbaum · 1 year, 5 months ago
  95. ee8ecea DOC: indicate stringdtype support in ufunc docstrings by Nathan Goldbaum · 1 year, 5 months ago
  96. 567729a Merge pull request #26050 from charris/backport-26025 by Charles Harris · 1 year, 5 months ago
  97. 9f386ba Merge pull request #26051 from charris/backport-26027 by Charles Harris · 1 year, 5 months ago
  98. 90771c6 Merge pull request #26049 from charris/backport-26024 by Charles Harris · 1 year, 5 months ago
  99. 1120d5b Merge pull request #26047 from charris/backport-26012 by Charles Harris · 1 year, 5 months ago
  100. d8ee24a BUG: add missing error handling in string to int cast internals by Nathan Goldbaum · 1 year, 5 months ago