summaryrefslogtreecommitdiff
path: root/numpy
Commit message (Expand)AuthorAgeFilesLines
* Fix other comments from Ross and make it ImportError specificSebastian Berg2020-05-011-1/+1
* Apply suggestions from code reviewSebastian Berg2020-05-011-1/+1
* DOC: Change import error "howto" to link to troubleshooting docsSebastian Berg2020-05-011-19/+15
* Merge pull request #16109 from seberg/revert-accidental-bool-fixCharles Harris2020-04-301-0/+69
|\
| * REV: Reverts side-effect changes to castingSebastian Berg2020-04-291-0/+69
* | TST: random: Skip a test if integers are 32 bit.Warren Weckesser2020-04-271-0/+2
* | TST: random: Add more repeatability tests for random integers.Warren Weckesser2020-04-272-0/+45
* | MAINT: random: Add assert() statements.Warren Weckesser2020-04-271-0/+11
* | BUG: random: Generator.integers(2**32) always returned 0.Warren Weckesser2020-04-272-11/+46
|/
* Merge pull request #16017 from charris/backport-15951Charles Harris2020-04-194-18/+32
|\
| * BUG: Alpha parameter must be 1D in `generator.dirichlet` (#15951)panpiort82020-04-194-18/+32
* | Add minor tests enhancementPan Jan2020-04-112-2/+2
* | Replace checks with direct function callPan Jan2020-04-112-8/+4
* | Add testing and replace checkPan Jan2020-04-114-4/+16
* | BUG: add check if pvals is 1d array in numpy.random.*.multinomialPan Jan2020-04-112-0/+4
|/
* Merge pull request #15930 from charris/backport-15736Charles Harris2020-04-071-7/+13
|\
| * BUG: Guarantee array is in valid state after memory error occurs in getset.cMibu2872020-04-071-7/+13
* | BUG: Increase default string cast size of longdouble/clongdoubleSebastian Berg2020-04-071-2/+6
* | BUG,MAINT: Remove incorrect special case in string to number castsSebastian Berg2020-04-072-79/+24
|/
* Bug: Fix eigh mnd cholesky methods of numpy.random.multivariate_normalMax Balandat2020-04-062-3/+26
* BUG: fix logic error when nm fails on 32-bitmattip2020-03-091-4/+7
* MAINT: use list-based APIs to call subprocesses (#15714)Sebastian Berg2020-03-074-34/+79
* BUG: Added missing error check in `ndarray.__contains__` (gh-15553)Ganesh Kathiresan2020-03-011-0/+5
* Merge pull request #15676 from charris/backport-15511Charles Harris2020-03-013-92/+72
|\
| * Documentation updated.przemb2020-03-012-31/+22
| * Changes suggested in reviewprzemb2020-03-013-16/+11
| * MAINT: Large overhead in some random functions #15460przemb2020-03-013-59/+53
* | TST: move _no_tracing to testing._privatemattip2020-03-013-22/+24
|/
* Merge pull request #15247 from charris/backport-15203Charles Harris2020-01-051-7/+26
|\
| * MAINT: refactor function out of test modulemattip2020-01-051-7/+26
* | Merge pull request #15246 from charris/backport-15212Charles Harris2020-01-052-4/+47
|\ \
| * | BUG: lib: Fix handling of integer arrays by gradient.Warren Weckesser2020-01-052-4/+47
| |/
* | MAINT: add --std=c99 in setup.py, not distutilsmattip2020-01-052-29/+0
|/
* Merge pull request #15222 from charris/backport-15187Charles Harris2020-01-022-5/+4
|\
| * MAINT: remove dead code from reviewmattip2020-01-021-2/+2
| * MAINT: unskip test on win32mattip2020-01-012-3/+2
* | Merge pull request #15223 from charris/backport-15107Charles Harris2020-01-011-0/+28
|\ \
| * | TST: linalg: add ilp64 lapack low-memory smoketestPauli Virtanen2020-01-011-0/+28
| |/
* | Merge pull request #15221 from charris/backport-15194Charles Harris2020-01-012-1/+25
|\ \
| * | BUG: remove -std=c99 for c++ compilation (#15194)Matti Picus2020-01-012-1/+25
| |/
* | BUG: distutils: fix msvc+gfortran openblas handling corner casePauli Virtanen2020-01-011-4/+5
|/
* BUG: use tmp dir and check version for cython test (#15170)Matti Picus2019-12-262-17/+28
* TST: Add assert_array_equal test for big integer arraysMaxwell Aladago2019-12-251-0/+15
* Merge pull request #15114 from charris/backport-15069Charles Harris2019-12-1515-193/+230
|\
| * BUG: core: use blas_ilp64 also for *_matmul, *_dot, and *_vdotPauli Virtanen2019-12-154-38/+53
| * ENH: update BLAS symbol suffix/prefix handling in cblasfuncs & linalgPauli Virtanen2019-12-158-107/+45
| * ENH: distutils: add support for ILP64 OpenBLAS (generic symbol suffix)Pauli Virtanen2019-12-153-48/+132
* | TST: f2py: fix race condition in f2py test _get_compiler_statusPauli Virtanen2019-12-151-3/+9
* | ENH: f2py: add --f2cmap option for specifying the name of .f2py_f2cmapPauli Virtanen2019-12-154-16/+60
|/
* Merge pull request #15111 from charris/backport-15068Charles Harris2019-12-152-15/+35
|\