summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | MAINT: random: remove `get_info` from "extending with Cython" exampleRalf Gommers2022-09-111-6/+9
|/ / /
* | | Merge pull request #22242 from lazka/pcg64-missing-includeRalf Gommers2022-09-111-1/+4
|\ \ \ | |/ / |/| |
| * | BLD: add back stdlib.h include in pcg64.hChristoph Reiter2022-09-111-1/+4
|/ /
* | Merge pull request #22228 from bsipocz/ma_cleanup_old_deprecationsSebastian Berg2022-09-093-87/+7
|\ \
| * | fix release note formattingBrigitta Sipőcz2022-09-081-5/+4
| * | Adding release noteBrigitta Sipőcz2022-09-081-0/+6
| * | Remove long deprecated functionality from np.maBrigitta Sipőcz2022-09-082-87/+2
| |/
* | Merge pull request #22236 from seberg/fixup--21995Ralf Gommers2022-09-091-1/+1
|\ \
| * | BUG: Fix incorrect refcounting in new `asarray` pathSebastian Berg2022-09-091-1/+1
|/ /
* | Merge pull request #22235 from williamstein/patch-1Matti Picus2022-09-091-4/+0
|\ \
| * | Remove incorrect comment about checking generated C files inWilliam Stein2022-09-081-4/+0
|/ /
* | Merge pull request #21507 from ganesh-k13/bug_div_overflowSebastian Berg2022-09-083-37/+282
|\ \
| * | TST: Add unsigned integers to integer divide-by-zero testSebastian Berg2022-07-061-1/+1
| * | MAINT: Remove nested NPY_UNLIKELY in division pathsSebastian Berg2022-07-061-2/+2
| * | TST: Add additional tests for division-by-zero and integer overflowSebastian Berg2022-07-061-4/+104
| * | TST: Changed `raise` to `warns`ganesh-k132022-07-011-7/+16
| * | TST: Removed eval | Fixed raises casesganesh-k132022-07-011-22/+26
| * | SIMD: Removed cvtozeroganesh-k132022-07-011-6/+7
| * | TST: New tests for overflow in division operationsganesh-k132022-07-011-0/+79
| * | BUG, SIMD: Handle overflow errorsganesh-k132022-07-012-32/+84
* | | Merge pull request #22227 from mattip/fix-typoSebastian Berg2022-09-081-3/+3
|\ \ \ | |_|/ |/| |
| * | DOC: fix up release notemattip2022-09-081-3/+3
|/ /
* | Merge pull request #21995 from eirrgang/mei-1468Matti Picus2022-09-074-3/+107
|\ \
| * | DOC: Take a stab at shortening the release noteSebastian Berg2022-09-031-44/+19
| * | Add release note and further clarify tests.M. Eric Irrgang2022-07-172-12/+77
| * | Lint.M. Eric Irrgang2022-07-171-3/+4
| * | Expand test_asarray.py.M. Eric Irrgang2022-07-171-13/+33
| * | Update comment and obey formatting requirements.M. Eric Irrgang2022-07-161-2/+2
| * | Don't regenerate the descriptor unnecessarily.M. Eric Irrgang2022-07-161-1/+1
| * | Add unit testing.M. Eric Irrgang2022-07-161-0/+24
| * | Get the base object.M. Eric Irrgang2022-07-161-1/+2
| * | Coerce the returned pointer type.M. Eric Irrgang2022-07-161-1/+1
| * | Use the correct pointer type.M. Eric Irrgang2022-07-161-1/+1
| * | BUG: Distinguish exact vs. equivalent dtype for C type aliases.M. Eric Irrgang2022-07-161-2/+20
* | | BUG: Fix the implementation of numpy.array_api.vecdot (#21928)Aaron Meurer2022-09-071-1/+12
* | | Merge pull request #21981 from Saransh-cpp/test-for-TypeErrorMatti Picus2022-09-073-2/+24
|\ \ \
| * | | BUG: Replace assert with correct errorSebastian Berg2022-08-052-2/+16
| * | | TST: ensure `np.equal.reduce` raises a `TypeError`Saransh2022-08-051-0/+8
* | | | TST,BUG: Us context from spawn to fork in (#22204)Jyn Spring 琴春2022-09-071-2/+7
* | | | TYP,BUG: Reduce argument validation in C-based `__class_getitem__` (#22212)Bas van Beek2022-09-074-16/+25
* | | | Merge pull request #22193 from iantra/mainBas van Beek2022-09-063-0/+48
|\ \ \ \
| * | | | BUG: Introduce Unknown array type to deal with NDArray[Any] more gracefully.iantra2022-09-053-14/+62
| * | | | BUG: change overload order to play nice with pyright.iantra2022-09-011-27/+27
* | | | | Merge pull request #22210 from phofl/doc_fixt_typoesSebastian Berg2022-09-061-3/+3
|\ \ \ \ \
| * | | | | DOC: Fix typos in upcoming changesPatrick Hoefler2022-09-061-3/+3
|/ / / / /
* | | | | Merge pull request #22171 from MatteoRaso/bug_fixSebastian Berg2022-09-062-4/+4
|\ \ \ \ \
| * | | | | BUG: Made the error and warning messages for numpy.random.multivariate_normal...Matteo Raso2022-08-242-4/+4
* | | | | | DOC: Fix typo disutils -> distutils in numpy.distutils migration page (#22206)Loïc Estève2022-09-061-3/+3
* | | | | | Merge pull request #22205 from milliams/fromfunction-doc-fixSebastian Berg2022-09-051-1/+1
|\ \ \ \ \ \
| * | | | | | DOC: Clarify that `like` is not passed to `function`Matt Williams2022-09-051-1/+1
|/ / / / / /