summaryrefslogtreecommitdiff
path: root/numpy
Commit message (Expand)AuthorAgeFilesLines
* MAINT: fixes from reviewmattip2019-10-261-1/+1
* BUILD: cache c-compiler for system_info stagemattip2019-10-251-1/+10
* BUILD: add std=c99 flag for gcc, cleanup error reportingmattip2019-10-252-4/+8
* BUILD: emit more helpful error messages when compiler is brokenmattip2019-10-252-2/+6
* Merge pull request #14353 from eric-wieser/generalize-vanderndCharles Harris2019-10-237-41/+86
|\
| * MAINT: polynomial: Add an N-d vander implementation used under the hood of th...Eric Wieser2019-09-147-41/+86
* | Reword cautionary note about dtype.descr (#14763)Thomas Kluyver2019-10-231-1/+2
* | Merge pull request #14742 from WarrenWeckesser/fixdepnoteCharles Harris2019-10-201-74/+77
|\ \
| * | DOC: lib: Fix deprecation markup in financial function docstrings.Warren Weckesser2019-10-191-74/+77
* | | Merge pull request #13794 from WarrenWeckesser/new-mvhgMatti Picus2019-10-206-3/+668
|\ \ \
| * | | ENH: random: Add the multivariate hypergeometric distributionWarren Weckesser2019-10-186-3/+668
* | | | changed test to assert_allclose() the output valuesJack J. Woehr2019-10-191-2/+4
* | | | added test case test_einsum_failed_on_p9_and_s390x(self)Jack J. Woehr2019-10-191-0/+6
* | | | oops removed an (signed char) ... fixedJack J. Woehr2019-10-191-2/+2
* | | | change suggested by mattipJack J. Woehr2019-10-191-1/+1
* | | | Merge branch 'master' of https://github.com/numpy/numpy into einsum_c_bugletJack J. Woehr2019-10-1883-1160/+3425
|\ \ \ \ | | |/ / | |/| |
| * | | DOC: update docstring of allclose to clarify how NaN's are handled.johann.faouzi2019-10-181-4/+4
| * | | Merge pull request #14629 from sethtroisi/polyfit_docRalf Gommers2019-10-181-4/+4
| |\ \ \
| | * | | DOC: clarify residual in np.polyfitSeth Troisi2019-10-021-4/+4
| * | | | Merge pull request #14738 from eric-wieser/fix-intp-printfMatti Picus2019-10-1811-48/+48
| |\ \ \ \
| | * | | | Fix other incorrect narrowing for format stringsEric Wieser2019-10-1710-44/+44
| | * | | | BUG: Don't narrow intp to int when producing error messagesEric Wieser2019-10-171-4/+4
| * | | | | Merge pull request #14699 from mattip/doc-warningsRalf Gommers2019-10-1813-82/+82
| |\ \ \ \ \
| | * | | | | DOC: convert `None` to bare None or ``None``mattip2019-10-1511-29/+29
| | * | | | | DOC: no `data_as` reference is availablemattip2019-10-151-1/+1
| | * | | | | DOC: fix output argument referencemattip2019-10-152-31/+31
| | * | | | | DOC: add numpy prefixmattip2019-10-152-21/+21
| * | | | | | Merge pull request #14720 from WarrenWeckesser/dep-finRalf Gommers2019-10-182-0/+151
| |\ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | |
| | * | | | | MAINT: deprecate financial functions.Warren Weckesser2019-10-162-0/+151
| * | | | | | Merge pull request #14608 from mattip/random-apiRalf Gommers2019-10-1733-626/+2072
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| | * | | | | DOC: fix from reviewmattip2019-10-171-1/+1
| | * | | | | TEST, DOC: fixes from reviewmattip2019-10-171-1/+1
| | * | | | | DOC: typos from reviewmattip2019-10-152-2/+2
| | * | | | | DOC: clean up for moved references, remove ISeedSequencemattip2019-10-139-35/+29
| | * | | | | API: move bit_generator and generator to be privatemattip2019-10-1117-28/+17
| | * | | | | API: remove unused functions from distributions.hmattip2019-10-113-39/+36
| | * | | | | API: refactor function names in distribution.{h,c}, refactor float_fillmattip2019-10-117-262/+117
| | * | | | | API: make BitGenerators privatemattip2019-10-1112-29/+25
| | * | | | | API: rename common, bounded_integers -> _common, _bounded_integers; cleanupmattip2019-10-1117-22/+1615
| | * | | | | API: rearrange the cython files in numpy.randommattip2019-10-1119-259/+281
| * | | | | | MAINT: umath: Change error message for unsupported bool subtraction.Warren Weckesser2019-10-161-1/+1
| | |_|/ / / | |/| | | |
| * | | | | Merge pull request #14681 from seberg/remove-unused-boolean-loopsWarren Weckesser2019-10-162-4/+2
| |\ \ \ \ \
| | * | | | | MAINT: General fix removing unused boolean loopsSebastian Berg2019-10-112-4/+2
| | |/ / / /
| * | | | | API: NaT (arg)min/max behavior (#14717)Zijie (ZJ) Poh2019-10-154-64/+53
| * | | | | Merge pull request #14381 from WarrenWeckesser/bug-hist-ptpSebastian Berg2019-10-152-5/+26
| |\ \ \ \ \
| | * | | | | BUG: lib: Fix histogram problem with signed integer arrays.Warren Weckesser2019-10-152-5/+26
| * | | | | | Merge pull request #14342 from raamana/is_scalar_docsMatti Picus2019-10-161-11/+15
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| | * | | | | help to identify a numeric scalarPradeep Reddy Raamana2019-08-231-4/+8
| | * | | | | renamed the input arg to remove hint it is geared for numbersPradeep Reddy Raamana2019-08-231-7/+7
| * | | | | | Merge pull request #14714 from eric-wieser/datetime-arange-fixSebastian Berg2019-10-152-19/+23
| |\ \ \ \ \ \