| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | | | | Fixups: Some smaller fixups and comments to ensure we have tests | Sebastian Berg | 2020-07-08 | 1 | -43/+64 |
| * | | | | BUG: Add missing DECREF | Sebastian Berg | 2020-07-08 | 1 | -0/+1 |
| * | | | | BUG: Fix discovery for empty lists | Sebastian Berg | 2020-07-08 | 1 | -2/+3 |
| * | | | | BUG: When filling an array from the cache, store original for objects | Sebastian Berg | 2020-07-08 | 1 | -1/+3 |
| * | | | | BUG: remove incorrect assert | Sebastian Berg | 2020-07-08 | 1 | -1/+0 |
| * | | | | BUG: Smaller fixes in object-array parametric discovery | Sebastian Berg | 2020-07-08 | 1 | -7/+8 |
| * | | | | Allow returning NULL for dtype when there is no object to discover from | Sebastian Berg | 2020-07-08 | 3 | -10/+32 |
| * | | | | MAINT: Delete legacy dtype discovery | Sebastian Berg | 2020-07-08 | 4 | -930/+44 |
| * | | | | MAINT: Remove use of PyArray_GetParamsFromObject from PyArray_CopyObject | Sebastian Berg | 2020-07-08 | 4 | -110/+96 |
| * | | | | Add somewhat disgusting hacks for datetime support | Sebastian Berg | 2020-07-08 | 3 | -17/+54 |
| * | | | | Replace AdaptFlexibleDType with object and delete some datetime thing related | Sebastian Berg | 2020-07-08 | 11 | -331/+224 |
| * | | | | BUG: Make static declaration safe (may be an issue on msvc mostly) | Sebastian Berg | 2020-07-08 | 1 | -18/+17 |
| * | | | | Small fixups/comment changes | Sebastian Berg | 2020-07-08 | 1 | -7/+6 |
| * | | | | update some comments, remove outdated old code path | Sebastian Berg | 2020-07-08 | 2 | -65/+31 |
| * | | | | Fixups/comments for compiler warnings | Sebastian Berg | 2020-07-08 | 6 | -7/+27 |
| * | | | | Small bug fixup and rebase on master | Sebastian Berg | 2020-07-08 | 2 | -4/+1 |
| * | | | | Other smallre changes, some optimization related. | Sebastian Berg | 2020-07-08 | 3 | -28/+27 |
| * | | | | Optimize away filling all dims with -1 at the start | Sebastian Berg | 2020-07-08 | 1 | -13/+18 |
| * | | | | Some micro-optimization tries (should probably be largely reverted) | Sebastian Berg | 2020-07-08 | 3 | -16/+50 |
| * | | | | Use PyArray_Pack in a few other places | Sebastian Berg | 2020-07-08 | 3 | -3/+4 |
| * | | | | Fixup for scalar kind, and ensure OBJECT is special for assignment | Sebastian Berg | 2020-07-08 | 5 | -41/+86 |
| * | | | | Smaller cleanups, better errors mainly? | Sebastian Berg | 2020-07-08 | 3 | -86/+150 |
| * | | | | WIP: Seems pretty good, but needs cleaning up... | Sebastian Berg | 2020-07-08 | 7 | -44/+278 |
| * | | | | TST: Small test adjustments | Sebastian Berg | 2020-07-08 | 2 | -1/+4 |
| * | | | | Further fixes, make max-dims reached more logical and enter obj arrays | Sebastian Berg | 2020-07-08 | 3 | -91/+160 |
| * | | | | First version mainly working | Sebastian Berg | 2020-07-08 | 4 | -69/+127 |
| * | | | | Use new mechanism for np.asarray, and hopefully get void right, har | Sebastian Berg | 2020-07-08 | 11 | -212/+441 |
| * | | | | WIP: Make things work by using AdaptFlexibleDType (without obj) for now | Sebastian Berg | 2020-07-08 | 3 | -132/+242 |
| * | | | | WIP: Some cleanup/changes? | Sebastian Berg | 2020-07-08 | 4 | -4/+87 |
| * | | | | Close to the first working setup | Sebastian Berg | 2020-07-08 | 9 | -134/+276 |
| * | | | | WIP: Further steps toward new coercion, start with making discovery python av... | Sebastian Berg | 2020-07-08 | 7 | -56/+417 |
| * | | | | WIP: Rework array coercion | Sebastian Berg | 2020-07-08 | 2 | -0/+383 |
* | | | | | Merge pull request #16789 from Qiyu8/fix-decode | Matti Picus | 2020-07-09 | 1 | -5/+3 |
|\ \ \ \ \ |
|
| * | | | | | fix decode error when building and get rid of warn | Qiyu8 | 2020-07-09 | 1 | -5/+3 |
|/ / / / / |
|
* | | | | | BENCH: Add basic benchmarks for scalar indexing and assignment (#16786) | Sebastian Berg | 2020-07-09 | 1 | -0/+30 |
|/ / / / |
|
* | | | | MAINT: Tidy exception handling in _datasource.py (#16761) | Sarthak Vineet Kumar | 2020-07-08 | 1 | -7/+3 |
* | | | | Merge pull request #16395 from seiko2plus/disable_validate_features | Matti Picus | 2020-07-08 | 2 | -1/+195 |
|\ \ \ \ |
|
| * | | | | ENH: several improvements to the CPU features detection | Sayed Adel | 2020-07-08 | 2 | -44/+71 |
| * | | | | ENH: Add ability to disable certain dispatch-able CPU features in runtime | Sayed Adel | 2020-07-03 | 2 | -10/+128 |
| * | | | | ENH: Validate CPU baseline features during the load of NumPy module. | Sayed Adel | 2020-06-18 | 2 | -1/+50 |
| |/ / / |
|
* | | | | MAINT: Remove nickname from polynomial classes. (gh-16589) | Ross Barnowski | 2020-07-08 | 8 | -11/+8 |
* | | | | NEP: Update NEP 42 to note the issue of circular references (gh-16778) | Sebastian Berg | 2020-07-08 | 1 | -17/+31 |
* | | | | BUG: Added missing return after raising error in methods.c (gh-16777) | Abhinav Reddy | 2020-07-08 | 2 | -0/+6 |
* | | | | BLD, ENH: Add RPATH support for AIX (#16710) | EGuesnet | 2020-07-07 | 1 | -4/+9 |
* | | | | DOC: add example to unique() and make connection to repeat() (#16743) | Allen Downey | 2020-07-07 | 1 | -1/+13 |
* | | | | Merge pull request #16775 from mattip/logo | Charles Harris | 2020-07-07 | 1 | -1/+1 |
|\ \ \ \ |
|
| * | | | | DOC: switch to logo with text | mattip | 2020-07-07 | 1 | -1/+1 |
|/ / / / |
|
* | | | | Merge pull request #16767 from isabela-pf/logorefresh | Charles Harris | 2020-07-07 | 16 | -14077/+22 |
|\ \ \ \ |
|
| * | | | | Corrected logomark link | isabela-pf | 2020-07-06 | 1 | -1/+1 |
| * | | | | Updated logo | isabela-pf | 2020-07-06 | 1 | -1/+1 |