summaryrefslogtreecommitdiff
path: root/numpy/core/include
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* Merge pull request #5257 from juliantaylor/py3-header-fixCharles Harris2014-11-021-6/+15
|\
| * BUG: fix header using symbols not available in py3Julian Taylor2014-11-021-6/+15
* | Merge pull request #5233 from juliantaylor/off_t-fixJulian Taylor2014-10-261-0/+1
|\ \ | |/
| * BUG: fix build in c99 modeJulian Taylor2014-10-261-0/+1
* | Merge pull request #5212 from charris/fix-long-long-fmtJulian Taylor2014-10-211-10/+1
|\ \ | |/
| * BUG: Use 'll' as the default length specifier for long long.Charles Harris2014-10-211-10/+1
* | MAINT: replace bytewise copy with memcpyJulian Taylor2014-10-101-32/+2
* | Merge pull request #5067 from juliantaylor/restore-dupCharles Harris2014-09-111-1/+1
|\ \
| * | BUG: restore api of npy_PyFile_DupClose in python2Julian Taylor2014-09-111-1/+1
| |/
* | ENH: add cube root function np.cbrt for real floatsJulian Taylor2014-09-071-0/+3
* | Merge pull request #4850 from notsimon/osx_endiannessJulian Taylor2014-07-151-4/+16
|\ \
| * | reorder endianness checksSimon Guillot2014-07-091-8/+8
| * | fall back to the cpu branch if no endianness defines are foundSimon Guillot2014-07-071-3/+3
| * | fix endianness detection with clang on osx 10.9Simon Guillot2014-07-071-3/+15