summaryrefslogtreecommitdiff
path: root/doc/source
Commit message (Expand)AuthorAgeFilesLines
...
* | | | 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
* | | DOC: fix default __array_priority__ in ufunc docsIsaac Virshup2019-06-221-1/+1
|/ /
* | 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 #13729 from mattip/merge-filesSebastian Berg2019-06-102-99/+18
|\ \
| * | DOC: add a NumPyC syntax format that accepts our preprocessor @TYPE@ macrosmattip2019-06-101-0/+17
| * | DOC: Merge together DISTUTILS.rst.txt#template-files" and distutils.rst#conve...aashuli2019-06-101-99/+1
* | | Merge pull request #13222 from kritisingh1/patch1Matti Picus2019-06-101-6/+0
|\ \ \ | |/ / |/| |
| * | DOC: Document/ Deprecate functions exposed in numpy namespacekritisingh12019-03-301-6/+0
* | | Merge pull request #13205 from vrindaaa/issue-12632Matti Picus2019-06-071-35/+10
|\ \ \
| * | | Removing references from C-API documentation which don't existVrinda Narayan2019-04-021-35/+10
* | | | Merge pull request #13704 from kritisingh1/dimsMatti Picus2019-06-071-1/+1
|\ \ \ \ | |_|_|/ |/| | |
| * | | DOC: Mention PyArray_DIMS can be NULLkritisingh12019-06-071-1/+1
* | | | DOC: Update C-API documentation of scanfunc, fromstrOri Broda2019-06-031-10/+11
|/ / /
* | | ENH: Pass input strides and dimensions by pointer to constEric Wieser2019-06-012-18/+19
* | | Merge pull request #13665 from bashtage/rkern-pcg-patchMatti Picus2019-05-311-0/+69
|\ \ \
| * | | DOC: Add cross-platform performanceKevin Sheppard2019-05-311-0/+69
* | | | MAINT: Misc. typo fixes (#13664)luzpaz2019-05-314-9/+9
* | | | Merge pull request #13649 from kritisingh1/referenceMatti Picus2019-05-311-5/+7
|\ \ \ \ | |/ / / |/| | |
| * | | DOC: Mention PyArray_GetField steals a referencekritisingh12019-05-311-5/+7
* | | | Merge pull request #13660 from charris/post-1.16.4-updateMatti Picus2019-05-291-0/+1
|\ \ \ \
| * | | | DOC: Updates following NumPy 1.16.4 release.Charles Harris2019-05-281-0/+1
| |/ / /
* | | | Merge pull request #13163 from mattip/randomgenSebastian Berg2019-05-2823-91/+1429
|\ \ \ \
| * | | | Revert "MAINT: Implement API changes for randomgen-derived code"Kevin Sheppard2019-05-279-76/+158
| * | | | MAINT: Remove remnants of bit generatorsKevin Sheppard2019-05-276-98/+93
| * | | | MAINT: remove threefry32, xoroshiro128, xorshift1024 BitGeneratorsmattip2019-05-206-138/+8
| * | | | MAINT: Implement API changes for randomgen-derived codemattip2019-05-2025-532/+308
| * | | | ENH: Add closed generator to randintKevin Sheppard2019-05-205-153/+3
| * | | | DOC: tighten up documentation, add a table of comparisonmattip2019-05-206-75/+169
| * | | | MAINT: remove legacy, refactor legacy -> mtrand in docsmattip2019-05-203-51/+64
| * | | | BUG: __dealloc__ can be called without __init__ in some error modesmattip2019-05-2025-140/+146
| * | | | BENCH: convert bencmarks to asv formatmattip2019-05-204-79/+76
| * | | | BUG: Correct handling of nansKevin Sheppard2019-05-201-1/+1