summaryrefslogtreecommitdiff
path: root/doc
Commit message (Expand)AuthorAgeFilesLines
...
| * | | 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
| | * | module name is specified as numpy.core.defchararrayshekharrajak2019-06-211-3/+2
| * | | Merge pull request #13819 from ivirshup/patch-2Charles Harris2019-06-231-1/+1
| |\ \ \
| | * | | DOC: fix default __array_priority__ in ufunc docsIsaac Virshup2019-06-221-1/+1
| * | | | Fix typoMin ho Kim2019-06-236-20/+20
| |/ / /
| * | | Merge pull request #13781 from Nodd/patch-1Charles Harris2019-06-211-8/+6
| |\ \ \ | | |/ / | |/| |
| | * | Update imports and systematic skip/failJoseph Martinot-Lagarde2019-06-171-4/+3
| | * | DOC: Update TESTS.rst.txt for pytestJoseph Martinot-Lagarde2019-06-141-6/+5
| | |/
| * | Merge pull request #13791 from mattip/remove-dSFMTCharles Harris2019-06-206-51/+5
| |\ \
| | * | MAINT: remove dSFMTmattip2019-06-166-51/+5
| | |/
| * | Merge pull request #13767 from kritisingh1/attributesMatti Picus2019-06-181-0/+1
| |\ \
| | * | DOC: Adds examples for dtype attributeskritisingh12019-06-171-0/+1
| * | | [WIP] DOC : Refactor C-API -- Python Types and C structures (#13746)Kriti Singh2019-06-171-40/+82
| | |/ | |/|
| * | Merge pull request #13708 from eric-wieser/deprecate-nonzeroMatti Picus2019-06-131-0/+7
| |\ \
| | * | DEP: Deprecate nonzero(0d) in favor of calling atleast_1d explicitlyEric Wieser2019-06-041-0/+7
| * | | BUG: ensure that casting to/from structured is properly checked.Marten van Kerkwijk2019-06-121-0/+6
| * | | DOC: update test guidelines document to use pytest for skipif (#13760)Chuanzhu Xu2019-06-121-1/+1
| * | | BUG: ensure i0 does not change the shape.Marten van Kerkwijk2019-06-121-0/+11
| * | | Merge pull request #13744 from WarrenWeckesser/update-cstyleMatti Picus2019-06-111-9/+3
| |\ \ \
| | * | | DOC: Update the C style guide for C99.Warren Weckesser2019-06-101-9/+3
| * | | | Merge pull request #13729 from mattip/merge-filesSebastian Berg2019-06-104-120/+147
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | DOC: add a NumPyC syntax format that accepts our preprocessor @TYPE@ macrosmattip2019-06-103-10/+24
| | * | | DOC: Merge together DISTUTILS.rst.txt#template-files" and distutils.rst#conve...aashuli2019-06-102-117/+130
| * | | | Merge pull request #13222 from kritisingh1/patch1Matti Picus2019-06-101-6/+0
| |\ \ \ \
| | * | | | fix testskritisingh12019-06-071-0/+7
| | * | | | DOC: Document/ Deprecate functions exposed in numpy namespacekritisingh12019-03-302-13/+0
| * | | | | ENH: Allow dtype objects to be indexed with multiple fields at once (#10417)Eric Wieser2019-06-071-0/+17
| | |/ / / | |/| | |
| * | | | Merge pull request #13205 from vrindaaa/issue-12632Matti Picus2019-06-071-35/+10
| |\ \ \ \