Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | | | DOC: mention `take_along_axis` in `choose` (#14224) | colinsnyder | 2019-08-15 | 1 | -7/+8 | |
* | | | | | | | | Merge pull request #14270 from aleju/fix_exception | Charles Harris | 2019-08-14 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | MAINT: Improve error message dtype appearance | aleju | 2019-08-13 | 1 | -1/+1 | |
| * | | | | | | | | BUG: Fix formatting error in exception message | aleju | 2019-08-13 | 1 | -1/+1 | |
* | | | | | | | | | Merge pull request #14252 from maxwell-aladago/genfromtext | Charles Harris | 2019-08-14 | 2 | -5/+10 | |
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ |/| | | | | | | | | ||||||
| * | | | | | | | | fixes StopIteration error for empty file with skip_header > 0 | Maxwell Aladago | 2019-08-11 | 2 | -5/+10 | |
* | | | | | | | | | Merge pull request #14272 from thewtex/array-function-docs | Matti Picus | 2019-08-14 | 1 | -3/+3 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | DOC: Address typos in dispatch docs | Matt McCormick | 2019-08-14 | 1 | -3/+3 | |
|/ / / / / / / / / | ||||||
* | | | | | | | | | Merge pull request #14266 from mattip/remove-scipy.org | Charles Harris | 2019-08-13 | 1 | -1/+0 | |
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | | | ||||||
| * | | | | | | | | DOC: remove scipy.org from the breadcrumb formattiong | mattip | 2019-08-13 | 1 | -1/+0 | |
|/ / / / / / / / | ||||||
* | | | | | | | | DOC: Make Py3K docs C code snippets RST literal blocks (gh-14263) | Peter Cock | 2019-08-13 | 1 | -20/+20 | |
| |_|_|_|/ / / |/| | | | | | | ||||||
* | | | | | | | Merge pull request #14204 from seberg/towncrier-renaming | Sebastian Berg | 2019-08-12 | 16 | -89/+65 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | DOC,MAINT: Move towncrier files and fixup categories | Sebastian Berg | 2019-08-12 | 16 | -89/+65 | |
|/ / / / / / / | ||||||
* | | | | | | | Merge pull request #14235 from mattip/link_numpy | Ralf Gommers | 2019-08-11 | 4 | -1/+15 | |
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | ||||||
| * | | | | | | DOC: add header to documentation pages | mattip | 2019-08-09 | 2 | -0/+10 | |
| * | | | | | | DOC: add backlinks to numpy.org | mattip | 2019-08-08 | 2 | -1/+5 | |
* | | | | | | | Merge pull request #14249 from rgommers/accept-nep28 | Ralf Gommers | 2019-08-10 | 1 | -2/+2 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | DOC: set status of NEP 28 (website redesign) to Accepted | Ralf Gommers | 2019-08-10 | 1 | -2/+2 | |
|/ / / / / / / | ||||||
* | | | | | | | Merge pull request #14245 from guanqun/guanqun/typo | Matti Picus | 2019-08-10 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | MAINT: fix a typo | Guanqun Lu | 2019-08-10 | 1 | -1/+1 | |
|/ / / / / / / | ||||||
* | | | | | | | Merge pull request #14073 from mattip/doc-release | Ralf Gommers | 2019-08-08 | 2 | -36/+56 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | BUILD, DOC: add merge-doc target to update the numpy/doc repo | mattip | 2019-08-08 | 2 | -36/+56 | |
| |/ / / / / / | ||||||
* | | | | | | | Merge pull request #14141 from KmolYuan/random_freeze_analysis | Charles Harris | 2019-08-08 | 1 | -1/+6 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | ENH: add c-imported modules for freeze analysis in np.random | Yuan | 2019-07-28 | 1 | -1/+6 | |
* | | | | | | | | Merge pull request #14234 from larsoner/fix-norm | Charles Harris | 2019-08-08 | 2 | -5/+10 | |
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | | | ||||||
| * | | | | | | | BUG: Better err message for norm | Eric Larson | 2019-08-08 | 2 | -5/+10 | |
|/ / / / / / / | ||||||
* | | | | | | | Merge pull request #14027 from rgommers/contributing | Ralf Gommers | 2019-08-08 | 1 | -0/+27 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | DOC: finish "contributing to NumPy" edits - w private list and Slack. | Ralf Gommers | 2019-08-06 | 1 | -3/+5 | |
| * | | | | | | | WIP: DOC: update "Contributing to NumPy" with more activities/roles | Ralf Gommers | 2019-07-16 | 1 | -0/+25 | |
* | | | | | | | | Merge pull request #14231 from mattip/sourceforge | Ralf Gommers | 2019-08-08 | 4 | -13/+3 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | DOC: update or remove outdated sourceforge links | mattip | 2019-08-08 | 4 | -13/+3 | |
* | | | | | | | | | Merge pull request #14069 from sameshl/doc_test_instructions | Matti Picus | 2019-08-08 | 2 | -0/+18 | |
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | | ||||||
| * | | | | | | | | add -v for verbose which I had removed in the previous commit | Samesh | 2019-07-24 | 1 | -1/+1 | |
| * | | | | | | | | change the command line argument for all tests | Samesh | 2019-07-24 | 1 | -1/+1 | |
| * | | | | | | | | DOC: Emphasize the need to run tests when building from source | Samesh | 2019-07-21 | 2 | -0/+18 | |
* | | | | | | | | | Merge pull request #14100 from kritisingh1/dep3 | Matti Picus | 2019-08-08 | 3 | -41/+13 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Entries in changelog corresponding to deprecated functions | kritisingh1 | 2019-07-29 | 2 | -0/+3 | |
| * | | | | | | | | | Remove comments, decrease reference count | kritisingh1 | 2019-07-29 | 1 | -4/+2 | |
| * | | | | | | | | | DEP: Deprecate PyArray_FromDimsAndDataAndDescr, PyArray_FromDims | kritisingh1 | 2019-07-29 | 1 | -41/+12 | |
* | | | | | | | | | | DEP: Deprecate np.alen (#14181) | Guilherme Leobas | 2019-08-08 | 4 | -9/+24 | |
* | | | | | | | | | | DOC: new nan_to_num keywords are from 1.17 onwards (#14219) | Géraud Le Falher | 2019-08-08 | 1 | -1/+9 | |
| |_|_|_|_|_|_|/ / |/| | | | | | | | | ||||||
* | | | | | | | | | Merge pull request #14207 from giuse/patch-1 | Matti Picus | 2019-08-06 | 1 | -3/+3 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Fixed default BitGenerator name | Giuseppe Cuccu | 2019-08-06 | 1 | -3/+3 | |
|/ / / / / / / / / | ||||||
* | | | | | | | | | Merge pull request #14032 from rgommers/nep-website | Ralf Gommers | 2019-08-05 | 1 | -0/+334 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | DOC: update NEP 28 (website redesign) for more review comments. | Ralf Gommers | 2019-08-05 | 1 | -6/+28 | |
| * | | | | | | | | | DOC: update NEP 28 (website redesign) for review comments. | Ralf Gommers | 2019-07-19 | 1 | -5/+15 | |
| * | | | | | | | | | Add NEP on numpy.org website redesign. | Ralf Gommers | 2019-07-16 | 1 | -0/+302 | |
* | | | | | | | | | | NEP: Proposal for __duckarray__ protocol (#14170) | Peter Andreas Entschev | 2019-08-05 | 1 | -0/+106 | |
* | | | | | | | | | | Merge pull request #14185 from IntelPython/intel-compiler-binary-search-with-... | Charles Harris | 2019-08-04 | 1 | -4/+13 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | work-around for compiler erroneously incrementing the iterator one extra time... | Oleksandr Pavlyk | 2019-08-02 | 1 | -4/+13 |