summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Merge pull request #5161 from juliantaylor/parallel-distutilsJulian Taylor2014-11-028-43/+153
|\ \
| * | DOC: update installation instructionsJulian Taylor2014-10-281-27/+36
| * | ENH: support parallel compilation of extensionsJulian Taylor2014-10-287-16/+117
* | | Merge pull request #5251 from embray/astropy-3052Charles Harris2014-10-312-7/+12
|\ \ \
| * | | Fix issue with fromarrays not correctly determining a format string for unico...Erik M. Bray2014-10-312-7/+12
|/ / /
* | | Merge pull request #5245 from argriffing/deprecate-pkgloadCharles Harris2014-10-292-3/+11
|\ \ \
| * | | MAINT: warn instead of raisealex2014-10-291-3/+5
| * | | DEP: deprecate pkgloadalex2014-10-282-2/+8
|/ / /
* | | Merge pull request #5242 from juliantaylor/fix-ufunc-subok-outCharles Harris2014-10-284-6/+55
|\ \ \ | |/ / |/| / | |/
| * BUG: fix not returning out array from ufuncs with subok=False setJulian Taylor2014-10-284-6/+55
* | Merge pull request #5214 from mkowoods/np.averageJulian Taylor2014-10-272-3/+7
|\ \
| * | BUG: upcast weights to average result type to avoid inaccuraciesMalik Woods2014-10-272-3/+7
| |/
* | Merge pull request #5077 from jaimefrio/gufuncs_core_dim_no_broadcastCharles Harris2014-10-276-112/+258
|\ \
| * | DOC: Stricter checks for gufunc signaturesjaimefrio2014-10-206-31/+73
| * | TST: Stricter checks for gufunc signaturesjaimefrio2014-10-152-53/+112
| * | BUG: Stricter checks for gufunc signaturesjaimefrio2014-10-151-36/+81
* | | Merge pull request #5238 from yuvallanger/patch-1Charles Harris2014-10-271-1/+1
|\ \ \
| * | | 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
* | | | | Merge pull request #5207 from juliantaylor/msvc-fixCharles Harris2014-10-212-11/+5
|\ \ \ \ \
| * | | | | 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
* | | | | | Merge pull request #5203 from njsmith/masterCharles Harris2014-10-214-6/+62
|\ \ \ \ \ \
| * | | | | | BUG: copy inherited masks in MaskedArray.__array_finalize__Nathaniel J. Smith2014-10-214-6/+62
| | |_|/ / / | |/| | | |
* | | | | | Merge pull request #5210 from ewmoore/norm_docJaime2014-10-201-0/+4
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | MAINT: Give a more helpful error for bad axis specifications.Eric Moore2014-10-201-0/+4
|/ / / / /
* | | | | Merge pull request #5206 from WarrenWeckesser/typoJaime2014-10-181-1/+1
|\ \ \ \ \
| * | | | | 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 #5196 from ewmoore/norm_keepdimsCharles Harris2014-10-172-15/+73
|\ \ \ \ \ \
| * | | | | | MAINT: Stop repeatedly running duplicate tests.Eric Moore2014-10-171-0/+1