summaryrefslogtreecommitdiff
path: root/numpy/core
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #5264 from nils-werner/untransposeCharles Harris2014-11-181-0/+6
|\
| * Mention transport argsort for inverting the transpositionNils Werner2014-11-071-0/+6
* | DOC: core: np.divide differences between Py2/3Lars Buitinck2014-11-161-11/+11
|/
* Merge pull request #5257 from juliantaylor/py3-header-fixCharles Harris2014-11-023-6/+44
|\
| * BUG: fix header using symbols not available in py3Julian Taylor2014-11-023-6/+44
* | Fix issue with fromarrays not correctly determining a format string for unico...Erik M. Bray2014-10-312-7/+12
* | Merge pull request #5242 from juliantaylor/fix-ufunc-subok-outCharles Harris2014-10-283-6/+53
|\ \ | |/
| * BUG: fix not returning out array from ufuncs with subok=False setJulian Taylor2014-10-283-6/+53
* | Merge pull request #5077 from jaimefrio/gufuncs_core_dim_no_broadcastCharles Harris2014-10-273-88/+192
|\ \
| * | DOC: Stricter checks for gufunc signaturesjaimefrio2014-10-203-7/+7
| * | TST: Stricter checks for gufunc signaturesjaimefrio2014-10-152-53/+112
| * | BUG: Stricter checks for gufunc signaturesjaimefrio2014-10-151-36/+81
* | | Replacing list with generator compherensionYuval Langer2014-10-271-1/+1
* | | Merge pull request #5086 from mdboom/stride-fixCharles Harris2014-10-262-2/+54
|\ \ \
| * | | Add additional testingMichael Droettboom2014-10-201-1/+9
| * | | When requesting Fortan order, don't return C order.Michael Droettboom2014-09-261-2/+3
| * | | Explicitly set strides with negative number in testMichael Droettboom2014-09-191-6/+7
| * | | Fix strides when creating Python bufferMichael Droettboom2014-09-192-0/+42
* | | | 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 #5216 from charris/cleanup-gh-5132Julian Taylor2014-10-242-0/+39
|\ \ \ \
| * | | | TST: Add some tests for ndarray.put.Charles Harris2014-10-211-0/+34
| * | | | BUG: Make PyArray_PutTo respect writeable flag.Jarl Haggerty2014-10-211-0/+5
* | | | | Merge pull request #5225 from juliantaylor/datetime-arange-crashCharles Harris2014-10-242-2/+13
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | BUG: fix crash when using arange on datetime without dtype setJulian Taylor2014-10-232-2/+13
* | | | | Merge pull request #5204 from RobberPhex/masterJulian Taylor2014-10-212-6/+30
|\ \ \ \ \ | |/ / / /
| * | | | BUG: fix build error with MSVC 2013 caused by C99 complex supportRobberPhex2014-10-212-6/+30
* | | | | 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
| |/ / /
* | | | BUG: don't set invalid flag in cbrt fallbackJulian Taylor2014-10-191-1/+5
* | | | BUG: fix undefined ldexpl and frexpl with msvcJulian Taylor2014-10-191-10/+0
* | | | MAINT: Fix typo in the 'issubclass' docstring.Warren Weckesser2014-10-191-1/+1
* | | | Merge pull request #5146 from cimarronm/fromnumeric_axis_tuples_docJaime2014-10-171-13/+40
|\ \ \ \
| * | | | DOC: Update axis documentation for tuple of ints to be consistent between fun...Cimarron Mittelsteadt2014-10-161-5/+30
| * | | | DOC: Updated from numeric doc to indicate where axis can also be a tuple of i...Cimarron Mittelsteadt2014-10-021-13/+15
* | | | | Merge pull request #5190 from juliantaylor/lto-supportCharles Harris2014-10-161-3/+13
|\ \ \ \ \
| * | | | | BLD: try linking a file if compile long double repr detection failsJulian Taylor2014-10-151-3/+13
* | | | | | MAINT: remove obsolete version checksJulian Taylor2014-10-154-54/+16
* | | | | | BLD: fix expected size argument for complex typesJulian Taylor2014-10-151-1/+2
* | | | | | BLD: change expected type sizes to 64 bitJulian Taylor2014-10-151-3/+3
|/ / / / /
* | | | | DOC: core: contents of newly allocated space in memmapLars Buitinck2014-10-121-0/+5
* | | | | Merge pull request #5175 from larsmans/c-fixesCharles Harris2014-10-121-4/+5
|\ \ \ \ \
| * | | | | MAINT: core: string constants in static buffersLars Buitinck2014-10-121-4/+5
* | | | | | ENH: allow auto vectorization of integer loopsJulian Taylor2014-10-112-85/+108
* | | | | | MAINT: replace bytewise copy with memcpyJulian Taylor2014-10-101-32/+2
* | | | | | Merge pull request #5167 from juliantaylor/rh5-miscompileCharles Harris2014-10-101-1/+5
|\ \ \ \ \ \ | | |_|/ / / | |/| | | |
| * | | | | BUG: remove static from function to avoid gcc-4.1 miscompileJulian Taylor2014-10-091-1/+5
* | | | | | fix intention of loop in test_copyto_permutBrian Kearns2014-10-081-1/+1
* | | | | | Merge pull request #5152 from tovrstra/collapsingbugJulian Taylor2014-10-052-1/+11
|\ \ \ \ \ \ | |/ / / / / | | | / / / | |_|/ / / |/| | | |
| * | | | BUG: fixed #5147 collapsingbug in einsumToon Verstraelen2014-10-052-1/+11