summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* REL: Release 1.8.1rc1v1.8.1rc1Julian Taylor2014-03-022-5/+5
* Merge pull request #4419 from juliantaylor/scalar-0dJulian Taylor2014-03-023-19/+34
|\
| * DOC: add fixed issue 4145 to release notesJulian Taylor2014-03-021-0/+1
| * BUG: Only convert 0d arrays to scalars in powerJulian Taylor2014-03-022-19/+33
|/
* Merge pull request #4417 from charris/backport-1.8-gh-4401Charles Harris2014-03-013-2/+10
|\
| * DOC: Update 1.8.1 release note issues with gh-4359.Charles Harris2014-03-011-0/+1
| * BUG: Fix infinite recursion in str.format of flex arrays (Fixes #4359).Daniel da Silva2014-03-012-2/+9
|/
* Merge pull request #4416 from juliantaylor/log1p-expm1-no-c99-1.8Charles Harris2014-03-013-13/+40
|\
| * BUG: fix non-c99 fallback for np.inf input to log1p/expm1Julian Taylor2014-03-023-13/+40
|/
* Merge pull request #4413 from bfroehle/patch-1Julian Taylor2014-03-011-0/+8
|\
| * DOC: Use tp_basicsize, not NPY_SIZEOF_PYARRAYOBJECT, for allocationBradley M. Froehle2014-03-011-0/+8
|/
* Merge pull request #4410 from juliantaylor/doc-updates-1.8Charles Harris2014-03-012-1/+2
|\
| * DOC: add object as_stride fix to release notesJulian Taylor2014-03-011-0/+1
| * DOC: remove mention of quickselect in argpartition docsJulian Taylor2014-03-011-1/+1
|/
* Merge pull request #4408 from charris/backport-1.8-gh-4377Julian Taylor2014-03-012-1/+19
|\
| * 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
* | Merge pull request #4405 from juliantaylor/fix-broken-histdd-backportJulian Taylor2014-03-011-1/+0
|\ \ | |/ |/|
| * BUG: fix broken backport of histogramdd edge fix 96892ca60Julian Taylor2014-03-011-1/+0
|/
* Merge pull request #4404 from juliantaylor/backport-fixes4-1.8Charles Harris2014-03-016-4/+44
|\
| * DOC: add histogram fix to release notesJulian Taylor2014-03-011-0/+1
| * BUG: enable windows large file support for mingwJulian Taylor2014-03-011-1/+9
| * MAINT: add python3.4 to paver fileJulian Taylor2014-03-011-0/+4
| * TST: fail on declaration-after-statement in travis testJulian Taylor2014-03-011-1/+3
| * BUG: Fix histogramdd treatment of events at rightmost binedgeJulian Taylor2014-03-012-2/+27
|/
* Merge pull request #4403 from juliantaylor/release-notes-1.8.1Charles Harris2014-03-016-79/+180
|\
| * DOC: add 1.8.1 release notesJulian Taylor2014-03-012-0/+45
| * DOC: sync release notes with masterJulian Taylor2014-03-015-79/+135
|/
* Merge pull request #4390 from juliantaylor/backport-fixes3-1.8Charles Harris2014-02-2710-9/+66
|\
| * 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
| * DOC: update openblas fork warning with fixed pthread build infoJulian Taylor2014-02-271-0/+15
| * BUG: get_info('openblas') does not read libraries keyJulian Taylor2014-02-271-2/+4
* | Merge pull request #4389 from juliantaylor/test-backports-1.8Charles Harris2014-02-272-4/+7
|\ \
| * | TST: switch i386 build to python3.4 defaulting ubuntu 14.04Julian Taylor2014-02-272-4/+4
| * | TST: bootstrap chroot in tmpfsJulian Taylor2014-02-271-0/+3
| |/
* | Merge pull request #4388 from juliantaylor/mtrand-fix-1.8Charles Harris2014-02-273-3703/+3962
|\ \ | |/ |/|
| * Regenerate cython file for latest fixesJulian Taylor2014-02-271-3680/+3891
| * BUG: handle non integer types for multinomial/dirichlet sizeJulian Taylor2014-02-272-21/+45
| * BUG: fix shuffling of flexible dtypes and masked arraysJulian Taylor2014-02-272-2/+26
|/
* Merge pull request #4367 from charris/backport-1.8-buffer-fixesCharles Harris2014-02-263-10/+154
|\