summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* REL: Release 1.10.1v1.10.1Charles R Harris2015-10-122-4/+4
* Merge pull request #6457 from charris/release-notes-1.10.1Charles Harris2015-10-122-0/+43
|\
| * DOC: Create 1.10.1 release notes.Charles Harris2015-10-122-0/+43
|/
* Merge pull request #6450 from charris/backport-gh-449Charles Harris2015-10-112-5/+7
|\
| * DEP: Remove warning for `full` when dtype is set.Antony Lee2015-10-112-5/+7
|/
* Merge pull request #6448 from charris/backport-gh-6439Charles Harris2015-10-111-2/+6
|\
| * BLD: import setuptools to allow compile with VS2008 python2.7 sdkJulian Taylor2015-10-111-2/+6
|/
* Merge pull request #6447 from charris/backport-6438Charles Harris2015-10-111-1/+3
|\
| * BUG: mask nan to 1 in ordered compareJulian Taylor2015-10-111-1/+3
* | Merge pull request #6446 from charris/backport-gh-6444Charles Harris2015-10-111-0/+7
|\ \ | |/ |/|
| * DOC: Document the reason msvc requires SSE2 on 32 bit platforms.Charles Harris2015-10-111-0/+2
| * BLD: enable SSE2 for 32-bit msvc 9 and 10 compilersChristoph Gohlke2015-10-111-0/+5
|/
* Merge pull request #6443 from charris/backport-gh-6436Charles Harris2015-10-101-0/+2
|\
| * MAINT: remove Wreturn-type warnings from config checksJulian Taylor2015-10-101-0/+2
|/
* Merge pull request #6442 from charris/backport-gh-6441Charles Harris2015-10-092-2/+2
|\
| * BLD: do not build exclusively for SSE4.2 processorsChristoph Gohlke2015-10-091-1/+1
| * BLD: do not build exclusively for SSE4.2 processorsChristoph Gohlke2015-10-091-1/+1
|/
* Merge pull request #6417 from megies/patch-1Charles Harris2015-10-061-1/+1
|\
| * DOC: fix var. reference in percentile docstringTobias Megies2015-10-061-1/+1
|/
* Merge pull request #6416 from charris/update-1.10.0-notesCharles Harris2015-10-061-2/+2
|\
| * DOC: Sync 1.10.0-notes.rst in 1.10.x branch with master.Charles Harris2015-10-061-2/+2
|/
* Merge pull request #6397 from charris/backport-gh-6346Charles Harris2015-10-011-1/+1
|\
| * BUG: Guarantee non-zero is 1 for switch statementsChris Hogan2015-10-011-1/+1
|/
* Merge pull request #6389 from charris/update-pavementCharles Harris2015-09-281-2/+2
|\
| * BLD: Update pavement.py LOG_START and LOG_ENDCharles Harris2015-09-281-2/+2
|/
* Merge pull request #6386 from charris/backport-PyObject_Cmp-fixCharles Harris2015-09-282-3/+10
|\
| * BUG: Fix PyObject_Cmp in npy_3kcompat.h.Charles Harris2015-09-282-3/+10
|/
* Merge pull request #6385 from charris/backport-gh-6384Charles Harris2015-09-281-0/+10
|\
| * TST: Add tests for np.full FutureWarning.Antony Lee2015-09-281-0/+10
* | Merge pull request #6383 from charris/backport-gh-6382Charles Harris2015-09-281-2/+7
|\ \ | |/ |/|
| * FutureWarning for np.full(..., non-float).Antony Lee2015-09-281-2/+7
|/
* Merge pull request #6376 from charris/backport-gh-6361Charles Harris2015-09-272-1/+10
|\
| * TST: Test empty warning for split with manual inputsSebastian Berg2015-09-271-0/+9
| * BUG: Expanded warning conditions for array_splitMichael Currie2015-09-271-1/+1
* | Merge pull request #6375 from charris/backport-gh-6372Charles Harris2015-09-273-43/+55
|\ \ | |/ |/|
| * DOC: Document behaviour of ravel more clearlySebastian Berg2015-09-271-1/+5
| * REV: Make sure ravel returns a contiguous arraySebastian Berg2015-09-272-42/+50
|/
* Merge pull request #6374 from charris/backport-gh-6373Charles Harris2015-09-272-6/+32
|\
| * BUG: Fix vdot for uncontiguous arrays.Sebastian Berg2015-09-272-6/+32
* | Merge pull request #6369 from charris/backport-gh-6362Charles Harris2015-09-262-9/+20
|\ \ | |/ |/|
| * BUG,ENH: allow linalg.cond to work on a stack of matricesSebastian Berg2015-09-262-9/+20
|/
* Merge pull request #6363 from charris/fix-sdist-missing-filesCharles Harris2015-09-254-1/+20
|\
| * TST: Update test__version.py.Charles Harris2015-09-251-0/+13
| * BUG: Add cblasfuncs.c and python_xerbla.c to MANIFEST.inCharles Harris2015-09-252-0/+6
| * BUG: PEP440 compliant versioning for development releases.Charles Harris2015-09-251-1/+1
|/
* Merge pull request #6341 from charris/backport-gh-6328Charles Harris2015-09-222-3/+14
|\
| * ENH: enabled extra_link_args in OpenBLAS segmentNick Papior2015-09-222-3/+14
* | Merge pull request #6340 from charris/backport-gh-6243Charles Harris2015-09-228-63/+92
|\ \ | |/ |/|
| * Changed from distutils_MSVCCompiler toDmitry Zagorny2015-09-222-11/+12
| * Align with pep8Dmitry Zagorny2015-09-222-5/+8