summaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* DOC: Array API : Directory restructure and code cleanup (#14010)Kriti Singh2019-07-2211-39/+40
| | | | | | * Minor improvements in Array API docs * Directory restruture
* Merge pull request #13990 from mattip/fix-make-distSebastian Berg2019-07-171-17/+18
|\ | | | | BUILD: adapt "make version-check" to "make dist"
| * BUILD: adapt "make version-check" to "make dist"mattip2019-07-141-17/+18
| |
* | Merge pull request #14028 from IntelPython/fix-typoMatti Picus2019-07-171-2/+3
|\ \ | | | | | | DOC: Improve quickstart documentation of new random Generator
| * | edited opening statement per PR feedbackOleksandr Pavlyk2019-07-171-2/+3
| | |
| * | fixed likely type in the quick start opening sentence of devdoc referenceOleksandr Pavlyk2019-07-161-1/+1
| | |
* | | DOC:Link between the two indexing documentation pagesSamesh2019-07-171-0/+1
| | | | | | | | | | | | Prettify see also directive
* | | DOC:Link between the two indexing documentation pagesSamesh2019-07-162-2/+2
| | | | | | | | | | | | Fix linking error
* | | DOC:Link between the two indexing documentation pagesSamesh2019-07-162-2/+2
| | | | | | | | | | | | Fixed linking error
* | | DOC:Link between the two indexing documentation pagesSamesh2019-07-162-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/udepMatti Picus2019-07-151-22/+0
|\ \ | | | | | | [DOC] Remove unused/deprecated functions
| * | [DOC] Remove unused/deprecated functionskritisingh12019-07-151-22/+0
| | |
* | | Merge pull request #13985 from mattip/doc-howCharles Harris2019-07-141-0/+12
|\ \ \ | | | | | | | | DOC: show workaround for backward compatibility
| * | | DOC: show workaround for backward compatibilitymattip2019-07-141-0/+12
| | |/ | |/|
* | | Merge pull request #13991 from mattip/doc-make-versionCharles Harris2019-07-141-7/+8
|\ \ \ | | | | | | | | DOC: emphasize need for matching numpy, git versions
| * | | DOC: emphasize need for matching numpy, git versionsmattip2019-07-141-7/+8
| |/ /
* | | Merge pull request #13979 from danielballan/array-function-high-level-docsCharles Harris2019-07-143-2/+133
|\ \ \ | |_|/ |/| | DOC: Document array_function at a higher level.
| * | Copy editingDan Allan2019-07-141-3/+3
| | |
| * | Restore old intro, add note at top.Dan Allan2019-07-141-4/+18
| | |
| * | Add new section of custom array containers.Dan Allan2019-07-133-15/+13
| | |
| * | rephraseDan Allan2019-07-131-2/+6
| | |
| * | Add __array_function__ to user reference.Dan Allan2019-07-131-0/+115
| | |
* | | Merge pull request #13766 from hameerabbasi/update-nep-templateMatti Picus2019-07-131-6/+23
|\ \ \ | |_|/ |/| | MAINT: Update NEP template.
| * | DOC: minor tweak to content and formatting of NEP template.Ralf Gommers2019-07-021-9/+15
| | | | | | | | | | | | | | | Removes a duplicate sentence and overlap between the "Motivation and Scope" and "Detailed implementation" sections.
| * | Address feedback by @rgommers.Hameer Abbasi2019-07-021-5/+12
| | |
| * | MAINT: Update NEP template.Hameer Abbasi2019-07-021-7/+11
| | |
* | | Merge pull request #13945 from mattip/random-diffCharles Harris2019-07-132-7/+27
|\ \ \ | |_|/ |/| | DOC, MAINT: emphasize random API changes, remove Generator.randint
| * | DOC: emphasize random API changesmattip2019-07-092-7/+27
| | |
* | | DOC:Update the description of set_printoptions in quickstart doc #13900 (#13948)Samesh Lakhotia2019-07-091-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 Naraghi2019-07-091-1/+1
|/ / | | | | Zero isn't positive, so the correct term should be "non-negative".
* | Merge pull request #13847 from kritisingh1/depMatti Picus2019-07-072-0/+20
|\ \ | | | | | | DOC: Adds documentation of functions exposed in numpy namespace
| * | Removes duplicated docs for python functionskritisingh12019-07-061-1/+2
| | |
| * | DOC: Adds documentation of functions exposed in numpy namespacekritisingh12019-06-272-0/+19
| | |
* | | DOC: Remove explicit .next method calls with built-in nextMSeifert042019-07-071-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-3Matti Picus2019-07-052-69/+81
|\ \ \ | |_|/ |/| | DOC : Refactor Array API documentation -- Array Structure and Data Access
| * | DOC: Refactor Array API documentation -- include missing references and cleanupkritisingh12019-07-052-65/+76
| | |
| * | DOC: Refactor Array API documentationkritisingh12019-06-301-4/+5
| | |
* | | Merge pull request #13799 from kritisingh1/linksMatti Picus2019-07-023-13/+20
|\ \ \ | | | | | | | | DOC: Fix unrendered links
| * | | DOC: Fix unrendered linkskritisingh12019-06-303-13/+20
| | | |
* | | | DOC: Add missing macros to C-API documentation (#13825)Kriti Singh2019-06-302-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 Harris2019-06-302-0/+44
| | | | | | | | | | | | | | | | | | | | | | | | - Create release notes. - Update pavement.py. - Update setup.py
* | | | DOC: Prepare for 1.17.0rc1 release.Charles Harris2019-06-302-59/+744
| |/ / |/| | | | | | | | | | | | | | | | | | | | - Update mailmap. - Edit release notes. - Create changelog. [ci skip]
* | | ENH: Rename default_gen to default_rngRobert Kern2019-06-293-9/+9
| | |
* | | ENH: Deprecate writeable broadcast_array (#12609)Matti Picus2019-06-281-0/+26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When the base is not an array (or generally when the flag of the base array was toggled), it is OK to allow setting the writeable flag to True, as long as any ancestor (especially the last one) is writeable. This commit also slightly change the behaviour of the base attribute. --- * ENH: Deprecate writeable broadcast_array * ENH: Make writeable flag enabling more reliable for non-array bases When the base is not an array (or generally when the flag of the base array was toggled), it is OK to allow setting the writeable flag to True, as long as any ancestor (especially the last one) is writeable. * Update doc/release/1.17.0-notes.rst Co-Authored-By: Sebastian Berg <sebastian@sipsolutions.net> * Update doc/release/1.17.0-notes.rst Co-Authored-By: Sebastian Berg <sebastian@sipsolutions.net> * Update numpy/lib/tests/test_stride_tricks.py Co-Authored-By: Sebastian Berg <sebastian@sipsolutions.net> * Update numpy/core/tests/test_multiarray.py Co-Authored-By: Sebastian Berg <sebastian@sipsolutions.net> * DOC: improve warning (from review)
* | | Merge pull request #13859 from bashtage/update-perf-pcgCharles Harris2019-06-281-25/+25
|\ \ \ | | | | | | | | DOC: Update performance numbers for PCG64
| * | | DOC: Update performance numbersKevin Sheppard2019-06-281-25/+25
| | | | | | | | | | | | | | | | Update PCG performance numbers using the code in #13858
* | | | ENH: np.random.default_gen() (#13840)Robert Kern2019-06-283-11/+14
|/ / / | | | | | | * ENH: Rename seed_seq argument to seed and replace Generator() with default_gen()
* | | Merge pull request #13849 from rkern/doc/random-cleanupsCharles Harris2019-06-276-180/+289
|\ \ \ | | | | | | | | DOC: np.random documentation cleanup and expansion.
| * | | DOC: Make sure canonical numpy.random target is the index.Robert Kern2019-06-272-2/+2
| | | |
| * | | DOC: Use old title of np.random sectionRobert Kern2019-06-271-2/+2
| | | |