summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #15406 from rsmith-nl/maintenance/1.16.xmaintenance/1.16.xCharles Harris2020-01-231-1/+1
|\
| * BLD: catch link error.Roland Smith2020-01-231-1/+1
|/
* REL: prepare 1.16.x for further developmentCharles Harris2019-12-294-32/+84
* REL: NumPy 1.16.6 release.v1.16.6Charles Harris2019-12-292-1/+5
* Merge pull request #15191 from charris/prepare-1.16.6-releaseCharles Harris2019-12-292-0/+77
|\
| * REL: Prepare for 1.16.6 release.Charles Harris2019-12-292-0/+77
|/
* Merge pull request #15172 from charris/try-backport-utilsCharles Harris2019-12-253-70/+138
|\
| * TST: Add assert_array_equal test for big integer arraysMaxwell Aladago2019-12-251-0/+15
| * ENH: Backport improvements to testing functions.Charles Harris2019-12-253-70/+123
|/
* Merge pull request #14864 from charris/backport-14381Charles Harris2019-11-082-5/+26
|\
| * BUG: lib: Fix histogram problem with signed integer arrays.Warren Weckesser2019-11-082-5/+26
* | Merge pull request #14863 from charris/backport-14827Charles Harris2019-11-081-1/+2
|\ \
| * | BLD: Review feedback for clang -flto fixChris Burr2019-11-081-1/+2
| * | BLD: Prevent -flto from optimising long double representation check awayChris Burr2019-11-081-1/+1
| |/
* | Merge pull request #14856 from charris/backport-14693Charles Harris2019-11-072-95/+110
|\ \
| * | BUG: Fix `np.einsum` errors on Power9 Linux and z/LinuxCharles Harris2019-11-072-95/+110
| |/
* | Merge pull request #14854 from charris/backport-14469Charles Harris2019-11-072-45/+34
|\ \ | |/ |/|
| * BUG: Fix _ctypes class cirular reference. (#13808)Qiming Sun2019-11-072-45/+34
|/
* Merge pull request #14853 from charris/backport-14842Charles Harris2019-11-071-0/+1
|\
| * BLD: add 'apt update' to shippableCharles Harris2019-11-071-0/+1
* | Merge pull request #14275 from fersarr/1.16_2Matti Picus2019-10-202-9/+92
|\ \ | |/ |/|
| * BUG: fixing to allow unpickling of PY3 pickles from PY2Fernando Saravia2019-10-182-9/+92
* | Merge pull request #14686 from charris/backport-14605Charles Harris2019-10-121-1/+1
|\ \ | |/ |/|
| * BUG: properly define PyArray_DescrCheckmattip2019-10-121-1/+1
|/
* Merge pull request #14509 from charris/backport-14464Charles Harris2019-09-145-15/+232
|\
| * BUG: Fix regression in boolean matmul.mattip2019-09-145-15/+232
* | Merge pull request #14211 from lagru/fix-linear-ramp-backport-1-16Charles Harris2019-09-092-37/+49
|\ \ | |/ |/|
| * BUG: Simplify linear ramp padding with linspaceLars Grueter2019-09-052-37/+49
* | Merge pull request #14434 from charris/backport-13802Charles Harris2019-09-052-2/+16
|\ \
| * | BUG: Fixed maximum relative error reporting in assert_allclose (gh-13802)CakeWithSteak2019-09-052-2/+16
* | | Merge pull request #14340 from eric-wieser/fix-if-fields-1.16Charles Harris2019-09-0512-34/+108
|\ \ \
| * | | TST: Avoid relying on a 1.17 feature in a backported testEric Wieser2019-09-031-1/+6
| * | | Merge remote-tracking branch 'upstream/maintenance/1.16.x' into fix-if-fieldsEric Wieser2019-08-23193-1685/+6157
| |\ \ \
| * | | | MAINT: Fix remaining misuses of bool(dt.names)Eric Wieser2019-08-191-3/+3
| * | | | BUG: Fix detection of structured arrays in mrecordsEric Wieser2019-08-191-1/+1
| * | | | BUG: Don't construct masked arrays with the wrong mask type in genfromtxtEric Wieser2019-08-191-1/+1
| * | | | BUG: Don't allow extra fields to be added in genfromtxtEric Wieser2019-08-192-7/+6
| * | | | MAINT: Use the `.names is None` idiom to detect structured array in arrayprintEric Wieser2019-08-191-1/+1
| * | | | MAINT: Remove incorrect comment about flatteningEric Wieser2019-08-191-2/+2
| * | | | MAINT: Improve ndpointer.__name__ for structured types with 0 fieldsEric Wieser2019-08-191-1/+1
| * | | | MAINT: Test names against None for consistencyEric Wieser2019-08-192-2/+2
| * | | | BUG: recfunctions: Don't return None in place of empty sequencesEric Wieser2019-08-192-6/+27
| * | | | BUG: Fix crash on genfromtxt with nested empty structured arrayEric Wieser2019-08-192-1/+8
| * | | | BUG: Fix crash in recarray if nested structured dtypes contain paddingEric Wieser2019-08-192-2/+17
| * | | | BUG: Make np.record work on structured fields with no fieldsEric Wieser2019-08-192-7/+34
* | | | | Merge pull request #14423 from charris/backport-14387Charles Harris2019-09-042-7/+40
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Apply suggestions from code reviewMatti Picus2019-09-042-3/+4
| * | | | BUG: skip new test on windows, 32-bitmattip2019-09-041-0/+2
| * | | | BUG: test, fix regression in converting to ctypesmattip2019-09-042-7/+37
|/ / / /
* | | | REL: Prepare 1.16.x for further development.Charles Harris2019-08-274-3/+56