summaryrefslogtreecommitdiff
path: root/numpy/core/include
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #11155 from eric-wieser/datetime-stack-overflowMarten van Kerkwijk2018-06-081-0/+8
|\
| * BUG: Prevent stackoverflow in conversion to datetime typesEric Wieser2018-05-241-0/+8
* | DOC: Clarify C-API for generalized ufuncs.mattip2018-05-281-1/+1
|/
* DOC: expand reasoning behind npy_*floatstatus_barrer()mattip2018-05-101-1/+4
* BUG: optimizing compilers can reorder call to npy_get_floatstatus (#11036)Matti Picus2018-05-091-1/+7
* MAINT: Misc. typos (#11005)luzpaz2018-04-301-1/+1
* STY: Fix long line.Charles Harris2018-04-241-1/+2
* fix from reviewmattip2018-04-211-9/+6
* BUG: test, fix PyArray_DiscardWritebackIfCopy refcount issue and documentmattip2018-04-211-2/+7
* BUG: core: fix NPY_TITLE_KEY macro on pypyPauli Virtanen2018-04-081-2/+29
* Merge pull request #10814 from juliantaylor/improve-cpuidCharles Harris2018-04-051-16/+0
|\
| * BUG: verify the OS supports avx instructionJulian Taylor2018-03-291-16/+0
* | MAINT: Fix hard tab.Charles Harris2018-04-011-1/+1
* | ENH: Add support for the 64-bit RISC-V architectureDavid Abdurachmanov2018-04-012-1/+5
|/
* MAINT: Hard tab and whitespace cleanup.Charles Harris2018-03-081-6/+6
* BUG: Fix unused-result warning.Charles Harris2018-02-021-0/+2
* BUG: Fix sign-compare warnings in datetime.c and datetime_strings.c.Charles Harris2018-01-231-16/+21
* MAINT: Remove repeated #ifdefs implementing `isinstance(x, basestring)` for f...Eric Wieser2018-01-171-0/+4
* DEP, ENH: deprecate UPDATEIFCOPY (except for nditer) and replace with WRITEBA...Matti Picus2017-11-083-10/+30
* MAINT: Add a PyDataType_ISUNSIZED macroEric Wieser2017-11-031-0/+2
* 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