NumPy 2.0.0rc1 release
  1. 60e9e5f Merge pull request #26175 from charris/prepare-2.0.0rc1-release by Charles Harris · 1 year, 5 months ago v2.0.0rc1
  2. bc41c47 REL: Prepare for the NumPy 2.0.0rc1 release [wheel build] by Charles Harris · 1 year, 5 months ago
  3. ebedc68 Merge pull request #26173 from charris/backport-26172 by Charles Harris · 1 year, 5 months ago
  4. 589390a MAINT: Fix failing example by Charles Harris · 1 year, 5 months ago
  5. 0b37ada TST: add a test that the `np.version` public content is as expected by Ralf Gommers · 1 year, 5 months ago
  6. 523daf7 DOC: document the ``numpy.version`` submodule - officially public now by Ralf Gommers · 1 year, 5 months ago
  7. dd335a8 TST: update public API test/listing to reflect actual 2.0.x state by Ralf Gommers · 1 year, 5 months ago
  8. 7586852 Merge pull request #26171 from charris/backport-26116 by Charles Harris · 1 year, 5 months ago
  9. 810f7fd Merge pull request #26169 from charris/backport-26142 by Charles Harris · 1 year, 5 months ago
  10. c5de3ec Merge pull request #26170 from charris/backport-26168 by Charles Harris · 1 year, 5 months ago
  11. 2d39bf6 BUG: If unused-indices are at the end, fill API table with NULLs by Sebastian Berg · 1 year, 5 months ago
  12. 64c6869 API: Expose abstract DTypes and add a doc (stub!), plus smaller tweaks by Sebastian Berg · 1 year, 5 months ago
  13. 507d26a MAINT: Make reason for delayed assignments to structs explicit by Marten van Kerkwijk · 1 year, 5 months ago
  14. 22f481a MAINT: rename python scalar dtypes (removing abstract) by Marten van Kerkwijk · 1 year, 5 months ago
  15. 3065512 MAINT: use that legacy dtypes can never be abstract by Marten Henric van Kerkwijk · 1 year, 5 months ago
  16. a84ce3a MAINT: make python dtypes concrete (not abstract) by Marten Henric van Kerkwijk · 1 year, 5 months ago
  17. 60b90f4 MAINT: default common dtype should only care about types it knows by Marten Henric van Kerkwijk · 1 year, 5 months ago
  18. 9f1ecb2 MAINT: determine scalar input from it being of the scalar type by Marten Henric van Kerkwijk · 1 year, 5 months ago
  19. 18edfdb BUG: try to make windows happy by Marten Henric van Kerkwijk · 1 year, 5 months ago
  20. ea95e14 BUG,ENH: Have true abstract dtypes from which python ones inherit. by Marten Henric van Kerkwijk · 1 year, 5 months ago
  21. a7ae312 TST: Checks for ufuncs with abstract int promotor by Marten Henric van Kerkwijk · 1 year, 5 months ago
  22. aaa0178 ENH: let numerical dtypes inherit from abstract ones by Marten van Kerkwijk · 1 year, 5 months ago
  23. b806d1d BUG: fix StringDType multiplication promotors by Marten van Kerkwijk · 1 year, 5 months ago
  24. 69ccdfc Revert "MNT: install all-string promoter for multiply" by Marten van Kerkwijk · 1 year, 5 months ago
  25. b76c13a DOC: mention np.lib.NumPyVersion in the 2.0 migration guide by Ralf Gommers · 1 year, 5 months ago
  26. d5eca93 TST: Fixup test for changed error message... by Sebastian Berg · 1 year, 5 months ago
  27. 02d9bd2 DOC: Include full link to migration guide and tweak nocopy error by Sebastian Berg · 1 year, 5 months ago
  28. 5990e7f Address Marten's review comments by Sebastian Berg · 1 year, 5 months ago
  29. fbd919e BUG,MAINT: Fix __array__ bugs and simplify code by Sebastian Berg · 1 year, 5 months ago
  30. 4c65fd2 Merge pull request #26167 from charris/backport-26149 by Charles Harris · 1 year, 5 months ago
  31. 3bf9d26 Merge pull request #26154 from charris/backport-26138 by Charles Harris · 1 year, 5 months ago
  32. 088af34 MAINT: Fix missing backtick. by Charles Harris · 1 year, 5 months ago
  33. d8d3453 DOC: Also add the message to the "import error" guide so it can be found by Sebastian Berg · 1 year, 5 months ago
  34. e87d2b8 MAINT: Escalate import warning to an import error by Sebastian Berg · 1 year, 5 months ago
  35. cf66920 MAINT: Bump actions/setup-python from 5.0.0 to 5.1.0 by dependabot[bot] · 1 year, 5 months ago
  36. 1b0d550 Merge pull request #26131 from charris/backport-26129 by Charles Harris · 1 year, 5 months ago
  37. 55e6569 MAINT: add missing noexcept clauses (2/2) by Gonzalo Tornaría · 1 year, 5 months ago
  38. f0d75f0 MAINT: add missing noexcept clauses (1/2) by Gonzalo Tornaría · 1 year, 5 months ago
  39. 6faed64 Merge pull request #26127 from charris/backport-26123 by Charles Harris · 1 year, 5 months ago
  40. a312683 BUG: update pocketfft to unconditionaly disable use of aligned_alloc by mattip · 1 year, 5 months ago
  41. cc1b82a Merge pull request #26124 from seberg/backport-manual by Charles Harris · 1 year, 5 months ago
  42. 0edb2cb MAINT: Add a few more const to function parameters (safe) by Sebastian Berg · 1 year, 5 months ago
  43. b1bdd77 DOC: Also update docs for changes by Sebastian Berg · 1 year, 5 months ago
  44. 51fd714 MAINT: Fixup compiler warnings/errors based on const changes by Sebastian Berg · 1 year, 5 months ago
  45. 8de4362 MAINT: Add some const qualifiers to new DType related API by Sebastian Berg · 1 year, 5 months ago
  46. d8e67f1 Merge pull request #26122 from charris/backport-26119 by Charles Harris · 1 year, 5 months ago
  47. d445a11 BUG: fix reference counting error in stringdtype setup by Nathan Goldbaum · 1 year, 5 months ago
  48. f09db3e Merge pull request #26118 from charris/backport-26105-26112 by Charles Harris · 1 year, 6 months ago
  49. f75f020 MNT: install all-string promoter for multiply by Nathan Goldbaum · 1 year, 6 months ago
  50. 7278720 Merge pull request #26111 from charris/backport-26090 by Charles Harris · 1 year, 6 months ago
  51. d448dd8 BUG: Fix small reduce bug and test string multiply-reduce by Sebastian Berg · 1 year, 6 months ago
  52. 4896cd1 TST: Test new reduce promoter rule for string addition by Sebastian Berg · 1 year, 6 months ago
  53. 416b1b2 API: Require reduce promoters to start with None to match by Sebastian Berg · 1 year, 6 months ago
  54. 589bb05 Merge pull request #26110 from charris/backport-26089 by Charles Harris · 1 year, 6 months ago
  55. c016810 Merge pull request #26109 from charris/backport-26080 by Charles Harris · 1 year, 6 months ago
  56. 1e35b4c TYP: Adjust `np.random.integers` and `np.random.randint` by Mateusz Sokół · 1 year, 6 months ago
  57. da381bf BUG: adapt cython files to new complex declarations (#26080) by Matti Picus · 1 year, 6 months ago
  58. 8573b3c Merge pull request #26085 from charris/backport-26083 by Charles Harris · 1 year, 6 months ago
  59. a50fb51 MAINT: Bump actions/cache from 4.0.1 to 4.0.2 by dependabot[bot] · 1 year, 6 months ago
  60. 045228f Merge pull request #26076 from charris/backport-26064 by Charles Harris · 1 year, 6 months ago
  61. 7c35753 Merge pull request #26075 from charris/backport-26066 by Charles Harris · 1 year, 6 months ago
  62. 9419219 Merge pull request #26074 from charris/backport-26071 by Charles Harris · 1 year, 6 months ago
  63. 188ffec Merge pull request #26073 from charris/backport-26070 by Charles Harris · 1 year, 6 months ago
  64. 8dcc999 MAINT: Make PyArrayMultiIterObject struct "smaller" by Sebastian Berg · 1 year, 6 months ago
  65. 162894b BUG: Allow the new string dtype summation to work by Sebastian Berg · 1 year, 6 months ago
  66. 8b23f4a BUG: fix logic error in stringdtype maximum/minimum ufunc by Nathan Goldbaum · 1 year, 6 months ago
  67. f068a17 Update doc/source/dev/development_environment.rst by Adrin Jalali · 1 year, 6 months ago
  68. ddabc19 DOC clarifications on debugging numpy by adrinjalali · 1 year, 6 months ago
  69. 312186a Merge pull request #26052 from charris/backport-26033 by Charles Harris · 1 year, 6 months ago
  70. c4f82fe Skip doctests for removed functions by Lysandros Nikolaou · 1 year, 6 months ago
  71. bcb893b MAINT: Remove partition and split-like functions from numpy.strings by Lysandros Nikolaou · 1 year, 6 months ago
  72. d000489 Merge pull request #26068 from ngoldbaum/26005-backport by Charles Harris · 1 year, 6 months ago
  73. da3bd6d DOC: note stringdtype output support in np.strings docstrings by Nathan Goldbaum · 1 year, 6 months ago
  74. ee8ecea DOC: indicate stringdtype support in ufunc docstrings by Nathan Goldbaum · 1 year, 6 months ago
  75. 567729a Merge pull request #26050 from charris/backport-26025 by Charles Harris · 1 year, 6 months ago
  76. 9f386ba Merge pull request #26051 from charris/backport-26027 by Charles Harris · 1 year, 6 months ago
  77. 105aafe Merge pull request #26053 from charris/backport-25990 by Charles Harris · 1 year, 6 months ago
  78. 90771c6 Merge pull request #26049 from charris/backport-26024 by Charles Harris · 1 year, 6 months ago
  79. 1120d5b Merge pull request #26047 from charris/backport-26012 by Charles Harris · 1 year, 6 months ago
  80. 3f2f867 Merge pull request #26048 from charris/backport-26017 by Charles Harris · 1 year, 6 months ago
  81. 0ab904a CI: clean up some unused `choco install` invocations by Ralf Gommers · 1 year, 6 months ago
  82. d8ee24a BUG: add missing error handling in string to int cast internals by Nathan Goldbaum · 1 year, 6 months ago
  83. 106ec58 BUG: fix reference count leak in __array__ internals by Nathan Goldbaum · 1 year, 6 months ago
  84. d2e36f2 MNT: eliminate branching and duplication in is_known_scalar_type by Nathan Goldbaum · 1 year, 6 months ago
  85. aca35f7 BUG: raise error trying to coerce timedelta64('NaT') by Nathan Goldbaum · 1 year, 6 months ago
  86. 5f4dfa9 MAINT: avoid use of flexible array member in public header by Nathan Goldbaum · 1 year, 6 months ago
  87. 691514a ENH: install StringDType promoter for add by Nathan Goldbaum · 1 year, 6 months ago
  88. aed6941 Merge pull request #26042 from charris/backport-25999 by Charles Harris · 1 year, 6 months ago
  89. d81f112 Merge pull request #26041 from charris/backport-25985 by Charles Harris · 1 year, 6 months ago
  90. 75869ff improve error message (from review) [skip cirrus][skip azp] by mattip · 1 year, 6 months ago
  91. 4223615 BUG: fix kwarg handling in assert_warn [skip cirrus][skip azp] by mattip · 1 year, 6 months ago
  92. b3dabb6 BLD: omit pp39-macosx_arm64 from matrix [wheel build] by Andrew Nelson · 1 year, 6 months ago
  93. e08ad71 Merge pull request #26040 from charris/backport-26000 by Charles Harris · 1 year, 6 months ago
  94. a860ee5 BUG: Filter out broken Highway platform by Chris Sidebottom · 1 year, 6 months ago
  95. 3234e06 Merge pull request #26036 from charris/backport-26016 by Charles Harris · 1 year, 6 months ago
  96. 69d6aa0 MAINT: handle `NPY_ALLOW_THREADS` and related build option better by Ralf Gommers · 1 year, 6 months ago
  97. dc1bbe5 Merge pull request #26034 from charris/backport-26015 by Charles Harris · 1 year, 6 months ago
  98. 8ec5b55 MAINT: remove now-unused `NPY_USE_C99_FORMAT` by Ralf Gommers · 1 year, 6 months ago
  99. 6def4bf Merge pull request #26035 from charris/backport-26014 by Charles Harris · 1 year, 6 months ago
  100. 8227ac5 MAINT: remove the now-unused `NPY_NO_SIGNAL` by Ralf Gommers · 1 year, 6 months ago