Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | Merge pull request #14036 from kritisingh1/dep1 | Sebastian Berg | 2019-07-21 | 1 | -27/+6 | |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | ||||||
| * | | | | | DEP: Raise warnings for deprecated C functions - PyArray_As1D, PyArray_As2D | kritisingh1 | 2019-07-21 | 1 | -27/+6 | |
* | | | | | | BUG: Fix incorrect GIL release in array.nonzero (#13930) | Gary Gurlaskie | 2019-07-17 | 2 | -2/+58 | |
* | | | | | | DEP: Speed up WarnOnWrite deprecation in buffer interface | Sebastian Berg | 2019-07-16 | 2 | -15/+37 | |
* | | | | | | MAINT: Remove unreachable `break` from `get_cblas_libs` (#14022) | Disconnect3d | 2019-07-15 | 1 | -2/+0 | |
* | | | | | | Merge pull request #13913 from mattip/improve-error | Sebastian Berg | 2019-07-15 | 2 | -1/+11 | |
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | | | ||||||
| * | | | | | ENH: improve error message for ragged-array creation failure | mattip | 2019-07-04 | 2 | -1/+11 | |
* | | | | | | Merge pull request #14011 from kritisingh1/udep | Matti Picus | 2019-07-15 | 1 | -12/+0 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | [DOC] Remove unused/deprecated functions | kritisingh1 | 2019-07-15 | 1 | -12/+0 | |
| | |/ / / / | |/| | | | | ||||||
* | | | | | | Merge pull request #14004 from seberg/issue-14000 | Matti Picus | 2019-07-15 | 1 | -3/+1 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | ENH: Chain exception for typed item assignment | Sebastian Berg | 2019-07-14 | 1 | -3/+1 | |
* | | | | | | | Merge pull request #13979 from danielballan/array-function-high-level-docs | Charles Harris | 2019-07-14 | 1 | -0/+271 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Improve illustartion of unsupported args. | Dan Allan | 2019-07-14 | 1 | -6/+10 | |
| * | | | | | | | Copy editing | Dan Allan | 2019-07-14 | 1 | -3/+2 | |
| * | | | | | | | Add new section of custom array containers. | Dan Allan | 2019-07-13 | 1 | -0/+268 | |
* | | | | | | | | Merge pull request #13935 from eric-wieser/forbid-_add_newdocs-python-v2 | Matti Picus | 2019-07-14 | 1 | -6/+34 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | MAINT: Warn on the use of `_add_newdocs.py` to add docstrings to pure-python ... | Eric Wieser | 2019-07-14 | 1 | -6/+34 | |
* | | | | | | | | | Merge pull request #13710 from peterbell10/irfft-default-size | Matti Picus | 2019-07-14 | 1 | -7/+35 | |
|\ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / |/| | | | | | | | | ||||||
| * | | | | | | | | DOC: Add note to irfft-like functions about the default sizes | Peter Bell | 2019-07-14 | 1 | -7/+35 | |
* | | | | | | | | | Merge pull request #13989 from patto90/missing_import_polyutils | Charles Harris | 2019-07-14 | 3 | -2/+16 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | TST: hit the deprecationwarning | patto90 | 2019-07-14 | 1 | -1/+3 | |
| * | | | | | | | | | check also warning message | patto90 | 2019-07-14 | 1 | -2/+3 | |
| * | | | | | | | | | add missing import warnings | patto90 | 2019-07-13 | 1 | -0/+1 | |
| * | | | | | | | | | add test to hit RankWarning in polyutils._fit | patto90 | 2019-07-13 | 1 | -2/+12 | |
* | | | | | | | | | | DOC: array(obj, dtype=dt) can downcast (#13673) | Abhinav Sagar | 2019-07-14 | 1 | -2/+1 | |
* | | | | | | | | | | Merge pull request #13914 from kianasun/update-byteswap-doc | Matti Picus | 2019-07-14 | 1 | -5/+18 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | DOC: Update the description of byteswap | Kexuan Sun | 2019-07-04 | 1 | -5/+18 | |
| | |_|_|_|_|/ / / / | |/| | | | | | | | | ||||||
* | | | | | | | | | | Merge pull request #13970 from BBQuercus/patch-1 | Matti Picus | 2019-07-14 | 1 | -2/+2 | |
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / / |/| | | | | | | | | | ||||||
| * | | | | | | | | | Spellcheck @numpy/doc/broadcasting.py | Bastian Eichenberger | 2019-07-13 | 1 | -2/+2 | |
| | |_|_|_|/ / / / | |/| | | | | | | | ||||||
* | | | | | | | | | DOC: improve np.sort docstring (#13968) | Jeff Hale | 2019-07-13 | 1 | -9/+13 | |
| |_|/ / / / / / |/| | | | | | | | ||||||
* | | | | | | | | Merge pull request #13812 from thrasibule/fast_floyd | Charles Harris | 2019-07-13 | 2 | -30/+65 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | test shuffle keyword | Guillaume Horel | 2019-07-11 | 1 | -0/+3 | |
| * | | | | | | | | add shuffle keyword | Guillaume Horel | 2019-07-11 | 1 | -4/+11 | |
| * | | | | | | | | fix tests | Guillaume Horel | 2019-07-11 | 1 | -2/+2 | |
| * | | | | | | | | nogil | Guillaume Horel | 2019-07-11 | 1 | -1/+1 | |
| * | | | | | | | | extra shuffle at the end and tweak heuristic | Guillaume Horel | 2019-07-11 | 1 | -1/+2 | |
| * | | | | | | | | faster shuffle | Guillaume Horel | 2019-07-11 | 1 | -8/+27 | |
| * | | | | | | | | fix tests | Guillaume Horel | 2019-07-11 | 1 | -1/+1 | |
| * | | | | | | | | prevent warnings | Guillaume Horel | 2019-07-11 | 1 | -4/+4 | |
| * | | | | | | | | fix tests | Guillaume Horel | 2019-07-11 | 1 | -2/+2 | |
| * | | | | | | | | no wraparound | Guillaume Horel | 2019-07-11 | 1 | -1/+1 | |
| * | | | | | | | | use typed memoryview instead of C array | Guillaume Horel | 2019-07-11 | 1 | -8/+3 | |
| * | | | | | | | | Rewrite Floyd algorithm | Guillaume Horel | 2019-07-11 | 1 | -17/+27 | |
| | |_|_|_|/ / / | |/| | | | | | | ||||||
* | | | | | | | | Merge pull request #13945 from mattip/random-diff | Charles Harris | 2019-07-13 | 1 | -8/+2 | |
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | | | ||||||
| * | | | | | | | DOC: emphasize random API changes | mattip | 2019-07-09 | 1 | -8/+2 | |
* | | | | | | | | Merge pull request #13967 from prisae/patch-1 | Matti Picus | 2019-07-11 | 1 | -3/+3 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | DOC: Change (old) range() to np.arange() | Dieter Werthmüller | 2019-07-11 | 1 | -3/+3 | |
| | |/ / / / / / | |/| | | | | | | ||||||
* | | | | | | | | Merge pull request #13928 from MSeifert04/ma-view-not-override-doc-with-ndarr... | Matti Picus | 2019-07-11 | 1 | -2/+9 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | DOC: Don't override MaskedArray.view documentation with the one from ndarray.... | MSeifert04 | 2019-07-08 | 1 | -2/+9 | |
* | | | | | | | | | Merge pull request #13946 from eric-wieser/add_newdoc_docs | Matti Picus | 2019-07-11 | 1 | -11/+33 | |
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | / / / | | |_|_|_|/ / / | |/| | | | | | |