summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* ENH: Add AARCH32 support.Stuart Archibald2018-06-262-7/+23
* Merge pull request #11335 from pvanmulbregt/stride123Matti Picus2018-06-251-9/+5
|\
| * DOC: Change array lengths/entries in an example to reduce confusion.Paul van Mulbregt2018-06-141-9/+5
* | DOC: major revision of NEP 21, advanced indexing (#11414)Stephan Hoyer2018-06-251-119/+240
* | Merge pull request #11383 from mattip/recreate-8717Eric Wieser2018-06-244-15/+30
|\ \
| * | fixes from reviewmattip2018-06-213-6/+7
| * | ENH: Allow size=0 in numpy.random.choicemattip2018-06-194-15/+29
* | | Merge pull request #11409 from charris/update-readme-pytestMatti Picus2018-06-221-1/+6
|\ \ \
| * | | DOC: Update testing section of README.Charles Harris2018-06-221-1/+6
* | | | Merge pull request #11405 from mhvk/correct_scalar_comparisonMarten van Kerkwijk2018-06-213-9/+22
|\ \ \ \
| * | | | BUG: Ensure comparisons on scalar strings pass without warning.Marten van Kerkwijk2018-06-213-9/+22
|/ / / /
* | | | Merge pull request #11282 from mhvk/array-comparison-not-implementeduntagged-65f99747b229ae7de4ccMarten van Kerkwijk2018-06-214-223/+158
|\ \ \ \
| * | | | MAINT: move failure code to its own function.Marten van Kerkwijk2018-06-191-85/+110
| * | | | DOC: add release note for change in output of comparison ufuncs.Marten van Kerkwijk2018-06-191-0/+10
| * | | | MAINT: move comparison operator special-handling out of ufunc parsing.Marten van Kerkwijk2018-06-183-223/+123
* | | | | Merge pull request #11340 from eric-wieser/fix-sctypeDict-clongdoubleMarten van Kerkwijk2018-06-212-22/+34
|\ \ \ \ \
| * | | | | BUG: f8 randomly points to double or longdouble depending on non-deterministi...Eric Wieser2018-06-142-20/+30
| * | | | | MAINT: Replace ifs with assertions, since those conditions are never hitEric Wieser2018-06-141-24/+26
* | | | | | Merge pull request #6256 from seberg/indexing-nepMatti Picus2018-06-201-0/+537
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | NEP: Add proposal for oindex and vindex.Sebastian Berg2018-06-201-0/+537
|/ / / / /
* | | | | Merge pull request #11390 from charris/update-npyconfigRalf Gommers2018-06-211-0/+1
|\ \ \ \ \
| * | | | | REL: Update numpyconfig.h for 1.15.Charles Harris2018-06-201-0/+1
| | |/ / / | |/| | |
* | | | | Merge pull request #11391 from charris/update-mailmapRalf Gommers2018-06-211-2/+13
|\ \ \ \ \
| * | | | | MAINT: Update mailmapCharles Harris2018-06-201-2/+13
* | | | | | Merge pull request #11385 from toslunar/enh-scalar-squeezeCharles Harris2018-06-202-12/+18
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Revert "Fix doc on squeeze in arrays.scalars"Toshiki Kataoka2018-06-211-0/+1
| * | | | | Fix doc on squeeze in arrays.scalarsToshiki Kataoka2018-06-201-1/+0
| * | | | | Add scalar squeeze testsToshiki Kataoka2018-06-201-0/+16
| * | | | | Make scalar.squeeze accept axis argToshiki Kataoka2018-06-201-12/+2
| | |_|/ / | |/| | |
* | | | | Merge pull request #11376 from mattip/remove-npyiter_closeCharles Harris2018-06-2013-284/+92
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | fixes from reviewmattip2018-06-194-9/+8
| * | | | ENH: Remove NpyIter_Closemattip2018-06-1813-281/+90
| |/ / /
* | | | Merge pull request #11379 from fivemok/fix-11378Charles Harris2018-06-191-3/+3
|\ \ \ \
| * | | | MAINT: fixed typo in mapiter_trivial_@name@ descriptionMinkyu Lee2018-06-191-1/+1
| * | | | BUG: changed hardcoded axis to 0 for checking indicesMinkyu Lee2018-06-191-2/+2
|/ / / /
* | | | Merge pull request #11373 from eric-wieser/histogramdd-densityCharles Harris2018-06-181-0/+36
|\ \ \ \
| * | | | TST: Show that histogramdd's normed argument is histogram's densityEric Wieser2018-06-171-0/+36
* | | | | Merge pull request #11356 from rkern/nep/rng-clarificationMatti Picus2018-06-181-67/+184
|\ \ \ \ \
| * | | | | NEP: Clarify duration of requirements.Robert Kern2018-06-161-21/+26
| * | | | | NEP: Add new MUST for the global RandomState instanceRobert Kern2018-06-161-1/+4
| * | | | | NEP: Update NEP 19 with discussion resultsRobert Kern2018-06-161-63/+159
| * | | | | NEP: NEP 19 RNG Policy clarifications.Robert Kern2018-06-161-8/+21
* | | | | | Merge pull request #11371 from eric-wieser/clarify_bin_orderCharles Harris2018-06-181-3/+4
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | DOC: Clarify requirement that histogram bins are monotonic.Eric Wieser2018-06-171-3/+4
| | |/ / / | |/| | |
* | | | | Merge pull request #11366 from eric-wieser/bad-warningCharles Harris2018-06-172-13/+19
|\ \ \ \ \
| * | | | | TST: Don't allow test_indexing to swallow all exceptionsEric Wieser2018-06-171-12/+17
| * | | | | BUG: Don't emit a spurious warning for float_arr['str'], when it will just er...Eric Wieser2018-06-171-1/+2
| |/ / / /
* | | | | Merge pull request #11365 from mattip/nditer-einsumCharles Harris2018-06-171-0/+2
|\ \ \ \ \
| * | | | | BUG: add missing NpyIter_Close in einsummattip2018-06-171-0/+2
|/ / / / /
* | | | | WIP: DOC: slightly tweak the directions to create a release (#11312)Matti Picus2018-06-164-56/+65