Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #13856 from mattip/move-header | Ralf Gommers | 2019-06-28 | 5 | -4/+5 |
|\ | | | | | MAINT: move location of bitgen.h | ||||
| * | MAINT: move location of bitgen.h | mattip | 2019-06-27 | 5 | -4/+5 |
|/ | |||||
* | Merge pull request #13850 from bashtage/random-perf | Charles Harris | 2019-06-27 | 2 | -59/+72 |
|\ | | | | | DOC: Update performance numbers | ||||
| * | DOC: Update performance numbers | Kevin Sheppard | 2019-06-27 | 2 | -59/+72 |
| | | | | | | | | Update cross-platform performance numbers | ||||
* | | Merge pull request #13851 from mwtoews/shippable | Charles Harris | 2019-06-27 | 1 | -3/+1 |
|\ \ | |/ |/| | MAINT: Update shippable.yml to remove Python 2 dependency | ||||
| * | MAINT: Update shippable.yml to remove Python 2 dependency | Mike Taves | 2019-06-27 | 1 | -3/+1 |
|/ | |||||
* | Merge pull request #13843 from rgommers/array-ufunc-doc | Charles Harris | 2019-06-26 | 1 | -4/+0 |
|\ | | | | | DOC: remove note about `__array_ufunc__` being provisional for 1.17.0 | ||||
| * | DOC: remove note about `__array_ufunc__` being provisional for 1.17.0 | Ralf Gommers | 2019-06-26 | 1 | -4/+0 |
|/ | | | | | Other libraries are relying on this now, and the protocol has been stable since 1.13.0 | ||||
* | Merge pull request #12428 from mattip/force-zip64 | Charles Harris | 2019-06-26 | 4 | -8/+28 |
|\ | | | | | ENH: always use zip64, upgrade pickle protocol to 3 | ||||
| * | Merge branch 'master' into force-zip64 | Charles Harris | 2019-06-26 | 259 | -6292/+36355 |
| |\ | |/ |/| | |||||
* | | Merge pull request #13839 from rkern/repo/ignore-clip | Charles Harris | 2019-06-26 | 1 | -0/+1 |
|\ \ | | | | | | | MAINT: Ignore some generated files. | ||||
| * | | REPO: Ignore some generated files. | Robert Kern | 2019-06-26 | 1 | -0/+1 |
| | | | |||||
* | | | Merge pull request #13772 from mattip/windll | Charles Harris | 2019-06-26 | 3 | -27/+47 |
|\ \ \ | |/ / |/| | | BUILD: use numpy-wheels/openblas_support.py to create _distributor_init.py | ||||
| * | | MAINT: add script to local repo | mattip | 2019-06-20 | 2 | -7/+43 |
| | | | |||||
| * | | BUILD: use openblas_support.py from numpy-wheels to create _distributor_init.py | mattip | 2019-06-16 | 2 | -27/+11 |
| | | | |||||
* | | | Merge pull request #13837 from mattip/seedsequence2 | Charles Harris | 2019-06-26 | 4 | -82/+81 |
|\ \ \ | | | | | | | | | MAINT, BUG: fixes from seedsequence | ||||
| * | | | DOC: fixup docs for current set of BitGenerators | mattip | 2019-06-26 | 3 | -81/+80 |
| | | | | |||||
| * | | | BUG: fix PCG64 ng->inc.high initialization | mattip | 2019-06-26 | 1 | -1/+1 |
| | | | | |||||
* | | | | Merge pull request #13838 from rkern/sfc64 | Charles Harris | 2019-06-26 | 15 | -9/+2329 |
|\ \ \ \ | |/ / / |/| | | | ENH: SFC64 BitGenerator | ||||
| * | | | DOC: Add SFC64 to the documentation. | Robert Kern | 2019-06-25 | 2 | -0/+29 |
| | | | | |||||
| * | | | DOC: Update benchmark codes to match current set. | Robert Kern | 2019-06-25 | 2 | -4/+4 |
| | | | | |||||
| * | | | ENH: Add SFC64 BitGenerator. | Robert Kern | 2019-06-25 | 11 | -5/+2296 |
|/ / / | |||||
* | | | Merge pull request #13780 from mattip/seedsequence | Charles Harris | 2019-06-25 | 35 | -9315/+7461 |
|\ \ \ | | | | | | | | | ENH: use SeedSequence instead of seed() | ||||
| * | | | BUG: Fix missing SeedSequence import. | Charles Harris | 2019-06-25 | 1 | -1/+3 |
| | | | | |||||
| * | | | MAINT: Fix bad merge. | Charles Harris | 2019-06-25 | 1 | -6/+0 |
| | | | | |||||
| * | | | MAINT: remove leftover files, fix docs | mattip | 2019-06-26 | 4 | -2006/+3 |
| | | | | |||||
| * | | | ENH: use SeedSequence to generate entropy for seeding | mattip | 2019-06-26 | 32 | -7308/+7461 |
| | | | | |||||
* | | | | Merge pull request #13830 from mwtoews/tox | Charles Harris | 2019-06-25 | 2 | -12/+8 |
|\ \ \ \ | |/ / / |/| | | | MAINT: Update tox for supported Python versions | ||||
| * | | | MAINT: Update tox for supported Python versions | Mike Taves | 2019-06-26 | 2 | -12/+8 |
| | | | | | | | | | | | | | | | | Also replace 'nose' with 'pytest' for deps | ||||
* | | | | Merge pull request #13793 from mattip/remove-xoshiro | Charles Harris | 2019-06-25 | 41 | -5486/+51 |
|\ \ \ \ | | | | | | | | | | | MAINT: remove xoshiro* BitGenerators | ||||
| * | | | | MAINT: remove xoshiro* BitGenerators | mattip | 2019-06-26 | 41 | -5486/+51 |
| | | | | | |||||
* | | | | | TST: add tests for ComplexWarning in astype (#13818) | Kexuan Sun | 2019-06-25 | 1 | -1/+11 |
|/ / / / | |||||
* | | | | Merge pull request #13833 from mattip/remove-threefry | Charles Harris | 2019-06-25 | 19 | -3149/+7 |
|\ \ \ \ | | | | | | | | | | | MAINT: remove ThreeFry BitGenerator | ||||
| * | | | | MAINT: remove ThreeFry BitGenerator | mattip | 2019-06-25 | 19 | -3149/+7 |
|/ / / / | |||||
* | | | | Merge pull request #13832 from mattip/remove-pcg32 | Charles Harris | 2019-06-25 | 16 | -2945/+6 |
|\ \ \ \ | | | | | | | | | | | MAINT: remove pcg32 BitGenerator | ||||
| * | | | | MAINT: remove pcg32 BitGenerator | mattip | 2019-06-25 | 16 | -2945/+6 |
|/ / / / | |||||
* | | | | Merge pull request #13803 from Shekharrajak/13778_string_operation_docs | Matti Picus | 2019-06-25 | 1 | -4/+6 |
|\ \ \ \ | |/ / / |/| | | | DOC: Improve documentation for ``np.char`` | ||||
| * | | | current module is changed from numpy.core.defchararray to numpy.char | shekharrajak | 2019-06-25 | 1 | -3/+3 |
| | | | | |||||
| * | | | numpy.core.defchararray is replaced with numpy.char module | shekharrajak | 2019-06-24 | 1 | -1/+3 |
| | | | | |||||
| * | | | minor change - line length < 80 and The before module name added | shekharrajak | 2019-06-21 | 1 | -2/+3 |
| | | | | |||||
| * | | | module name is specified as numpy.core.defchararray | shekharrajak | 2019-06-21 | 1 | -3/+2 |
| | | | | |||||
* | | | | Merge pull request #13813 from mhvk/histogram2d-dispatcher-fixup | Charles Harris | 2019-06-24 | 2 | -2/+26 |
|\ \ \ \ | | | | | | | | | | | BUG: further fixup to histogram2d dispatcher. | ||||
| * | | | | BUG: further fixup to histogram2d dispatcher. | Marten van Kerkwijk | 2019-06-20 | 2 | -2/+26 |
| |/ / / | | | | | | | | | | | | | Now with tests.... | ||||
* | | | | Merge pull request #13819 from ivirshup/patch-2 | Charles Harris | 2019-06-23 | 1 | -1/+1 |
|\ \ \ \ | | | | | | | | | | | DOC: Fix documented default value of ``__array_priority__`` for subarrays. | ||||
| * | | | | DOC: fix default __array_priority__ in ufunc docs | Isaac Virshup | 2019-06-22 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | Changed default value of `__array_priority__` to correct value. | ||||
* | | | | | Merge pull request #13820 from minho42/Fix-typo | Charles Harris | 2019-06-23 | 6 | -20/+20 |
|\ \ \ \ \ | | | | | | | | | | | | | MAINT, DOC: Fix misspelled words in documetation. | ||||
| * | | | | | Fix typo | Min ho Kim | 2019-06-23 | 6 | -20/+20 |
| |/ / / / | |||||
* | | | | | Merge pull request #13821 from WarrenWeckesser/fix-warning | Matti Picus | 2019-06-23 | 1 | -2/+2 |
|\ \ \ \ \ | | | | | | | | | | | | | MAINT: core: Fix a compiler warning. | ||||
| * | | | | | MAINT: core: Fix a compiler warning. | Warren Weckesser | 2019-06-22 | 1 | -2/+2 |
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This change fixes: gcc: numpy/core/src/umath/ufunc_object.c numpy/core/src/umath/ufunc_object.c:657:19: warning: comparison of integers of different signs: 'int' and 'size_t' (aka 'unsigned long') [-Wsign-compare] for (i = 0; i < len; i++) { ~ ^ ~~~ | ||||
* | | | | | Merge pull request #13795 from kianasun/fix-fromstring-doc | Matti Picus | 2019-06-23 | 1 | -3/+8 |
|\ \ \ \ \ | |/ / / / |/| | | | | DOC: Update description of sep in fromstring |