summaryrefslogtreecommitdiff
path: root/doc
Commit message (Expand)AuthorAgeFilesLines
* MAINT: Update mailmap and changelog for 1.17.0Charles Harris2019-07-261-3/+19
* DOC: Improve quickstart documentation of new random Generator.Oleksandr Pavlyk2019-07-171-2/+3
* DOC: Prepare 1.17.0rc2 release.Charles Harris2019-07-151-3/+21
* Merge pull request #13993 from seberg/issue-13929-2Matti Picus2019-07-151-0/+6
|\
| * DEP: Speed up WarnOnWrite deprecation in buffer interfaceSebastian Berg2019-07-141-0/+6
* | Merge pull request #14001 from charris/backport-13985Charles Harris2019-07-141-0/+12
|\ \
| * | DOC: show workaround for backward compatibilitymattip2019-07-141-0/+12
* | | 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-143-15/+13
* | | rephraseDan Allan2019-07-141-2/+6
* | | Add __array_function__ to user reference.Dan Allan2019-07-141-0/+115
|/ /
* | Merge pull request #13893 from mattip/links-in-release-notesCharles Harris2019-07-142-126/+145
|\ \ | |/ |/|
| * DOC: fix links in 1.17 release notemattip2019-07-132-126/+145
* | Merge pull request #13971 from mattip/backport-13945Matti Picus2019-07-132-7/+27
|\ \
| * | DOC: emphasize random API changesmattip2019-07-132-7/+27
| |/
* | DOC: Update recommended Cython version to 0.29.11.Charles Harris2019-07-021-2/+2
|/
* DOC: Prepare for 1.17.0rc1 release.Charles Harris2019-06-302-59/+744
* ENH: Rename default_gen to default_rngRobert Kern2019-06-293-9/+9
* ENH: Deprecate writeable broadcast_array (#12609)Matti Picus2019-06-281-0/+26
* Merge pull request #13859 from bashtage/update-perf-pcgCharles Harris2019-06-281-25/+25
|\
| * DOC: Update performance numbersKevin Sheppard2019-06-281-25/+25
* | ENH: np.random.default_gen() (#13840)Robert Kern2019-06-283-11/+14
|/
* Merge pull request #13849 from rkern/doc/random-cleanupsCharles Harris2019-06-276-180/+289
|\
| * 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
| * DOC: clean up examples.Robert Kern2019-06-272-9/+10
| * DOC: fix reference linksmattip2019-06-272-21/+21
| * DOC: typoRobert Kern2019-06-271-1/+1
| * DOC: Expand on the recommendations.Robert Kern2019-06-271-2/+22
| * DOC: np.random documentation cleanup and expansion.Robert Kern2019-06-275-155/+243
* | DOC: Update performance numbersKevin Sheppard2019-06-272-59/+72
|/
* DOC: remove note about `__array_ufunc__` being provisional for 1.17.0Ralf Gommers2019-06-261-4/+0
* Merge branch 'master' into force-zip64Charles Harris2019-06-2649-631/+2136
|\
| * Merge pull request #13837 from mattip/seedsequence2Charles Harris2019-06-263-81/+80
| |\
| | * DOC: fixup docs for current set of BitGeneratorsmattip2019-06-263-81/+80
| * | DOC: Add SFC64 to the documentation.Robert Kern2019-06-252-0/+29
| * | DOC: Update benchmark codes to match current set.Robert Kern2019-06-251-2/+2
| |/
| * Merge pull request #13780 from mattip/seedsequenceCharles Harris2019-06-257-44/+87
| |\
| | * MAINT: remove leftover files, fix docsmattip2019-06-262-4/+3
| | * ENH: use SeedSequence to generate entropy for seedingmattip2019-06-266-40/+84
| * | Merge pull request #13830 from mwtoews/toxCharles Harris2019-06-251-2/+2
| |\ \ | | |/ | |/|
| | * MAINT: Update tox for supported Python versionsMike Taves2019-06-261-2/+2
| * | MAINT: remove xoshiro* BitGeneratorsmattip2019-06-2611-115/+27
| * | MAINT: remove ThreeFry BitGeneratormattip2019-06-252-37/+0
| * | MAINT: remove pcg32 BitGeneratormattip2019-06-252-35/+0
| * | Merge pull request #13803 from Shekharrajak/13778_string_operation_docsMatti Picus2019-06-251-4/+6
| |\ \ | | |/ | |/|
| | * current module is changed from numpy.core.defchararray to numpy.charshekharrajak2019-06-251-3/+3
| | * numpy.core.defchararray is replaced with numpy.char moduleshekharrajak2019-06-241-1/+3
| | * minor change - line length < 80 and The before module name addedshekharrajak2019-06-211-2/+3