Begin NumPy 1.23.0 development
  1. b31a3a3 REV: Add MaskedArray creation from non nd-array back in (#20386) by Greg Lucas · 3 years, 9 months ago
  2. 38558de Merge pull request #20367 from HowJMay/simd-trunc by Matti Picus · 3 years, 9 months ago
  3. f146ec1 Merge pull request #20182 from HaoZeke/buildf2pydoc by Ralf Gommers · 3 years, 9 months ago
  4. 9b1bd0d ENH, SIMD: add new universal intrinsics for trunc by HowJMay · 3 years, 9 months ago
  5. 444a721 Merge pull request #20274 from h-vetinari/fix_15179 by Charles Harris · 3 years, 9 months ago
  6. 376ad69 Merge pull request #20327 from seberg/rename-interpolation by Charles Harris · 3 years, 9 months ago
  7. 546c47a DOC: Fixups for interpolation rename comments from review by Sebastian Berg · 3 years, 9 months ago
  8. b75fe57 Merge pull request #20369 from bilderbuchi/missing_diagnostics_newlines by Warren Weckesser · 3 years, 9 months ago
  9. 7310c09 Merge pull request #20373 from charris/prepare-for-1.22-branch by Charles Harris · 3 years, 9 months ago
  10. 31fbd02 DOC: Fix formatting of a code example by Eero Vaher · 3 years, 9 months ago
  11. 9c8c88e MAINT: Prepare for branching maintenace/1.22.x by Charles Harris · 3 years, 9 months ago
  12. 7125cdf Merge pull request #19173 from czgdp1807/never_copy by Matti Picus · 3 years, 9 months ago
  13. a565be5 MAINT: Fix build issues by Rohit Goswami · 3 years, 9 months ago
  14. a181350 ENH: Add the linalg extension to the array_api submodule (#19980) by Aaron Meurer · 3 years, 9 months ago
  15. b8a0f33 Merge pull request #20354 from seiko2plus/test_cpp by Ralf Gommers · 3 years, 9 months ago
  16. 4978118 Merge pull request #20353 from seiko2plus/issue_20335 by Ralf Gommers · 3 years, 9 months ago
  17. cbc25d2 MAINT: Fix newlines in diagnostics output of numpy.f2py. by Christoph Buchner · 3 years, 9 months ago
  18. bbe51bd Merge pull request #20364 from seberg/issue-19806 by Matti Picus · 3 years, 9 months ago
  19. b9173e5 DIST: Workaround ignore invalid C++ flags for config/try_link by Sayed Adel · 3 years, 9 months ago
  20. 10ac749 BUG: Relax unary ufunc (sqrt, etc.) stride assert by Sebastian Berg · 3 years, 9 months ago
  21. 6d69886 BUG, DIST: Print os error message when the executable not exist by Sayed Adel · 3 years, 9 months ago
  22. 20a2a70 Merge pull request #20365 from seberg/issue-19696 by Charles Harris · 3 years, 9 months ago
  23. c0b7c6d Merge pull request #20366 from seberg/issue-17381 by Charles Harris · 3 years, 9 months ago
  24. f964727 Merge pull request #20361 from r-devulap/gnu-stack-fix by Ralf Gommers · 3 years, 9 months ago
  25. 9ba1440 BUG: Revert from `long double` changes, and force `npymath` to respect `npy_longdouble` (#20360) by Sayed Adel · 3 years, 9 months ago
  26. 4b19c7c Merge pull request #20345 from eliaskoromilas/default-handler by Matti Picus · 3 years, 9 months ago
  27. e7f773c Merge pull request #20352 from honno/log-prefixes by Ralf Gommers · 3 years, 9 months ago
  28. aa52dee ENH: random: Add broadcast support to Generator.multinomial (#16740) by Kevin Sheppard · 3 years, 9 months ago
  29. b73f84f MAINT,TST: Avoid small positive integers in refcount test by Sebastian Berg · 3 years, 9 months ago
  30. b5f1b3e BUG: Fix failure to create aligned, empty structured dtype by Sebastian Berg · 3 years, 9 months ago
  31. f058aea BUG: Fix refcounting issue and missed scalar special case for never-copy logic by Sebastian Berg · 3 years, 9 months ago
  32. 9fee0f8 DOC: Slightly extend to docs to note that we assume no-copy buffer protocol by Sebastian Berg · 3 years, 9 months ago
  33. dea4055 MAINT: Rename `allow_copy` to `never_copy` in never-copy machinery by Sebastian Berg · 3 years, 9 months ago
  34. f31c4a6 MAINT,BUG: Refactor __array__ and never-copy to move check later by Sebastian Berg · 3 years, 9 months ago
  35. 84951a6 MAINT: Remove private CopyMode enum to private header by Sebastian Berg · 3 years, 9 months ago
  36. 4b2cd27 STY: Small style fixups for never-copy changes by Sebastian Berg · 3 years, 9 months ago
  37. a688ed6 MAINT: Update SVML sources to prevent an executable stack by Raghuveer Devulapalli · 3 years, 9 months ago
  38. 491564d Merge pull request #20310 from seberg/float16-einsum-fix by Charles Harris · 3 years, 9 months ago
  39. 1995e2c Merge pull request #20314 from WarrenWeckesser/float32-rand-unused-bit by Sebastian Berg · 3 years, 9 months ago
  40. 7d8a8e7 DOC: Update percentile/quantile docs by Sebastian Berg · 3 years, 9 months ago
  41. 5bd71fb DOC: Add ticks to quantile interpolation/method error by Sebastian Berg · 3 years, 9 months ago
  42. 0d5fb81 DOC: Remove reference to paper from quantile `method` kwarg by Sebastian Berg · 3 years, 9 months ago
  43. 8437663 MAINT: Rename interpolation to method in percentile stubs by Sebastian Berg · 3 years, 9 months ago
  44. 8cfb6b5 TST: Add deprecation testcase for quantile interpolation rename by Sebastian Berg · 3 years, 9 months ago
  45. a5ac5a5 DOC: Fixup the percentile methods plot by Sebastian Berg · 3 years, 9 months ago
  46. 85f3dda BUG: quantile discrete methods ended up using -1 as index sometimes by Sebastian Berg · 3 years, 9 months ago
  47. 3993408 API,DEP: Rename percentile/quantile `interpolation=` to `method=` by Sebastian Berg · 3 years, 9 months ago
  48. d9dae76 TST: Add exhaustive test for einsum specialized loops by Sebastian Berg · 3 years, 9 months ago
  49. d04c9ef ENH: add log level as prefixes to respective messages by Matthew · 3 years, 9 months ago
  50. 9c28152 Merge pull request #20344 from serge-sans-paille/feature/remove-unusued-cxxflag by Ralf Gommers · 3 years, 9 months ago
  51. eccb8df Merge branch 'main' into never_copy by Ralf Gommers · 3 years, 9 months ago
  52. ff2e2a1 MAINT: A few updates to the array_api (#20066) by Aaron Meurer · 3 years, 9 months ago
  53. 689d905 Merge pull request #20116 from marcan/fix-ccompiler by Ralf Gommers · 3 years, 9 months ago
  54. d06f228 BLD: Verify the ability to compile C++ sources before initiating the build by Sayed Adel · 3 years, 9 months ago
  55. 2513620 Merge pull request #20350 from WarrenWeckesser/zipf-example by Melissa Weber Mendonça · 3 years, 9 months ago
  56. abb136c DOC: Fix math formatting for zipf docstring by warren · 3 years, 9 months ago
  57. fd78f1f DOC: random: Copy-edit zipf docstring: zipf is a discrete distribution. by warren · 3 years, 9 months ago
  58. f0cce63 DOC: random: Update the zipf example for the legacy RandomState method. by warren · 3 years, 9 months ago
  59. cf71558 DOC: random: Fix a mistake in the zipf example. by Warren Weckesser · 3 years, 9 months ago
  60. d0d75f3 Reverted dead code removal by Gagandeep Singh · 3 years, 9 months ago
  61. 2db65c9 Addressed reviews by Gagandeep Singh · 3 years, 9 months ago
  62. 68dfa4b Merge branch 'never_copy' of https://github.com/czgdp1807/numpy into never_copy by Gagandeep Singh · 3 years, 9 months ago
  63. 05ff102 Apply suggestions from code review by Gagandeep Singh · 3 years, 9 months ago
  64. 5f1965f do_copy -> allow_copy by Gagandeep Singh · 3 years, 9 months ago
  65. 8871c72 MAINT: Do not forward `__(deep)copy__` calls of `_GenericAlias` to the wrapped type by Bas van Beek · 3 years, 9 months ago
  66. 8dbd507 Merge pull request #20343 from mattip/alloc-version by Sebastian Berg · 3 years, 9 months ago
  67. 855b5ed Export globally the default handler capsule singleton by Elias Koromilas · 3 years, 9 months ago
  68. d1cb662 L[0]->L[False], L[1]->L[True] by Gagandeep Singh · 3 years, 9 months ago
  69. a5e9556 Use a default handler capsule singleton by Elias Koromilas · 3 years, 9 months ago
  70. 2c51b0a Merge branch 'never_copy' of https://github.com/czgdp1807/numpy into never_copy by Gagandeep Singh · 3 years, 9 months ago
  71. 946ab24 Updated docs by Gagandeep Singh · 3 years, 9 months ago
  72. 9f9a348 Apply suggestions from code review by Gagandeep Singh · 3 years, 9 months ago
  73. 37cbe22 Do not position 'cxx=-std=c++11' as a default compiler flag by serge-sans-paille · 3 years, 9 months ago
  74. 37cd05e Fixed warning and updated docs by Gagandeep Singh · 3 years, 9 months ago
  75. 2cf561b Prohibited calling ``__array__`` method in never copy mode by Gagandeep Singh · 3 years, 9 months ago
  76. 7658ad9 Removed dead code by Gagandeep Singh · 3 years, 9 months ago
  77. a4daaf5 BUG: Fix float16 einsum fastpaths using wrong tempvar by Sebastian Berg · 3 years, 9 months ago
  78. 6312c18 ENH: add a 'version' field to PyDataMem_Handler by mattip · 3 years, 9 months ago
  79. a0d86e2 Merge pull request #20331 from bzah/fix/quantile-default-lerp-method by Sebastian Berg · 3 years, 9 months ago
  80. e1239e7 Merge pull request #20333 from lazka/mingw-remove-old-version-checks by Matti Picus · 3 years, 9 months ago
  81. 53e3df3 TST: Add test for max ulp in default quantile calculation by abel · 3 years, 9 months ago
  82. 0de29c5 Merge pull request #19083 from hameerabbasi/dlpack by Sebastian Berg · 3 years, 9 months ago
  83. 7e03a56 DEP: remove code for supporting GCC <4 in Mingw32CCompiler by Christoph Reiter · 3 years, 9 months ago
  84. 5b94a03 MAINT: Simplify `byte_offset` handling in dlpack.h and add comment by Sebastian Berg · 3 years, 9 months ago
  85. 8b939c9 Intentional RuntimeError by Gagandeep Singh · 3 years, 9 months ago
  86. 5cb2d64 Addressed reviews and increased code coverage by Gagandeep Singh · 3 years, 9 months ago
  87. 6cd6875 MTH: Update quantile default lerp method by abel · 3 years, 9 months ago
  88. f6076ee add release note, error out if offset is used by mattip · 3 years, 9 months ago
  89. c280e21 Merge pull request #19429 from defoishugo/fix_multiarray_leaks by Matti Picus · 3 years, 9 months ago
  90. 035d853 DOC: Remove non-existent alias by abel · 3 years, 10 months ago
  91. abca5ca MAINT: Remove Python <3.8 support from C by Sebastian Berg · 3 years, 10 months ago
  92. d850fc9 Merge pull request #20292 from seiko2plus/replace_raw_ceil by Matti Picus · 3 years, 10 months ago
  93. 035ecde SIMD: replace raw SIMD of ceil with universal intrinsics by Sayed Adel · 3 years, 10 months ago
  94. 4b9e569 BUG: Get full precision for 32 bit floating point random values. by warren · 3 years, 10 months ago
  95. 7c21101 Merge pull request #20308 from BvB93/is_pyston by Charles Harris · 3 years, 10 months ago
  96. 46ef519 Merge pull request #18203 from anntzer/fq by Sebastian Berg · 3 years, 10 months ago
  97. 57610d2 MAINT: Add annotations for a missing `percentile` interpolation kind: `"inclusive"` by Bas van Beek · 3 years, 10 months ago
  98. 3930aea MAINT: Add missing annotations for `IS_PYSTON` by Bas van Beek · 3 years, 10 months ago
  99. b9c0a23 MAINT: Add `IS_PYSTON` to `np.testing.__all__` by Bas van Beek · 3 years, 10 months ago
  100. f9c2573 PERF: Speedup np.quantile. by Antony Lee · 3 years, 10 months ago