Thanks to visit codestin.com
Credit goes to chromium.googlesource.com

Begin NumPy 2.3.0 development
  1. 208993a BEG, MAINT: Begin NumPy 2.3.0 development. by Charles Harris · 10 months ago
  2. be54bff ENH: Re-enable VXE from build targets for sin/cos (#27665) by Raghuveer Devulapalli · 10 months ago
  3. 420438f Merge pull request #14622 from walshb/bw-datetime-hash-3836 by Sebastian Berg · 10 months ago
  4. b47bd25 API: register NEP 35 functions as array_functions (#27490) by Clément Robert · 10 months ago
  5. 2cac1c5 BUG: ``timedelta64.__[r]divmod__`` segfaults for incompatible units (#27812) by Dane Reimers · 10 months ago
  6. 16b210c BUG,ENH: Fix internal ``__array_wrap__`` for direct calls (#27807) by Sebastian Berg · 10 months ago
  7. 4f589ff DOC: Improve choice() documentation about return types (#27806) by Raghu Rajan · 10 months ago
  8. b85a149 Merge pull request #27809 from seberg/issue-27777 by Charles Harris · 10 months ago
  9. da4fa73 Merge pull request #27504 from mhvk/ndarray_array_function_for_like by Sebastian Berg · 10 months ago
  10. cee5f86 BUG: Remove incorrect flags propagation in boolean indexing by Sebastian Berg · 10 months ago
  11. 382b3ff ENH: Ensure hugepages are also indicated for calloc allocations by Sebastian Berg · 10 months ago
  12. fc7cc1e Merge pull request #27800 from seberg/issue-25635 by Charles Harris · 10 months ago
  13. 13d8c5d Merge pull request #27802 from seberg/issue-27269-27580 by Charles Harris · 10 months ago
  14. 91aed7b Merge pull request #27716 from mtsokol/module-attribute by Matti Picus · 10 months ago
  15. 236cda1 DOC: Adapt to changes in docs (and fix typo/style nit) by Sebastian Berg · 10 months ago
  16. 792b7f8 BUG: Ensure that same-kind casting works for uints (mostly) by Sebastian Berg · 10 months ago
  17. 294d745 BUG: Ensure context path is taken in masked array array-wrap by Sebastian Berg · 10 months ago
  18. 6ca22c9 update pythoncapi-compat to latest HEAD by mattip · 10 months ago
  19. c5cf9e3 TYP: Generic ``numpy.bool`` and statically typed boolean logic by jorenham · 10 months ago
  20. 484f9bf Merge pull request #27790 from jorenham/typing/generic-time-scalars by Charles Harris · 10 months ago
  21. e98a940 TYP: Generic ``timedelta64`` and ``datetime64`` scalar types by jorenham · 10 months ago
  22. f3cca78 BUG: allow empty memmaps in most situations (#27723) by Luke Aarohi · 10 months ago
  23. fb91abc BUG: Fix repeat, accumulate for strings and accumulate API logic (#27773) by Sebastian Berg · 10 months ago
  24. 9fca1b8 Merge pull request #27779 from jorenham/typing/__config__ by Charles Harris · 10 months ago
  25. 0ac8691 Merge pull request #27771 from andyfaff/random by Charles Harris · 10 months ago
  26. f833f33 Merge pull request #27728 from HaoZeke/gh27697_lower_callstatement by Charles Harris · 11 months ago
  27. d6b0387 Merge pull request #27730 from HaoZeke/testGH27167 by Charles Harris · 11 months ago
  28. cd63250 Merge pull request #27731 from HaoZeke/fortrannameFunc by Charles Harris · 11 months ago
  29. 695cf71 TYP: Stub ``numpy.__config__``, add missing param to ``numpy.show_config`` by jorenham · 11 months ago
  30. 266bd3f TYP: Generic ``numpy.generic`` type parameter for the ``item()`` type. by jorenham · 11 months ago
  31. 6f84f54 Merge pull request #27776 from jorenham/typing/fix-invalid-typevar-uses by Charles Harris · 11 months ago
  32. 2837d57 TYP: Fix undefined type-parameter name by jorenham · 11 months ago
  33. b84c62f TYP: Fix method overload issues in ``ndarray`` and ``generic`` by jorenham · 11 months ago
  34. 629f2c6 DOC: Fix docs issue by Mateusz Sokół · 11 months ago
  35. 8a57102 Merge branch 'numpy:main' into module-attribute by Mateusz Sokół · 11 months ago
  36. ac7ef85 DOC: linalg.norm/vector_norm: note other supported values of `ord` (#27714) by Xiao Yuan · 11 months ago
  37. e7446b9 MAINT: use RandomState._bit_generator directly by Andrew Nelson · 11 months ago
  38. cf67a4c Merge pull request #27769 from jorenham/typing/cleaner-__init__.pyi by Charles Harris · 11 months ago
  39. fe6ef8f Merge pull request #27770 from jorenham/typing/fix-27768 by Charles Harris · 11 months ago
  40. f9e02f7 ENH: default_rng coerces RandomState to Generator by Andrew Nelson · 11 months ago
  41. 405339c TYP: Grouped symbols and consistent type-param names in ``__init__.pyi`` by jorenham · 11 months ago
  42. 3bd2dbd TYP: Shape-typed ``ndarray`` inplace binary operator methods. by jorenham · 11 months ago
  43. ad82a25 Merge pull request #27767 from jorenham/typing/reshape-shape-typing by Charles Harris · 11 months ago
  44. 8eb0415 Merge pull request #27758 from jorenham/typing/remove-ndarray-unkown-overloads by Charles Harris · 11 months ago
  45. b25ecaa Merge pull request #27756 from jorenham/typing/1d-shape-typing by Charles Harris · 11 months ago
  46. 5f57028 TYP: Fix incorrect baseclass of ``linalg.LinAlgError`` by jorenham · 11 months ago
  47. d82e440 TYP: Shape-typed ``np.resize`` annotations by jorenham · 11 months ago
  48. db19c9c TYP: Shape-typed ``np.reshape``, and deprecate the ``newshape`` kwarg by jorenham · 11 months ago
  49. cb6f5fe TYP: Shape-typed ``ndarray.reshape`` method by jorenham · 11 months ago
  50. 780d4d8 TYP: Shape-typed ``generic.reshape``, and added the missing ``copy`` kwarg by jorenham · 11 months ago
  51. 44c2263 Merge pull request #27755 from jorenham/typing/ndarray-missing-annotations by Charles Harris · 11 months ago
  52. e0eee7f Merge pull request #27753 from jorenham/typing/ndarray.real-imag by Charles Harris · 11 months ago
  53. 8c46459 Merge pull request #27736 from jorenham/typing/scalar-type-parameter-defaults by Charles Harris · 11 months ago
  54. 7a6f8ec Update docs by Mateusz Sokół · 11 months ago
  55. 88cbe51 ENH: Refactor `__module__` attribute across API by Mateusz Sokół · 11 months ago
  56. 14ef9d0 Merge pull request #27757 from jorenham/typing/remove-ndarray.bitwise_count by Sebastian Berg · 11 months ago
  57. 472c9de DOC: fix name of shape parameter kappa of von Mises distribution (#27721) by Simon Altrogge · 11 months ago
  58. 62c7ee8 Merge pull request #27763 from seberg/pickle-error by Matti Picus · 11 months ago
  59. da368f1 DOC: Note that allow-pickle is not safe also in error by Sebastian Berg · 11 months ago
  60. fb07ccd TYP: Remove ``ndarray`` binop overloads for ``NDArray[Never]`` by jorenham · 11 months ago
  61. fcd611a TYP: Remove the non-existent ``bitwise_count`` methods of ``ndarray`` and ``generic`` by jorenham · 11 months ago
  62. 547deac TYP: 1-d shape-typing for ``ndarray.flatten`` and ``ravel`` by jorenham · 11 months ago
  63. 4df0561 Merge pull request #27735 from mtsokol/ufunc-object-dict by Nathan Goldbaum · 11 months ago
  64. 2d02a3d TYP: Add method annotations in ``ndarray`` by jorenham · 11 months ago
  65. 7bfdc8c Merge pull request #27750 from jorenham/typing/ndarray.item by Charles Harris · 11 months ago
  66. ca09a65 TYP: Fix ``ndarray.real`` and ``.imag`` by jorenham · 11 months ago
  67. da32320 Merge pull request #27715 from ngoldbaum/fix-generic-fancy-index-cast by Nathan Goldbaum · 11 months ago
  68. 6a85517 BUG: Ensure nditer always adds necessary casts (and tiny simplification) by Sebastian Berg · 11 months ago
  69. 72da798 TST: add segfaulting test by Nathan Goldbaum · 11 months ago
  70. 56ca6cb TYP: Fix ``ndarray.item()`` and improve ``ndarray.tolist()`` by jorenham · 11 months ago
  71. 060c28a Merge pull request #27729 from rgommers/f2py-tls by Tyler Reddy · 11 months ago
  72. f4b8a80 DOC: add a code comment to expand on how to override f2py define by Ralf Gommers · 11 months ago
  73. a507bf6 Deprecated `_add_newdoc_ufunc` by Mateusz Sokół · 11 months ago
  74. 60fb218 Check ufunc's dict on creation by Mateusz Sokół · 11 months ago
  75. 058ea0f Apply review comments by Mateusz Sokół · 11 months ago
  76. 44da1a2 Apply review comments by Mateusz Sokół · 11 months ago
  77. 1ce463f TYP: Optional ``numpy.number`` type parameters by jorenham · 11 months ago
  78. 3eafa3f ENH: Add a `__dict__` to ufunc objects and use it to allow overriding `__doc__` by Mateusz Sokół · 11 months ago
  79. b9aaad5 Update _generator.pyx by Adrien Corenflos · 11 months ago
  80. 369dc35 Update mtrand.pyx by Adrien Corenflos · 11 months ago
  81. a39d91c BUG: Fix wrappers for fortranname by Rohit Goswami · 11 months ago
  82. 6934cbe TST: Add some for fortranname by Rohit Goswami · 11 months ago
  83. 38814d9 TYP: Annotate ``numpy.bool.__index__`` and mark as deprecated by jorenham · 11 months ago
  84. 4c11cc6 TYP: Annotate ``_ArrayOrScalarCommon.__array_struct__`` as ``CapsuleType`` by jorenham · 11 months ago
  85. e820e2b TYP: Remove redundant ``__str__`` and ``__repr__`` methods from ``_ArrayOrScalarCommon`` by jorenham · 11 months ago
  86. 3a727ae TYP: Remove non-existant ``__bytes__`` method from ``numpy.generic`` by jorenham · 11 months ago
  87. dbc2fb4 TYP: Add missing ``real`` and ``imag`` properties to ``numpy.generic`` by jorenham · 11 months ago
  88. b90c3c1 TYP: Explicitly mark ``complexfloating.__round__`` as deprecated by jorenham · 11 months ago
  89. 50991f6 TYP: Add ``__int__`` and ``__float__`` to ``numpy.generic`` by jorenham · 11 months ago
  90. 447dff1 TYP: Remove non-existant ``__complex__`` methods of scalar types by jorenham · 11 months ago
  91. 12f6c98 STY: fix typo to address review comment by Ralf Gommers · 11 months ago
  92. c1cf2bc TST: F2PY test regression on variables by Rohit Goswami · 11 months ago
  93. adef3a0 TST: Skip runs on macOS for cb aborts by Rohit Goswami · 11 months ago
  94. 8b7a045 BUG: f2py: fix issues with thread-local storage define by Ralf Gommers · 11 months ago
  95. c95c2f0 BUG: Handle more edge cases with --lower by Rohit Goswami · 11 months ago
  96. 3cdfd82 BUG: Cleanup and use directives correctly by Rohit Goswami · 11 months ago
  97. e15a7ff TST: Callbacks with callstatement by Rohit Goswami · 11 months ago
  98. 770811c TST: For --lower with callstatement by Rohit Goswami · 11 months ago
  99. ab3aee3 BUG: Fix handling of f2py directives with --lower by Rohit Goswami · 11 months ago
  100. 7ec91ca BUG: datetime64 hash. by Ben Walsh · 11 months ago