NumPy 2.0.0rc1 release
  1. bc41c47 REL: Prepare for the NumPy 2.0.0rc1 release [wheel build] by Charles Harris · 1 year, 5 months ago
  2. 589390a MAINT: Fix failing example by Charles Harris · 1 year, 5 months ago
  3. 523daf7 DOC: document the ``numpy.version`` submodule - officially public now by Ralf Gommers · 1 year, 5 months ago
  4. 7586852 Merge pull request #26171 from charris/backport-26116 by Charles Harris · 1 year, 5 months ago
  5. c5de3ec Merge pull request #26170 from charris/backport-26168 by Charles Harris · 1 year, 5 months ago
  6. 64c6869 API: Expose abstract DTypes and add a doc (stub!), plus smaller tweaks by Sebastian Berg · 1 year, 5 months ago
  7. b76c13a DOC: mention np.lib.NumPyVersion in the 2.0 migration guide by Ralf Gommers · 1 year, 5 months ago
  8. 088af34 MAINT: Fix missing backtick. by Charles Harris · 1 year, 5 months ago
  9. d8d3453 DOC: Also add the message to the "import error" guide so it can be found by Sebastian Berg · 1 year, 5 months ago
  10. 0edb2cb MAINT: Add a few more const to function parameters (safe) by Sebastian Berg · 1 year, 6 months ago
  11. b1bdd77 DOC: Also update docs for changes by Sebastian Berg · 1 year, 6 months ago
  12. da381bf BUG: adapt cython files to new complex declarations (#26080) by Matti Picus · 1 year, 6 months ago
  13. 045228f Merge pull request #26076 from charris/backport-26064 by Charles Harris · 1 year, 6 months ago
  14. 8dcc999 MAINT: Make PyArrayMultiIterObject struct "smaller" by Sebastian Berg · 1 year, 6 months ago
  15. f068a17 Update doc/source/dev/development_environment.rst by Adrin Jalali · 1 year, 6 months ago
  16. ddabc19 DOC clarifications on debugging numpy by adrinjalali · 1 year, 6 months ago
  17. 69d6aa0 MAINT: handle `NPY_ALLOW_THREADS` and related build option better by Ralf Gommers · 1 year, 6 months ago
  18. 6ed2008 DOC: mention the `exceptions` namespace in the 2.0.0 release notes by Ralf Gommers · 1 year, 6 months ago
  19. 52d9b96 REL: Prepare for the NumPy 2.0.0b1 release (3) by Charles Harris · 1 year, 6 months ago
  20. b1d8815 DOC: remove reverted release blurb [skip actions][skip azp][skip cirrus] by mattip · 1 year, 6 months ago
  21. 51d0790 REL: Prepare for the NumPy 2.0.0b1 release (2) [wheel build] by Charles Harris · 1 year, 6 months ago
  22. 6336a26 DOC: fix references [skip actions][skip azp][skip cirrus] by mattip · 1 year, 6 months ago
  23. adba336 DOC: make nitpick mode cleaner [skip actions][skip azp][skip cirrus] by mattip · 1 year, 6 months ago
  24. 842d42a REL: Prepare for the NumPy 2.0.0b1 release [wheel build] by Charles Harris · 1 year, 6 months ago
  25. 218d916 DOC: Fix a note section markup in ``dtype.rst`` by Yuki K · 1 year, 6 months ago
  26. ad4d6ee DOC: complete the narrative section of the 2.0.0 release notes by Ralf Gommers · 1 year, 6 months ago
  27. df44639 DOC: fix all Sphinx warnings in 2.0.0-notes by Ralf Gommers · 1 year, 6 months ago
  28. 431bf0a Merge branch 'main' into 2.0-highlights by Ralf Gommers · 1 year, 6 months ago
  29. 030d72b Merge pull request #25962 from mattip/doc-fixes by Sebastian Berg · 1 year, 6 months ago
  30. 5b6bc7f DOC: fix typos [skip actions][skip azp][skip cirrus] by mattip · 1 year, 6 months ago
  31. 3d4aed3 API: revert position-only 'start' in 'np.arange' (#25955) by Matti Picus · 1 year, 6 months ago
  32. ad3524c API: Expose `PyArray_Pack` by Sebastian Berg · 1 year, 6 months ago
  33. b25ea3e DOC: address review comments on 2.0 release notes by Ralf Gommers · 1 year, 6 months ago
  34. dbbf235 Merge pull request #25943 from seberg/descr-abi-break by Matti Picus · 1 year, 6 months ago
  35. a174433 MAINT: Make output of Polynomial representations consistent (#21760) by Pieter Eendebak · 1 year, 6 months ago
  36. 3b5e6d8 DOC: add 2.0 release note highlights and narrative content by Ralf Gommers · 1 year, 6 months ago
  37. cbaba3f DOC: 2.0 migration guide cleanup; move ruff plugin section to the top by Ralf Gommers · 1 year, 6 months ago
  38. 4fb6ede DOC: add note on copy keyword to the 2.0 migration guide by Ralf Gommers · 1 year, 6 months ago
  39. 1f46066 DOC: add compatibility note about sort/argsort behavior by Ralf Gommers · 1 year, 6 months ago
  40. 4c38ec2 MAINT: As discussed make it two NULL fields at the end of dtype by Sebastian Berg · 1 year, 6 months ago
  41. 00f8641 DOC: update doc/source/release/2.0.0-notes.rst by Sebastian Berg · 1 year, 6 months ago
  42. 7653a32 DOC: Add and fixup/move docs for descriptor changes by Sebastian Berg · 1 year, 6 months ago
  43. 0170958 DOC: Fix incorrect rst markups of c function directives by Yuki K · 1 year, 6 months ago
  44. 341ef66 Merge pull request #25939 from F3eQnxN3RriK/doc-patch-1 by Matti Picus · 1 year, 6 months ago
  45. 8b0bc6d Merge pull request #25933 from rgommers/fix-towncrier-invocation by Charles Harris · 1 year, 6 months ago
  46. d83463c DOC: Add entries of ``npy_datetime`` and ``npy_timedelta`` by Yuki K · 1 year, 6 months ago
  47. e1fcb0f DOC: remove no longer needed steps from release walkthrough by Ralf Gommers · 1 year, 6 months ago
  48. f90d3c5 MAINT: ensure towncrier can be run >1x, and is included in `spin docs` by Ralf Gommers · 1 year, 6 months ago
  49. 2c95083 MAINT,API: Make c_metadata, fields, and names only exist on old-style dtypes (#25802) by Sebastian Berg · 1 year, 6 months ago
  50. 8ed37a6 Merge pull request #25920 from rgommers/neps-update-statuses by Charles Harris · 1 year, 6 months ago
  51. 8ac53ff Merge pull request #25929 from lysnikolaou/migration-guide-complex-numbers by Charles Harris · 1 year, 6 months ago
  52. a8d4e48 Merge pull request #25928 from lysnikolaou/add-np-char-migration-guide by Ralf Gommers · 1 year, 6 months ago
  53. 2347452 DOC: Add mention of complex number changes to migration guide by Lysandros Nikolaou · 1 year, 6 months ago
  54. b941dc4 DOC: Add note about np.char & np.strings in 2.0 migration guide by Lysandros Nikolaou · 1 year, 6 months ago
  55. 5a2a295 DOC: complete copy-edit of the 2.0.0 release notes by Ralf Gommers · 1 year, 6 months ago
  56. 34a8170 DOC: incorporate "upcoming changes" fragments into 2.0.0 release notes by Ralf Gommers · 1 year, 6 months ago
  57. d17824f DOC: clean up "Release notes" doc page with smaller toctree by Ralf Gommers · 1 year, 6 months ago
  58. acf49fe BUG: fix handling of copy keyword argument when calling __array__ by Nathan Goldbaum · 1 year, 6 months ago
  59. 7470655 NEP: update status of active process NEPs, NEP 21 Deferred, NEP 38 Final by Ralf Gommers · 1 year, 6 months ago
  60. b169a45 NEP: update to status of NEPs 30, 31, 37, 47, 56 by Ralf Gommers · 1 year, 6 months ago
  61. 5f9d6c3 DOC: Fix some document build errors about rst markups (#25915) by Yuki K · 1 year, 6 months ago
  62. 54b174f Merge pull request #25897 from seberg/revert-arrfuncs by Ralf Gommers · 1 year, 6 months ago
  63. 9df3add NEP: mark NEP 47 as superseded; add note with context for future readers by Ralf Gommers · 1 year, 6 months ago
  64. 28f4b29 DOC: update release notes for array API standard support changes by Ralf Gommers · 1 year, 6 months ago
  65. dc1dbdb DOC: update the page on array API standard compatibility by Ralf Gommers · 1 year, 6 months ago
  66. beb523c np.array: call __array__ with copy keyword by Mateusz Sokół · 1 year, 6 months ago
  67. ab9c6b8 API: Move back to original semantics for np.astype 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. 6e9b286 NEP: add NEP 56 on array API standard support in main namespace (#25542) by Ralf Gommers · 1 year, 6 months ago
  70. 568aa77 MAINT: Fixups for revert: add docs and move GETITEM/SETITEM def by Sebastian Berg · 1 year, 6 months ago
  71. 7e5f073 API: Make ``descr->f`` only accessible through ``PyDataType_GetArrFuncs`` by Sebastian Berg · 1 year, 6 months ago
  72. 8c2584d Merge pull request #25866 from seberg/fix-compat-and-import by Nathan Goldbaum · 1 year, 6 months ago
  73. 407058b DOC: fix typos by Even Rouault · 1 year, 6 months ago
  74. 83ba20a DOC: Add a document entry of ``PyArray_DescrProto`` by Yuki K · 1 year, 7 months ago
  75. 89be919 DOC: Fixup doc as suggested in review by Sebastian Berg · 1 year, 7 months ago
  76. c7cfea0 API: Fix compat header and add new import helpers by Sebastian Berg · 1 year, 7 months ago
  77. 393b3e7 Revert "API: Make ``descr->f`` only accessible through ``PyDataType_GetArrFuncs``" by Ralf Gommers · 1 year, 7 months ago
  78. 273f6aa DOC: Fix some reference warnings by Yuki K · 1 year, 7 months ago
  79. 441c9e6 Merge pull request #25812 from seberg/set-getitem-rewire by Nathan Goldbaum · 1 year, 7 months ago
  80. b6511a0 DOC: Update main documentation for ->f removal and add release note by Sebastian Berg · 1 year, 7 months ago
  81. 4edd60a DOC: Fix some typos by Yuki K · 1 year, 7 months ago
  82. f0d4714 Merge pull request #25816 from seberg/descr-flags-accessor by Nathan Goldbaum · 1 year, 7 months ago
  83. f9f334a DOC: Fix some incorrect rst markups by Yuki K · 1 year, 7 months ago
  84. 80fdf5d DOC: Fix some reference warnings by Yuki K · 1 year, 7 months ago
  85. 0eeba16 DOC: add back 2.0.0 release note snippets that went missing by Ralf Gommers · 1 year, 7 months ago
  86. 20f7b15 DOC: Fix typo in nep 0052 by Yuki K · 1 year, 7 months ago
  87. e04da70 Merge pull request #25828 from ngoldbaum/dtype-api-fixes by Charles Harris · 1 year, 7 months ago
  88. a4f1f76 DOC: two minor fixes for DType API doc formatting by Nathan Goldbaum · 1 year, 7 months ago
  89. 261c4c0 Merge pull request #25827 from rgommers/doc-maint by Charles Harris · 1 year, 7 months ago
  90. 98b6ecd DOC: fix a number of doc build warnings by Ralf Gommers · 1 year, 7 months ago
  91. 76adfd0 DOC: run towncrier to consolidate the 2.0.0 release notes to date by Ralf Gommers · 1 year, 7 months ago
  92. 228e4a5 DOC: rearrange types and structures page so I can link to the ArrFuncs doc by Nathan Goldbaum · 1 year, 7 months ago
  93. 7dba091 DOC: respond to review comments by Nathan Goldbaum · 1 year, 7 months ago
  94. 486c118 DOC: Do some minor doc changes to newly exposed DType/UFunc API by Sebastian Berg · 1 year, 7 months ago
  95. 61665da DOC: fix some sphinx issues by Nathan Goldbaum · 1 year, 7 months ago
  96. 85120b8 DOC: add release note by Nathan Goldbaum · 1 year, 7 months ago
  97. a1291df DOC: finish dtype API and arraymethod API docs by Nathan Goldbaum · 1 year, 7 months ago
  98. c4c24e3 DOC: Add note on the negative flags and expand note on moved funcs by Sebastian Berg · 1 year, 7 months ago
  99. c0e9ae3 Update doc/release/upcoming_changes/25816.c_api.rst by Sebastian Berg · 1 year, 7 months ago
  100. ec3a751 API: Make NPY_METH_get_loop public by Nathan Goldbaum · 1 year, 7 months ago