summaryrefslogtreecommitdiff
path: root/doc
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \
| * | 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
* | | | Merge pull request #13692 from oribro/capi-scanfunc-fromstr-update-docMatti Picus2019-06-061-10/+11
|\ \ \ \
| * | | | DOC: Update C-API documentation of scanfunc, fromstrOri Broda2019-06-031-10/+11
| |/ / /
* | | | ENH: pathlib support for fromfile(), .tofile() and .dump() (#12915)sorenrasmussenai2019-06-041-0/+5
|/ / /
* | | Merge pull request #13693 from eric-wieser/const-correct-APIMatti Picus2019-06-013-18/+29
|\ \ \
| * | | ENH: Pass input strides and dimensions by pointer to constEric Wieser2019-06-013-18/+29
* | | | ENH: Add 'offset' keyword to 'numpy.fromfile()' (#12971)fivemok2019-06-011-1/+6
|/ / /
* | | 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-316-11/+11
* | | | 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 #13633 from shoyer/nep-18-subclass-warningCharles Harris2019-05-301-4/+12
|\ \ \ \
| * | | | DOC: caution against relying upon NumPy's implementation in subclassesStephan Hoyer2019-05-261-4/+12
| |/ / /
* | | | DOC: Fix rst markup in RELEASE_WALKTHROUGH.Charles Harris2019-05-291-5/+7
* | | | Merge pull request #13660 from charris/post-1.16.4-updateMatti Picus2019-05-294-4/+151
|\ \ \ \
| * | | | DOC: Updates following NumPy 1.16.4 release.Charles Harris2019-05-284-4/+151
| |/ / /
* | | | Merge pull request #13163 from mattip/randomgenSebastian Berg2019-05-2826-97/+1436
|\ \ \ \
| * | | | 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
| * | | | merge master into branchmattip2019-05-222-29/+44
| |\ \ \ \
| * | | | | MAINT: remove threefry32, xoroshiro128, xorshift1024 BitGeneratorsmattip2019-05-206-138/+8
| * | | | | MAINT: Implement API changes for randomgen-derived codemattip2019-05-2027-579/+354
| * | | | | 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
| * | | | | BUILD: move files out of _randomgenmattip2019-05-2027-7/+1663
* | | | | | Merge pull request #13377 from kritisingh1/macrosMatti Picus2019-05-281-0/+19
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | DOC: Add missing macros to C API documentationkritisingh12019-05-121-0/+19
* | | | | | Merge pull request #13326 from anntzer/shape-1-fieldsEric Wieser2019-05-261-0/+10
|\ \ \ \ \ \
| * | | | | | Deprecate collapsing shape-1 dtype fields to scalars.Antony Lee2019-05-241-0/+10
* | | | | | | DOC: note support for NUMPY_EXPERIMENTAL_ARRAY_FUNCTION=0Stephan Hoyer2019-05-251-6/+9