summaryrefslogtreecommitdiff
path: root/numpy
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* ENH: Add 'ulong' to sctypeDict (#21151)Geoffrey Gunter2022-03-144-2/+23
* 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-1312-62/+62
|\
| * 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
* | Merge pull request #21130 from zephyr111/faster-whereCharles Harris2022-03-131-5/+25
|\ \
| * | 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
| * | 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-271-5/+11
* | | 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
* | | | TYP, BUG: Fix `np.lib.stride_tricks` being re-exported under the wrong nameBas van Beek2022-03-121-1/+1
* | | | 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-109-30/+51
|\ \ \ \ \
| * | | | | DOC: np.from_dlpack: add ``__dlpack_device__`` to the docsTirth Patel2022-03-081-1/+2
| * | | | | TST: np._from_dlpack -> np.from_dlpackTirth Patel2022-03-031-1/+1
| * | | | | MAINT: make np._from_dlpack publicTirth Patel2022-03-039-29/+49
* | | | | | 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
| * | | | | | road-to-cxx - x86-qsort.dispatch.c.src -> x86-qsort.dispatch.cppserge-sans-paille2022-02-202-1/+1
* | | | | | | DOC: Update linalg.qr docstring with numerically stable example (#21149)Jason Thai2022-03-071-2/+2
* | | | | | | Merge pull request #21001 from zephyr111/faster-sumSebastian Berg2022-03-072-4/+32
|\ \ \ \ \ \ \
| * | | | | | | ENH: help compilers to auto-vectorize reduction operatorsJérôme Richard2022-02-262-4/+32
| | |_|_|_|/ / | |/| | | | |
* | | | | | | DOC: Fix syntax highlighting for numpy.flatnonzero (#21150)Felix Divo2022-03-041-2/+2
* | | | | | | BUG: assign all tuple items before using it for PyPymattip2022-03-031-7/+9
| |_|/ / / / |/| | | | |
* | | | | | BUG,ENH: np._from_dlpack: export arrays with any-strided size-1 dimensionsTirth Patel2022-03-022-1/+7
* | | | | | MAINT,TST: np._from_dlpack: add more test + small memory optimization (#21121)Tirth Patel2022-03-012-12/+16
* | | | | | Merge pull request #16895 from DevinShanahan/delete-speedupMatti Picus2022-02-272-5/+25
|\ \ \ \ \ \
| * | | | | | MAINT: single value identification and testDevin Shanahan2022-01-162-3/+15
| * | | | | | MAINT: Merge branch 'main' into delete-speedupDevin Shanahan2022-01-16960-36413/+139783
| |\ \ \ \ \ \
| * | | | | | | Update numpy/lib/function_base.pyDevin Shanahan2020-07-191-1/+1
| * | | | | | | ENH: extend delete single value optimizationDevinShanahan2020-07-181-5/+13
* | | | | | | | Merge pull request #21113 from seberg/fix-numbaCharles Harris2022-02-261-0/+34
|\ \ \ \ \ \ \ \
| * | | | | | | | BUG: Fix numba DUFuncs added loops getting picked upSebastian Berg2022-02-251-0/+34
| | |_|_|_|_|_|/ | |/| | | | | |
* | | | | | | | Merge pull request #21118 from dw61/mainCharles Harris2022-02-261-4/+6
|\ \ \ \ \ \ \ \ | |_|_|_|/ / / / |/| | | | | | |
| * | | | | | | Update numpy/linalg/linalg.pyDiego Wang2022-02-251-5/+6
| * | | | | | | clarify svd documentationDiego Wang2022-02-241-2/+3
* | | | | | | | Merge pull request #21119 from tirthasheshpatel/fix-gh20340Sebastian Berg2022-02-252-1/+10
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | BUG, ENH: np._from_dlpack: export correct device informationTirth Patel2022-02-252-1/+10
* | | | | | | | Merge pull request #21111 from BvB93/__array_finalize__Matti Picus2022-02-246-4/+18
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | |
| * | | | | | | MAINT: Relax the `obj` type in `__array_finalize__`Bas van Beek2022-02-234-3/+12