summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Back out use_factor changes, to be restored in a separate PREric Wieser2019-10-163-82/+11
* DOC: Move misplaced changelogEric Wieser2019-10-161-1/+1
* Switch to keyword-only argumentsEric Wieser2019-10-161-1/+1
* DOC: Add version where new parameters are addedRedRuM2019-08-211-0/+5
* MAINT: change 'mode' to 'method' in error massageRedRuM2019-08-201-1/+1
* DOC: Improve documentation style for matrix multiplicationRedRuM2019-08-201-6/+5
* MNT: simplify the API by requiring the user to ensure the correct factor is s...RedRuM2019-08-183-16/+14
* DOC: fix typo in the function docstringRedRuM2019-08-181-2/+2
* ENH: re-write the implementation with new keywords method and use_factorRedRuM2019-08-173-17/+157
* REV: Undo all changes to codebaseRedRuM2019-08-172-150/+72
* MAINT: fix incorrect method nameRedRuM2019-08-161-1/+1
* MAINT: remove unused importRedRuM2019-08-161-1/+0
* ENH: Implement proposed API for sampling, following suggestions.RedRuM2019-08-161-64/+101
* ENH: Add test cases for proposed API for samlping from a multivariate normal ...RedRuM2019-08-161-8/+50
* REV: Undo all changes made to mtrand.pyx file with the intent to move them to...RedRuM2019-08-111-41/+7
* ENH: Add new test cases corresponding to the enhancements in random.multivari...RedRuM2019-08-041-7/+41
* Merge pull request #14190 from hvy/docs-svd-hermitianCharles Harris2019-08-031-6/+6
|\
| * DOC: Fix hermitian argument docs in svdhvy2019-08-031-6/+6
|/
* DOC: Fix misleading `allclose` docstring for `equal_nan` (gh-14183)Antoine Dechaume2019-08-021-1/+1
* BUG: Check for existence of `fromstr` which used in `fromstr_next_element` (g...Zijie (ZJ) Poh2019-08-021-1/+1
* BUG: Make advanced indexing result on read-only subclass writeable (#14171)jeremiedbb2019-08-012-1/+14
* Merge pull request #13871 from seberg/ugly-refcount-changingSebastian Berg2019-07-316-37/+49
|\
| * TST: Mark test which increases global reference countSebastian Berg2019-07-261-0/+2
| * BUG: Fix reference count issue in recursive `dtype` lookup errorSebastian Berg2019-07-261-0/+1
| * MAINT: Remove need for intermediate refcount incs in deallocSebastian Berg2019-07-264-37/+46
* | Merge pull request #14039 from sameshl/remove_depr_rank_funcSebastian Berg2019-07-314-56/+4
|\ \
| * | DEP: Remove np.rank which has been deprecated for more than 5 yearsSamesh2019-07-314-56/+4
* | | DOC: fix markup of news fragment readme (gh-14115)Samesh Lakhotia2019-07-311-8/+7
* | | Merge pull request #14145 from eric-wieser/fix-14140Sebastian Berg2019-07-302-1/+7
|\ \ \
| * | | BUG: Remove the broken clip wrapperEric Wieser2019-07-282-1/+7
* | | | Merge pull request #14076 from charris/test-python-3.8Charles Harris2019-07-303-2/+3
|\ \ \ \
| * | | | MAINT: Print more informative message when test fails.Charles Harris2019-07-281-1/+1
| * | | | TST: Don't test with nose for Python 3.5+.Charles Harris2019-07-281-1/+1
| * | | | TST: Add 3.8-dev to travisCI testing.Charles Harris2019-07-281-0/+1
* | | | | Merge pull request #14153 from IntelPython/expf-strided-testCharles Harris2019-07-291-3/+3
|\ \ \ \ \
| * | | | | Allow fuss in testing strided/non-strided exp/log loopsOleksandr Pavlyk2019-07-291-3/+3
* | | | | | Merge pull request #14152 from IntelPython/fix-O0-linkageCharles Harris2019-07-291-1/+1
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | BUG: avx2_scalef_ps must be staticOleksandr Pavlyk2019-07-291-1/+1
|/ / / / /
* | | | | Merge pull request #14134 from charris/post-1.17.0-updateCharles Harris2019-07-283-134/+194
|\ \ \ \ \
| * | | | | DOC, MAINT: Update master after 1.17.0 release.Charles Harris2019-07-263-134/+194
* | | | | | Merge pull request #14144 from eric-wieser/fix-14142-spinoffCharles Harris2019-07-281-3/+1
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | BUG: Remove stray print that causes a SystemError on python 3.7 due to an exc...Eric Wieser2019-07-281-3/+1
* | | | | | Merge pull request #14143 from eric-wieser/fix-14077Charles Harris2019-07-281-1/+4
|\ \ \ \ \ \
| * | | | | | BUG: Fix DeprecationWarning in python 3.8 due to implicit conversion to intEric Wieser2019-07-281-1/+4
| |/ / / / /
* | | | | | BLD: Added missing gcd/lcm definitions to npy_math (#14121)Seth Troisi2019-07-281-26/+43
|/ / / / /
* | | | | Merge pull request #14062 from mattip/fixesRalf Gommers2019-07-262-8/+12
|\ \ \ \ \
| * | | | | DOC, BUILD: cleanups and fix (again) 'build dist'mattip2019-07-192-8/+12
* | | | | | Merge pull request #14130 from joaomarcosgris/small-typo-quickstart-docRalf Gommers2019-07-251-1/+1
|\ \ \ \ \ \
| * | | | | | Fix small typo in quickstart docsJoão Marcos Gris2019-07-251-1/+1
| | |/ / / / | |/| | | |
* | | | | | Merge pull request #14089 from Carreau/no-setuppyRalf Gommers2019-07-255-8/+5
|\ \ \ \ \ \ | |/ / / / / |/| | | | |