| Commit message (Expand) | Author | Age | Files | Lines |
* | move dlpack functions to a new file | mattip | 2021-11-02 | 1 | -0/+1 |
* | ENH, TST: Add the from_dlpack method and test DLPack. | Hameer Abbasi | 2021-11-02 | 1 | -0/+2 |
* | Apply suggestions from code review | Matthew Brett | 2021-10-26 | 1 | -0/+1 |
* | Allow clib callable build flags | Matthew Brett | 2021-10-23 | 1 | -5/+12 |
* | [demo] how-to replacing numpy custom generation engine by raw C++ | serge-sans-paille | 2021-10-22 | 1 | -4/+11 |
* | ENH: Create an experimental export of the new DType API (#19919) | Sebastian Berg | 2021-10-18 | 1 | -0/+2 |
* | Merge pull request #19478 from r-devulap/svml | Matti Picus | 2021-10-10 | 1 | -0/+26 |
|\ |
|
| * | BLD: Use os.path.join to specify path to SVML | Raghuveer Devulapalli | 2021-08-24 | 1 | -2/+3 |
| * | BLD: add check_svml_submodule function | Raghuveer Devulapalli | 2021-08-24 | 1 | -3/+8 |
| * | MAINT: Fixing SVML sources path | Raghuveer Devulapalli | 2021-08-24 | 1 | -3/+3 |
| * | MAINT: Use Universal Intrinsics framework to leverage SVML | Raghuveer Devulapalli | 2021-08-24 | 1 | -0/+1 |
| * | MAINT: Enable SVML for linux only | Raghuveer Devulapalli | 2021-08-24 | 1 | -1/+12 |
| * | MAINT: Adhering to pep8 style guide | Raghuveer Devulapalli | 2021-08-24 | 1 | -1/+0 |
| * | ENH, SIMD: Leverage SVML for AVX512 versions of ufuncs | Raghuveer Devulapalli | 2021-08-24 | 1 | -0/+9 |
* | | MAINT: Standardize guards in numpy/core/src/common. | Charles Harris | 2021-09-05 | 1 | -1/+1 |
* | | MAINT: revise OSError aliases (IOError, EnvironmentError) | Mike Taves | 2021-09-02 | 1 | -3/+3 |
|/ |
|
* | Merge pull request #19571 from seberg/ufunc-refactor-2021-normal | Matti Picus | 2021-07-28 | 1 | -0/+2 |
|\ |
|
| * | MAINT: Refactor UFunc core to use NEP 43 style dispatching/promotion | Sebastian Berg | 2021-07-22 | 1 | -0/+2 |
* | | TST: Add C-side "Scaled float" example | Sebastian Berg | 2021-07-26 | 1 | -0/+2 |
|/ |
|
* | TST: Add some very basic tests to ensure coverage | Sebastian Berg | 2021-06-22 | 1 | -1/+3 |
* | ENH: Add new hashtable to be used for ufunc dispatching | Sebastian Berg | 2021-06-22 | 1 | -0/+2 |
* | MAINT: Remove `NPY_USE_NEW_CASTINGIMPL` | Sebastian Berg | 2021-05-12 | 1 | -11/+0 |
* | MAINT: Implement new style promotion for `np.result_type`, etc. | Sebastian Berg | 2021-05-12 | 1 | -0/+2 |
* | BLD: Address lint issues and reviewer comments. | Matthew Badin | 2021-04-30 | 1 | -4/+0 |
* | BLD: Enable Accelerate Framework | Matthew Badin | 2021-04-28 | 1 | -5/+4 |
* | ENH, SIMD: Add dispatch to build process | Ganesh Kathiresan | 2021-03-20 | 1 | -0/+1 |
* | TST: Add specific argument parsing tests | Sebastian Berg | 2021-03-17 | 1 | -1/+3 |
* | ENH: Add vectorcall/fastcall argument parsing capabilities | Sebastian Berg | 2021-03-17 | 1 | -0/+2 |
* | MAINT: Implement new casting loops based on NEP 42 and 43 | Sebastian Berg | 2021-01-08 | 1 | -0/+1 |
* | MAINT: Move modref definition into setup.py | Sebastian Berg | 2021-01-07 | 1 | -0/+6 |
* | ENH, SIMD: Ditching the old CPU dispatcher(Exp & Log) (#18101) | Sayed Adel | 2021-01-07 | 1 | -1/+2 |
* | SIMD: Replace raw SIMD of sin/cos with NPYV | Sayed Adel | 2020-12-26 | 1 | -0/+1 |
* | ENH, SIMD: Ditching the old CPU dispatcher(Arithmetic) | Sayed Adel | 2020-12-14 | 1 | -0/+2 |
* | CI: Activate new castingimpl on no-openblas azure job | Sebastian Berg | 2020-11-24 | 1 | -1/+1 |
* | Last touch-ups (test and tiny fixes) | Sebastian Berg | 2020-11-24 | 1 | -2/+2 |
* | MAINT: Rewrite can-cast logic in terms of NEP 42 | Sebastian Berg | 2020-11-24 | 1 | -0/+13 |
* | ENH, SIMD: Replace raw SIMD of unary float point(32-64) with NPYV - g0 | Sayed Adel | 2020-11-03 | 1 | -0/+1 |
* | MAINT, TST: Serveral imporvments to _SIMD module | Sayed Adel | 2020-10-27 | 1 | -6/+6 |
* | ENH: Expose the NumPy C SIMD vectorization interface "NPYV" to Python | Sayed Adel | 2020-10-27 | 1 | -0/+23 |
* | BUG: Workaround for #14787: on Windows/Cygwin add extra compiler flags | E. Madison Bray | 2020-10-13 | 1 | -2/+10 |
* | Merge pull request #17167 from ewmoore/merge_npysort | Charles Harris | 2020-09-07 | 1 | -22/+12 |
|\ |
|
| * | BLD: Merge the npysort library into multiarray | Eric Moore | 2020-09-03 | 1 | -22/+12 |
* | | Merge pull request #17223 from mattip/setuptools1 | Charles Harris | 2020-09-04 | 1 | -1/+1 |
|\ \
| |/
|/| |
|
| * | MAINT: use sysconfig not distutils.sysconfig where possible | mattip | 2020-09-02 | 1 | -1/+1 |
* | | BLD: Replace source files with lib | Kevin Sheppard | 2020-08-30 | 1 | -2/+2 |
* | | MAINT: Remove deplicated symbols from link step | Kevin Sheppard | 2020-08-30 | 1 | -1/+1 |
|/ |
|
* | MAINT: Split einsum into multiple files | Eric Wieser | 2020-08-20 | 1 | -0/+3 |
* | Merge pull request #16397 from seiko2plus/implement_npyv | Matti Picus | 2020-07-10 | 1 | -0/+1 |
|\ |
|
| * | ENH: [1/4] implement the NumPy C SIMD vectorization interface | Sayed Adel | 2020-07-08 | 1 | -0/+1 |
* | | Use new mechanism for np.asarray, and hopefully get void right, har | Sebastian Berg | 2020-07-08 | 1 | -0/+2 |