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. b1d8815 DOC: remove reverted release blurb [skip actions][skip azp][skip cirrus] by mattip · 1 year, 5 months ago
  3. 51d0790 REL: Prepare for the NumPy 2.0.0b1 release (2) [wheel build] by Charles Harris · 1 year, 5 months ago
  4. 6336a26 DOC: fix references [skip actions][skip azp][skip cirrus] by mattip · 1 year, 5 months ago
  5. adba336 DOC: make nitpick mode cleaner [skip actions][skip azp][skip cirrus] by mattip · 1 year, 5 months ago
  6. 842d42a REL: Prepare for the NumPy 2.0.0b1 release [wheel build] by Charles Harris · 1 year, 5 months ago
  7. 218d916 DOC: Fix a note section markup in ``dtype.rst`` by Yuki K · 1 year, 5 months ago
  8. ad4d6ee DOC: complete the narrative section of the 2.0.0 release notes by Ralf Gommers · 1 year, 6 months ago
  9. df44639 DOC: fix all Sphinx warnings in 2.0.0-notes by Ralf Gommers · 1 year, 6 months ago
  10. 431bf0a Merge branch 'main' into 2.0-highlights by Ralf Gommers · 1 year, 6 months ago
  11. 030d72b Merge pull request #25962 from mattip/doc-fixes by Sebastian Berg · 1 year, 6 months ago
  12. 5b6bc7f DOC: fix typos [skip actions][skip azp][skip cirrus] by mattip · 1 year, 6 months ago
  13. 3d4aed3 API: revert position-only 'start' in 'np.arange' (#25955) by Matti Picus · 1 year, 6 months ago
  14. ad3524c API: Expose `PyArray_Pack` by Sebastian Berg · 1 year, 6 months ago
  15. b25ea3e DOC: address review comments on 2.0 release notes by Ralf Gommers · 1 year, 6 months ago
  16. dbbf235 Merge pull request #25943 from seberg/descr-abi-break by Matti Picus · 1 year, 6 months ago
  17. a174433 MAINT: Make output of Polynomial representations consistent (#21760) by Pieter Eendebak · 1 year, 6 months ago
  18. 3b5e6d8 DOC: add 2.0 release note highlights and narrative content by Ralf Gommers · 1 year, 6 months ago
  19. cbaba3f DOC: 2.0 migration guide cleanup; move ruff plugin section to the top by Ralf Gommers · 1 year, 6 months ago
  20. 4fb6ede DOC: add note on copy keyword to the 2.0 migration guide by Ralf Gommers · 1 year, 6 months ago
  21. 1f46066 DOC: add compatibility note about sort/argsort behavior by Ralf Gommers · 1 year, 6 months ago
  22. 4c38ec2 MAINT: As discussed make it two NULL fields at the end of dtype by Sebastian Berg · 1 year, 6 months ago
  23. 00f8641 DOC: update doc/source/release/2.0.0-notes.rst by Sebastian Berg · 1 year, 6 months ago
  24. 7653a32 DOC: Add and fixup/move docs for descriptor changes by Sebastian Berg · 1 year, 6 months ago
  25. 0170958 DOC: Fix incorrect rst markups of c function directives by Yuki K · 1 year, 6 months ago
  26. 341ef66 Merge pull request #25939 from F3eQnxN3RriK/doc-patch-1 by Matti Picus · 1 year, 6 months ago
  27. 8b0bc6d Merge pull request #25933 from rgommers/fix-towncrier-invocation by Charles Harris · 1 year, 6 months ago
  28. d83463c DOC: Add entries of ``npy_datetime`` and ``npy_timedelta`` by Yuki K · 1 year, 6 months ago
  29. e1fcb0f DOC: remove no longer needed steps from release walkthrough by Ralf Gommers · 1 year, 6 months ago
  30. f90d3c5 MAINT: ensure towncrier can be run >1x, and is included in `spin docs` by Ralf Gommers · 1 year, 6 months ago
  31. 2c95083 MAINT,API: Make c_metadata, fields, and names only exist on old-style dtypes (#25802) by Sebastian Berg · 1 year, 6 months ago
  32. 8ed37a6 Merge pull request #25920 from rgommers/neps-update-statuses by Charles Harris · 1 year, 6 months ago
  33. 8ac53ff Merge pull request #25929 from lysnikolaou/migration-guide-complex-numbers by Charles Harris · 1 year, 6 months ago
  34. a8d4e48 Merge pull request #25928 from lysnikolaou/add-np-char-migration-guide by Ralf Gommers · 1 year, 6 months ago
  35. 2347452 DOC: Add mention of complex number changes to migration guide by Lysandros Nikolaou · 1 year, 6 months ago
  36. b941dc4 DOC: Add note about np.char & np.strings in 2.0 migration guide by Lysandros Nikolaou · 1 year, 6 months ago
  37. 5a2a295 DOC: complete copy-edit of the 2.0.0 release notes by Ralf Gommers · 1 year, 6 months ago
  38. 34a8170 DOC: incorporate "upcoming changes" fragments into 2.0.0 release notes by Ralf Gommers · 1 year, 6 months ago
  39. d17824f DOC: clean up "Release notes" doc page with smaller toctree by Ralf Gommers · 1 year, 6 months ago
  40. acf49fe BUG: fix handling of copy keyword argument when calling __array__ by Nathan Goldbaum · 1 year, 6 months ago
  41. 7470655 NEP: update status of active process NEPs, NEP 21 Deferred, NEP 38 Final by Ralf Gommers · 1 year, 6 months ago
  42. b169a45 NEP: update to status of NEPs 30, 31, 37, 47, 56 by Ralf Gommers · 1 year, 6 months ago
  43. 5f9d6c3 DOC: Fix some document build errors about rst markups (#25915) by Yuki K · 1 year, 6 months ago
  44. 54b174f Merge pull request #25897 from seberg/revert-arrfuncs by Ralf Gommers · 1 year, 6 months ago
  45. 9df3add NEP: mark NEP 47 as superseded; add note with context for future readers by Ralf Gommers · 1 year, 6 months ago
  46. 28f4b29 DOC: update release notes for array API standard support changes by Ralf Gommers · 1 year, 6 months ago
  47. dc1dbdb DOC: update the page on array API standard compatibility by Ralf Gommers · 1 year, 6 months ago
  48. beb523c np.array: call __array__ with copy keyword by Mateusz Sokół · 1 year, 6 months ago
  49. ab9c6b8 API: Move back to original semantics for np.astype by Mateusz Sokół · 1 year, 6 months ago
  50. 906010e API: Introduce copy argument for np.asarray by Mateusz Sokół · 1 year, 6 months ago
  51. 6e9b286 NEP: add NEP 56 on array API standard support in main namespace (#25542) by Ralf Gommers · 1 year, 6 months ago
  52. 568aa77 MAINT: Fixups for revert: add docs and move GETITEM/SETITEM def by Sebastian Berg · 1 year, 6 months ago
  53. 7e5f073 API: Make ``descr->f`` only accessible through ``PyDataType_GetArrFuncs`` by Sebastian Berg · 1 year, 6 months ago
  54. 8c2584d Merge pull request #25866 from seberg/fix-compat-and-import by Nathan Goldbaum · 1 year, 6 months ago
  55. 407058b DOC: fix typos by Even Rouault · 1 year, 6 months ago
  56. 83ba20a DOC: Add a document entry of ``PyArray_DescrProto`` by Yuki K · 1 year, 6 months ago
  57. 89be919 DOC: Fixup doc as suggested in review by Sebastian Berg · 1 year, 6 months ago
  58. c7cfea0 API: Fix compat header and add new import helpers by Sebastian Berg · 1 year, 6 months ago
  59. 393b3e7 Revert "API: Make ``descr->f`` only accessible through ``PyDataType_GetArrFuncs``" by Ralf Gommers · 1 year, 6 months ago
  60. 273f6aa DOC: Fix some reference warnings by Yuki K · 1 year, 6 months ago
  61. 441c9e6 Merge pull request #25812 from seberg/set-getitem-rewire by Nathan Goldbaum · 1 year, 6 months ago
  62. b6511a0 DOC: Update main documentation for ->f removal and add release note by Sebastian Berg · 1 year, 6 months ago
  63. 4edd60a DOC: Fix some typos by Yuki K · 1 year, 6 months ago
  64. f0d4714 Merge pull request #25816 from seberg/descr-flags-accessor by Nathan Goldbaum · 1 year, 6 months ago
  65. f9f334a DOC: Fix some incorrect rst markups by Yuki K · 1 year, 6 months ago
  66. 80fdf5d DOC: Fix some reference warnings by Yuki K · 1 year, 6 months ago
  67. 0eeba16 DOC: add back 2.0.0 release note snippets that went missing by Ralf Gommers · 1 year, 6 months ago
  68. 20f7b15 DOC: Fix typo in nep 0052 by Yuki K · 1 year, 6 months ago
  69. e04da70 Merge pull request #25828 from ngoldbaum/dtype-api-fixes by Charles Harris · 1 year, 6 months ago
  70. a4f1f76 DOC: two minor fixes for DType API doc formatting by Nathan Goldbaum · 1 year, 6 months ago
  71. 261c4c0 Merge pull request #25827 from rgommers/doc-maint by Charles Harris · 1 year, 6 months ago
  72. 98b6ecd DOC: fix a number of doc build warnings by Ralf Gommers · 1 year, 6 months ago
  73. 76adfd0 DOC: run towncrier to consolidate the 2.0.0 release notes to date by Ralf Gommers · 1 year, 6 months ago
  74. 228e4a5 DOC: rearrange types and structures page so I can link to the ArrFuncs doc by Nathan Goldbaum · 1 year, 6 months ago
  75. 7dba091 DOC: respond to review comments by Nathan Goldbaum · 1 year, 6 months ago
  76. 486c118 DOC: Do some minor doc changes to newly exposed DType/UFunc API by Sebastian Berg · 1 year, 6 months ago
  77. 61665da DOC: fix some sphinx issues by Nathan Goldbaum · 1 year, 6 months ago
  78. 85120b8 DOC: add release note by Nathan Goldbaum · 1 year, 6 months ago
  79. a1291df DOC: finish dtype API and arraymethod API docs by Nathan Goldbaum · 1 year, 6 months ago
  80. c4c24e3 DOC: Add note on the negative flags and expand note on moved funcs by Sebastian Berg · 1 year, 6 months ago
  81. c0e9ae3 Update doc/release/upcoming_changes/25816.c_api.rst by Sebastian Berg · 1 year, 6 months ago
  82. ec3a751 API: Make NPY_METH_get_loop public by Nathan Goldbaum · 1 year, 6 months ago
  83. 4df879a MAINT: give ArrayMethod and DTypeMeta API typedefs namespaced names by Nathan Goldbaum · 1 year, 6 months ago
  84. 1402eaf DOC: fix TODO comments in dtype api docs by Nathan Goldbaum · 1 year, 6 months ago
  85. 67839f6 DOC: add more dtype C API docs by Nathan Goldbaum · 1 year, 6 months ago
  86. f95657c DOC: begin dtype API docs by Nathan Goldbaum · 1 year, 6 months ago
  87. d90cbd1 MAINT: Move runtime checking functionality to ``ndarrayobject.h`` by Sebastian Berg · 1 year, 6 months ago
  88. 4a906be API: Introduce `PyDataType_FLAGS` accessor for public access by Sebastian Berg · 1 year, 6 months ago
  89. 39941e8 DOC: Update the CPU build options document (#25806) by Yuki K · 1 year, 6 months ago
  90. a20cb5d DOC: Fix code-block formatting for new PyArray_RegisterDataType docs by Sebastian Berg · 1 year, 6 months ago
  91. cca589e Merge pull request #25792 from seberg/proto-descr by Sebastian Berg · 1 year, 6 months ago
  92. ba8a262 API: Create `PyArray_DescrProto` for legacy descriptor registration by Sebastian Berg · 1 year, 6 months ago
  93. b5d91ab Merge pull request #25800 from rgommers/revert-split-tuples by Sebastian Berg · 1 year, 6 months ago
  94. 3b12e31 Merge pull request #25797 from seberg/str-typenum by Sebastian Berg · 1 year, 6 months ago
  95. 673d604 Merge pull request #25505 from mattip/replace-openblas_support by Andrew Nelson · 1 year, 6 months ago
  96. c22cf8c DOC: fix docstring example in `f2py.get_include` (#25795) by Johannes Kaisinger · 1 year, 6 months ago
  97. a5ab964 REV: revert tuple/list return type changes for `*split` functions by Ralf Gommers · 1 year, 6 months ago
  98. 7d84dd5 MAINT: Apply suggestions from code review by Sebastian Berg · 1 year, 6 months ago
  99. 76d16ba DOC: Update docs build dependencies install cmd (#25774) by liang3zy22 · 1 year, 6 months ago
  100. 0291a81 Merge pull request #25711 from mhvk/pocketfft-cpp by Sebastian Berg · 1 year, 6 months ago