summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* REL: NumPy 1.16.3 release.v1.16.3Charles Harris2019-04-211-1/+1
* Merge pull request #13382 from charris/prepare-1.16.3Charles Harris2019-04-213-28/+76
|\
| * REL: Prepare for the NumPy release.Charles Harris2019-04-213-28/+76
|/
* Merge pull request #13381 from charris/backport-13379Charles Harris2019-04-211-1/+3
|\
| * BLD: address mingw-w64 issue. Follow-up to gh-9977Ralf Gommers2019-04-211-1/+3
|/
* Merge pull request #13363 from charris/backport-13346Charles Harris2019-04-170-0/+0
|\
| * BUG/MAINT: Tidy typeinfo.h and .cEric Wieser2019-04-173-21/+46
* | Merge pull request #13360 from charris/backport-12560Charles Harris2019-04-171-10/+11
|\ \
| * | DOC: fix some doctest failuresmattip2019-04-171-10/+11
| |/
* | Merge pull request #13359 from charris/backport-12889Charles Harris2019-04-176-16/+36
|\ \
| * | BUG: load fails when using pickle without allow_pickle=TruePaul Ivanov2019-04-176-16/+36
| |/
* | Merge pull request #13351 from eric-wieser/tidy-typeinfoCharles Harris2019-04-163-21/+46
|\ \
| * | BUG/MAINT: Tidy typeinfo.h and .cEric Wieser2019-04-163-21/+46
* | | Merge pull request #13350 from eric-wieser/poly1d-fixes-fixes-fixes-fixesCharles Harris2019-04-162-11/+17
|\ \ \ | |_|/ |/| |
| * | Merge branch 'maintenance/1.16.x' into poly1d-fixes-fixes-fixes-fixesEric Wieser2019-04-16884-76994/+122487
| |\ \ | |/ / |/| |
* | | Merge pull request #13342 from charris/backport-13335Charles Harris2019-04-153-6/+11
|\ \ \
| * | | DOC: Add as_ctypes_type to the documentationEric Wieser2019-04-153-6/+11
* | | | Merge pull request #13339 from charris/backport-13060Charles Harris2019-04-151-5/+31
|\ \ \ \
| * | | | BUG: Use C call to sysctlbyname for AVX detection on MacOS.Bran2019-04-151-5/+31
| |/ / /
* | | | Merge pull request #13340 from charris/backport-13301Charles Harris2019-04-152-2/+12
|\ \ \ \
| * | | | TST: fix up test_structured_paddedTyler Reddy2019-04-151-1/+1
| * | | | BUG: Fix crash when calling savetxt on a padded arrayEric Wieser2019-04-152-2/+12
| |/ / /
* | | | Merge pull request #13341 from charris/backport-13323Charles Harris2019-04-151-1/+1
|\ \ \ \ | |/ / / |/| | |
| * | | BUG: ufunc.at iteration variable size fixSebastian Berg2019-04-151-1/+1
|/ / /
* | | Merge pull request #13278 from charris/backport-13273Charles Harris2019-04-072-1/+7
|\ \ \
| * | | BUG: Fix null pointer dereference in PyArray_DTypeFromObjectHelperJakub Wilk2019-04-062-1/+7
|/ / /
* | | Merge pull request #13276 from charris/backport-12547Charles Harris2019-04-062-0/+9
|\ \ \
| * | | ENH: Cast covariance to double in random mvnormalKevin Sheppard2019-04-062-0/+9
* | | | Merge pull request #13275 from charris/backport-13176Charles Harris2019-04-062-25/+41
|\ \ \ \
| * | | | BUG/MAINT: fix reference count error on invalid input to ndarray.flat (#13176)adeak2019-04-062-25/+41
| |/ / /
* | | | Merge pull request #13274 from charris/backport-13269Charles Harris2019-04-061-1/+1
|\ \ \ \ | |/ / / |/| | |
| * | | MAINT: f2py: Add a cast to avoid a compiler warning.Warren Weckesser2019-04-061-1/+1
|/ / /
* | | Merge pull request #13145 from charris/backport-13036Charles Harris2019-03-173-1/+22
|\ \ \
| * | | BUG: __array_interface__ offset was always ignoredmattip2019-03-173-1/+22
* | | | Merge pull request #13144 from charris/backport-13086Ralf Gommers2019-03-161-2/+5
|\ \ \ \
| * | | | BLD: fix include list for sdist building.Ralf Gommers2019-03-161-2/+5
| |/ / /
* | | | Merge pull request #13143 from charris/backport-13092Charles Harris2019-03-162-2/+8
|\ \ \ \
| * | | | BUG: ensure linspace works on object input.Marten van Kerkwijk2019-03-162-2/+8
| |/ / /
* | | | Merge pull request #13142 from charris/backport-13093Charles Harris2019-03-162-0/+7
|\ \ \ \
| * | | | Added issue number in commentBharat123Rox2019-03-161-0/+1
| * | | | Added more tests as suggested by @eric-wieserBharat123Rox2019-03-161-0/+2
| * | | | Fix #13087 by raising a ValueError and adding a unit test for itBharat123Rox2019-03-162-0/+4
| |/ / /
* | | | Merge pull request #13141 from charris/backport-13095Charles Harris2019-03-162-2/+2
|\ \ \ \ | |/ / / |/| | |
| * | | BUG: ppc and riscv don't use REAL(10)Andreas Schwab2019-03-161-1/+1
| * | | BUG: ppc is using IBM double doubleAndreas Schwab2019-03-161-1/+1
|/ / /
* | | Merge pull request #13091 from charris/backport-13076Charles Harris2019-03-041-60/+0
|\ \ \
| * | | BUG: Remove our patched version of `distutils.split_quoted`Eric Wieser2019-03-041-60/+0
|/ / /
* | | Merge pull request #13085 from charris/backport-13068Charles Harris2019-03-042-0/+15
|\ \ \
| * | | BUG: Add missing error checking in conversion from integers to datetime typesEric Wieser2019-03-032-0/+15
|/ / /
* | | Merge pull request #13084 from charris/backport-13039Charles Harris2019-03-032-37/+53
|\ \ \