summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* REL: Prepare 1.17.x for further developmentmaintenance/1.17.xCharles Harris2020-01-014-29/+84
* REL: NumPy 1.17.5 release.v1.17.5Charles Harris2019-12-311-1/+1
* Merge pull request #15213 from charris/prepare-1.17.5-releaseCharles Harris2019-12-317-27/+302
|\
| * REL: Prepare for the NumPy 1.17.5 release.Charles Harris2019-12-317-27/+302
|/
* Merge pull request #15175 from charris/backport-testing-utils-1.17.xCharles Harris2019-12-252-36/+105
|\
| * ENH: Backport improvements to testing functions.Charles Harris2019-12-252-36/+105
* | Merge pull request #15067 from charris/backport-15039Charles Harris2019-12-062-4/+2
|\ \ | |/ |/|
| * BUG: Exceptions tracebacks are droppedEric Wieser2019-12-062-4/+2
|/
* Merge pull request #15038 from eric-wieser/fix-leakCharles Harris2019-12-031-1/+6
|\
| * BUG: Fix refcounting in ufunc object loopsEric Wieser2019-12-031-1/+6
* | Merge pull request #14993 from charris/backport-14974Charles Harris2019-11-271-2/+5
|\ \
| * | MAINT: Added Python3.8 branch to dll lib discoveryIlhan Polat2019-11-251-2/+5
|/ /
* | Merge pull request #14939 from charris/backport-14878Charles Harris2019-11-191-5/+0
|\ \
| * | BUILD: remove SSE2 flag from numpy.random buildsmattip2019-11-191-5/+0
* | | Merge pull request #14937 from charris/backport-14769Charles Harris2019-11-191-5/+5
|\ \ \ | |/ / |/| |
| * | BUG: fix integer size confusion in handling array's ndmin argumentMichael Hudson-Doyle2019-11-191-5/+5
|/ /
* | Merge pull request #14593 from rgommers/bport-cythonapiCharles Harris2019-11-188-178/+9
|\ \
| * | MAINT: document the backportmattip2019-11-183-4/+9
| * | DOC: add note on numpy.random Cython API removal to 1.17.3 relnotesRalf Gommers2019-11-181-0/+4
| * | DOC: remove the docs about extending random with Cython/Numba.Ralf Gommers2019-11-183-176/+0
| * | MAINT: don't install partial numpy.random C/Cython API.Ralf Gommers2019-11-184-4/+2
|/ /
* | REL: prepare 1.17.x for further developmentCharles Harris2019-11-104-3/+49
* | REL: NumPy 1.17.4 release.v1.17.4Charles Harris2019-11-101-1/+1
* | Merge pull request #14872 from charris/prepare-1.17.4-releaseCharles Harris2019-11-102-24/+56
|\ \
| * | REL: Prepare for 1.17.4 release.Charles Harris2019-11-102-24/+56
|/ /
* | Merge pull request #14866 from charris/backport-14830Charles Harris2019-11-0811-10/+10
|\ \
| * | MAINT: move buffer.h -> npy_buffer.h to avoid conflictsmattip2019-11-0811-10/+10
|/ /
* | Merge pull request #14858 from charris/backport-14827Charles Harris2019-11-081-1/+2
|\ \
| * | BLD: Review feedback for clang -flto fixChris Burr2019-11-071-1/+2
| * | BLD: Prevent -flto from optimising long double representation check awayChris Burr2019-11-071-1/+1
* | | Merge pull request #14857 from charris/backport-14381Charles Harris2019-11-082-5/+26
|\ \ \ | |/ / |/| |
| * | BUG: lib: Fix histogram problem with signed integer arrays.Warren Weckesser2019-11-072-5/+26
|/ /
* | Merge pull request #14855 from charris/backport-14693Charles Harris2019-11-072-2/+10
|\ \
| * | BUG: Fix `np.einsum` errors on Power9 Linux and z/LinuxCharles Harris2019-11-072-2/+10
* | | Merge pull request #14851 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 #14852 from charris/backport-14842Charles Harris2019-11-071-0/+1
|\ \ \ | |/ / |/| |
| * | BLD: add 'apt update' to shippablemattip2019-11-071-0/+1
|/ /
* | Merge pull request #14781 from charris/backport-14777Charles Harris2019-10-252-16/+25
|\ \
| * | BUG: random: biased samples from integers() with 8 or 16 bit dtype.Warren Weckesser2019-10-252-16/+25
|/ /
* | Merge pull request #14758 from mattip/add-3.8Charles Harris2019-10-231-0/+1
|\ \
| * | BUILD: declare support for python 3.8mattip2019-10-221-0/+1
|/ /
* | REL: prepare 1.17.x for further developmentCharles Harris2019-10-174-3/+47
* | REL: NumPy 1.14.5 release.v1.17.3Charles Harris2019-10-151-1/+1
* | Merge pull request #14704 from charris/prepare-1.17.3-releaseCharles Harris2019-10-152-23/+71
|\ \
| * | REL: Prepare for 1.17.3 release.Charles Harris2019-10-152-23/+71
|/ /
* | Merge pull request #14687 from charris/backport-14605Charles Harris2019-10-121-1/+1
|\ \
| * | BUG: properly define PyArray_DescrCheckmattip2019-10-121-1/+1
|/ /
* | Merge pull request #14578 from charris/backport-14531Charles Harris2019-09-227-11/+75
|\ \
| * | BUG: random: Create a legacy implementation of random.binomial.Warren Weckesser2019-09-227-11/+75
|/ /