summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* MAINT: Bump hypothesis from 5.3.0 to 5.5.4dependabot/pip/hypothesis-5.5.4dependabot-preview[bot]2020-02-171-1/+1
* Merge pull request #15582 from numpy/dependabot/pip/cython-0.29.15Charles Harris2020-02-171-1/+1
|\
| * MAINT: Bump cython from 0.29.14 to 0.29.15dependabot/pip/cython-0.29.15dependabot-preview[bot]2020-02-171-1/+1
* | Merge pull request #15585 from mattip/32bitMatti Picus2020-02-171-4/+4
|\ \ | |/ |/|
| * BLD: manylinux2010 docker reports machine=i686mattip2020-02-171-4/+4
|/
* Merge pull request #15549 from r-devulap/transcendental-avxMatti Picus2020-02-162-23/+53
|\
| * TEST: Enable accuracy tests for float32 sin/cos/exp/log for AVX platformsRaghuveer Devulapalli2020-02-122-26/+26
| * BENCH: Adding benchmarks for float32 and float64 sin/cos/exp/log functionsRaghuveer Devulapalli2020-02-111-1/+31
* | Merge pull request #15566 from alexdesiqueira/patch-1Matti Picus2020-02-161-34/+30
|\ \
| * | Adding @mattip suggestionAlexandre de Siqueira2020-02-141-3/+3
| * | Removing bad practices from quick start + some PEP8Alexandre de Siqueira2020-02-131-32/+28
* | | Merge pull request #15575 from mattip/redo-13277Sebastian Berg2020-02-151-2/+9
|\ \ \
| * | | DOC: Document caveat in random.uniformmattip2020-02-151-2/+9
| |/ /
* | | Merge pull request #15574 from charris/testing-azureMatti Picus2020-02-151-3/+4
|\ \ \ | |/ / |/| |
| * | TST: Do not create gfortran link in azure Mac testing.Charles Harris2020-02-151-3/+4
|/ /
* | Merge pull request #15385 from eric-wieser/fix-unicode-ucs2Sebastian Berg2020-02-1312-268/+180
|\ \
| * | ENH: Implement the buffer protocol on numpy str_ scalarsEric Wieser2020-02-083-25/+28
| * | MAINT,TST: Tidy test_datetime_memoryview a littleEric Wieser2020-02-081-9/+8
| * | BUG, MAINT: Stop using the error-prone deprecated Py_UNICODE apisEric Wieser2020-02-0810-255/+165
* | | BUG: Added missing error check in `ndarray.__contains__` (gh-15553)Ganesh Kathiresan2020-02-131-0/+5
* | | Merge pull request #15560 from mattip/issue_15465Matti Picus2020-02-132-1/+7
|\ \ \
| * | | BUG, DOC: restore missing importmattip2020-02-132-1/+7
* | | | Merge pull request #15189 from Zac-HD/property-testsMatti Picus2020-02-136-0/+102
|\ \ \ \ | |/ / / |/| | |
| * | | Install and configure HypothesisZac-HD2020-02-054-0/+23
| * | | Add property test for clippingZac-HD2020-02-051-0/+65
| * | | Property test for Unicode array printingZac-HD2020-02-051-0/+14
* | | | DOC: Improve the `numpy.linalg.eig` doctring. (#15550)Charles Harris2020-02-131-9/+16
* | | | Merge pull request #15556 from seberg/travis-install-python3-dbgCharles Harris2020-02-121-1/+1
|\ \ \ \ | |_|_|/ |/| | |
| * | | TST: (Travis CI) Use full python3-dbg path for virtual env creationSebastian Berg2020-02-121-1/+1
* | | | Merge pull request #15538 from eric-wieser/dedupe-PyArray_DTypeFromObjectHelperSebastian Berg2020-02-081-58/+58
|\ \ \ \ | | |_|/ | |/| |
| * | | MAINT: Extract repeated code to a helper functionEric Wieser2020-02-081-58/+58
* | | | Merge pull request #15465 from mwtoews/importsSebastian Berg2020-02-0751-82/+27
|\ \ \ \
| * | | | MAINT: cleanup unused imports; avoid redefinition of importsMike Taves2020-02-0651-82/+27
* | | | | DOC: Minor copyediting on NEP 37. (#15536)Dan Allan2020-02-071-2/+2
* | | | | Merge pull request #15532 from pdebuyl/update_doctests_ref_guide_2Matti Picus2020-02-075-58/+69
|\ \ \ \ \
| * | | | | update doctests, small bugs and changes of reprPierre de Buyl2020-02-065-58/+69
* | | | | | Merge pull request #15526 from seiko2plus/issue15525Matti Picus2020-02-071-7/+13
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | BUG: Fix inline assembly that detects cpu features on x86(32bit)Sayed Adel2020-02-061-7/+13
* | | | | | Merge pull request #15511 from przemb/random_speedup_15460Matti Picus2020-02-063-92/+72
|\ \ \ \ \ \
| * | | | | | Documentation updated.przemb2020-02-062-31/+22
| * | | | | | Changes suggested in reviewprzemb2020-02-053-16/+11
| * | | | | | MAINT: Large overhead in some random functions #15460przemb2020-02-053-59/+53
* | | | | | | Merge pull request #15468 from hameerabbasi/fix-svd-sortedMatti Picus2020-02-062-8/+21
|\ \ \ \ \ \ \
| * | | | | | | BUG: Fix for SVD not always sorted with hermitian=TrueHameer Abbasi2020-02-052-8/+21
* | | | | | | | Merge pull request #15524 from rossbar/doc/release_howtoMatti Picus2020-02-061-2/+2
|\ \ \ \ \ \ \ \
| * | | | | | | | Update instructions for building/archiving docs.Ross Barnowski2020-02-051-2/+2
| | |_|/ / / / / | |/| | | | | |
* | | | | | | | Merge pull request #15521 from eric-wieser/tidy-descr-compareMatti Picus2020-02-061-56/+25
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | MAINT: Simplify arraydescr_richcompareEric Wieser2020-02-051-56/+25
| | |/ / / / / | |/| | | | |
* | | | | | | Merge pull request #15522 from eric-wieser/fix-weird-if-macrosSebastian Berg2020-02-055-9/+9
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | |
| * | | | | | MAINT: Fix internal misuses of `NPY_TITLE_KEY`Eric Wieser2020-02-055-9/+9
|/ / / / / /