summaryrefslogtreecommitdiff
path: root/numpy/core/include
Commit message (Expand)AuthorAgeFilesLines
* ENH: Add support of ARC architectureAlexey Brodkin2017-09-152-2/+10
* MAINT: Update master branch for 1.14.0 development.Charles Harris2017-05-101-0/+2
* ENH: Spelling fixesVille Skyttä2017-05-091-1/+1
* MAINT: add deprecation warnings for NPY_CHAR usageJulian Taylor2017-05-031-1/+14
* Merge pull request #6632 from mcmtroffaes/feature/fromfile-ioopen-bugCharles Harris2017-04-141-27/+21
|\
| * BUG: npy_PyFile_Dup2 - fix PyFile_AsFile failing on io style classesMatthias C. M. Troffaes2016-09-081-27/+21
* | ENH: Add the 'heaviside' ufunc.Warren Weckesser2017-03-201-0/+3
* | ENH: Allows building npy_math with static inliningAndres Guzman-Ballen2017-03-102-133/+153
* | MAINT: Remove files and constants only needed for Bento. (#8744)Alexander Shadchin2017-03-051-52/+0
* | ENH: core: rename NPY_ITER_OVERLAP_ALLOW_SAME to NPY_ITER_OVERLAP_ASSUME_ELEM...Pauli Virtanen2017-01-211-2/+2
* | ENH: core: change NPY_ITER_OVERLAP_NOT_SAME to NPY_ITER_OVERLAP_ALLOW_SAMEPauli Virtanen2017-01-191-5/+2
* | BUG: umath: in reduceat, arrays must be copied on overlap even if they are th...Pauli Virtanen2017-01-191-0/+5
* | ENH: NpyIter: add a flag to handle read/write operand overlapPauli Virtanen2017-01-191-0/+6
* | MAINT: Drop support Python < 2.7 and Python3 < 3.4Alexandr Shadchin2016-12-091-8/+0
* | REL: Updates for C-ABI and C-API.Charles Harris2016-11-051-0/+1
* | MAINT: check that linker can handle AVXJulian Taylor2016-10-111-2/+2
* | Merge pull request #7980 from juliantaylor/avx-runtimeJulian Taylor2016-09-251-0/+28
|\ \
| * | MAINT: add runtime check for AVX macrosJulian Taylor2016-09-241-0/+11
| * | MAINT: add avx __builtin_cpu_supports and target attribute checksJulian Taylor2016-08-271-0/+17
* | | ENH: a.resize(.., refcheck=True) is almost unusable on PyPyMatti Picus2016-09-173-1/+6
| |/ |/|
* | DOC: change Numpy to NumPy in dosctrings and commentsPierre de Buyl2016-09-061-3/+3
|/
* Handle NetBSD specific <sys/endian.h>Kamil Rytarowski2016-07-312-1/+7
* Use PyMem_RawMalloc on Python 3.4 and newerVictor Stinner2016-04-211-3/+14
* ENH: Add identity for bitwise_and.Charles Harris2016-03-031-3/+9
* DOC: Fix more typos in docs and comments.Dongjoon Hyun2016-02-253-4/+4
* Merge pull request #7258 from charris/python-compatible-floor_divideCharles Harris2016-02-202-0/+5
|\
| * ENH: Add new npy_divmod function to npy_math.Charles Harris2016-02-182-0/+5
* | MAINT: Use PySlice_GetIndicesEx instead of custom reimplementationNathaniel J. Smith2016-02-091-0/+8
|/
* BUG: raise IOError on not a file in python2Julian Taylor2016-02-061-1/+7
* MAINT: Fix some typos in a code string and commentsDongjoon Hyun2016-01-271-1/+1
* ENH: Add dtype argument to random.randint.Charles Harris2016-01-021-0/+3
* MAINT: fix spurious semicolon in macro definition of PyArray_FROM_OTCong Ma2015-11-181-1/+1
* ENH: use prefetching for summationJulian Taylor2015-11-161-0/+15
* Merge pull request #6429 from charris/remove-single-file-optionNathaniel J. Smith2015-10-082-6/+1
|\
| * MAINT: Remove single file compilation support.Charles Harris2015-10-082-6/+1
* | BUG: only require tell/seek in np.fromfile when bufferedColin Jermain2015-10-071-9/+51
|/
* Merge pull request #6336 from njsmith/clean-up-ufunc-dead-codeCharles Harris2015-10-011-24/+6
|\
| * MAINT: cleanup dead code/arguments/fields from ufuncsNathaniel J. Smith2015-10-011-24/+6
* | MAINT: Deprecated PyObject_Compare in favor of PyObject_RichCompareBool. Fixe...Yash Mehrotra2015-09-291-3/+3
|/
* Wording: correctly write the commentJulien Dubois2015-08-041-2/+2
* MAINT: Init master branch for 1.11.0 development.Charles Harris2015-08-031-0/+1
* BLD: enable C99 isnan and isinf for msvc14Christoph Gohlke2015-08-021-2/+2
* MAINT: fix two Wpedantic warnings in public headerJulian Taylor2015-06-231-2/+2
* MAINT: Update version info for Numpy 1.10.Charles Harris2015-06-221-0/+1
* DEP,MAINT: Remove deprecated functions from npy_3kcompat.hCharles Harris2015-06-211-45/+0
* MANT: Remove unused macro _PyArray_ITER_NEXT3Jaime Fernandez2015-06-011-21/+0
* ENH: cache dtype.__hash__Antoine Pitrou2015-04-043-13/+17
* Merge pull request #5518 from charris/simple-gh-3010Charles Harris2015-02-131-1/+42
|\
| * ENH: Implement more fallback complex functions for npy_math.Eric Moore2015-02-131-1/+42
* | BLD: Use system-wide fenv.h on cygwinSebastien Gouezel2015-02-082-262/+0
|/