Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | | | | | BUG/ENH: Create npy format 3.0 | Eric Wieser | 2019-05-07 | 3 | -15/+66 | |
| * | | | | | | | | | | | | MAINT: Simplify computation of npy format headers | Eric Wieser | 2019-05-07 | 1 | -49/+52 | |
* | | | | | | | | | | | | | Merge pull request #13570 from kritisingh1/duplicate | Matti Picus | 2019-05-19 | 2 | -41/+19 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / / |/| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | DOC: Remove duplicate documentation of the PyArray_SimpleNew family of functions | kritisingh1 | 2019-05-18 | 2 | -41/+19 | |
| | |_|_|_|_|_|_|/ / / / | |/| | | | | | | | | | | ||||||
* | | | | | | | | | | | | Merge pull request #13389 from shoyer/implement-numpy-implementation | Stephan Hoyer | 2019-05-18 | 5 | -10/+65 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / / / |/| | | | | | | | | | | | ||||||
| * | | | | | | | | | | | Merge branch 'master' into implement-numpy-implementation | Stephan Hoyer | 2019-05-13 | 98 | -809/+2200 | |
| |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | Rename to __skip_array_function__ | Stephan Hoyer | 2019-05-10 | 5 | -14/+14 | |
| * | | | | | | | | | | | | MNT: fix failure on Python 3.5 | Stephan Hoyer | 2019-04-22 | 1 | -2/+5 | |
| * | | | | | | | | | | | | ENH: implement __numpy_implementation__ attribute for NEP-18 | Stephan Hoyer | 2019-04-22 | 5 | -10/+62 | |
* | | | | | | | | | | | | | Merge pull request #13571 from Bharat123rox/view | Matti Picus | 2019-05-16 | 1 | -2/+1 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | Make wording changes according to @mattip | Bharat123rox | 2019-05-16 | 1 | -2/+1 | |
| * | | | | | | | | | | | | | DOC: Mention that expand_dims returns a view | Bharat123rox | 2019-05-16 | 1 | -1/+1 | |
* | | | | | | | | | | | | | | Merge pull request #13520 from r-devulap/issue13512 | Matti Picus | 2019-05-15 | 3 | -14/+57 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | TEST: changing range(6) to range(1,7) to avoid failure in reciprocal test | Raghuveer Devulapalli | 2019-05-15 | 2 | -2/+9 | |
| * | | | | | | | | | | | | | | BUG: exp, log AVX loops do not use steps | Raghuveer Devulapalli | 2019-05-15 | 2 | -14/+25 | |
| * | | | | | | | | | | | | | | TEST: add test for non-contiguous input to ufuncs | mattip | 2019-05-15 | 1 | -0/+25 | |
* | | | | | | | | | | | | | | | Merge pull request #13544 from eric-wieser/empty-broadcast | Matti Picus | 2019-05-15 | 3 | -15/+22 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | ENH: Allow broadcast to be called with zero arguments | Eric Wieser | 2019-05-12 | 3 | -15/+22 | |
| | |_|_|_|_|/ / / / / / / / / | |/| | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | | Merge pull request #13503 from fruchart/matmul-object | Matti Picus | 2019-05-15 | 5 | -11/+134 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | Release notes. | Michel Fruchart | 2019-05-13 | 1 | -0/+9 | |
| * | | | | | | | | | | | | | | | Explain and revise exception tests. | Michel Fruchart | 2019-05-12 | 1 | -2/+7 | |
| * | | | | | | | | | | | | | | | Check for NULL. | Michel Fruchart | 2019-05-12 | 1 | -0/+3 | |
| * | | | | | | | | | | | | | | | Update numpy/core/src/umath/matmul.c.src | Michel Fruchart | 2019-05-12 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | | | Update numpy/core/src/umath/matmul.c.src | Michel Fruchart | 2019-05-12 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | | | Additional tests. | Michel Fruchart | 2019-05-12 | 1 | -1/+20 | |
| * | | | | | | | | | | | | | | | Return zero for empty sums and further cleanup. | Michel Fruchart | 2019-05-12 | 1 | -22/+23 | |
| * | | | | | | | | | | | | | | | Tests for matmul with object arrays. | Michel Fruchart | 2019-05-10 | 1 | -4/+26 | |
| * | | | | | | | | | | | | | | | Check for NULL and cleanup the code for matmul for objects. | Michel Fruchart | 2019-05-10 | 1 | -24/+37 | |
| * | | | | | | | | | | | | | | | ENH: Support object arrays in matmul | Michel Fruchart | 2019-05-08 | 3 | -7/+58 | |
* | | | | | | | | | | | | | | | | Merge pull request #13397 from Bharat123rox/fix-genfromtxt | Matti Picus | 2019-05-15 | 1 | -0/+10 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | Complete the example | Bharat123rox | 2019-05-12 | 1 | -0/+2 | |
| * | | | | | | | | | | | | | | | Add suggested example | Bharat123rox | 2019-05-12 | 1 | -5/+9 | |
| * | | | | | | | | | | | | | | | Merge upstream branch 'master' of https://github.com/numpy/numpy into fix-gen... | Bharat123rox | 2019-05-12 | 83 | -711/+1899 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|/ / / / / / / / / / / / | | |/| | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | Clarify deletechars in docs | Bharat123rox | 2019-04-24 | 1 | -2/+5 | |
| * | | | | | | | | | | | | | | | Resolve confusion regarding hashtag in header line of csv | Bharat123rox | 2019-04-24 | 1 | -0/+1 | |
* | | | | | | | | | | | | | | | | Merge pull request #13239 from parulagg27/doc-minor-fixes | Matti Picus | 2019-05-15 | 2 | -20/+20 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|/ / / / |/| | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | made required changes | parul | 2019-04-11 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | | | made required changes | parul | 2019-04-07 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | | | minor fixes | parul | 2019-04-06 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | | | Changed wordings (trunk -> master,etc.) in HOWTO_RELEASE file | parul | 2019-04-06 | 1 | -4/+4 | |
| * | | | | | | | | | | | | | | | Made required changes to C_STYLE_GUIDE file | parul | 2019-04-06 | 1 | -4/+4 | |
| * | | | | | | | | | | | | | | | DOC-minor fixes | parul | 2019-04-02 | 2 | -21/+21 | |
* | | | | | | | | | | | | | | | | Merge pull request #12519 from eric-wieser/clip-ufunc | Tyler Reddy | 2019-05-15 | 22 | -218/+526 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ / / / / / / / |/| | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | MAINT: reviewer adjustments re: AVX | Tyler Reddy | 2019-05-15 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | | | DOC: Add release note | Eric Wieser | 2019-05-14 | 2 | -1/+26 | |
| * | | | | | | | | | | | | | | | BUG: Restore the old non-object behavior for min > max | Eric Wieser | 2019-05-14 | 4 | -9/+9 | |
| * | | | | | | | | | | | | | | | MAINT: address reviewer comments | Tyler Reddy | 2019-05-14 | 4 | -9/+116 | |
| * | | | | | | | | | | | | | | | ENH/DEP: Use a ufunc under the hood for ndarray.clip | Eric Wieser | 2019-05-14 | 19 | -212/+388 | |
|/ / / / / / / / / / / / / / / | ||||||
* | | | | | | | | | | | | | | | Merge pull request #13550 from charris/register-markers | Matti Picus | 2019-05-13 | 2 | -4/+7 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | TST: Register markers in conftest.py. | Charles Harris | 2019-05-13 | 2 | -4/+7 | |
| | |_|_|_|_|_|/ / / / / / / / | |/| | | | | | | | | | | | | |