| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge pull request #16782 from seiko2plus/implement_npyv_pymod | Matti Picus | 2020-10-29 | 15 | -6/+2543 |
|\ |
|
| * | MAINT, TST: update name of _SIMD submodule to match import path | Sayed Adel | 2020-10-27 | 2 | -6/+4 |
| * | MAINT, TST: Add testing cases for partial/non-contig load and store | Sayed Adel | 2020-10-27 | 2 | -7/+316 |
| * | MAINT, TST: Add _SIMD attribute for each enabled SIMD extension | Sayed Adel | 2020-10-27 | 1 | -0/+10 |
| * | BUG, BLD: fix multi-target name in `CCompilerOpt`'s report | Sayed Adel | 2020-10-27 | 1 | -4/+3 |
| * | MAINT, TST: Serveral imporvments to _SIMD module | Sayed Adel | 2020-10-27 | 11 | -341/+323 |
| * | MAINT, TST: use PyArg_ParseTuple() instead of iterate Python tuple directly | Sayed Adel | 2020-10-27 | 4 | -68/+61 |
| * | TST: Add testing unit for fused NPYV intrinsics | Sayed Adel | 2020-10-27 | 2 | -2/+37 |
| * | TST: Add testing unit for checking the sainty of SIMD module | Sayed Adel | 2020-10-27 | 1 | -0/+104 |
| * | ENH, TST: Add testing unit that covers the current implemented intrinsics. | Sayed Adel | 2020-10-27 | 1 | -0/+408 |
| * | ENH: Expose the NumPy C SIMD vectorization interface "NPYV" to Python | Sayed Adel | 2020-10-27 | 12 | -2/+1701 |
* | | Merge pull request #17668 from nforro/master | Matti Picus | 2020-10-29 | 5 | -73/+71 |
|\ \ |
|
| * | | TST: Make test suite work in FIPS (140-2) Mode | Nikola Forró | 2020-10-29 | 5 | -73/+71 |
* | | | Merge pull request #17596 from seberg/subarray-dtype-futurewarning | Matti Picus | 2020-10-29 | 4 | -71/+135 |
|\ \ \ |
|
| * | | | DEP,BUG: Coercion/cast of array to a subarray dtype will be fixed | Sebastian Berg | 2020-10-21 | 4 | -71/+135 |
* | | | | Merge pull request #17613 from BvB93/cleanup | Matti Picus | 2020-10-29 | 10 | -43/+609 |
|\ \ \ \ |
|
| * | | | | TST: Add tests for conversions to builtin scalar types | Bas van Beek | 2020-10-22 | 2 | -10/+45 |
| * | | | | TST: Added typing tests for unary operations | Bas van Beek | 2020-10-22 | 3 | -6/+75 |
| * | | | | TST: Added typing tests for `__mod__` & `__divmod__` | Bas van Beek | 2020-10-22 | 3 | -1/+298 |
| * | | | | TST: Fixed the line number offset | Bas van Beek | 2020-10-22 | 1 | -1/+1 |
| * | | | | MAINT: Removed unused imports | Bas van Beek | 2020-10-22 | 1 | -4/+0 |
| * | | | | MAINT: Removed a redundant protocol inheritance | Bas van Beek | 2020-10-22 | 1 | -5/+1 |
| * | | | | MAINT: Add `__complex__` to all numeric types | Bas van Beek | 2020-10-22 | 1 | -1/+3 |
| * | | | | ENH: Add annotations for `__mod__` & `__divmod__` | Bas van Beek | 2020-10-22 | 2 | -5/+160 |
| * | | | | ENH: Add annotations for `ndarray` / `generic` magic methods | Bas van Beek | 2020-10-22 | 1 | -11/+27 |
* | | | | | Merge pull request #17662 from eric-wieser/test-getlincoef | Matti Picus | 2020-10-29 | 1 | -1/+22 |
|\ \ \ \ \
| |_|_|/ /
|/| | | | |
|
| * | | | | TST: f2py: Add a doctest for `getlincoef` | Eric Wieser | 2020-10-28 | 1 | -1/+22 |
| |/ / / |
|
* | | | | Merge pull request #17577 from cjblocker/polymul-dtype | Matti Picus | 2020-10-28 | 2 | -4/+18 |
|\ \ \ \ |
|
| * | | | | DOC: Fix doctests | Eric Wieser | 2020-10-24 | 1 | -3/+3 |
| * | | | | use integer literal instead of float | Cameron Blocker | 2020-10-18 | 1 | -1/+1 |
| * | | | | BUG: Respect dtype of all-zero argument to poly1d | Cameron Blocker | 2020-10-17 | 2 | -1/+15 |
* | | | | | Merge pull request #17654 from ianthomas23/8062_f2py_dimension_eval | Matti Picus | 2020-10-28 | 2 | -0/+31 |
|\ \ \ \ \ |
|
| * | | | | | BUG: f2py incorrectly translates dimension declarations. | Ian Thomas | 2020-10-27 | 2 | -0/+31 |
| | |/ / /
| |/| | | |
|
* | | | | | TST: simplify source path names in compilation test | mattip | 2020-10-27 | 3 | -9/+6 |
* | | | | | MAINT: valid doctest for config_py function show() (#17621) | Hassan Kibirige | 2020-10-26 | 1 | -0/+1 |
* | | | | | DOC: Fix reference to atleast_1d | James Myatt | 2020-10-26 | 1 | -2/+2 |
| |_|_|/
|/| | | |
|
* | | | | Merge pull request #17340 from seiko2plus/npyv_partial_noncont_mem | Charles Harris | 2020-10-25 | 8 | -118/+1603 |
|\ \ \ \ |
|
| * | | | | ENH, SIMD: Add partial/non-contig load and store intrinsics for 32/64-bit | Sayed Adel | 2020-10-09 | 8 | -118/+1603 |
* | | | | | Merge pull request #17618 from jakobjakobson13/fstrings | Charles Harris | 2020-10-25 | 6 | -58/+54 |
|\ \ \ \ \ |
|
| * | | | | | minor typographic change | Jakob | 2020-10-24 | 1 | -1/+1 |
| * | | | | | more fixes | Jakob | 2020-10-23 | 1 | -4/+4 |
| * | | | | | fix quotation marks | Jakob | 2020-10-23 | 1 | -1/+1 |
| * | | | | | fix typo | Jakob | 2020-10-23 | 1 | -1/+1 |
| * | | | | | mostly string conversions | Jakob | 2020-10-23 | 5 | -57/+53 |
| * | | | | | Change string to f-string | Jakob | 2020-10-23 | 1 | -1/+1 |
| | |/ / /
| |/| | | |
|
* | | | | | Merge pull request #17622 from jakobjakobson13/fstrings2 | Charles Harris | 2020-10-25 | 6 | -15/+14 |
|\ \ \ \ \ |
|
| * | | | | | conversion of strings to fstrings | Jakob | 2020-10-24 | 6 | -15/+14 |
| |/ / / / |
|
* | | | | | MAINT: Conversion of some strings to fstrings, part III (#17623) | jakobjakobson13 | 2020-10-25 | 7 | -38/+37 |
* | | | | | Convert some strings to fstrigns | Jakob | 2020-10-24 | 4 | -15/+15 |
|/ / / / |
|
* | | | | Merge pull request #16936 from seberg/issue-16934 | Matti Picus | 2020-10-22 | 2 | -43/+86 |
|\ \ \ \ |
|