NumPy 2.0.0b1 release
  1. 52d9b96 REL: Prepare for the NumPy 2.0.0b1 release (3) by Charles Harris · 1 year, 5 months ago
  2. de72c0b fix, add more tests [skip cirrus] by mattip · 1 year, 5 months ago
  3. d9bdbbd DOC: override inherited Mapping docstrings in NpzFile by mattip · 1 year, 5 months ago
  4. 6336a26 DOC: fix references [skip actions][skip azp][skip cirrus] by mattip · 1 year, 5 months ago
  5. 7fe7561 DOC: Fix module setting of ``MaskedArray`` by Yuki K · 1 year, 5 months ago
  6. 3d4aed3 API: revert position-only 'start' in 'np.arange' (#25955) by Matti Picus · 1 year, 6 months ago
  7. 7e1c848 TST: Loosen tolerance in fft test. by Charles Harris · 1 year, 6 months ago
  8. 2fe6009 Merge pull request #25954 from seberg/pyarray-pack by Charles Harris · 1 year, 6 months ago
  9. 0cbdbc2 Merge pull request #25958 from ngoldbaum/stringdtype-acquire-allocator-fix by Charles Harris · 1 year, 6 months ago
  10. 511dc89 BUG: avoid incorrect type punning in NpyString_acquire_allocators by Nathan Goldbaum · 1 year, 6 months ago
  11. 41063ef Merge pull request #25948 from seberg/improve-error by Ralf Gommers · 1 year, 6 months ago
  12. ad3524c API: Expose `PyArray_Pack` by Sebastian Berg · 1 year, 6 months ago
  13. 80a21e7 Merge pull request #25956 from eendebakpt/polynomial_tests2 by Matti Picus · 1 year, 6 months ago
  14. baa4bc5 refactor by Pieter Eendebak · 1 year, 6 months ago
  15. 3d6c851 refactor by Pieter Eendebak · 1 year, 6 months ago
  16. 7fa3e5e refactor by Pieter Eendebak · 1 year, 6 months ago
  17. c29bcec refactor by Pieter Eendebak · 1 year, 6 months ago
  18. b3bbdc9 Merge pull request #25944 from ngoldbaum/stringdtype-copy-bug by Marten van Kerkwijk · 1 year, 6 months ago
  19. 961459e [BUG] Fix Polynomial representation tests by Pieter Eendebak · 1 year, 6 months ago
  20. dbbf235 Merge pull request #25943 from seberg/descr-abi-break by Matti Picus · 1 year, 6 months ago
  21. 2d84ae6 DOC,MAINT: Apply suggestions from code review by Sebastian Berg · 1 year, 6 months ago
  22. a174433 MAINT: Make output of Polynomial representations consistent (#21760) by Pieter Eendebak · 1 year, 6 months ago
  23. 4c38ec2 MAINT: As discussed make it two NULL fields at the end of dtype by Sebastian Berg · 1 year, 6 months ago
  24. 9cb60ed MAINT: Add a `void *reserved_null` field to descr for possible future use by Sebastian Berg · 1 year, 6 months ago
  25. 0412866 BUG: Adjust descriptor member access (as old PR, forgot it here) by Sebastian Berg · 1 year, 6 months ago
  26. cf50ad2 MAINT: Fix buffer formatting for larger itemsize by Sebastian Berg · 1 year, 6 months ago
  27. 7d3949e MAINT: Use direct subarray access to avoid warnings by Sebastian Berg · 1 year, 6 months ago
  28. 8e92d96 MAINT: Fix pickling/unpickling for unsigned flags by Sebastian Berg · 1 year, 6 months ago
  29. 7eb4410 MAINT: Fixup f2py for changes by Sebastian Berg · 1 year, 6 months ago
  30. b3f9fc0 API: Modify main dtype/descriptor struct for future dtypes by Sebastian Berg · 1 year, 6 months ago
  31. 7fc3d0f Merge pull request #25914 from asmeurer/solve-broadcasting-change by Matti Picus · 1 year, 6 months ago
  32. 064b55c Update numpy/linalg/_linalg.py by Matti Picus · 1 year, 6 months ago
  33. 65af6e6 BUG: Fix reference leak in niche user old user dtypes by Sebastian Berg · 1 year, 6 months ago
  34. 3c1fcb3 MAINT: Introduce NPY_FEATURE_VERSION_STRING and report it in error by Sebastian Berg · 1 year, 6 months ago
  35. c76278b Fix linter issue by Aaron Meurer · 1 year, 6 months ago
  36. 21ee00c BUG: avoid incorrect stringdtype allocator sharing from array copies by Nathan Goldbaum · 1 year, 6 months ago
  37. 2c95083 MAINT,API: Make c_metadata, fields, and names only exist on old-style dtypes (#25802) by Sebastian Berg · 1 year, 6 months ago
  38. c201194 Update the return shape part of the solve() docstring by Aaron Meurer · 1 year, 6 months ago
  39. 1c58ad5 Update linalg test cases for updated solve behavior by Aaron Meurer · 1 year, 6 months ago
  40. 15691c3 Merge pull request #25932 from rgommers/silence-ci-warnings by Charles Harris · 1 year, 6 months ago
  41. a086220 TST: skip rather than xfail a few tests to address CI log pollution by Ralf Gommers · 1 year, 6 months ago
  42. 01eec27 BUG: fix reference leak in PyArray_FromArrayAttr_int by Nathan Goldbaum · 1 year, 6 months ago
  43. 9d69a62 Merge pull request #25919 from mhvk/logspace-broadcast-only-arrays by Ralf Gommers · 1 year, 6 months ago
  44. ff82e6a BUG: remove vestiges of array_api [wheel build] by mattip · 1 year, 6 months ago
  45. b847453 MNT: refactor to support python 3.12 by Nathan Goldbaum · 1 year, 6 months ago
  46. 1ab56b8 MNT: use an interned string in __array__ retry error checking by Nathan Goldbaum · 1 year, 6 months ago
  47. acf49fe BUG: fix handling of copy keyword argument when calling __array__ by Nathan Goldbaum · 1 year, 6 months ago
  48. 136b9ed BUG: Ensuse non-array logspace base does not influence dtype of output. by Marten Henric van Kerkwijk · 1 year, 6 months ago
  49. 8f22d5a DOC: Update tensordot documentation (#25603) by Dhaval Parmar · 1 year, 6 months ago
  50. 7317046 DOC: Clarify deprecated width Parameter in numpy.binary_repr #25634 [skip azp] (#25692) by msavinash · 1 year, 6 months ago
  51. 54b174f Merge pull request #25897 from seberg/revert-arrfuncs by Ralf Gommers · 1 year, 6 months ago
  52. 304612a MAINT: remove the experimental `numpy.array_api` module for 2.0 by Ralf Gommers · 1 year, 6 months ago
  53. adb3f18 API: Remove broadcasting ambiguity from np.linalg.solve by Aaron Meurer · 1 year, 6 months ago
  54. 06b169b Merge pull request #25896 from ngoldbaum/stringdtype-datetime-timedelta by Nathan Goldbaum · 1 year, 6 months ago
  55. 202fed7 MNT: respond to review comments by Nathan Goldbaum · 1 year, 6 months ago
  56. c3a32b5 Merge pull request #25890 from mhvk/stringdtype-flags-refactor by Nathan Goldbaum · 1 year, 6 months ago
  57. 2a26376 MAINT: allow reuse of arena after setting to empty string by Marten Henric van Kerkwijk · 1 year, 6 months ago
  58. 09e00b9 TST: Check StringDType implementation, including arena by Marten van Kerkwijk · 1 year, 6 months ago
  59. fa1ca1f MAINT: refactor the flags for StringDType and simplify implementation. by Marten Henric van Kerkwijk · 1 year, 6 months ago
  60. af92e85 ENH: add support for null strings in assert_array_compare by Nathan Goldbaum · 1 year, 6 months ago
  61. e1ee098 BUG: fix issues pointed out in review, add tests by Nathan Goldbaum · 1 year, 6 months ago
  62. 0b43a0e Merge pull request #25891 from lysnikolaou/string-ufuncs-expandtabs by Nathan Goldbaum · 1 year, 6 months ago
  63. c5df089 MAINT: also check for Py_SSIZE_T overflow in expandtabs_length by Nathan Goldbaum · 1 year, 6 months ago
  64. beb523c np.array: call __array__ with copy keyword by Mateusz Sokół · 1 year, 6 months ago
  65. 8f5d130 Add keyword argument to by Mateusz Sokół · 1 year, 6 months ago
  66. ab9c6b8 API: Move back to original semantics for np.astype by Mateusz Sokół · 1 year, 6 months ago
  67. 94dd1b5 API: Update copy keyword across the codebase by Mateusz Sokół · 1 year, 6 months ago
  68. 906010e API: Introduce copy argument for np.asarray by Mateusz Sokół · 1 year, 6 months ago
  69. 3c4ee6b Merge pull request #25894 from agriyakhetarpal/enable-emscripten-ci by Ralf Gommers · 1 year, 6 months ago
  70. f0f499f BLD: Add meson check to test presence of pocketfft git submodule by Raghuveer Devulapalli · 1 year, 6 months ago
  71. 6c61e06 BUG: fix incorrect setting of line position in string_expandtabs by Nathan Goldbaum · 1 year, 6 months ago
  72. 9b94cce Add test_expandtabs with unicode characters by Lysandros Nikolaou · 1 year, 6 months ago
  73. 53f5a6e ENH: implement expandtabs for stringdtype by Nathan Goldbaum · 1 year, 6 months ago
  74. 568aa77 MAINT: Fixups for revert: add docs and move GETITEM/SETITEM def by Sebastian Berg · 1 year, 6 months ago
  75. 3fdceaa ENH: implement casts between timedelta and stringdtype by Nathan Goldbaum · 1 year, 6 months ago
  76. 9e3e998 ENH: fix parsing of empty and 'NaT' strings in string to datetime cast by Nathan Goldbaum · 1 year, 6 months ago
  77. 7e5f073 API: Make ``descr->f`` only accessible through ``PyDataType_GetArrFuncs`` by Sebastian Berg · 1 year, 6 months ago
  78. e1e0e84 TST: Skip irrelevant tests on WASM platforms by Agriya Khetarpal · 1 year, 6 months ago
  79. 7ceb9af Fix _expandtabs docstring and array sizes in resolve_descriptors funcs by Lysandros Nikolaou · 1 year, 6 months ago
  80. a53b0b3 Merge pull request #25886 from rouault/typo_fixes by Charles Harris · 1 year, 6 months ago
  81. cde8bc8 Merge pull request #25877 from mtsokol/matrix_rank-rtol-fix by Marten van Kerkwijk · 1 year, 6 months ago
  82. e3be901 ENH: Add expandtabs ufunc for string & unicode dtypes by Lysandros Nikolaou · 1 year, 6 months ago
  83. 567b57d ENH: Implement multiply ufunc for unicode & bytes (#25864) by Lysandros Nikolaou · 1 year, 6 months ago
  84. 739399a Merge pull request #25887 from seberg/issue-25878 by Charles Harris · 1 year, 6 months ago
  85. 8c2584d Merge pull request #25866 from seberg/fix-compat-and-import by Nathan Goldbaum · 1 year, 6 months ago
  86. 3a45c66 Merge pull request #25884 from rouault/LEGACY_CONS_NON_NEGATVE_INBOUNDS_LONG by Matti Picus · 1 year, 6 months ago
  87. b5f5d18 FIX: Include broadcasting for rtol argument by Mateusz Sokół · 1 year, 6 months ago
  88. 47a7514 BUG: Fix ``PyArray_FILLWBYTE`` Cython declaration by Sebastian Berg · 1 year, 6 months ago
  89. 075e3df BUG: fix code comment typos in numpy/ directory by Even Rouault · 1 year, 6 months ago
  90. aa70f39 Fix typo in LEGACY_CONS_NON_NEGATVE_INBOUNDS_LONG by Even Rouault · 1 year, 6 months ago
  91. 07b2f2a BUG: fix typo in 'message' static variable of TestDeprecatedDTypeParenthesizedRepeatCount by Even Rouault · 1 year, 6 months ago
  92. 4ef9849 BUG: fix reinitialization of StringDType after it was set to MISSING. by Marten Henric van Kerkwijk · 1 year, 6 months ago
  93. 1218177 BUG: Fix gh-25867 by Rohit Goswami · 1 year, 6 months ago
  94. 7a6036b TST: Add a test for gh-25867 by Rohit Goswami · 1 year, 6 months ago
  95. d18c703 MAINT: Refactor tests a bit by Rohit Goswami · 1 year, 6 months ago
  96. 97b26f4 API: Remove no-op C API functions by Nathan Goldbaum · 1 year, 6 months ago
  97. c7cfea0 API: Fix compat header and add new import helpers by Sebastian Berg · 1 year, 6 months ago
  98. 6d121b7 Update Highway to 1.1.0 by Chris Sidebottom · 1 year, 6 months ago
  99. d5b26a6 Merge pull request #25865 from ngoldbaum/print-traceback-abi-error by Sebastian Berg · 1 year, 6 months ago
  100. f63c884 ENH: print traceback after printing ABI mismatch error by Nathan Goldbaum · 1 year, 6 months ago