summaryrefslogtreecommitdiff
path: root/numpy/core/include
AgeCommit message (Expand)AuthorFilesLines
2017-05-10MAINT: Update master branch for 1.14.0 development.Charles Harris1-0/+2
2017-05-09ENH: Spelling fixesVille Skyttä1-1/+1
2017-05-03MAINT: add deprecation warnings for NPY_CHAR usageJulian Taylor1-1/+14
2017-04-14Merge pull request #6632 from mcmtroffaes/feature/fromfile-ioopen-bugCharles Harris1-27/+21
2017-03-20ENH: Add the 'heaviside' ufunc.Warren Weckesser1-0/+3
2017-03-10ENH: Allows building npy_math with static inliningAndres Guzman-Ballen2-133/+153
2017-03-05MAINT: Remove files and constants only needed for Bento. (#8744)Alexander Shadchin1-52/+0
2017-01-21ENH: core: rename NPY_ITER_OVERLAP_ALLOW_SAME to NPY_ITER_OVERLAP_ASSUME_ELEM...Pauli Virtanen1-2/+2
2017-01-19ENH: core: change NPY_ITER_OVERLAP_NOT_SAME to NPY_ITER_OVERLAP_ALLOW_SAMEPauli Virtanen1-5/+2
2017-01-19BUG: umath: in reduceat, arrays must be copied on overlap even if they are th...Pauli Virtanen1-0/+5
2017-01-19ENH: NpyIter: add a flag to handle read/write operand overlapPauli Virtanen1-0/+6
2016-12-09MAINT: Drop support Python < 2.7 and Python3 < 3.4Alexandr Shadchin1-8/+0
2016-11-05REL: Updates for C-ABI and C-API.Charles Harris1-0/+1
2016-10-11MAINT: check that linker can handle AVXJulian Taylor1-2/+2
2016-09-25Merge pull request #7980 from juliantaylor/avx-runtimeJulian Taylor1-0/+28
2016-09-24MAINT: add runtime check for AVX macrosJulian Taylor1-0/+11
2016-09-17ENH: a.resize(.., refcheck=True) is almost unusable on PyPyMatti Picus3-1/+6
2016-09-08BUG: npy_PyFile_Dup2 - fix PyFile_AsFile failing on io style classesMatthias C. M. Troffaes1-27/+21
2016-09-06DOC: change Numpy to NumPy in dosctrings and commentsPierre de Buyl1-3/+3
2016-08-27MAINT: add avx __builtin_cpu_supports and target attribute checksJulian Taylor1-0/+17
2016-07-31Handle NetBSD specific <sys/endian.h>Kamil Rytarowski2-1/+7
2016-04-21Use PyMem_RawMalloc on Python 3.4 and newerVictor Stinner1-3/+14
2016-03-03ENH: Add identity for bitwise_and.Charles Harris1-3/+9
2016-02-25DOC: Fix more typos in docs and comments.Dongjoon Hyun3-4/+4
2016-02-20Merge pull request #7258 from charris/python-compatible-floor_divideCharles Harris2-0/+5
2016-02-18ENH: Add new npy_divmod function to npy_math.Charles Harris2-0/+5
2016-02-09MAINT: Use PySlice_GetIndicesEx instead of custom reimplementationNathaniel J. Smith1-0/+8
2016-02-06BUG: raise IOError on not a file in python2Julian Taylor1-1/+7
2016-01-27MAINT: Fix some typos in a code string and commentsDongjoon Hyun1-1/+1
2016-01-02ENH: Add dtype argument to random.randint.Charles Harris1-0/+3
2015-11-18MAINT: fix spurious semicolon in macro definition of PyArray_FROM_OTCong Ma1-1/+1
2015-11-16ENH: use prefetching for summationJulian Taylor1-0/+15
2015-10-08Merge pull request #6429 from charris/remove-single-file-optionNathaniel J. Smith2-6/+1
2015-10-08MAINT: Remove single file compilation support.Charles Harris2-6/+1
2015-10-07BUG: only require tell/seek in np.fromfile when bufferedColin Jermain1-9/+51
2015-10-01Merge pull request #6336 from njsmith/clean-up-ufunc-dead-codeCharles Harris1-24/+6
2015-10-01MAINT: cleanup dead code/arguments/fields from ufuncsNathaniel J. Smith1-24/+6
2015-09-29MAINT: Deprecated PyObject_Compare in favor of PyObject_RichCompareBool. Fixe...Yash Mehrotra1-3/+3
2015-08-04Wording: correctly write the commentJulien Dubois1-2/+2
2015-08-03MAINT: Init master branch for 1.11.0 development.Charles Harris1-0/+1
2015-08-02BLD: enable C99 isnan and isinf for msvc14Christoph Gohlke1-2/+2
2015-06-23MAINT: fix two Wpedantic warnings in public headerJulian Taylor1-2/+2
2015-06-22MAINT: Update version info for Numpy 1.10.Charles Harris1-0/+1
2015-06-21DEP,MAINT: Remove deprecated functions from npy_3kcompat.hCharles Harris1-45/+0
2015-06-01MANT: Remove unused macro _PyArray_ITER_NEXT3Jaime Fernandez1-21/+0
2015-04-04ENH: cache dtype.__hash__Antoine Pitrou3-13/+17
2015-02-13Merge pull request #5518 from charris/simple-gh-3010Charles Harris1-1/+42
2015-02-13ENH: Implement more fallback complex functions for npy_math.Eric Moore1-1/+42
2015-02-08BLD: Use system-wide fenv.h on cygwinSebastien Gouezel2-262/+0
2014-11-02Merge pull request #5257 from juliantaylor/py3-header-fixCharles Harris1-6/+15