summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | DOC: convert `None` to bare None or ``None``mattip2019-10-1519-54/+54
| * | | | | | | DOC: fix build failuremattip2019-10-151-3/+3
| * | | | | | | DOC: add numpy.shape to indexmattip2019-10-151-0/+1
| * | | | | | | DOC: no `data_as` reference is availablemattip2019-10-151-1/+1
| * | | | | | | DOC: fix function argument definitions and add vertical space around macrosmattip2019-10-151-55/+68
| * | | | | | | DOC: fix output argument referencemattip2019-10-153-32/+32
| * | | | | | | DOC: add numpy prefixmattip2019-10-152-21/+21
| * | | | | | | DOC: fix `None` reference from pythonmattip2019-10-152-9/+9
* | | | | | | | Merge pull request #14720 from WarrenWeckesser/dep-finRalf Gommers2019-10-183-0/+159
|\ \ \ \ \ \ \ \
| * | | | | | | | DOC: lib: Add 'news fragment' for the deprecation of the financial functions.Warren Weckesser2019-10-161-0/+8
| * | | | | | | | MAINT: deprecate financial functions.Warren Weckesser2019-10-162-0/+151
* | | | | | | | | Merge pull request #14723 from bsipocz/doc_ma_genericRalf Gommers2019-10-181-85/+85
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | DOC: Adding two more fixes to make doctesting passBrigitta Sipocz2019-10-171-1/+4
| * | | | | | | | | DOC: avoid using random array in exampleBrigitta Sipocz2019-10-151-6/+5
| * | | | | | | | | DOC: Updating results in examplesBrigitta Sipocz2019-10-151-80/+78
| * | | | | | | | | DOC: fix example to close #5406Brigitta Sipocz2019-10-151-2/+2
* | | | | | | | | | Merge pull request #14737 from seberg/accept-nep-29Ralf Gommers2019-10-181-2/+3
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | NEP: Accept NEP 29 as finalSebastian Berg2019-10-171-2/+3
| | |/ / / / / / / / | |/| | | | | | | |
* | | | | | | | | | Merge pull request #14736 from charris/post-1.17.3-updateRalf Gommers2019-10-183-1/+93
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|/ |/| | | | | | | | |
| * | | | | | | | | DOC: Post 1.17.3 release update.Charles Harris2019-10-173-1/+93
| | |_|/ / / / / / | |/| | | | | | |
* | | | | | | | | Merge pull request #14608 from mattip/random-apiRalf Gommers2019-10-1742-688/+2124
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | |
| * | | | | | | | DOC: fix from reviewmattip2019-10-171-1/+1
| * | | | | | | | TEST, DOC: fixes from reviewmattip2019-10-173-14/+14
| * | | | | | | | DOC: typos from reviewmattip2019-10-153-3/+3
| * | | | | | | | DOC: clean up for moved references, remove ISeedSequencemattip2019-10-1317-86/+69
| * | | | | | | | API: move bit_generator and generator to be privatemattip2019-10-1120-33/+22
| * | | | | | | | 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-1120-259/+282
* | | | | | | | | Merge pull request #14725 from WarrenWeckesser/boolsubnotsupportedSebastian Berg2019-10-161-1/+1
|\ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / |/| | | | | | | |
| * | | | | | | | 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
| |/ / / / / / /
* | | | | | | | Merge pull request #14721 from seberg/move-news-fragment-to-correct-pathSebastian Berg2019-10-151-0/+0
|\ \ \ \ \ \ \ \
| * | | | | | | | DOC: Move newsfragment to correct folderSebastian Berg2019-10-151-0/+0
| | |_|/ / / / / | |/| | | | | |
* | | | | | | | API: NaT (arg)min/max behavior (#14717)Zijie (ZJ) Poh2019-10-155-64/+57
|/ / / / / / /
* | | | | | | 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