summaryrefslogtreecommitdiff
path: root/numpy
Commit message (Expand)AuthorAgeFilesLines
* 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
* | 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
* | 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
* | BUG,ENH: allow linalg.cond to work on a stack of matricesSebastian Berg2015-09-262-9/+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-251-0/+3
* Merge pull request #6341 from charris/backport-gh-6328Charles Harris2015-09-221-2/+13
|\
| * ENH: enabled extra_link_args in OpenBLAS segmentNick Papior2015-09-221-2/+13
* | 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
* | BUG: fix timedelta arithmetic with invalid values or NaTsAntoine Pitrou2015-09-012-7/+53
* | 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
* | | BUG: Checking advanced indices could fail for some arraysSebastian Berg2015-08-262-3/+19
* | | Changed the module name from 'np' to 'numpy' since the name 'np' was raising ...James Camel2015-08-211-3/+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
* | | BLD: add platform check to avoid intel compiler build failure on Linux when i...yolanda152015-08-201-31/+37
* | | Merge pull request #6212 from charris/backport-gh-6206Charles Harris2015-08-173-1/+22
|\ \ \
| * | | MANT: searchsorted should return base ndarrays alwaysJaime Fernandez2015-08-173-1/+22
* | | | BUG: restore use of dtype input arg to testMatthew Brett2015-08-131-3/+1
* | | | BUG: restore endianness to complex testsMatthew Brett2015-08-131-2/+2
|/ / /
* | | BLD: Distutils doesn't warn unless compiler_cxx is emptyPeter Iannucci2015-08-111-1/+1
* | | TST: Test that arrays are not hashable.Charles Harris2015-08-101-0/+4
* | | BUG: Fix a non-constant expression used as structure initializer.Charles Harris2015-08-102-2/+13
* | | BLD: Option /GL does not exist for mingw32 compiler.Charles Harris2015-08-101-1/+3
* | | BLD: Remove fallback CBLAS detection looking for cblas.h.Charles Harris2015-08-081-26/+1
* | | BLD: revert C99 complex for msvc14Christoph Gohlke2015-08-061-1/+1
* | | DOC: Add warning about numpy._build_utilsAlex Willmer2015-08-051-0/+8
* | | BLD: Move numpy.build_utils -> numpy._build_utils, add to MANIFEST.inAlex Willmer2015-08-059-16/+16
* | | MAINT: List subpackages alphabetically in numpy.setup.configuration()Alex Willmer2015-08-051-6/+6
* | | BLD: fix tests under Tox, include numpy.build_utils in the distributionAlex Willmer2015-08-051-0/+3
* | | BLD: Move Intel POWL blacklist.Charles Harris2015-08-032-6/+9
* | | BLD: fix issue with POWL for Intel compilers on Windows.Ralf Gommers2015-08-031-0/+7
* | | BLD: Intel compilers: xiar/xilib for Linux and Windows to support IPO.Ralf Gommers2015-08-031-0/+3