Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | | BUG: Ensure that arr.ctypes works on arrays with overlapping fields | Eric Wieser | 2018-12-16 | 2 | -8/+40 | |
| * | | | | | | | | | BUG: Do not duplicate dtype objects when asked to keep the same dtype | Eric Wieser | 2018-12-16 | 1 | -1/+1 | |
* | | | | | | | | | | Merge pull request #12546 from mattip/dtype-err-check | Sebastian Berg | 2018-12-17 | 1 | -0/+9 | |
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / / |/| | | | | | | | | | ||||||
| * | | | | | | | | | BUG: check for errors after PyArray_DESCR_REPLACE | mattip | 2018-12-17 | 1 | -0/+9 | |
* | | | | | | | | | | Merge pull request #12544 from mattip/pypy-fixes2 | Charles Harris | 2018-12-16 | 4 | -7/+18 | |
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / |/| | | | | | | | | | ||||||
| * | | | | | | | | | BUG: be sure to set returned value to NULL | mattip | 2018-12-16 | 1 | -0/+1 | |
| * | | | | | | | | | MAINT: return Py_None not NULL | mattip | 2018-12-14 | 3 | -4/+7 | |
| * | | | | | | | | | BUG: fix from review | mattip | 2018-12-14 | 3 | -8/+3 | |
| * | | | | | | | | | BUG: fix refcount issue caused by #12524 | mattip | 2018-12-14 | 4 | -3/+15 | |
| |/ / / / / / / / | ||||||
* | | | | | | | | | Merge pull request #12571 from charris/revert-11721 | Charles Harris | 2018-12-16 | 5 | -105/+25 | |
|\ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / |/| | | | | | | | | ||||||
| * | | | | | | | | Revert "Merge pull request #11721 from eric-wieser/fix-9647" | Charles Harris | 2018-12-16 | 5 | -105/+25 | |
|/ / / / / / / / | ||||||
* | | | | | | | | Merge pull request #11721 from eric-wieser/fix-9647 | Charles Harris | 2018-12-16 | 5 | -25/+105 | |
|\ \ \ \ \ \ \ \ | | |/ / / / / / | |/| / / / / / | |_|/ / / / / |/| | | | | | | ||||||
| * | | | | | | MAINT: Use property decorators for clarity | Eric Wieser | 2018-11-04 | 1 | -8/+18 | |
| * | | | | | | BUG: Make `arr.ctypes.data` hold onto a reference to the underlying array | Eric Wieser | 2018-10-30 | 5 | -17/+87 | |
* | | | | | | | Merge pull request #12555 from juliantaylor/fix-avx | Charles Harris | 2018-12-16 | 1 | -46/+53 | |
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | | | ||||||
| * | | | | | | BUG: only override vector size for avx code | Julian Taylor | 2018-12-16 | 1 | -46/+53 | |
| | |_|/ / / | |/| | | | | ||||||
* | | | | | | Merge pull request #12554 from ahaldane/further_struct_doc_fixes | Charles Harris | 2018-12-15 | 2 | -8/+13 | |
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | | | ||||||
| * | | | | | DOC: more doc updates for structured arrays | Allan Haldane | 2018-12-15 | 2 | -8/+13 | |
|/ / / / / | ||||||
* | | | | | Merge pull request #12253 from tylerjereddy/enable_doctests | Charles Harris | 2018-12-14 | 55 | -2008/+3132 | |
|\ \ \ \ \ | |_|_|/ / |/| | | | | ||||||
| * | | | | MAINT: include recfunctions module | Tyler Reddy | 2018-12-14 | 3 | -1/+3 | |
| * | | | | MAINT: >>> # style cleanups requested | Tyler Reddy | 2018-12-14 | 3 | -13/+21 | |
| * | | | | MAINT: addressing review comments | Tyler Reddy | 2018-12-14 | 4 | -3/+4 | |
| * | | | | MAINT: revert numpy/lib/mixins to master branch status -- refguide passes in ... | Tyler Reddy | 2018-12-14 | 1 | -49/+52 | |
| * | | | | MAINT: clean up whitespace issues in mtrand.pyx. | Tyler Reddy | 2018-12-14 | 1 | -25/+25 | |
| * | | | | MAINT: matmul docstring marked with SKIP in some places until fixed | Tyler Reddy | 2018-12-14 | 1 | -4/+4 | |
| * | | | | MAINT: address several reviewer comments | Tyler Reddy | 2018-12-14 | 14 | -54/+59 | |
| * | | | | TST, DOC: enable refguide_check | Tyler Reddy | 2018-12-14 | 56 | -2078/+3183 | |
|/ / / / | ||||||
* | | | | Merge pull request #12534 from jturner314/fix-ellipsis-docs | Sebastian Berg | 2018-12-14 | 1 | -3/+4 | |
|\ \ \ \ | ||||||
| * | | | | DOC: Fix desc. of Ellipsis behavior in reference | Jim Turner | 2018-12-12 | 1 | -3/+4 | |
* | | | | | Merge pull request #12524 from mattip/pypy-cleanup | Charles Harris | 2018-12-13 | 5 | -21/+46 | |
|\ \ \ \ \ | ||||||
| * | | | | | MAINT: unify error messages | mattip | 2018-12-14 | 2 | -2/+2 | |
| * | | | | | STY: add space after "if" | mattip | 2018-12-13 | 1 | -13/+13 | |
| * | | | | | DOC: rearrange comment sequence from review | mattip | 2018-12-13 | 1 | -1/+2 | |
| * | | | | | STY: bracket if blocks with braces | mattip | 2018-12-12 | 1 | -2/+4 | |
| * | | | | | MAINT: comment, fix from review | mattip | 2018-12-10 | 2 | -2/+10 | |
| * | | | | | BUG: call PyType_Ready before using type | mattip | 2018-12-10 | 2 | -4/+3 | |
| * | | | | | MAINT: call PySequence_Fast() before any other PySequence_Fast* funcs | mattip | 2018-12-10 | 2 | -3/+18 | |
* | | | | | | Merge pull request #12543 from tylerjereddy/linux_openblas_bump | Charles Harris | 2018-12-13 | 1 | -2/+9 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | TST: wheel-match Linux openblas in CI | Tyler Reddy | 2018-12-13 | 1 | -2/+9 | |
|/ / / / / / | ||||||
* | | | | | | Merge pull request #12539 from mattip/remove-travis-job | Charles Harris | 2018-12-13 | 2 | -60/+0 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | DEV: remove travis 32 bit chroot job since it is running on azure | mattip | 2018-12-13 | 2 | -60/+0 | |
* | | | | | | | Merge pull request #12526 from mattip/fix-12520 | Charles Harris | 2018-12-13 | 2 | -7/+14 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | STY: add comment for future maintainers | mattip | 2018-12-12 | 2 | -0/+7 | |
| * | | | | | | | WIP, BUG: reorder operations for VS2015 | mattip | 2018-12-10 | 2 | -7/+7 | |
| | |_|_|/ / / | |/| | | | | | ||||||
* | | | | | | | Merge pull request #12532 from mattip/add-ctags | Charles Harris | 2018-12-13 | 1 | -0/+1 | |
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | | ||||||
| * | | | | | | DEV: add ctags option file | mattip | 2018-12-11 | 1 | -0/+1 | |
| | |_|/ / / | |/| | | | | ||||||
* | | | | | | Merge pull request #12538 from tylerjereddy/remove_vc_9 | Ralf Gommers | 2018-12-12 | 1 | -8/+0 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | MAINT: remove VC 9.0 from CI | Tyler Reddy | 2018-12-12 | 1 | -8/+0 | |
|/ / / / / / | ||||||
* | | | | | | Merge pull request #12537 from prisae/patch-1 | Charles Harris | 2018-12-12 | 1 | -5/+5 | |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | ||||||
| * | | | | | DOC: Change 'num' to 'np' | Dieter Werthmüller | 2018-12-12 | 1 | -5/+5 | |
|/ / / / / |