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