Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #14028 from IntelPython/fix-typo | Matti Picus | 2019-07-17 | 1 | -2/+3 |
|\ | | | | | DOC: Improve quickstart documentation of new random Generator | ||||
| * | edited opening statement per PR feedback | Oleksandr Pavlyk | 2019-07-17 | 1 | -2/+3 |
| | | |||||
| * | fixed likely type in the quick start opening sentence of devdoc reference | Oleksandr Pavlyk | 2019-07-16 | 1 | -1/+1 |
| | | |||||
* | | DOC:Link between the two indexing documentation pages | Samesh | 2019-07-17 | 1 | -0/+1 |
| | | | | | | | | Prettify see also directive | ||||
* | | DOC:Link between the two indexing documentation pages | Samesh | 2019-07-16 | 2 | -2/+2 |
| | | | | | | | | Fix linking error | ||||
* | | DOC:Link between the two indexing documentation pages | Samesh | 2019-07-16 | 2 | -2/+2 |
| | | | | | | | | Fixed linking error | ||||
* | | DOC:Link between the two indexing documentation pages | Samesh | 2019-07-16 | 2 | -1/+8 |
|/ | | | | | | | | | Made references to each other for the following two indexing docs https://docs.scipy.org/doc/numpy-1.15.0/user/basics.indexing.html https://docs.scipy.org/doc/numpy-1.13.0/reference/arrays.indexing.html closes #12195 | ||||
* | Merge pull request #14011 from kritisingh1/udep | Matti Picus | 2019-07-15 | 1 | -22/+0 |
|\ | | | | | [DOC] Remove unused/deprecated functions | ||||
| * | [DOC] Remove unused/deprecated functions | kritisingh1 | 2019-07-15 | 1 | -22/+0 |
| | | |||||
* | | Merge pull request #13985 from mattip/doc-how | Charles Harris | 2019-07-14 | 1 | -0/+12 |
|\ \ | | | | | | | DOC: show workaround for backward compatibility | ||||
| * | | DOC: show workaround for backward compatibility | mattip | 2019-07-14 | 1 | -0/+12 |
| |/ | |||||
* | | Merge pull request #13991 from mattip/doc-make-version | Charles Harris | 2019-07-14 | 1 | -7/+8 |
|\ \ | | | | | | | DOC: emphasize need for matching numpy, git versions | ||||
| * | | DOC: emphasize need for matching numpy, git versions | mattip | 2019-07-14 | 1 | -7/+8 |
| |/ | |||||
* | | Merge pull request #13979 from danielballan/array-function-high-level-docs | Charles Harris | 2019-07-14 | 3 | -2/+133 |
|\ \ | |/ |/| | DOC: Document array_function at a higher level. | ||||
| * | Copy editing | Dan Allan | 2019-07-14 | 1 | -3/+3 |
| | | |||||
| * | Restore old intro, add note at top. | Dan Allan | 2019-07-14 | 1 | -4/+18 |
| | | |||||
| * | Add new section of custom array containers. | Dan Allan | 2019-07-13 | 3 | -15/+13 |
| | | |||||
| * | rephrase | Dan Allan | 2019-07-13 | 1 | -2/+6 |
| | | |||||
| * | Add __array_function__ to user reference. | Dan Allan | 2019-07-13 | 1 | -0/+115 |
| | | |||||
* | | Merge pull request #13945 from mattip/random-diff | Charles Harris | 2019-07-13 | 2 | -7/+27 |
|\ \ | |/ |/| | DOC, MAINT: emphasize random API changes, remove Generator.randint | ||||
| * | DOC: emphasize random API changes | mattip | 2019-07-09 | 2 | -7/+27 |
| | | |||||
* | | DOC:Update the description of set_printoptions in quickstart doc #13900 (#13948) | Samesh Lakhotia | 2019-07-09 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Quickstart guide recommends np.set_printoptions(threshold=np.nan) but that fails. So changed that to np.set_printoptions(threshold=sys.maxsize) Closes #13900 * DOC:Update the docstring of set_printoptions Add preferred max value for threshold is sys.maxsize * Revert "DOC:Update the docstring of set_printoptions" This reverts commit 9641121fcb84b9ad5edb188a4a5b4ac9361fbf0b. * DOC:Update the docstring of set_printoptions Add preferred max value for threshold is sys.maxsize * DOC:Update the docstring of set_printoptions Better pharasing in docstring. * DOC:Update the description of set_printoptions in quickstart doc #13900 Fix indentation | ||||
* | | DOC: Fix a typo related to the range of indices (#13952) | Aryan Naraghi | 2019-07-09 | 1 | -1/+1 |
|/ | | | Zero isn't positive, so the correct term should be "non-negative". | ||||
* | Merge pull request #13847 from kritisingh1/dep | Matti Picus | 2019-07-07 | 2 | -0/+20 |
|\ | | | | | DOC: Adds documentation of functions exposed in numpy namespace | ||||
| * | Removes duplicated docs for python functions | kritisingh1 | 2019-07-06 | 1 | -1/+2 |
| | | |||||
| * | DOC: Adds documentation of functions exposed in numpy namespace | kritisingh1 | 2019-06-27 | 2 | -0/+19 |
| | | |||||
* | | DOC: Remove explicit .next method calls with built-in next | MSeifert04 | 2019-07-07 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | In some cases the documentation examples failed with an AttributeError because the next method was not there. In a few other cases it still worked but may be more future-proof and ideomatic if they used the next function instead of the next method. | ||||
* | | Merge pull request #13892 from kritisingh1/refactor-3 | Matti Picus | 2019-07-05 | 2 | -69/+81 |
|\ \ | | | | | | | DOC : Refactor Array API documentation -- Array Structure and Data Access | ||||
| * | | DOC: Refactor Array API documentation -- include missing references and cleanup | kritisingh1 | 2019-07-05 | 2 | -65/+76 |
| | | | |||||
| * | | DOC: Refactor Array API documentation | kritisingh1 | 2019-06-30 | 1 | -4/+5 |
| | | | |||||
* | | | Merge pull request #13799 from kritisingh1/links | Matti Picus | 2019-07-02 | 3 | -13/+20 |
|\ \ \ | | | | | | | | | DOC: Fix unrendered links | ||||
| * | | | DOC: Fix unrendered links | kritisingh1 | 2019-06-30 | 3 | -13/+20 |
| | | | | |||||
* | | | | DOC: Add missing macros to C-API documentation (#13825) | Kriti Singh | 2019-06-30 | 2 | -4/+26 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * DOC: Adds missing macros in C-API documentation * Adds new PyUFunc_{KIND} macros Fixes #13775 | ||||
* | | | | MAINT: Prepare master for 1.18.0 development. | Charles Harris | 2019-06-30 | 1 | -0/+1 |
| |/ / |/| | | | | | | | | | | | | | | - Create release notes. - Update pavement.py. - Update setup.py | ||||
* | | | ENH: Rename default_gen to default_rng | Robert Kern | 2019-06-29 | 3 | -9/+9 |
| | | | |||||
* | | | Merge pull request #13859 from bashtage/update-perf-pcg | Charles Harris | 2019-06-28 | 1 | -25/+25 |
|\ \ \ | | | | | | | | | DOC: Update performance numbers for PCG64 | ||||
| * | | | DOC: Update performance numbers | Kevin Sheppard | 2019-06-28 | 1 | -25/+25 |
| | | | | | | | | | | | | | | | | Update PCG performance numbers using the code in #13858 | ||||
* | | | | ENH: np.random.default_gen() (#13840) | Robert Kern | 2019-06-28 | 3 | -11/+14 |
|/ / / | | | | | | | * ENH: Rename seed_seq argument to seed and replace Generator() with default_gen() | ||||
* | | | Merge pull request #13849 from rkern/doc/random-cleanups | Charles Harris | 2019-06-27 | 6 | -180/+289 |
|\ \ \ | | | | | | | | | DOC: np.random documentation cleanup and expansion. | ||||
| * | | | DOC: Make sure canonical numpy.random target is the index. | Robert Kern | 2019-06-27 | 2 | -2/+2 |
| | | | | |||||
| * | | | DOC: Use old title of np.random section | Robert Kern | 2019-06-27 | 1 | -2/+2 |
| | | | | |||||
| * | | | DOC: clean up examples. | Robert Kern | 2019-06-27 | 2 | -9/+10 |
| | | | | |||||
| * | | | DOC: fix reference links | mattip | 2019-06-27 | 2 | -21/+21 |
| | | | | |||||
| * | | | DOC: typo | Robert Kern | 2019-06-27 | 1 | -1/+1 |
| | | | | |||||
| * | | | DOC: Expand on the recommendations. | Robert Kern | 2019-06-27 | 1 | -2/+22 |
| | | | | |||||
| * | | | DOC: np.random documentation cleanup and expansion. | Robert Kern | 2019-06-27 | 5 | -155/+243 |
| | | | | |||||
* | | | | DOC: Update performance numbers | Kevin Sheppard | 2019-06-27 | 2 | -59/+72 |
|/ / / | | | | | | | | | | Update cross-platform performance numbers | ||||
* | | | DOC: remove note about `__array_ufunc__` being provisional for 1.17.0 | Ralf Gommers | 2019-06-26 | 1 | -4/+0 |
| | | | | | | | | | | | | | | | Other libraries are relying on this now, and the protocol has been stable since 1.13.0 | ||||
* | | | Merge pull request #13837 from mattip/seedsequence2 | Charles Harris | 2019-06-26 | 3 | -81/+80 |
|\ \ \ | | | | | | | | | MAINT, BUG: fixes from seedsequence | ||||
| * | | | DOC: fixup docs for current set of BitGenerators | mattip | 2019-06-26 | 3 | -81/+80 |
| | | | |