| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge pull request #6660 from wackywendell/usepath | Charles Harris | 2016-04-07 | 5 | -19/+174 |
|\ |
|
| * | ENH: Add support for pathlib.Path objects to save/load functions | Wendell Smith | 2016-04-06 | 5 | -19/+174 |
* | | Merge pull request #7518 from nforro/issue-7517 | Charles Harris | 2016-04-07 | 1 | -2/+2 |
|\ \ |
|
| * | | BUG: Extend glibc complex trig functions blacklist to glibc < 2.18. | Nikola Forró | 2016-04-06 | 1 | -2/+2 |
| |/ |
|
* | | BUG: Add bytes to numpy.sctypes in Python 3. | Antony Lee | 2016-04-07 | 2 | -5/+5 |
|/ |
|
* | BUG: MaskedArray.count treats negative axes incorrectly | Allan Haldane | 2016-04-05 | 2 | -1/+12 |
* | numpy.power(0, 0) should return 1 | Loïc Estève | 2016-04-05 | 2 | -4/+8 |
* | Merge pull request #7505 from ahaldane/fixup_7382 | Charles Harris | 2016-04-04 | 1 | -1/+2 |
|\ |
|
| * | MAIN: fix to #7382, make scl in np.average writeable | Allan Haldane | 2016-04-04 | 1 | -1/+2 |
* | | Merge pull request #7508 from endolith/vectorize | Charles Harris | 2016-04-04 | 2 | -0/+8 |
|\ \ |
|
| * | | DOC: link frompyfunc and vectorize | endolith | 2016-04-04 | 2 | -0/+8 |
* | | | Merge pull request #7504 from ahaldane/keepdims_doc_arr | Charles Harris | 2016-04-04 | 1 | -8/+8 |
|\ \ \
| |/ /
|/| | |
|
| * | | DOC: remove "arr" from keepdims docstrings | Allan Haldane | 2016-04-04 | 1 | -8/+8 |
| |/ |
|
* | | Merge pull request #5706 from ahaldane/ma_methods_args | seberg | 2016-04-04 | 3 | -354/+352 |
|\ \ |
|
| * | | TST: Unit tests for new kwd args in MA methods | Allan Haldane | 2016-04-04 | 1 | -2/+90 |
| * | | ENH: update MA average, median | Allan Haldane | 2016-04-04 | 1 | -88/+61 |
| * | | ENH: add extra kwargs and update doc of many MA methods | Allan Haldane | 2016-04-04 | 1 | -264/+201 |
| |/ |
|
* | | STY: PEP8, two blank lines between top level function definitions. | Charles Harris | 2016-04-04 | 1 | -1/+22 |
* | | MAINT: Remove nose.SkipTest import. | Charles Harris | 2016-04-04 | 1 | -11/+3 |
* | | Merge pull request #7406 from lesteve/memmap-ufunc-return-ndarray | ahaldane | 2016-04-04 | 2 | -1/+69 |
|\ \
| |/
|/| |
|
| * | FIX ufunc called on memmap return a ndarray | Loïc Estève | 2016-04-04 | 2 | -1/+69 |
* | | Merge pull request #7496 from ewmoore/int_array_power | Jaime | 2016-04-03 | 2 | -3/+28 |
|\ \ |
|
| * | | BUG: don't use pow for integer power ufunc loops. | Eric Moore | 2016-03-31 | 2 | -3/+28 |
* | | | ENH: Allow rolling multiple axes at the same time. | Antony Lee | 2016-04-02 | 2 | -22/+82 |
|/ / |
|
* | | Faster real_if_close. | Antony Lee | 2016-03-30 | 1 | -1/+1 |
|/ |
|
* | BUG: Fix segfault in PyArray_OrderConverter | Simon Gibbons | 2016-03-29 | 2 | -0/+11 |
* | BUG: more on inplace reductions, fixes #615 | Jaime Fernandez | 2016-03-27 | 1 | -28/+38 |
* | BUG: segfault inplace object reduceat, fixes #7465 | Jaime Fernandez | 2016-03-27 | 2 | -2/+37 |
* | Merge pull request #7463 from seberg/array-too-large | Jaime | 2016-03-26 | 4 | -25/+40 |
|\ |
|
| * | MAINT: Rename size and sd to nbytes in NewFromDescr_int | Sebastian Berg | 2016-03-26 | 3 | -24/+22 |
| * | BUG: fix array too big error for wide dtypes. | Sebastian Berg | 2016-03-26 | 2 | -4/+21 |
* | | Merge pull request #7421 from pwolfram/nancumsumprod | Stephan Hoyer | 2016-03-26 | 2 | -16/+245 |
|\ \ |
|
| * | | ENH: adds np.nancumsum and np.nancumprod | Phillip J. Wolfram | 2016-03-24 | 2 | -16/+245 |
* | | | Merge pull request #7456 from jaimefrio/reshape_segfault | seberg | 2016-03-25 | 2 | -56/+52 |
|\ \ \ |
|
| * | | | BUG: int overflow in reshape, fixes #7455, fixes #7293 | Jaime Fernandez | 2016-03-25 | 2 | -56/+52 |
* | | | | Merge pull request #7439 from seberg/gh-7428 | Charles Harris | 2016-03-24 | 2 | -10/+58 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | BUG: Do not try sequence repeat unless necessary | Sebastian Berg | 2016-03-20 | 2 | -10/+58 |
* | | | | Merge pull request #7229 from ewmoore/__complex__ | seberg | 2016-03-23 | 2 | -0/+115 |
|\ \ \ \ |
|
| * | | | | TST: also test cases that should fail in __complex__ | Eric Moore | 2016-03-23 | 1 | -0/+22 |
| * | | | | BUG: Don't allow converions of S or U arrays in __complex__ | Eric Moore | 2016-03-22 | 2 | -12/+2 |
| * | | | | ENH: implement __complex__ | Eric Moore | 2016-03-22 | 2 | -0/+103 |
| | |_|/
| |/| | |
|
* | | | | Merge pull request #7447 from ewmoore/scalar_neg_power | Charles Harris | 2016-03-22 | 2 | -2/+22 |
|\ \ \ \ |
|
| * | | | | BUG: scalar integer negative powers gave wrong results. | Eric Moore | 2016-03-22 | 2 | -2/+22 |
| |/ / / |
|
* | | | | DOC: array link to full and full_like instead of fill | Michael Seifert | 2016-03-22 | 1 | -1/+1 |
|/ / / |
|
* | | | Merge pull request #7445 from jaimefrio/bincount_leak | seberg | 2016-03-22 | 2 | -16/+29 |
|\ \ \ |
|
| * | | | BUG: reference count leak in bincount, fixes #6805 | Jaime Fernandez | 2016-03-21 | 1 | -12/+10 |
| * | | | TST: check reference counts of dtypes after calling bincount | Jaime Fernandez | 2016-03-21 | 1 | -4/+19 |
* | | | | Merge pull request #7325 from gfyoung/wrapit_keyword | Nathaniel J. Smith | 2016-03-22 | 1 | -111/+43 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | BUG: Improve compatibility to account for slightly different signatures | gfyoung | 2016-03-21 | 1 | -106/+35 |
| * | | | BUG, MAINT: Use keyword args internally in fromnumeric.py | gfyoung | 2016-03-20 | 1 | -37/+40 |