summaryrefslogtreecommitdiff
path: root/numpy/core/setup.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Close to the first working setupSebastian Berg2020-07-081-0/+2
|/
* ENH: [7/7] enable multi-platform SIMD compiler optimizationsSayed Adel2020-06-161-2/+5
* ENH: [5/7] enable multi-platform SIMD compiler optimizationsSayed Adel2020-06-161-0/+1
* ENH: add type stubs from numpy-stubsJosh Wilson2020-06-061-0/+1
* Merge pull request #15508 from seberg/dtypemeta-newMatti Picus2020-05-271-0/+2
|\
| * API: Create Preliminary DTypeMeta class and np.dtype subclassesSebastian Berg2020-03-181-0/+2
* | Merge pull request #16266 from jbrockmendel/cyapiMatti Picus2020-05-231-0/+1
|\ \
| * | ENH: run tests for __init__.pxdmattip2020-05-221-0/+1
* | | BUILD: Remove Accelerate support (#15759)Matti Picus2020-05-221-6/+7
|/ /
* | DOC: Fix typos and cosmetic issuesMartin Michlmayr2020-05-171-1/+1
* | Mark tests as a subpackage rather than data.Hameer Abbasi2020-05-061-1/+1
|/
* Merge pull request #15465 from mwtoews/importsSebastian Berg2020-02-071-1/+1
|\
| * MAINT: cleanup unused imports; avoid redefinition of importsMike Taves2020-02-061-1/+1
* | Merge pull request #13421 from seiko2plus/core_improve_infa_runtimeMatti Picus2020-02-051-1/+1
|\ \ | |/ |/|
| * ENH: improve runtime detection of CPU featuresSayed Adel2020-02-051-1/+1