summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #13856 from mattip/move-headerRalf Gommers2019-06-285-4/+5
|\ | | | | MAINT: move location of bitgen.h
| * MAINT: move location of bitgen.hmattip2019-06-275-4/+5
|/
* Merge pull request #13850 from bashtage/random-perfCharles Harris2019-06-272-59/+72
|\ | | | | DOC: Update performance numbers
| * DOC: Update performance numbersKevin Sheppard2019-06-272-59/+72
| | | | | | | | Update cross-platform performance numbers
* | Merge pull request #13851 from mwtoews/shippableCharles Harris2019-06-271-3/+1
|\ \ | |/ |/| MAINT: Update shippable.yml to remove Python 2 dependency
| * MAINT: Update shippable.yml to remove Python 2 dependencyMike Taves2019-06-271-3/+1
|/
* Merge pull request #13843 from rgommers/array-ufunc-docCharles Harris2019-06-261-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.0Ralf Gommers2019-06-261-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-zip64Charles Harris2019-06-264-8/+28
|\ | | | | ENH: always use zip64, upgrade pickle protocol to 3
| * Merge branch 'master' into force-zip64Charles Harris2019-06-26259-6292/+36355
| |\ | |/ |/|
* | Merge pull request #13839 from rkern/repo/ignore-clipCharles Harris2019-06-261-0/+1
|\ \ | | | | | | MAINT: Ignore some generated files.
| * | REPO: Ignore some generated files.Robert Kern2019-06-261-0/+1
| | |
* | | Merge pull request #13772 from mattip/windllCharles Harris2019-06-263-27/+47
|\ \ \ | |/ / |/| | BUILD: use numpy-wheels/openblas_support.py to create _distributor_init.py
| * | MAINT: add script to local repomattip2019-06-202-7/+43
| | |
| * | BUILD: use openblas_support.py from numpy-wheels to create _distributor_init.pymattip2019-06-162-27/+11
| | |
* | | Merge pull request #13837 from mattip/seedsequence2Charles Harris2019-06-264-82/+81
|\ \ \ | | | | | | | | MAINT, BUG: fixes from seedsequence
| * | | DOC: fixup docs for current set of BitGeneratorsmattip2019-06-263-81/+80
| | | |
| * | | BUG: fix PCG64 ng->inc.high initializationmattip2019-06-261-1/+1
| | | |
* | | | Merge pull request #13838 from rkern/sfc64Charles Harris2019-06-2615-9/+2329
|\ \ \ \ | |/ / / |/| | | ENH: SFC64 BitGenerator
| * | | DOC: Add SFC64 to the documentation.Robert Kern2019-06-252-0/+29
| | | |
| * | | DOC: Update benchmark codes to match current set.Robert Kern2019-06-252-4/+4
| | | |
| * | | ENH: Add SFC64 BitGenerator.Robert Kern2019-06-2511-5/+2296
|/ / /
* | | Merge pull request #13780 from mattip/seedsequenceCharles Harris2019-06-2535-9315/+7461
|\ \ \ | | | | | | | | ENH: use SeedSequence instead of seed()
| * | | BUG: Fix missing SeedSequence import.Charles Harris2019-06-251-1/+3
| | | |
| * | | MAINT: Fix bad merge.Charles Harris2019-06-251-6/+0
| | | |
| * | | MAINT: remove leftover files, fix docsmattip2019-06-264-2006/+3
| | | |
| * | | ENH: use SeedSequence to generate entropy for seedingmattip2019-06-2632-7308/+7461
| | | |
* | | | Merge pull request #13830 from mwtoews/toxCharles Harris2019-06-252-12/+8
|\ \ \ \ | |/ / / |/| | | MAINT: Update tox for supported Python versions
| * | | MAINT: Update tox for supported Python versionsMike Taves2019-06-262-12/+8
| | | | | | | | | | | | | | | | Also replace 'nose' with 'pytest' for deps
* | | | Merge pull request #13793 from mattip/remove-xoshiroCharles Harris2019-06-2541-5486/+51
|\ \ \ \ | | | | | | | | | | MAINT: remove xoshiro* BitGenerators
| * | | | MAINT: remove xoshiro* BitGeneratorsmattip2019-06-2641-5486/+51
| | | | |
* | | | | TST: add tests for ComplexWarning in astype (#13818)Kexuan Sun2019-06-251-1/+11
|/ / / /
* | | | Merge pull request #13833 from mattip/remove-threefryCharles Harris2019-06-2519-3149/+7
|\ \ \ \ | | | | | | | | | | MAINT: remove ThreeFry BitGenerator
| * | | | MAINT: remove ThreeFry BitGeneratormattip2019-06-2519-3149/+7
|/ / / /
* | | | Merge pull request #13832 from mattip/remove-pcg32Charles Harris2019-06-2516-2945/+6
|\ \ \ \ | | | | | | | | | | MAINT: remove pcg32 BitGenerator
| * | | | MAINT: remove pcg32 BitGeneratormattip2019-06-2516-2945/+6
|/ / / /
* | | | Merge pull request #13803 from Shekharrajak/13778_string_operation_docsMatti Picus2019-06-251-4/+6
|\ \ \ \ | |/ / / |/| | | DOC: Improve documentation for ``np.char``
| * | | current module is changed from numpy.core.defchararray to numpy.charshekharrajak2019-06-251-3/+3
| | | |
| * | | numpy.core.defchararray is replaced with numpy.char moduleshekharrajak2019-06-241-1/+3
| | | |
| * | | minor change - line length < 80 and The before module name addedshekharrajak2019-06-211-2/+3
| | | |
| * | | module name is specified as numpy.core.defchararrayshekharrajak2019-06-211-3/+2
| | | |
* | | | Merge pull request #13813 from mhvk/histogram2d-dispatcher-fixupCharles Harris2019-06-242-2/+26
|\ \ \ \ | | | | | | | | | | BUG: further fixup to histogram2d dispatcher.
| * | | | BUG: further fixup to histogram2d dispatcher.Marten van Kerkwijk2019-06-202-2/+26
| |/ / / | | | | | | | | | | | | Now with tests....
* | | | Merge pull request #13819 from ivirshup/patch-2Charles Harris2019-06-231-1/+1
|\ \ \ \ | | | | | | | | | | DOC: Fix documented default value of ``__array_priority__`` for subarrays.
| * | | | DOC: fix default __array_priority__ in ufunc docsIsaac Virshup2019-06-221-1/+1
| | | | | | | | | | | | | | | Changed default value of `__array_priority__` to correct value.
* | | | | Merge pull request #13820 from minho42/Fix-typoCharles Harris2019-06-236-20/+20
|\ \ \ \ \ | | | | | | | | | | | | MAINT, DOC: Fix misspelled words in documetation.
| * | | | | Fix typoMin ho Kim2019-06-236-20/+20
| |/ / / /
* | | | | Merge pull request #13821 from WarrenWeckesser/fix-warningMatti Picus2019-06-231-2/+2
|\ \ \ \ \ | | | | | | | | | | | | MAINT: core: Fix a compiler warning.
| * | | | | MAINT: core: Fix a compiler warning.Warren Weckesser2019-06-221-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-docMatti Picus2019-06-231-3/+8
|\ \ \ \ \ | |/ / / / |/| | | | DOC: Update description of sep in fromstring