summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* REL: NumPy 1.16.5 release.v1.16.5Charles Harris2019-08-271-1/+1
* Merge pull request #14382 from charris/prepare-1.16.5-releaseCharles Harris2019-08-273-41/+120
|\
| * REL: Prepare for the NumPy 1.16.5 release.Charles Harris2019-08-273-41/+120
|/
* Merge pull request #14346 from charris/backport-14310Charles Harris2019-08-242-8/+75
|\
| * MAINT: fix behavior of structured_to_unstructured on non-trivial dtypesAllan Haldane2019-08-232-8/+75
|/
* Merge pull request #14322 from charris/backport-14216Charles Harris2019-08-211-4/+12
|\
| * MAINT: comment on lack of error checks for madvise()Peter Andreas Entschev2019-08-211-0/+4
| * MAINT: define MADV_HUGEPAGE if not definedPeter Andreas Entschev2019-08-211-7/+7
| * ENH, REL: Enable huge pages in all Linux buildsPeter Andreas Entschev2019-08-211-5/+9
* | Merge pull request #14297 from charris/pin-pytest-versionCharles Harris2019-08-184-2/+1
|\ \ | |/ |/|
| * wipCharles Harris2019-08-183-1/+1
| * TST: Pin pytest to 5.0.1.Charles Harris2019-08-182-2/+1
|/
* Merge pull request #14162 from charris/backport-14144Charles Harris2019-07-301-3/+1
|\
| * BUG: Remove stray print that causes a SystemError on python 3.7 due to an exc...Eric Wieser2019-07-301-3/+1
|/
* Merge pull request #14084 from charris/backport-13964Charles Harris2019-07-232-91/+99
|\
| * BUG, DOC: add new recfunctions to `__all__`Colin Snyder2019-07-222-91/+99
* | Merge pull request #14057 from charris/backport-13855Charles Harris2019-07-183-0/+19
|\ \
| * | BUG: Add missing decref in ctypes checkSebastian Berg2019-07-181-0/+1
| * | BUG: Fix memory leak in dtype from dict contructorSebastian Berg2019-07-182-0/+18
| |/
* | Merge pull request #14056 from charris/backport-13725Charles Harris2019-07-181-2/+2
|\ \
| * | BUG: fix compilation of 3rdparty modules with Py_LIMITED_API enabledMaksim Shabunin2019-07-181-2/+2
| |/
* | Merge pull request #14058 from charris/backport-13979Ralf Gommers2019-07-184-2/+404
|\ \ | |/ |/|
| * Improve illustartion of unsupported args.Dan Allan2019-07-181-6/+10
| * Copy editingDan Allan2019-07-182-6/+5
| * Restore old intro, add note at top.Dan Allan2019-07-181-4/+18
| * Add new section of custom array containers.Dan Allan2019-07-184-15/+281
| * rephraseDan Allan2019-07-181-2/+6
| * Add __array_function__ to user reference.Dan Allan2019-07-181-0/+115
|/
* Merge pull request #14046 from charris/backport-13813Charles Harris2019-07-182-2/+26
|\
| * BUG: further fixup to histogram2d dispatcher.Marten van Kerkwijk2019-07-182-2/+26
|/
* Merge pull request #14052 from charris/fix-missing-suppressCharles Harris2019-07-171-2/+3
|\
| * BUG: Replace contextlib.suppress for Python 2.7Charles Harris2019-07-171-2/+3
* | Merge pull request #14044 from charris/backport-13648Charles Harris2019-07-176-21/+131
|\ \
| * | BUG: ensure that casting to/from structured is properly checked.Marten van Kerkwijk2019-07-176-21/+131
* | | Merge pull request #14043 from charris/backport-13590Charles Harris2019-07-177-15/+37
|\ \ \ | |_|/ |/| |
| * | BUG: fix null pointer passed as argument 2, which is declared to never be nullAlexander Shadchin2019-07-176-14/+36
| * | BUG: fix left shift of 1 by 31 places cannot be represented in type intAlexander Shadchin2019-07-171-1/+1
| |/
* | Merge pull request #14045 from charris/backport-13757Charles Harris2019-07-172-2/+25
|\ \
| * | BUG: Fix ``yield from`` for python 2.7.Charles Harris2019-07-172-3/+6
| * | MAINT: check bins length in histogram2d_dispatcherStephan Hoyer2019-07-171-4/+11
| * | MAINT: spellingStephan Hoyer2019-07-171-1/+1
| * | MAINT: fix histogram*d dispatchersStephan Hoyer2019-07-172-2/+15
| |/
* | Merge pull request #14042 from charris/backport-13507Charles Harris2019-07-171-2/+15
|\ \ | |/ |/|
| * BUG: np.array cleared errors occured in PyMemoryView_FromObjectSergei Lebedev2019-07-171-2/+15
|/
* Merge pull request #13994 from charris/backport-13870Matti Picus2019-07-141-5/+3
|\
| * MAINT,BUG: Use nbytes to also catch empty descr during allocationSebastian Berg2019-07-141-5/+3
|/
* Merge pull request #13984 from charris/backport-12905Charles Harris2019-07-142-1/+14
|\
| * BUG: fix byte order reversal for datetime64[ns]Richard Harris2019-07-132-1/+14
* | Merge pull request #13933 from eric-wieser/forbid-_add_newdocs-pythonCharles Harris2019-07-083-216/+64
|\ \
| * | BUG: Don't silence errors in add_newdoc caused by bad argumentsEric Wieser2019-06-301-12/+17