summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | DOC: Emphasize the need to run tests when building from sourceSamesh2019-07-212-0/+18
* | | | | | Merge pull request #14100 from kritisingh1/dep3Matti Picus2019-08-083-41/+13
|\ \ \ \ \ \
| * | | | | | Entries in changelog corresponding to deprecated functionskritisingh12019-07-292-0/+3
| * | | | | | Remove comments, decrease reference countkritisingh12019-07-291-4/+2
| * | | | | | DEP: Deprecate PyArray_FromDimsAndDataAndDescr, PyArray_FromDimskritisingh12019-07-291-41/+12
* | | | | | | DEP: Deprecate np.alen (#14181)Guilherme Leobas2019-08-084-9/+24
* | | | | | | DOC: new nan_to_num keywords are from 1.17 onwards (#14219)Géraud Le Falher2019-08-081-1/+9
* | | | | | | Merge pull request #14207 from giuse/patch-1Matti Picus2019-08-061-3/+3
|\ \ \ \ \ \ \
| * | | | | | | Fixed default BitGenerator nameGiuseppe Cuccu2019-08-061-3/+3
|/ / / / / / /
* | | | | | | Merge pull request #14032 from rgommers/nep-websiteRalf Gommers2019-08-051-0/+334
|\ \ \ \ \ \ \
| * | | | | | | DOC: update NEP 28 (website redesign) for more review comments.Ralf Gommers2019-08-051-6/+28
| * | | | | | | DOC: update NEP 28 (website redesign) for review comments.Ralf Gommers2019-07-191-5/+15
| * | | | | | | Add NEP on numpy.org website redesign.Ralf Gommers2019-07-161-0/+302
* | | | | | | | NEP: Proposal for __duckarray__ protocol (#14170)Peter Andreas Entschev2019-08-051-0/+106
* | | | | | | | Merge pull request #14185 from IntelPython/intel-compiler-binary-search-with-...Charles Harris2019-08-041-4/+13
|\ \ \ \ \ \ \ \
| * | | | | | | | work-around for compiler erroneously incrementing the iterator one extra time...Oleksandr Pavlyk2019-08-021-4/+13
* | | | | | | | | Merge pull request #14178 from IntelPython/clean-up-test-pocketfftCharles Harris2019-08-041-60/+64
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Incremented _tol my factor of 8.Oleksandr Pavlyk2019-08-011-1/+2
| * | | | | | | | | Replaced np.sqrt(X.size) with np.sqrt(np.log2(X.size)) per PR reviewOleksandr Pavlyk2019-08-011-1/+1
| * | | | | | | | | Replaced assert_array_almost_equal with assert_allcloseOleksandr Pavlyk2019-08-011-60/+63
* | | | | | | | | | Merge pull request #14196 from maxwell-aladago/contribution-docs-urlsCharles Harris2019-08-041-3/+3
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | fixes links in '/.github/CONTRIBUTING.md'Maxwell Aladago2019-08-041-3/+3
| * | | | | | | | | | DOC: fixed Page url errors on contributing code guidesMaxwell Aladago2019-08-041-2/+2
| | |_|_|_|_|_|_|_|/ | |/| | | | | | | |
* | | | | | | | | | Merge pull request #14195 from guanqun/guanqun/typoCharles Harris2019-08-041-1/+1
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | |
| * | | | | | | | | MAINT: Fix the typoGuanqun Lu2019-08-041-1/+1
|/ / / / / / / / /
* | | | | | | | | 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
|\ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / |/| | | | | | | | | |