summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | | | BUG/ENH: Create npy format 3.0Eric Wieser2019-05-073-15/+66
| * | | | | | | | | | | | MAINT: Simplify computation of npy format headersEric Wieser2019-05-071-49/+52
* | | | | | | | | | | | | Merge pull request #13570 from kritisingh1/duplicateMatti Picus2019-05-192-41/+19
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / / |/| | | | | | | | | | | |
| * | | | | | | | | | | | DOC: Remove duplicate documentation of the PyArray_SimpleNew family of functionskritisingh12019-05-182-41/+19
| | |_|_|_|_|_|_|/ / / / | |/| | | | | | | | | |
* | | | | | | | | | | | Merge pull request #13389 from shoyer/implement-numpy-implementationStephan Hoyer2019-05-185-10/+65
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / / / |/| | | | | | | | | | |
| * | | | | | | | | | | Merge branch 'master' into implement-numpy-implementationStephan Hoyer2019-05-1398-809/+2200
| |\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Rename to __skip_array_function__Stephan Hoyer2019-05-105-14/+14
| * | | | | | | | | | | | MNT: fix failure on Python 3.5Stephan Hoyer2019-04-221-2/+5
| * | | | | | | | | | | | ENH: implement __numpy_implementation__ attribute for NEP-18Stephan Hoyer2019-04-225-10/+62
* | | | | | | | | | | | | Merge pull request #13571 from Bharat123rox/viewMatti Picus2019-05-161-2/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | Make wording changes according to @mattipBharat123rox2019-05-161-2/+1
| * | | | | | | | | | | | | DOC: Mention that expand_dims returns a viewBharat123rox2019-05-161-1/+1
* | | | | | | | | | | | | | Merge pull request #13520 from r-devulap/issue13512Matti Picus2019-05-153-14/+57
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | TEST: changing range(6) to range(1,7) to avoid failure in reciprocal testRaghuveer Devulapalli2019-05-152-2/+9
| * | | | | | | | | | | | | | BUG: exp, log AVX loops do not use stepsRaghuveer Devulapalli2019-05-152-14/+25
| * | | | | | | | | | | | | | TEST: add test for non-contiguous input to ufuncsmattip2019-05-151-0/+25
* | | | | | | | | | | | | | | Merge pull request #13544 from eric-wieser/empty-broadcastMatti Picus2019-05-153-15/+22
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | ENH: Allow broadcast to be called with zero argumentsEric Wieser2019-05-123-15/+22
| | |_|_|_|_|/ / / / / / / / / | |/| | | | | | | | | | | | |
* | | | | | | | | | | | | | | Merge pull request #13503 from fruchart/matmul-objectMatti Picus2019-05-155-11/+134
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | Release notes.Michel Fruchart2019-05-131-0/+9
| * | | | | | | | | | | | | | | Explain and revise exception tests.Michel Fruchart2019-05-121-2/+7
| * | | | | | | | | | | | | | | Check for NULL.Michel Fruchart2019-05-121-0/+3
| * | | | | | | | | | | | | | | Update numpy/core/src/umath/matmul.c.srcMichel Fruchart2019-05-121-1/+1
| * | | | | | | | | | | | | | | Update numpy/core/src/umath/matmul.c.srcMichel Fruchart2019-05-121-1/+1
| * | | | | | | | | | | | | | | Additional tests.Michel Fruchart2019-05-121-1/+20
| * | | | | | | | | | | | | | | Return zero for empty sums and further cleanup.Michel Fruchart2019-05-121-22/+23
| * | | | | | | | | | | | | | | Tests for matmul with object arrays.Michel Fruchart2019-05-101-4/+26
| * | | | | | | | | | | | | | | Check for NULL and cleanup the code for matmul for objects.Michel Fruchart2019-05-101-24/+37
| * | | | | | | | | | | | | | | ENH: Support object arrays in matmulMichel Fruchart2019-05-083-7/+58
* | | | | | | | | | | | | | | | Merge pull request #13397 from Bharat123rox/fix-genfromtxtMatti Picus2019-05-151-0/+10
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / / / / / / |/| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | Complete the exampleBharat123rox2019-05-121-0/+2
| * | | | | | | | | | | | | | | Add suggested exampleBharat123rox2019-05-121-5/+9
| * | | | | | | | | | | | | | | Merge upstream branch 'master' of https://github.com/numpy/numpy into fix-gen...Bharat123rox2019-05-1283-711/+1899
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|/ / / / / / / / / / / / | | |/| | | | | | | | | | | | |
| * | | | | | | | | | | | | | | Clarify deletechars in docsBharat123rox2019-04-241-2/+5
| * | | | | | | | | | | | | | | Resolve confusion regarding hashtag in header line of csvBharat123rox2019-04-241-0/+1
* | | | | | | | | | | | | | | | Merge pull request #13239 from parulagg27/doc-minor-fixesMatti Picus2019-05-152-20/+20
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|/ / / / |/| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | made required changesparul2019-04-111-1/+1
| * | | | | | | | | | | | | | | made required changesparul2019-04-071-1/+1
| * | | | | | | | | | | | | | | minor fixesparul2019-04-061-1/+1
| * | | | | | | | | | | | | | | Changed wordings (trunk -> master,etc.) in HOWTO_RELEASE fileparul2019-04-061-4/+4
| * | | | | | | | | | | | | | | Made required changes to C_STYLE_GUIDE fileparul2019-04-061-4/+4
| * | | | | | | | | | | | | | | DOC-minor fixesparul2019-04-022-21/+21
* | | | | | | | | | | | | | | | Merge pull request #12519 from eric-wieser/clip-ufuncTyler Reddy2019-05-1522-218/+526
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ / / / / / / / |/| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | MAINT: reviewer adjustments re: AVXTyler Reddy2019-05-151-1/+1
| * | | | | | | | | | | | | | | DOC: Add release noteEric Wieser2019-05-142-1/+26
| * | | | | | | | | | | | | | | BUG: Restore the old non-object behavior for min > maxEric Wieser2019-05-144-9/+9
| * | | | | | | | | | | | | | | MAINT: address reviewer commentsTyler Reddy2019-05-144-9/+116
| * | | | | | | | | | | | | | | ENH/DEP: Use a ufunc under the hood for ndarray.clipEric Wieser2019-05-1419-212/+388
|/ / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | Merge pull request #13550 from charris/register-markersMatti Picus2019-05-132-4/+7
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | TST: Register markers in conftest.py.Charles Harris2019-05-132-4/+7
| | |_|_|_|_|_|/ / / / / / / / | |/| | | | | | | | | | | | |