summaryrefslogtreecommitdiff
path: root/numpy/core
Commit message (Expand)AuthorAgeFilesLines
* BUG: Guarantee non-zero is 1 for switch statementsChris Hogan2015-10-011-1/+1
* 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
|/
* 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
* BUG: Fix vdot for uncontiguous arrays.Sebastian Berg2015-09-272-6/+32
* BUG: Add cblasfuncs.c and python_xerbla.c to MANIFEST.inCharles Harris2015-09-251-0/+3
* 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
* | | Merge pull request #6212 from charris/backport-gh-6206Charles Harris2015-08-172-1/+13
|\ \ \
| * | | MANT: searchsorted should return base ndarrays alwaysJaime Fernandez2015-08-172-1/+13
* | | | 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
|/ / /
* | | 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: revert C99 complex for msvc14Christoph Gohlke2015-08-061-1/+1
* | | BLD: Move numpy.build_utils -> numpy._build_utils, add to MANIFEST.inAlex Willmer2015-08-052-14/+15
* | | 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: some fixes for Intel compilers.Ralf Gommers2015-08-031-2/+6
* | | Merge pull request #6148 from charris/backport-gh-6147Charles Harris2015-08-031-0/+3
|\ \ \
| * | | BLD: llabs not available with msvc9Christoph Gohlke2015-08-021-0/+3
| |/ /
* | | MAINT: Temporarily disable __numpy_ufunc__ for 1.10Nathaniel J. Smith2015-08-023-0/+37
|/ /
* | BLD: fix build failureChristoph Gohlke2015-08-021-1/+1
* | BLD: disable broken msvc14 trigonometric functionsChristoph Gohlke2015-08-021-1/+18
* | BLD: enable C99 isnan and isinf for msvc14Christoph Gohlke2015-08-021-2/+2
* | BLD: enable C99 complex for msvc14Christoph Gohlke2015-08-021-1/+1
* | Merge pull request #6047 from charris/pep8-pyflakes-numpy.core.testsCharles Harris2015-07-2530-1989/+2032
|\ \
| * | MAINT: Merge the np.dot tests in test_multiarray and test_numeric.Charles Harris2015-07-252-133/+134
| * | STY: pyflakes fixes for numpy/core/tests/*.py.Charles Harris2015-07-2528-1120/+1165
| * | MAINT: Remove redundant tests from test_multiarray.py.Charles Harris2015-07-251-147/+0
| * | STY: PEP8 fixes for numpy/core/tests/*.pyCharles Harris2015-07-2526-666/+810
* | | Merge pull request #6112 from charris/fix-void-pointer-in-memsetJaime2015-07-241-1/+1
|\ \ \ | |/ / |/| |
| * | BUG: Fix misuse of void* in arraytypes.c.src.Charles Harris2015-07-241-1/+1
* | | Merge pull request #6077 from ndjensen/masterseberg2015-07-231-7/+11
|\ \ \ | |/ / |/| |
| * | ENH skip NPY_ALLOW_C_API for UFUNC_ERR_PRINTNate Jensen2015-07-221-7/+11
* | | BUG: bincount overflow if arrays len >= 2^31Jaime Fernandez2015-07-211-2/+2
* | | Merge pull request #6098 from ahaldane/commastring_boolseberg2015-07-212-1/+7
|\ \ \
| * | | MAINT: allow '?' in structured dtype commastring specificationAllan Haldane2015-07-202-1/+7
* | | | Merge pull request #6096 from novocaine/vs_2015_no_wpoCharles Harris2015-07-201-0/+9
|\ \ \ \ | |/ / / |/| | |
| * | | remove /GL for vs2015 in check_long_double_representationJames Salter2015-07-201-0/+9
| |/ /
* | | MAINT: missing decref in PyArray_ViewAllan Haldane2015-07-181-1/+2
|/ /