summaryrefslogtreecommitdiff
path: root/numpy
Commit message (Expand)AuthorAgeFilesLines
* BUG: Fix seg fault converting empty string to objectMike Kelly2014-08-082-1/+5
* BUG: Make fftpack._raw_fft threadsafeJulian Taylor2014-08-042-3/+59
* BUG: Prevent division by zero. Closes #650.szpy2014-08-041-1/+3
* BUG: Fix lack of NULL check in array_richcompare.Charles Harris2014-08-042-1/+25
* BUG: incorrect argument order to _copyto in in np.nanmax, np.nanminMarten van Kerkwijk2014-08-042-2/+27
* BUG: Hold GIL for types with fields, fixes #4642jaimefrio2014-08-041-3/+6
* BUG: svd ufunc typoalex2014-08-042-2/+10
* BUG: check alignment of strides for byteswapJulian Taylor2014-08-041-3/+3
* BUG: add missing elementsize alignment check for simd reductionsJulian Taylor2014-08-043-1/+36
* BUG: wrong selection for orders falling into equal rangesJulian Taylor2014-08-042-3/+25
* Merge pull request #4603 from charris/backport-1.8-4602Charles Harris2014-04-101-1/+1
|\
| * BUG: ifort has issues with optimization flag /O2cgohlke2014-04-091-1/+1
* | TST: backport test_zeros changes from masterJulian Taylor2014-03-251-4/+11
* | TST: increase test time to avoid negative times on UTC conversionJulian Taylor2014-03-251-1/+1
|/
* BUG: nditer: Initialize buffer reduce posSebastian Berg2014-03-233-2/+10
* BUG: add missing gufunc failure return values and missing malloc fail checkJulian Taylor2014-03-231-0/+7
* BUG: fix broken operand initialization for einsum.Jez Ng2014-03-222-1/+4
* BUG: catch overflow of nominator in datetime conversionsJulian Taylor2014-03-202-1/+10
* TST: add unittest for byte_boundsOlivier Grisel2014-03-191-0/+9
* FIX: missing asarray import in numpy.libs.utilsOlivier Grisel2014-03-191-1/+1
* BUG: fix ValueError for byte_bounds() on datetime arraymosessky2014-03-191-2/+3
* ENH: Make output of get_atlas_info conditional on system_info.verbosityArnaud Bergeron2014-03-183-9/+9
* BUG: Fix linspace for use with physical quantitiesRobert Pröpper2014-03-182-6/+42
* TST: Test for einsum/nditer fixed stride bugMark Wiebe2014-03-171-0/+31
* BUG: Buffered stride was erroneously marked fixed (fixes #4485)Mark Wiebe2014-03-171-7/+6
* BUG: Backport nditer fixes and tests.Charles Harris2014-03-179-114/+392
* ENH: Backport scalarmathmodule.h.src from 1.9.0-devel.Charles Harris2014-03-175-696/+70
* BUG: Fix commutativity of {dot,multiply,inner}(scalar, matrix_of_objs)Daniel da Silva2014-03-163-1/+25
* BUG: restore api for file npy_PyFile_Dup and npy_PyFile_DupCloseJulian Taylor2014-03-063-9/+53
* BUG: Only convert 0d arrays to scalars in powerJulian Taylor2014-03-022-19/+33
* BUG: Fix infinite recursion in str.format of flex arrays (Fixes #4359).Daniel da Silva2014-03-012-2/+9
* BUG: fix non-c99 fallback for np.inf input to log1p/expm1Julian Taylor2014-03-022-13/+39
* DOC: remove mention of quickselect in argpartition docsJulian Taylor2014-03-011-1/+1
* Fix stride_stricks.as_strided function for object arraysJay Bourque2014-03-012-1/+19
* Merge pull request #4406 from charris/backport-1.8-doc-fixesJulian Taylor2014-03-016-374/+499
|\
| * DOC: Fix documentation of normed in histogram2d and histogramdd.Charles Harris2014-03-012-107/+116
| * DOC: Improve the documentation of numpy.load.Charles Harris2014-03-011-15/+19
| * DOC: Document ldexp and frexp.Charles Harris2014-03-013-83/+184
| * DOC: Correct and extend the documentation of fmod and remainder ufuncs.Charles Harris2014-03-011-6/+14
| * DOC, MAINT: Spell check and break long lines in ufunc_docstrings.py.Charles Harris2014-03-011-166/+169
* | BUG: fix broken backport of histogramdd edge fix 96892ca60Julian Taylor2014-03-011-1/+0
|/
* BUG: enable windows large file support for mingwJulian Taylor2014-03-011-1/+9
* BUG: Fix histogramdd treatment of events at rightmost binedgeJulian Taylor2014-03-012-2/+27
* Merge pull request #4390 from juliantaylor/backport-fixes3-1.8Charles Harris2014-02-279-9/+51
|\
| * DOC: assert_no_warnings versionadded 1.8 -> 1.7alex2014-02-271-1/+1
| * DOC: some versionadded notesalex2014-02-272-0/+11
| * ENH: hint that nelem == 1 branch is more likelyJulian Taylor2014-02-271-3/+3
| * BUG: Fixed issue 3504, and added tests for complex supportSankarshan Mudkavi2014-02-272-1/+28
| * Fix seterr example for resetting to old settingsNiklas Hambüchen2014-02-271-1/+1
| * BUG: Fixes #2799jaimefrio2014-02-272-2/+4