summaryrefslogtreecommitdiff
path: root/numpy/core/setup.py
Commit message (Expand)AuthorAgeFilesLines
* move dlpack functions to a new filemattip2021-11-021-0/+1
* ENH, TST: Add the from_dlpack method and test DLPack.Hameer Abbasi2021-11-021-0/+2
* Apply suggestions from code reviewMatthew Brett2021-10-261-0/+1
* Allow clib callable build flagsMatthew Brett2021-10-231-5/+12
* [demo] how-to replacing numpy custom generation engine by raw C++serge-sans-paille2021-10-221-4/+11
* ENH: Create an experimental export of the new DType API (#19919)Sebastian Berg2021-10-181-0/+2
* Merge pull request #19478 from r-devulap/svmlMatti Picus2021-10-101-0/+26
|\
| * BLD: Use os.path.join to specify path to SVMLRaghuveer Devulapalli2021-08-241-2/+3
| * BLD: add check_svml_submodule functionRaghuveer Devulapalli2021-08-241-3/+8
| * MAINT: Fixing SVML sources pathRaghuveer Devulapalli2021-08-241-3/+3
| * MAINT: Use Universal Intrinsics framework to leverage SVMLRaghuveer Devulapalli2021-08-241-0/+1
| * MAINT: Enable SVML for linux onlyRaghuveer Devulapalli2021-08-241-1/+12
| * MAINT: Adhering to pep8 style guideRaghuveer Devulapalli2021-08-241-1/+0
| * ENH, SIMD: Leverage SVML for AVX512 versions of ufuncsRaghuveer Devulapalli2021-08-241-0/+9
* | MAINT: Standardize guards in numpy/core/src/common.Charles Harris2021-09-051-1/+1
* | MAINT: revise OSError aliases (IOError, EnvironmentError)Mike Taves2021-09-021-3/+3
|/
* Merge pull request #19571 from seberg/ufunc-refactor-2021-normalMatti Picus2021-07-281-0/+2
|\
| * MAINT: Refactor UFunc core to use NEP 43 style dispatching/promotionSebastian Berg2021-07-221-0/+2
* | TST: Add C-side "Scaled float" exampleSebastian Berg2021-07-261-0/+2
|/
* TST: Add some very basic tests to ensure coverageSebastian Berg2021-06-221-1/+3
* ENH: Add new hashtable to be used for ufunc dispatchingSebastian Berg2021-06-221-0/+2
* MAINT: Remove `NPY_USE_NEW_CASTINGIMPL`Sebastian Berg2021-05-121-11/+0
* MAINT: Implement new style promotion for `np.result_type`, etc.Sebastian Berg2021-05-121-0/+2
* BLD: Address lint issues and reviewer comments.Matthew Badin2021-04-301-4/+0
* BLD: Enable Accelerate FrameworkMatthew Badin2021-04-281-5/+4
* ENH, SIMD: Add dispatch to build processGanesh Kathiresan2021-03-201-0/+1
* TST: Add specific argument parsing testsSebastian Berg2021-03-171-1/+3
* ENH: Add vectorcall/fastcall argument parsing capabilitiesSebastian Berg2021-03-171-0/+2
* MAINT: Implement new casting loops based on NEP 42 and 43Sebastian Berg2021-01-081-0/+1
* MAINT: Move modref definition into setup.pySebastian Berg2021-01-071-0/+6
* ENH, SIMD: Ditching the old CPU dispatcher(Exp & Log) (#18101)Sayed Adel2021-01-071-1/+2
* SIMD: Replace raw SIMD of sin/cos with NPYVSayed Adel2020-12-261-0/+1
* ENH, SIMD: Ditching the old CPU dispatcher(Arithmetic)Sayed Adel2020-12-141-0/+2
* CI: Activate new castingimpl on no-openblas azure jobSebastian Berg2020-11-241-1/+1
* Last touch-ups (test and tiny fixes)Sebastian Berg2020-11-241-2/+2
* MAINT: Rewrite can-cast logic in terms of NEP 42Sebastian Berg2020-11-241-0/+13
* ENH, SIMD: Replace raw SIMD of unary float point(32-64) with NPYV - g0Sayed Adel2020-11-031-0/+1
* MAINT, TST: Serveral imporvments to _SIMD moduleSayed Adel2020-10-271-6/+6
* ENH: Expose the NumPy C SIMD vectorization interface "NPYV" to PythonSayed Adel2020-10-271-0/+23
* BUG: Workaround for #14787: on Windows/Cygwin add extra compiler flagsE. Madison Bray2020-10-131-2/+10
* Merge pull request #17167 from ewmoore/merge_npysortCharles Harris2020-09-071-22/+12
|\
| * BLD: Merge the npysort library into multiarrayEric Moore2020-09-031-22/+12
* | Merge pull request #17223 from mattip/setuptools1Charles Harris2020-09-041-1/+1
|\ \ | |/ |/|
| * MAINT: use sysconfig not distutils.sysconfig where possiblemattip2020-09-021-1/+1
* | BLD: Replace source files with libKevin Sheppard2020-08-301-2/+2
* | MAINT: Remove deplicated symbols from link stepKevin Sheppard2020-08-301-1/+1
|/
* MAINT: Split einsum into multiple filesEric Wieser2020-08-201-0/+3
* Merge pull request #16397 from seiko2plus/implement_npyvMatti Picus2020-07-101-0/+1
|\
| * ENH: [1/4] implement the NumPy C SIMD vectorization interfaceSayed Adel2020-07-081-0/+1
* | Use new mechanism for np.asarray, and hopefully get void right, harSebastian Berg2020-07-081-0/+2