summaryrefslogtreecommitdiff
path: root/numpy/core/include
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | MAINT: Add frexp and ldexp to npymath and generate their ufuncsEric Moore2014-07-091-0/+6
* | | MAINT: npy_a(exp,log,sqrt,fabs) don't really exist.Eric Moore2014-07-071-4/+0
|/ /
* | Merge pull request #4671 from charris/prepare-1.10-develCharles Harris2014-07-061-6/+0
|\ \
| * | MAINT: Change default inplace, ufunc(...,out=x) casting to same_kind.Charles Harris2014-05-061-6/+0
* | | MAINT: const correctness and minor fixes to C codeLars Buitinck2014-06-101-2/+2
| |/ |/|
* | Merge pull request #4692 from juliantaylor/fft-interruptCharles Harris2014-05-291-0/+10
|\ \
| * | BUG: fix crash when sending interrupt signal to fft functionsJulian Taylor2014-05-091-0/+10
| |/
* | BLD: add support for OpenRISC architecture. Closes gh-4743.Ralf Gommers2014-05-262-0/+3
|/
* BUG: Add @DEFINE_NPY_RELAXED_STRIDES_CHECKING@ to _numpyconfig.h.in.Charles Harris2014-05-061-0/+2
* MAINT: Add NPY_1_9_API_VERSION to numpyconfig.h.Charles Harris2014-05-041-0/+1
* MAINT: annotate reference stealing and burrowed refs in multiarrayJulian Taylor2014-04-242-2/+16
* BLD: allow strings for check_func declarationsJulian Taylor2014-04-231-0/+10
* Merge pull request #4551 from michelmno/masterJulian Taylor2014-04-102-1/+5
|\
| * Adding support of ppc64le architectureWilliam Grant2014-03-282-1/+5
* | ENH: release GIL for a[..., bool] type indexingJulian Taylor2014-03-301-1/+2