summaryrefslogtreecommitdiff
path: root/numpy/core
Commit message (Expand)AuthorAgeFilesLines
* MAINT: remove hashlib fallback for python < 2.5Julian Taylor2017-04-101-9/+4
* MAINT: don't rewrite api headers unnecessarilyJulian Taylor2017-04-103-23/+27
* Merge pull request #8896 from juliantaylor/inplace-squareJulian Taylor2017-04-092-12/+15
|\
| * ENH: do integer**2. inplaceJulian Taylor2017-04-062-12/+15
* | DOC: Replace reference to np.swapaxis with np.swapaxes (#8914)Juan Nunez-Iglesias2017-04-081-1/+1
* | COMPAT: notify garbage collector when memory is allocatedmattip2017-04-071-1/+13
* | Merge pull request #8890 from sjpet/documentation-issuesEric Wieser2017-04-061-2/+2
|\ \ | |/ |/|
| * DOC: Fix for issues #7622 and #7914Stefan Peterson2017-04-051-2/+2
* | DOC: Add missing context argumentEric Wieser2017-04-051-1/+2
* | MAINT: Use the PyArray_FROM_OF macro moreEric Wieser2017-04-054-9/+6
* | MAINT: Use the PyArray_FROM_O macro moreEric Wieser2017-04-057-26/+19
|/
* Merge pull request #8862 from mattip/static_objsJulian Taylor2017-04-031-12/+30
|\
| * BUG: do not memcpy ptr to freed object, use static obj insteadmattip2017-03-291-12/+30
* | BUG: Don't modify types after PyType_ReadyEric Wieser2017-04-032-2/+14
* | Merge pull request #8737 from eric-wieser/squeeze-expand-docsCharles Harris2017-04-011-1/+17
|\ \
| * | DOC: expand_dims and squeeze are inversesEric Wieser2017-03-061-1/+17
* | | TST: Use explicit NaT in test_structure_formatJonathan Helmus2017-03-301-1/+1
* | | DOC: Replace line that was errantly removed in #8850Eric Wieser2017-03-301-1/+2
* | | DOC: Updated doc of nonzero() to eliminate ambiguity (#8850)jsh92017-03-301-6/+5
* | | MAINT: Rename _validate_axis, and document itEric Wieser2017-03-281-8/+50
* | | MAINT: use normalize_axis_index in np.rollEric Wieser2017-03-281-6/+4
* | | MAINT: Use normalize_axis_index in crossEric Wieser2017-03-282-11/+8
* | | MAINT: have _validate_axis delegate to normalize_axis_indexEric Wieser2017-03-282-10/+10
* | | ENH: Allow AxisErrors to have a prefix on the messageEric Wieser2017-03-283-10/+38
* | | MAINT: Include the function name in all argument error messagesEric Wieser2017-03-289-111/+120
| |/ |/|
* | Merge pull request #8854 from eric-wieser/loops-h-cleanupEric Wieser2017-03-271-16/+5
|\ \
| * | MAINT: Remove manual expansion of template loop for some ufuncsEric Wieser2017-03-271-16/+5
* | | MAINT: restore auto-vectorization of inplace operationsJulian Taylor2017-03-271-4/+35
|/ /
* | Merge pull request #8348 from anntzer/bincount-zero-minlengthEric Wieser2017-03-261-2/+2
|\ \
| * | ENH: Allow bincount(..., minlength=0).Antony Lee2017-03-241-2/+2
* | | DOC: Spell out note for `hstack`Søren Fuglede Jørgensen2017-03-251-1/+2
* | | Merge pull request #8832 from eric-wieser/avoid-as-bytesJulian Taylor2017-03-2514-291/+281
|\ \ \
| * | | MAINT: Use new syntax for exceptionsEric Wieser2017-03-251-3/+3
| * | | MAINT: Replace unicode() with u prefixEric Wieser2017-03-251-2/+2
| * | | MAINT: Stop using sixu instead of a u prefixEric Wieser2017-03-258-67/+62
| * | | MAINT: Remove asunicode where a u prefix would sufficeEric Wieser2017-03-251-3/+2
| * | | MAINT: Remove asbytes_nested where b prefixes would sufficeEric Wieser2017-03-252-70/+70
| * | | MAINT: Remove asbytes where a b prefix would sufficeEric Wieser2017-03-2511-157/+153
* | | | Merge pull request #8806 from eric-wieser/error-on-ternary-powCharles Harris2017-03-244-12/+52
|\ \ \ \ | |/ / / |/| | |
| * | | BUG: Prevent silent failure of ternary powerEric Wieser2017-03-214-12/+52
| * | | BUG: nb_power should not be passed NULLEric Wieser2017-03-211-6/+6
* | | | Merge pull request #8801 from ZZhaoTireless/fix/hstack-error-msgCharles Harris2017-03-242-1/+7
|\ \ \ \
| * | | | BUG: fix the error msg of empty hstack inputZZhaoTireless2017-03-212-1/+7
* | | | | Merge pull request #8822 from endolith/example_colormapsCharles Harris2017-03-241-3/+3
|\ \ \ \ \
| * | | | | DOC: Use gray and hsv colormaps in examplesEndolith2017-03-231-3/+3
* | | | | | MAINT: remove obsolete single file compilation functionsJulian Taylor2017-03-241-42/+0
|/ / / / /
* | | | | ENH: Add the 'heaviside' ufunc.Warren Weckesser2017-03-205-0/+91
|/ / / /
* | | | DOC: fix minor docstring typosCJ Carey2017-03-171-2/+2
|/ / /
* | | Merge pull request #8754 from AndresGuzman-Ballen/automatic-compiler-vectoriz...Julian Taylor2017-03-106-166/+201
|\ \ \
| * | | ENH: Allows building npy_math with static inliningAndres Guzman-Ballen2017-03-106-166/+201