summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* ENH: isposinf and isneginf now also works for values which can not be convert...Joscha Reimer2018-07-301-6/+14
* API: isposinf and isneginf now raise TypeError instead of ValueError for comp...Joscha Reimer2018-07-302-6/+6
* TEST: numpy.lib.ufunclike: isposinf and isneginf are tested with complex valu...Joscha Reimer2018-07-271-2/+10
* DOC: numpy.lib.ufunclike: typo fixedJoscha Reimer2018-07-271-2/+2
* BUG: isposinf and isneginf now raise an exception for complex valuesJoscha Reimer2018-07-261-3/+13
* Revert "BUG: isposinf and isneginf now also work with complex values"Joscha Reimer2018-07-261-17/+2
* Revert "TEST: isposinf and isneginf is now also tested with complex values"Joscha Reimer2018-07-261-19/+17
* TEST: isposinf and isneginf is now also tested with complex valuesJoscha Reimer2018-07-051-17/+19
* BUG: isposinf and isneginf now also work with complex valuesJoscha Reimer2018-07-051-2/+17
* Merge pull request #11487 from mattip/sanity-check-2Charles Harris2018-07-041-1/+3
|\
| * DOC: extend sanity check messagemattip2018-07-041-1/+3
* | Merge pull request #11016 from stuartarchibald/wip/armv7_aarch32Matti Picus2018-07-044-27/+52
|\ \ | |/ |/|
| * Add change to release notes.Stuart Archibald2018-06-261-0/+6
| * Adjust endianness header file to accommodate AARCHXX changes.Stuart Archibald2018-06-261-20/+23
| * ENH: Add AARCH32 support.Stuart Archibald2018-06-262-7/+23
* | Merge pull request #11488 from rkern/nep/rng-randomstate-bugfixesRobert Kern2018-07-031-8/+10
|\ \
| * | NEP: clarify bugfix policy for legacy RandomState.Robert Kern2018-07-031-8/+10
* | | BUG/ENH: Einsum optimization path updates and bug fixes. (#11345)Daniel Smith2018-07-032-92/+265
|/ /
* | Merge pull request #11468 from seberg/fancy-assignment-no-fastpathCharles Harris2018-07-033-20/+36
|\ \
| * | BUG: Advanced indexing assignment incorrectly took 1-D fastpathSebastian Berg2018-07-023-20/+36
* | | Add NEP 22, a high level overview for the duck array work (#11462)Nathaniel J. Smith2018-07-031-0/+351
* | | Merge pull request #11472 from shoyer/nep-numberCharles Harris2018-07-0223-69/+73
|\ \ \
| * | | DOC: include NEP number on each NEP pageStephan Hoyer2018-07-0123-69/+73
* | | | Merge pull request #11474 from eric-wieser/move-add-new-docsCharles Harris2018-07-025-39/+43
|\ \ \ \
| * | | | MAINT: Move add_newdocs into core, since it only adds docs to those piecesEric Wieser2018-07-025-39/+43
* | | | | Merge pull request #11473 from eric-wieser/move-pytesttesterMarten van Kerkwijk2018-07-0213-13/+16
|\ \ \ \ \ | |/ / / /
| * | | | MAINT: Move pytesttester outside of np.testing, to avoid creating unnecessary...Eric Wieser2018-07-0213-13/+16
* | | | | Merge pull request #11351 from mhvk/ufunc-parsing-speedup-alternativeEric Wieser2018-07-023-251/+349
|\ \ \ \ \
| * | | | | MAINT: Improve speed of ufunc kwargs parsing.Marten van Kerkwijk2018-06-293-251/+349
* | | | | | Merge pull request #11444 from silenc3r/patch-1Matti Picus2018-07-011-1/+1
|\ \ \ \ \ \
| * | | | | | Fix documentation for fromfunctionsilenc3r2018-06-281-1/+1
* | | | | | | Merge pull request #11471 from eric-wieser/move-add-new-docsCharles Harris2018-07-012-119/+92
|\ \ \ \ \ \ \ | | |_|/ / / / | |/| | / / / | |_|_|/ / / |/| | | | |
| * | | | | MAINT: Remove python-side docstrings from add_newdocs.Eric Wieser2018-07-012-119/+92
* | | | | | Merge pull request #11470 from eric-wieser/runtests-cleanupCharles Harris2018-07-011-17/+21
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | BLD: Don't leave the build task running if runtests.py is interruptedEric Wieser2018-07-011-17/+21
| |/ / / /
* | | | | Merge pull request #11432 from mattip/refactor-new_array_for_sumMarten van Kerkwijk2018-06-304-196/+120
|\ \ \ \ \
| * | | | | MAINT: refactor duplicate code into 'common.c'mattip2018-06-294-196/+120
* | | | | | Merge pull request #11463 from eric-wieser/ufunc-pretty-benchmarkCharles Harris2018-06-301-20/+32
|\ \ \ \ \ \
| * | | | | | MAINT: Produce a more readable repr of argument packs in benchmarkEric Wieser2018-06-291-20/+32
* | | | | | | Merge pull request #11396 from pimdh/masterEric Wieser2018-06-291-0/+15
|\ \ \ \ \ \ \
| * | | | | | | TST: Added regression test for #11395Pim de Haan2018-06-211-0/+15
* | | | | | | | Merge pull request #11440 from jackvreeken/fix-interp-for-nan-infEric Wieser2018-06-292-0/+22
|\ \ \ \ \ \ \ \ | |_|_|_|/ / / / |/| | | | | | |
| * | | | | | | BUG: fix interpolation with inf and NaN presentJack Vreeken2018-06-292-0/+22
| | |_|_|/ / / | |/| | | | |
* | | | | | | Merge pull request #11459 from njsmith/clarify-nep-acceptance-processCharles Harris2018-06-291-10/+58
|\ \ \ \ \ \ \
| * | | | | | | Add some text to NEP 0 to clarify how a NEP is acceptedNathaniel J. Smith2018-06-291-10/+58
* | | | | | | | Add discussion link to NEP 15 (#11461)Nathaniel J. Smith2018-06-291-1/+1
| |_|_|/ / / / |/| | | | | |
* | | | | | | Merge pull request #11453 from mhvk/ufunc-parsing-benchmarksCharles Harris2018-06-291-0/+47
|\ \ \ \ \ \ \
| * | | | | | | BENCH: add ufunc argument parsing benchmarks.Marten van Kerkwijk2018-06-291-0/+47
* | | | | | | | Add NEP 15: Merging multiarray and umath (#10704)Nathaniel J. Smith2018-06-291-0/+157
| |/ / / / / / |/| | | | | |
* | | | | | | Merge pull request #11449 from charris/revert-10229Charles Harris2018-06-291-13/+3
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |