Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | DOC: Emphasize the need to run tests when building from source | Samesh | 2019-07-21 | 2 | -0/+18 | |
* | | | | | | Merge pull request #14100 from kritisingh1/dep3 | Matti Picus | 2019-08-08 | 3 | -41/+13 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Entries in changelog corresponding to deprecated functions | kritisingh1 | 2019-07-29 | 2 | -0/+3 | |
| * | | | | | | Remove comments, decrease reference count | kritisingh1 | 2019-07-29 | 1 | -4/+2 | |
| * | | | | | | DEP: Deprecate PyArray_FromDimsAndDataAndDescr, PyArray_FromDims | kritisingh1 | 2019-07-29 | 1 | -41/+12 | |
* | | | | | | | DEP: Deprecate np.alen (#14181) | Guilherme Leobas | 2019-08-08 | 4 | -9/+24 | |
* | | | | | | | DOC: new nan_to_num keywords are from 1.17 onwards (#14219) | Géraud Le Falher | 2019-08-08 | 1 | -1/+9 | |
* | | | | | | | Merge pull request #14207 from giuse/patch-1 | Matti Picus | 2019-08-06 | 1 | -3/+3 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Fixed default BitGenerator name | Giuseppe Cuccu | 2019-08-06 | 1 | -3/+3 | |
|/ / / / / / / | ||||||
* | | | | | | | Merge pull request #14032 from rgommers/nep-website | Ralf Gommers | 2019-08-05 | 1 | -0/+334 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | DOC: update NEP 28 (website redesign) for more review comments. | Ralf Gommers | 2019-08-05 | 1 | -6/+28 | |
| * | | | | | | | DOC: update NEP 28 (website redesign) for review comments. | Ralf Gommers | 2019-07-19 | 1 | -5/+15 | |
| * | | | | | | | Add NEP on numpy.org website redesign. | Ralf Gommers | 2019-07-16 | 1 | -0/+302 | |
* | | | | | | | | NEP: Proposal for __duckarray__ protocol (#14170) | Peter Andreas Entschev | 2019-08-05 | 1 | -0/+106 | |
* | | | | | | | | Merge pull request #14185 from IntelPython/intel-compiler-binary-search-with-... | Charles Harris | 2019-08-04 | 1 | -4/+13 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | work-around for compiler erroneously incrementing the iterator one extra time... | Oleksandr Pavlyk | 2019-08-02 | 1 | -4/+13 | |
* | | | | | | | | | Merge pull request #14178 from IntelPython/clean-up-test-pocketfft | Charles Harris | 2019-08-04 | 1 | -60/+64 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Incremented _tol my factor of 8. | Oleksandr Pavlyk | 2019-08-01 | 1 | -1/+2 | |
| * | | | | | | | | | Replaced np.sqrt(X.size) with np.sqrt(np.log2(X.size)) per PR review | Oleksandr Pavlyk | 2019-08-01 | 1 | -1/+1 | |
| * | | | | | | | | | Replaced assert_array_almost_equal with assert_allclose | Oleksandr Pavlyk | 2019-08-01 | 1 | -60/+63 | |
* | | | | | | | | | | Merge pull request #14196 from maxwell-aladago/contribution-docs-urls | Charles Harris | 2019-08-04 | 1 | -3/+3 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | fixes links in '/.github/CONTRIBUTING.md' | Maxwell Aladago | 2019-08-04 | 1 | -3/+3 | |
| * | | | | | | | | | | DOC: fixed Page url errors on contributing code guides | Maxwell Aladago | 2019-08-04 | 1 | -2/+2 | |
| | |_|_|_|_|_|_|_|/ | |/| | | | | | | | | ||||||
* | | | | | | | | | | Merge pull request #14195 from guanqun/guanqun/typo | Charles Harris | 2019-08-04 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | | | ||||||
| * | | | | | | | | | MAINT: Fix the typo | Guanqun Lu | 2019-08-04 | 1 | -1/+1 | |
|/ / / / / / / / / | ||||||
* | | | | | | | | | Merge pull request #14190 from hvy/docs-svd-hermitian | Charles Harris | 2019-08-03 | 1 | -6/+6 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | DOC: Fix hermitian argument docs in svd | hvy | 2019-08-03 | 1 | -6/+6 | |
|/ / / / / / / / / | ||||||
* | | | | | | | | | DOC: Fix misleading `allclose` docstring for `equal_nan` (gh-14183) | Antoine Dechaume | 2019-08-02 | 1 | -1/+1 | |
* | | | | | | | | | BUG: Check for existence of `fromstr` which used in `fromstr_next_element` (g... | Zijie (ZJ) Poh | 2019-08-02 | 1 | -1/+1 | |
| |/ / / / / / / |/| | | | | | | | ||||||
* | | | | | | | | BUG: Make advanced indexing result on read-only subclass writeable (#14171) | jeremiedbb | 2019-08-01 | 2 | -1/+14 | |
|/ / / / / / / | ||||||
* | | | | | | | Merge pull request #13871 from seberg/ugly-refcount-changing | Sebastian Berg | 2019-07-31 | 6 | -37/+49 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | TST: Mark test which increases global reference count | Sebastian Berg | 2019-07-26 | 1 | -0/+2 | |
| * | | | | | | | BUG: Fix reference count issue in recursive `dtype` lookup error | Sebastian Berg | 2019-07-26 | 1 | -0/+1 | |
| * | | | | | | | MAINT: Remove need for intermediate refcount incs in dealloc | Sebastian Berg | 2019-07-26 | 4 | -37/+46 | |
* | | | | | | | | Merge pull request #14039 from sameshl/remove_depr_rank_func | Sebastian Berg | 2019-07-31 | 4 | -56/+4 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | DEP: Remove np.rank which has been deprecated for more than 5 years | Samesh | 2019-07-31 | 4 | -56/+4 | |
* | | | | | | | | | DOC: fix markup of news fragment readme (gh-14115) | Samesh Lakhotia | 2019-07-31 | 1 | -8/+7 | |
* | | | | | | | | | Merge pull request #14145 from eric-wieser/fix-14140 | Sebastian Berg | 2019-07-30 | 2 | -1/+7 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | BUG: Remove the broken clip wrapper | Eric Wieser | 2019-07-28 | 2 | -1/+7 | |
* | | | | | | | | | | Merge pull request #14076 from charris/test-python-3.8 | Charles Harris | 2019-07-30 | 3 | -2/+3 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | MAINT: Print more informative message when test fails. | Charles Harris | 2019-07-28 | 1 | -1/+1 | |
| * | | | | | | | | | | TST: Don't test with nose for Python 3.5+. | Charles Harris | 2019-07-28 | 1 | -1/+1 | |
| * | | | | | | | | | | TST: Add 3.8-dev to travisCI testing. | Charles Harris | 2019-07-28 | 1 | -0/+1 | |
* | | | | | | | | | | | Merge pull request #14153 from IntelPython/expf-strided-test | Charles Harris | 2019-07-29 | 1 | -3/+3 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | Allow fuss in testing strided/non-strided exp/log loops | Oleksandr Pavlyk | 2019-07-29 | 1 | -3/+3 | |
| | |_|_|_|_|/ / / / / | |/| | | | | | | | | | ||||||
* | | | | | | | | | | | Merge pull request #14152 from IntelPython/fix-O0-linkage | Charles Harris | 2019-07-29 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| | | | | | | | | | | ||||||
| * | | | | | | | | | | BUG: avx2_scalef_ps must be static | Oleksandr Pavlyk | 2019-07-29 | 1 | -1/+1 | |
|/ / / / / / / / / / | ||||||
* | | | | | | | | | | Merge pull request #14134 from charris/post-1.17.0-update | Charles Harris | 2019-07-28 | 3 | -134/+194 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | DOC, MAINT: Update master after 1.17.0 release. | Charles Harris | 2019-07-26 | 3 | -134/+194 | |
* | | | | | | | | | | | Merge pull request #14144 from eric-wieser/fix-14142-spinoff | Charles Harris | 2019-07-28 | 1 | -3/+1 | |
|\ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / |/| | | | | | | | | | |