summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #21202 from Nimrod0901/patch-1Tyler Reddy2022-03-161-1/+1
|\
| * DOC: fix outdated description of unicodeNimrod2022-03-161-1/+1
* | Merge pull request #21206 from h-vetinari/nep29_updateTyler Reddy2022-03-161-1/+1
|\ \
| * | fix typoH. Vetinari2022-03-171-1/+1
|/ /
* | Merge pull request #21205 from sunt05/sunt05/issue21204Rohit Goswami2022-03-161-2/+2
|\ \
| * | BUG: f2py cannot read in customised f2cmap fileTing Sun2022-03-161-2/+2
* | | DOC: typo corrected in numpy.argpartition (#21201)Diwakar Gupta2022-03-161-2/+2
|/ /
* | Merge pull request #21095 from lithomas1/patch-2Ralf Gommers2022-03-162-2/+70
|\ \ | |/ |/|
| * BLD: Make a sdist [wheel build]Thomas Li2022-03-122-2/+70
* | Merge pull request #21186 from h-vetinari/nep29_updateRalf Gommers2022-03-161-1/+16
|\ \
| * | update NEP 29H. Vetinari2022-03-131-1/+16
* | | ENH: Add 'ulong' to sctypeDict (#21151)Geoffrey Gunter2022-03-144-2/+23
* | | Merge pull request #21193 from kassiansun/mainMatti Picus2022-03-141-1/+1
|\ \ \
| * | | DOC: Remove the confusing "unless not" in numpy/core/fromnumeric.pyKassian Sun2022-03-141-1/+1
|/ / /
* | | Merge pull request #21180 from BvB93/mypyCharles Harris2022-03-1314-64/+65
|\ \ \
| * | | TST: Adapt to the mypy 0.940 `iter` changesBas van Beek2022-03-113-6/+6
| * | | TST: Adapt to the mypy 0.940 changes in tuple representationBas van Beek2022-03-1112-58/+58
| * | | TST: Bump mypy from 0.931 to 0.940Bas van Beek2022-03-112-2/+3
* | | | Merge pull request #21130 from zephyr111/faster-whereCharles Harris2022-03-133-5/+84
|\ \ \ \
| * | | | DOC: Update numpy/core/src/multiarray/item_selection.cCharles Harris2022-03-131-0/+1
| * | | | Update numpy/core/src/multiarray/item_selection.cMatti Picus2022-03-131-1/+1
| * | | | BENCH: make the np.where benchmark more completeJérôme Richard2022-03-051-0/+55
| * | | | ENH: even faster numpy.where using loop unrolling (better ILP)Ubuntu2022-03-051-0/+13
| * | | | ENH: improve the speed of numpy.where using a branchless codeJérôme Richard2022-02-272-5/+15
* | | | | Merge pull request #21005 from Androp0v/negative_binomial-checksCharles Harris2022-03-132-2/+58
|\ \ \ \ \
| * | | | | Improved negative_binomial checks documentationRaúl Montón Pinillos2022-02-211-3/+21
| * | | | | Performance improvements for negative_binomial checksRaúl Montón Pinillos2022-02-182-6/+10
| * | | | | Simplify check and add test for invalid combinations of p and n in negative_b...Raúl Montón Pinillos2022-02-172-17/+18
| * | | | | Add parameter check in negative_binomial generator to avoid infinite loop for...Raúl Montón Pinillos2022-02-171-2/+35
* | | | | | Merge pull request #21189 from bhavukkalra/fix-removedeprecatedPropertyMatti Picus2022-03-131-1/+1
|\ \ \ \ \ \
| * | | | | | DEV: Remove deprecated "python.pythonPath".Bhavuk kalra2022-03-131-1/+1
|/ / / / / /
* | | | | | Merge pull request #21185 from BvB93/stride_tricksCharles Harris2022-03-121-1/+1
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | TYP, BUG: Fix `np.lib.stride_tricks` being re-exported under the wrong nameBas van Beek2022-03-121-1/+1
|/ / / / /
* | | | | DOC: Add testing dependencies to build workflow instructions (#21167)Bhavuk kalra2022-03-101-3/+10
* | | | | Merge pull request #16810 from seberg/simplify-scalar-valueMatti Picus2022-03-101-77/+4
|\ \ \ \ \
| * | | | | MAINT: Remove subclass paths from scalar_valueSebastian Berg2020-11-121-77/+4
* | | | | | Merge pull request #21145 from tirthasheshpatel/fix-gh20743Matti Picus2022-03-1016-32/+164
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | Add from_dlpack to upcoming_changesTirth Patel2022-03-091-0/+6
| * | | | | DOC: `from_dlpack(x)` to `numpy.from_dlpack`Tirth Patel2022-03-091-1/+1
| * | | | | Merge branch 'fix-gh20743' of github.com:tirthasheshpatel/numpy into fix-gh20743Tirth Patel2022-03-091-1/+2
| |\ \ \ \ \
| | * | | | | DOC: np.from_dlpack: add ``__dlpack_device__`` to the docsTirth Patel2022-03-081-1/+2
| * | | | | | DOC: use ELLIPSIS in error message and add note about copyingTirth Patel2022-03-091-3/+4
| * | | | | | DOC: make links to DLPack intersphinxTirth Patel2022-03-092-12/+15
| |/ / / / /
| * | | | | DOC: fix refguide failureTirth Patel2022-03-031-0/+2
| * | | | | TST: np._from_dlpack -> np.from_dlpackTirth Patel2022-03-031-1/+1
| * | | | | DOC: add the DLPack protocol to interpolability docsTirth Patel2022-03-032-1/+99
| * | | | | MAINT: make np._from_dlpack publicTirth Patel2022-03-0311-30/+51
* | | | | | Merge pull request #21099 from serge-sans-paille/feature/road-to-cxx-qsort-di...Charles Harris2022-03-096-592/+844
|\ \ \ \ \ \
| * | | | | | Make common/simd/avx512/memory.h compatible with C++serge-sans-paille2022-02-211-2/+4
| * | | | | | road-to-cxx: x86-qsort.dispatch.c.src -> x86-qsort.dispatch.cppserge-sans-paille2022-02-213-301/+551