summaryrefslogtreecommitdiff
path: root/numpy/core
Commit message (Expand)AuthorAgeFilesLines
* MAINT: add runtime check for AVX macrosJulian Taylor2016-09-242-0/+13
* ENH: add some AVX2 optimized integer ufunc loopsJulian Taylor2016-08-273-57/+90
* MAINT: add support for runtime selected ufunc SIMD loopsJulian Taylor2016-08-271-3/+21
* MAINT: add avx __builtin_cpu_supports and target attribute checksJulian Taylor2016-08-272-0/+20
* Merge pull request #7943 from theultimatecrouton/doc_fixCharles Harris2016-08-251-5/+2
|\
| * DOC: #7927. Remove deprecated note for memmap relevant for Python <2.5 [ci skip]Tom Bird2016-08-171-0/+2
| * DOC: #7927. Remove deprecated note for memmap relevant for Python <2.5Tom Bird2016-08-171-5/+0
* | BUG: cannot assign to tuple after usemattip2016-08-241-8/+6
|/
* Merge pull request #7937 from charris/fix-quicksort-for-bogus-comparisonJulian Taylor2016-08-172-4/+19
|\
| * BUG: Guard against buggy comparisons in generic quicksort.Charles Harris2016-08-152-4/+19
* | Merge pull request #7912 from mattip/pypy-fixes2Charles Harris2016-08-158-88/+127
|\ \
| * | ENH: skip or avoid gc/objectmodel differences btwn pypy and cpythonmattip2016-08-158-88/+127
| |/
* | BUG: Check for HAVE_LDOUBLE_DOUBLE_DOUBLE_LE in npy_math_complex.Charles Harris2016-08-111-1/+8
|/
* ENH: added axis param for np.count_nonzerogfyoung2016-08-043-11/+198
* BUG: fix float16 type not being called due to wrong orderingJulian Taylor2016-08-052-2/+4
* Handle NetBSD specific <sys/endian.h>Kamil Rytarowski2016-07-313-1/+11
* BUG: handle introsort depth limit properlyJulian Taylor2016-07-291-23/+72
* ENH: turn quicksort into introsortJulian Taylor2016-07-213-0/+57
* MAINT: move integer msb into a sort util functionJulian Taylor2016-07-212-10/+10
* Merge pull request #7848 from charris/imp-module-deprecationNathaniel J. Smith2016-07-181-6/+6
|\
| * MAINT: Fix remaining uses of deprecated Python imp module.Charles Harris2016-07-181-6/+6
* | Merge pull request #7839 from mattip/pypy-fixesNathaniel J. Smith2016-07-181-0/+2
|\ \ | |/ |/|
| * ENH: set reasonable defaults for slots before PyType_Ready is called, enables...mattip2016-07-181-0/+2
* | Fix versionadded tagsStefan van der Walt2016-07-151-5/+5
|/
* DOC: Added an exampleJoseph Fox-Rabinovitz2016-07-141-0/+2
* Merge pull request #7820 from charris/fix-empty-array-allocation-sizeCharles Harris2016-07-111-4/+6
|\
| * MAINT: Allocate fewer bytes for empty arrays.Charles Harris2016-07-101-4/+6
* | Merge pull request #7817 from charris/fix-mul-with-overflowJulian Taylor2016-07-112-5/+25
|\ \
| * | BUG: Ignore a DeprecationWarning.Charles Harris2016-07-101-2/+4
| * | BUG: Make sure npy_mul_with_overflow_<type> detects overflow.Charles Harris2016-07-102-3/+21
| |/
* | BUG: interpret 'c' PEP3118/struct type as 'S1'.John Zwinck2016-07-052-0/+8
|/
* DOC: link geomspace from logspaceendolith2016-06-211-0/+1
* Merge pull request #7268 from endolith/geomspaceCharles Harris2016-06-212-47/+305
|\
| * ENH: Add geomspace functionEndolith2016-06-202-47/+305
* | Merge pull request #7757 from charris/update-7175Charles Harris2016-06-181-15/+29
|\ \ | |/ |/|
| * MAINT: Add comments and small cleanup ctors.cCharles Harris2016-06-171-17/+24
| * BUG: Invalid read of size 4 in PyArray_FromFileYu Feng2016-06-171-1/+8
* | MAINT: Tweak documentation of broadcast.nd and broadcast.ndim.Charles Harris2016-06-171-0/+2
* | ENH: Alias broadcast.ndim to broadcast.ndEric Wieser2016-06-152-2/+6
|/
* Merge pull request #7748 from kjordahl/doc/mean-float32Charles Harris2016-06-151-1/+1
|\
| * DOC: Update float32 mean example in docstringKelsey Jordahl2016-06-151-1/+1
* | BUG: Fix bugs in gh-7476.Charles Harris2016-06-142-10/+13
* | DEP: deprecate Numeric-style typecodes, closes #2148Jaime Fernandez2016-06-142-0/+45
* | BUG: Remove memory leak in np.placegfyoung2016-06-071-0/+1
* | Merge pull request #7482 from simongibbons/clip_memory_leak_fixseberg2016-06-051-13/+9
|\ \
| * | BUG: Memory Leak in _GenericBinaryOutFunction. Fixes #6672Simon Gibbons2016-03-301-13/+9
* | | ENH: Add bits attribute to np.finfo, closes #1886Jaime Fernandez2016-06-042-8/+27
* | | Merge pull request #6430 from embray/issue-473ahaldane2016-06-0214-61/+150
|\ \ \
| * | | BUG: Fixes to reading and writing of empty arrays, and in particular arrays w...Erik M. Bray2016-05-313-6/+26
| * | | BUG: Change ndarray.__new__ to allow zero-width data types, and in particular...Erik M. Bray2016-05-312-14/+15