summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* REL: Release 1.10.0rc2v1.10.0rc2Charles R Harris2015-09-291-2/+2
* 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
| * Fixed issue: SciPy can't be build in case, if python was installed intoDmitry Zagorny2015-09-221-28/+15
| * MSVCCompiler overwrite 'lib' and 'include' environment variables. ThisDmitry Zagorny2015-09-226-35/+71
| * Added closing for 'so_dup' and 'se_dup' file descriptors.Dmitry Zagorny2015-09-221-0/+2
|/
* Merge pull request #6151 from charris/make-bad-strides-reasonableCharles Harris2015-09-131-8/+0
|\
| * REL: Reset strides for RELAXED_STRIDE_CHECKING for 1.10 release.Charles Harris2015-06-211-8/+0
* | Merge pull request #6277 from charris/backport-gh-6275Charles Harris2015-09-012-7/+53
|\ \
| * | BUG: fix timedelta arithmetic with invalid values or NaTsAntoine Pitrou2015-09-012-7/+53
|/ /
* | Merge pull request #6259 from charris/backport-gh-6254Charles Harris2015-08-272-1/+23
|\ \
| * | BUG: Fix refcounting for string comparison in array_richcompareNathaniel J. Smith2015-08-272-1/+23
|/ /
* | Merge pull request #6252 from juliantaylor/comp-aliasJulian Taylor2015-08-261-2/+1
|\ \
| * | BUG: simplify code remove strict aliasing violationJulian Taylor2015-08-261-2/+1
* | | Merge pull request #6249 from charris/backport-gh-6245Charles Harris2015-08-263-3/+22
|\ \ \
| * | | DOC: Add warning that the InnerStridesArray may change.Sebastian Berg2015-08-261-0/+3
| * | | BUG: Checking advanced indices could fail for some arraysSebastian Berg2015-08-262-3/+19
|/ / /
* | | Merge pull request #6233 from charris/backport-gh-6218Charles Harris2015-08-211-3/+3
|\ \ \
| * | | Changed the module name from 'np' to 'numpy' since the name 'np' was raising ...James Camel2015-08-211-3/+3
|/ / /
* | | Merge pull request #6228 from charris/backport-compiler-fixesCharles Harris2015-08-213-2/+3
|\ \ \
| * | | BUG: fix typo which fused two compile flags on Windows for GFortran.Ralf Gommers2015-08-211-1/+1
| * | | BUG: fix 32-bit arch flag for Intel Fortran compiler.Ralf Gommers2015-08-211-1/+1
| * | | BLD: fix compiler_cxx check failureyolanda152015-08-211-0/+1
|/ / /
* | | Merge pull request #6223 from rgommers/bport-6211Charles Harris2015-08-201-31/+37
|\ \ \
| * | | BLD: add platform check to avoid intel compiler build failure on Linux when i...yolanda152015-08-201-31/+37
|/ / /