NumPy 1.26.1 release
  1. 48bdb17 REL: Prepare for the NumPy 1.26.1 release by Charles Harris · 1 year, 11 months ago
  2. bd78090 MAINT: Backport numpy._core stubs. Remove NumpyUnpickler by Mateusz Sokół · 1 year, 11 months ago
  3. 067cf77 DOC: add a 1.26.1 release notes section for BLAS/LAPACK build changes by Ralf Gommers · 1 year, 11 months ago
  4. 57730a4 Add NumpyUnpickler by Mateusz Sokół · 1 year, 11 months ago
  5. a17c6b9 DOC: Updated the meson page to reflect the new meson defaults related to #24550 by munira-alduraibi · 2 years ago
  6. 33212f6 MAINT: prepare 1.26.x for further development by Charles Harris · 2 years ago
  7. 2f7c195 REL: Prepare for the NumPy 1.26.0 release by Charles Harris · 2 years ago
  8. 4893b24 DEV: improve `spin docs` command by Ralf Gommers · 2 years ago
  9. 44fe37c DOC: fix two cross-references to SciPy docs in "building from source" by Ralf Gommers · 2 years ago
  10. f2121dc DOC: Fix doc build warning for random. by Liang Yan · 2 years ago
  11. c3f4b05 REL: Prepare for the NumPy 1.26.0rc1 release. by Charles Harris · 2 years ago
  12. 4fe7ea3 ENH: ``meson`` backend for ``f2py`` (#24532) by Rohit Goswami · 2 years ago
  13. 19c3591 DOC: Add a release note by Rohit Goswami · 2 years ago
  14. a765be1 DOC: Add a news fragment for iso_c_binding [f2py] by Rohit Goswami · 2 years ago
  15. 790bfc7 Merge pull request #24614 from charris/backport-24573 by Charles Harris · 2 years ago
  16. 5e63c86 DOC: Update building docs to use Meson (#24573) by Melissa Weber Mendonça · 2 years ago
  17. 784842a ENH: Adopt new macOS Accelerate BLAS/LAPACK Interfaces, including ILP64 (#24053) by Developer-Ecosystem-Engineering · 2 years ago
  18. 0065919 REL: Prepare for the NumPy 1.26.0b1 release. by Charles Harris · 2 years ago
  19. 7eb8cd9 MAINT: Remove versioneer (#24196) by Stefan van der Walt · 2 years, 1 month ago
  20. ee6c233 BLD, SIMD: The meson CPU dispatcher implementation (#23096) by Sayed Adel · 2 years, 1 month ago
  21. f2b82bf MAINT: Prepare 1.26.x branch for development (#24305) by Charles Harris · 2 years, 1 month ago
  22. 47793ab REL: Prepare for the NumPy 1.25.2 release. by Charles Harris · 2 years, 1 month ago
  23. 0745bda BUG: Factor out slow `getenv` call used for memory policy warning by Sebastian Berg · 2 years, 1 month ago
  24. 6dfaea5 MAINT: prepare 1.25.x for further development by Charles Harris · 2 years, 2 months ago
  25. 000e46f REL: Prepare for the NumPy 1.25.1 release. by Charles Harris · 2 years, 2 months ago
  26. 8775da5 MAINT: prepare 1.25.x for further development by Charles Harris · 2 years, 2 months ago
  27. 8c6b0bc REL: Prepare for the NumPy 1.25.0 release by Charles Harris · 2 years, 2 months ago
  28. 1ee9a58 Add a note that we are skipping numpy.array_api.fft for now by Aaron Meurer · 2 years, 2 months ago
  29. cc94010 Add a release notes entry by Aaron Meurer · 2 years, 2 months ago
  30. e105c3c DOC: Update required C++ version in building.rst (and copy-edit). (#23943) by Warren Weckesser · 2 years, 2 months ago
  31. 34950d7 Merge pull request #23872 from seberg/update-c-api-notes by Charles Harris · 2 years, 3 months ago
  32. 0fd6b39 Merge pull request #23877 from charris/backport-23836 by Charles Harris · 2 years, 3 months ago
  33. 5816ead DOC: update distutils migration guide (#23836) by Matti Picus · 2 years, 3 months ago
  34. 0a59f70 DOC: Fix reference in NEP 53 by Sebastian Berg · 2 years, 3 months ago
  35. 05de1ee NEP: Fix NEP 53 file format and minor formatting issue by Sebastian Berg · 2 years, 3 months ago
  36. 6c89131 Update doc/source/release/1.25.0-notes.rst by Sebastian Berg · 2 years, 3 months ago
  37. cfcb126 DOC: Try to clarify the `NPY_TARGET_VERSION` release note by Sebastian Berg · 2 years, 3 months ago
  38. e4c2aca REL: Prepare for the NumPy 1.25.0rc1 release by Charles Harris · 2 years, 3 months ago
  39. 5d6c744 Merge pull request #23792 from jarrodmillman/nightlies by Sebastian Berg · 2 years, 3 months ago
  40. a65e750 Merge pull request #23579 from seberg/c-api-nep by Charles Harris · 2 years, 3 months ago
  41. 2540554 Merge pull request #23652 from aurivus-ph/faster-structured-to-unstructured by Matti Picus · 2 years, 3 months ago
  42. 0a2c895 Merge pull request #23371 from ninousf/dtype-without-metadata by Charles Harris · 2 years, 3 months ago
  43. 307753f DOC: add release note for #23371 by ninousf · 2 years, 3 months ago
  44. fbc8c85 Upload nighlighties to new location by Jarrod Millman · 2 years, 3 months ago
  45. ac3baf5 DOC: added note for git tagging to dev env docs (#23772) by Charles Young · 2 years, 3 months ago
  46. 126b46c Merge pull request #22786 from asmeurer/linalg-namedtuples by Charles Harris · 2 years, 3 months ago
  47. d99683c DOC: delete out-of-date description of ResultType algorithm by Nathan Goldbaum · 2 years, 3 months ago
  48. 630c089 DOC: clarify how inputs of PyArray_ResultType are used by Nathan Goldbaum · 2 years, 3 months ago
  49. 5187067 Merge branch 'main' into deprecate-find-common-type by Charles Harris · 2 years, 4 months ago
  50. 19be920 DOC: rm bool8 from scalars summary page. by Ross Barnowski · 2 years, 4 months ago
  51. 60df5fe Update index.rst by DhavalParmar61 · 2 years, 4 months ago
  52. 6c394e3 DOC: Add release note for uint64/int64 comparison change by Sebastian Berg · 2 years, 4 months ago
  53. c3876bd DOC: Fix link to site.cfg.example by Dominic Davis-Foster · 2 years, 4 months ago
  54. d40a01a changelog by Philip Holzmann · 2 years, 4 months ago
  55. 4335727 DOC: Fix return type of `PyArray_EinsteinSum` (#23684) by Yuki · 2 years, 4 months ago
  56. f983afd Merge pull request #23600 from HaoZeke/f2pyFuncFix_23598 by Sebastian Berg · 2 years, 4 months ago
  57. e0320b7 DOC: Fixing incorrect sentence - Boolean array indexing #23377 (#23489) by Younes · 2 years, 4 months ago
  58. 4605582 Merge pull request #23528 from seberg/allow-backcomp-builds by Matti Picus · 2 years, 4 months ago
  59. 94e5723 Merge pull request #18053 from Iamsoto/adding_object_to_einsum by Sebastian Berg · 2 years, 4 months ago
  60. 1c9532b Merge pull request #22493 from mwtoews/maint-open by Sebastian Berg · 2 years, 4 months ago
  61. 6ce690d Apply suggestions from code review by Sebastian Berg · 2 years, 4 months ago
  62. 4d5e600 Merge pull request #23666 from seberg/subarray-cleanup by Matti Picus · 2 years, 4 months ago
  63. 6d34e34 Merge pull request #23358 from seberg/dtype-class-in-types by Matti Picus · 2 years, 4 months ago
  64. e2db7ca Merge pull request #23668 from f380cedric/npzfile-contains-releasenote by Charles Harris · 2 years, 4 months ago
  65. ad5a549 MAINT: Correct spelling in file name. by Charles Harris · 2 years, 4 months ago
  66. dd39a69 MAINT: Tweak formatting. by Charles Harris · 2 years, 4 months ago
  67. bc8cf11 Merge pull request #23648 from JulesKouatchou/feature/JulesK/docs by Matti Picus · 2 years, 4 months ago
  68. f4b4f47 DOC: add release note for npzfile membership test by f380cedric · 2 years, 4 months ago
  69. ba529fa DOC: Convert titles to sentence case (#23643) by Talha M · 2 years, 4 months ago
  70. 1d4f1ac DOC: Add release note for expired subarray dtype from arrays FutureWarning by Sebastian Berg · 2 years, 4 months ago
  71. b4f0e41 Merge branch 'main' into f2pyFuncFix_23598 by Sebastian Berg · 2 years, 4 months ago
  72. 5665fdc Merge pull request #23657 from melissawm/ci-skip-doc by Matti Picus · 2 years, 4 months ago
  73. 59d8066 Update doc/source/dev/development_workflow.rst by Matti Picus · 2 years, 4 months ago
  74. 751ba8c Merge pull request #23660 from seberg/finalize-sequence-array-like by Charles Harris · 2 years, 4 months ago
  75. f0c2aed Change the section (on memory tracing) title to reflect its content. by Jules Kouatchou · 2 years, 4 months ago
  76. 0c03969 Added indentation for the sample code to be properly displayed. by Jules Kouatchou · 2 years, 4 months ago
  77. f15a5be Added an example on how to trace memory in an application with NumPy related calls. by Jules Kouatchou · 2 years, 4 months ago
  78. e1b1a52 state an other requirement to build a .f90 based module (#23614) by nbehrnd · 2 years, 4 months ago
  79. 6fc3aff DOC: Improve description of CirrusCI check by Melissa Weber Mendonça · 2 years, 4 months ago
  80. a8face1 DEP: Finalize checking for sequence-like if something is array-like by Sebastian Berg · 2 years, 4 months ago
  81. c62881f DOC: Align default with what the NEP draft says by Sebastian Berg · 2 years, 4 months ago
  82. 313d93d DOC: Improve description of skip commands for CI by melissawm · 2 years, 4 months ago
  83. 56fed4d NEP: Tweak back to the long backcompat support default by Sebastian Berg · 2 years, 4 months ago
  84. 2a66cbb Merge pull request #23644 from charris/post-1.24.3-release-update by Matti Picus · 2 years, 4 months ago
  85. f6ce65e MAINT: Update main after 1.24.3 release. by Charles Harris · 2 years, 4 months ago
  86. 660340b Merge pull request #23585 from rkern/doc/random-intro by Ralf Gommers · 2 years, 4 months ago
  87. 7363242 DOC: Clarify that defining NPY_NO_DEPRECATED_API does not determine ABI compatibility (#23631) by Chris Brown · 2 years, 4 months ago
  88. 69a33de DOC: fix two broken links and a couple of very minor textual issues by Ralf Gommers · 2 years, 4 months ago
  89. 988381e DOC: Fix incorrectly formatted roles in c-api document (#23639) by yuki · 2 years, 4 months ago
  90. 1acac89 DEP: deprecate scalar conversions for arrays with ndim > 0 (#10615) by Nico Schlömer · 2 years, 4 months ago
  91. 1a2a114 MAINT,DOC: Update based on Ralf's review by Sebastian Berg · 2 years, 4 months ago
  92. 6d95ea6 DOC: prevent all of the legacy sections from being visible in the index ToC by Robert Kern · 2 years, 4 months ago
  93. 8bd846f DOC: fix formatting and references. by Robert Kern · 2 years, 4 months ago
  94. eb4438f DOC: move all new-or-different info to its own page. by Robert Kern · 2 years, 4 months ago
  95. dd8f191 DOC: expand seeding wording. by Robert Kern · 2 years, 4 months ago
  96. 5749edb DOC: emphasize RNG abbreviation on the front page by Robert Kern · 2 years, 4 months ago
  97. f33348e DOC: NumPy capitalization by Robert Kern · 2 years, 4 months ago
  98. 84ba99c DOC: Move compatibility policy to separate page. by Robert Kern · 2 years, 4 months ago
  99. 315e9f0 Use correct fill_value instead of value for np.full in release 1.24.0 note by jcwchen · 2 years, 4 months ago
  100. 00aa02f DOC: pull tags and initialize submodules in development install instructions by Nathan Goldbaum · 2 years, 4 months ago