summaryrefslogtreecommitdiff
path: root/numpy
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ \ \ \
| * | | | | BUG: Default start to 0 for timedelta arangeEric Wieser2019-10-152-1/+7
| * | | | | MAINT: C99-ify declarations in datetime_arangeEric Wieser2019-10-151-18/+16
* | | | | | Merge pull request #9301 from GuyInALabCoat/doc_editMatti Picus2019-10-151-14/+16
|\ \ \ \ \ \
| * | | | | | Use filename (vs file name) consistentlyStefan van der Walt2019-10-151-8/+8
| * | | | | | Tidy up savez keys-as-file-names languageStefan van der Walt2019-10-151-20/+8
| * | | | | | DOC: edited numpy.savez docstring note to be more specificDmytro2019-10-151-4/+13
| * | | | | | DOC: added note to docstring of numpy.savezDmytro2019-10-151-0/+5
| | |_|_|/ / | |/| | | |
* | | | | | Merge pull request #12129 from ydup/masterMatti Picus2019-10-151-0/+3
|\ \ \ \ \ \
| * \ \ \ \ \ Merge branch 'master' into masterEric Wieser2019-10-15464-24302/+71861
| |\ \ \ \ \ \
| * | | | | | | Add wording suggested by Eric. Remove extra example.Stefan van der Walt2019-10-151-35/+4
| * | | | | | | Axes shift description and example of np.tensordotYadong Zhang2018-10-101-0/+33
* | | | | | | | Merge pull request #14710 from seberg/ufunc-out-deprecationMatti Picus2019-10-152-20/+6
|\ \ \ \ \ \ \ \
| * | | | | | | | DEP: Finish the out kwarg deprecation for ufunc callsSebastian Berg2019-10-152-20/+6
| | |_|_|/ / / / | |/| | | | | |
* | | | | | | | Merge pull request #14469 from sunqm/masterMatti Picus2019-10-152-45/+34
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | |
| * | | | | | | MAINT: Refer numpy issue #13808 to upstream CPython bug https://bugs.python.o...Qiming Sun2019-10-051-1/+2
| * | | | | | | TEST: Fix broken pypy ctypes testQiming Sun2019-09-191-3/+5