summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | DOC: mention `take_along_axis` in `choose` (#14224)colinsnyder2019-08-151-7/+8
* | | | | | | | Merge pull request #14270 from aleju/fix_exceptionCharles Harris2019-08-141-1/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | MAINT: Improve error message dtype appearancealeju2019-08-131-1/+1
| * | | | | | | | BUG: Fix formatting error in exception messagealeju2019-08-131-1/+1
* | | | | | | | | Merge pull request #14252 from maxwell-aladago/genfromtextCharles Harris2019-08-142-5/+10
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ |/| | | | | | | |
| * | | | | | | | fixes StopIteration error for empty file with skip_header > 0Maxwell Aladago2019-08-112-5/+10
* | | | | | | | | Merge pull request #14272 from thewtex/array-function-docsMatti Picus2019-08-141-3/+3
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | DOC: Address typos in dispatch docsMatt McCormick2019-08-141-3/+3
|/ / / / / / / / /
* | | | | | | | | Merge pull request #14266 from mattip/remove-scipy.orgCharles Harris2019-08-131-1/+0
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | |
| * | | | | | | | DOC: remove scipy.org from the breadcrumb formattiongmattip2019-08-131-1/+0
|/ / / / / / / /
* | | | | | | | DOC: Make Py3K docs C code snippets RST literal blocks (gh-14263)Peter Cock2019-08-131-20/+20
| |_|_|_|/ / / |/| | | | | |
* | | | | | | Merge pull request #14204 from seberg/towncrier-renamingSebastian Berg2019-08-1216-89/+65
|\ \ \ \ \ \ \
| * | | | | | | DOC,MAINT: Move towncrier files and fixup categoriesSebastian Berg2019-08-1216-89/+65
|/ / / / / / /
* | | | | | | Merge pull request #14235 from mattip/link_numpyRalf Gommers2019-08-114-1/+15
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | DOC: add header to documentation pagesmattip2019-08-092-0/+10
| * | | | | | DOC: add backlinks to numpy.orgmattip2019-08-082-1/+5
* | | | | | | Merge pull request #14249 from rgommers/accept-nep28Ralf Gommers2019-08-101-2/+2
|\ \ \ \ \ \ \
| * | | | | | | DOC: set status of NEP 28 (website redesign) to AcceptedRalf Gommers2019-08-101-2/+2
|/ / / / / / /
* | | | | | | Merge pull request #14245 from guanqun/guanqun/typoMatti Picus2019-08-101-1/+1
|\ \ \ \ \ \ \
| * | | | | | | MAINT: fix a typoGuanqun Lu2019-08-101-1/+1
|/ / / / / / /
* | | | | | | Merge pull request #14073 from mattip/doc-releaseRalf Gommers2019-08-082-36/+56
|\ \ \ \ \ \ \
| * | | | | | | BUILD, DOC: add merge-doc target to update the numpy/doc repomattip2019-08-082-36/+56
| |/ / / / / /
* | | | | | | Merge pull request #14141 from KmolYuan/random_freeze_analysisCharles Harris2019-08-081-1/+6
|\ \ \ \ \ \ \
| * | | | | | | ENH: add c-imported modules for freeze analysis in np.randomYuan2019-07-281-1/+6
* | | | | | | | Merge pull request #14234 from larsoner/fix-normCharles Harris2019-08-082-5/+10
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | |
| * | | | | | | BUG: Better err message for normEric Larson2019-08-082-5/+10
|/ / / / / / /
* | | | | | | Merge pull request #14027 from rgommers/contributingRalf Gommers2019-08-081-0/+27
|\ \ \ \ \ \ \
| * | | | | | | DOC: finish "contributing to NumPy" edits - w private list and Slack.Ralf Gommers2019-08-061-3/+5
| * | | | | | | WIP: DOC: update "Contributing to NumPy" with more activities/rolesRalf Gommers2019-07-161-0/+25
* | | | | | | | Merge pull request #14231 from mattip/sourceforgeRalf Gommers2019-08-084-13/+3
|\ \ \ \ \ \ \ \
| * | | | | | | | DOC: update or remove outdated sourceforge linksmattip2019-08-084-13/+3
* | | | | | | | | Merge pull request #14069 from sameshl/doc_test_instructionsMatti Picus2019-08-082-0/+18
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | |
| * | | | | | | | add -v for verbose which I had removed in the previous commitSamesh2019-07-241-1/+1
| * | | | | | | | change the command line argument for all testsSamesh2019-07-241-1/+1
| * | | | | | | | DOC: Emphasize the need to run tests when building from sourceSamesh2019-07-212-0/+18
* | | | | | | | | Merge pull request #14100 from kritisingh1/dep3Matti Picus2019-08-083-41/+13
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Entries in changelog corresponding to deprecated functionskritisingh12019-07-292-0/+3
| * | | | | | | | | Remove comments, decrease reference countkritisingh12019-07-291-4/+2
| * | | | | | | | | DEP: Deprecate PyArray_FromDimsAndDataAndDescr, PyArray_FromDimskritisingh12019-07-291-41/+12
* | | | | | | | | | DEP: Deprecate np.alen (#14181)Guilherme Leobas2019-08-084-9/+24
* | | | | | | | | | DOC: new nan_to_num keywords are from 1.17 onwards (#14219)Géraud Le Falher2019-08-081-1/+9
| |_|_|_|_|_|_|/ / |/| | | | | | | |
* | | | | | | | | Merge pull request #14207 from giuse/patch-1Matti Picus2019-08-061-3/+3
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Fixed default BitGenerator nameGiuseppe Cuccu2019-08-061-3/+3
|/ / / / / / / / /
* | | | | | | | | Merge pull request #14032 from rgommers/nep-websiteRalf Gommers2019-08-051-0/+334
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | DOC: update NEP 28 (website redesign) for more review comments.Ralf Gommers2019-08-051-6/+28
| * | | | | | | | | DOC: update NEP 28 (website redesign) for review comments.Ralf Gommers2019-07-191-5/+15
| * | | | | | | | | Add NEP on numpy.org website redesign.Ralf Gommers2019-07-161-0/+302
* | | | | | | | | | NEP: Proposal for __duckarray__ protocol (#14170)Peter Andreas Entschev2019-08-051-0/+106
* | | | | | | | | | Merge pull request #14185 from IntelPython/intel-compiler-binary-search-with-...Charles Harris2019-08-041-4/+13
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | work-around for compiler erroneously incrementing the iterator one extra time...Oleksandr Pavlyk2019-08-021-4/+13