summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Revert "MAINT/BUG/DOC: Fix errors in _add_newdocs (#13876)"revert-13876-forbid-_add_newdocs-pythonEric Wieser2019-07-083-64/+216
* Merge pull request #13925 from MSeifert04/fix-typo-unfuncCharles Harris2019-07-081-2/+2
|\
| * DOC: Fix wrong spelling of ufuncMSeifert042019-07-061-2/+2
* | Merge pull request #13847 from kritisingh1/depMatti Picus2019-07-073-0/+21
|\ \
| * | Removes duplicated docs for python functionskritisingh12019-07-062-241/+2
| * | DOC: Adds documentation of functions exposed in numpy namespacekritisingh12019-06-273-0/+179
* | | Merge pull request #13926 from MSeifert04/replace-next-method-callsMatti Picus2019-07-074-11/+9
|\ \ \
| * | | DOC: Remove explicit .next method calls with built-in nextMSeifert042019-07-074-11/+9
* | | | Merge pull request #13907 from stestagg/masterMatti Picus2019-07-073-2/+43
|\ \ \ \ | |/ / / |/| | |
| * | | STY: standardize creation of bytestrings in dtype testsSteve Stagg2019-07-071-1/+1
| * | | STY: Cast away signdness on value rather than pointerSteve Stagg2019-07-041-1/+1
| * | | BUG: handle weird bytestrings in dtype() (#13902)Steve Stagg2019-07-033-2/+43
* | | | Merge pull request #13922 from MSeifert04/remove-parens-numpy-maMatti Picus2019-07-061-13/+13
|\ \ \ \
| * | | | MAINT: Remove unnecessary parenthesis in numpy.ma.coreMSeifert042019-07-061-13/+13
| |/ / /
* | | | MAINT/BUG/DOC: Fix errors in _add_newdocs (#13876)Eric Wieser2019-07-063-216/+64
| |_|/ |/| |
* | | Merge pull request #13916 from seberg/issue-13894Matti Picus2019-07-052-0/+17
|\ \ \
| * | | BUG: i0 Bessel function regression on array-likes supporting ufuncsSebastian Berg2019-07-042-0/+17
| |/ /
* | | Merge pull request #13892 from kritisingh1/refactor-3Matti Picus2019-07-052-69/+81
|\ \ \ | |/ / |/| |
| * | DOC: Refactor Array API documentation -- include missing references and cleanupkritisingh12019-07-052-65/+76
| * | DOC: Refactor Array API documentationkritisingh12019-06-301-4/+5
* | | BUG: Refcount fixes (#13860)Sebastian Berg2019-07-0320-44/+104
* | | Merge pull request #13003 from seberg/dtype-attr-recursionMatti Picus2019-07-034-26/+103
|\ \ \
| * | | BUG: Do not crash on recursive `.dtype` attribute lookup.Sebastian Berg2019-05-254-26/+103
* | | | Merge pull request #13901 from Kai-Striega/bld_travis_ci_remove_trusty_distCharles Harris2019-07-031-1/+0
|\ \ \ \
| * | | | BLD: Remove Trusty dist in Travis CI buildkai-striega2019-07-031-1/+0
* | | | | Merge pull request #13896 from sethtroisi/masterCharles Harris2019-07-021-0/+0
|\ \ \ \ \
| * | | | | MAINT: Delete unused _aliased_types.pySeth Troisi2019-07-021-0/+0
|/ / / / /
* | | | | Merge pull request #13895 from MSeifert04/fix-typo-make-maskSebastian Berg2019-07-021-1/+1
|\ \ \ \ \
| * | | | | DOC: Fix typo in "make_mask" documentationMSeifert042019-07-021-1/+1
|/ / / / /
* | | | | Merge pull request #13799 from kritisingh1/linksMatti Picus2019-07-023-13/+20
|\ \ \ \ \
| * | | | | DOC: Fix unrendered linkskritisingh12019-06-303-13/+20
* | | | | | Merge pull request #13882 from MSeifert04/more-unnecessary-backslashesCharles Harris2019-07-026-24/+24
|\ \ \ \ \ \
| * | | | | | MAINT: Remove unnecessary backslashes when not needed.MSeifert042019-07-026-24/+24
* | | | | | | Merge pull request #13883 from MSeifert04/replace-integers-with-booleansCharles Harris2019-07-0221-71/+71
|\ \ \ \ \ \ \
| * | | | | | | MAINT: Replace integers in places where booleans are expectedMSeifert042019-07-0121-71/+71
| |/ / / / / /
* | | | | | | Merge pull request #13884 from MSeifert04/add-missing-keepdims-param-docCharles Harris2019-07-021-0/+12
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | DOC: Add missing parameter description for keepdims in MaskedArrayMSeifert042019-07-011-0/+12
|/ / / / / /
* | | | | | Merge pull request #13880 from MSeifert04/Remove-unnecessary-backslashCharles Harris2019-07-011-1/+1
|\ \ \ \ \ \
| * | | | | | MAINT: Remove an unnessary backslash between two string literalsMSeifert042019-07-011-1/+1
* | | | | | | Merge pull request #13881 from charris/update-pavementSebastian Berg2019-07-011-1/+1
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | MAINT: Update pavement to use python3 in shell commands.Charles Harris2019-07-011-1/+1
* | | | | | | DOC: Add missing macros to C-API documentation (#13825)Kriti Singh2019-06-302-4/+26
* | | | | | | Merge pull request #13874 from charris/prepare-1.18-developmentCharles Harris2019-06-304-2/+46
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | MAINT: Prepare master for 1.18.0 development.Charles Harris2019-06-304-2/+46
|/ / / / / /
* | | | | | Merge pull request #13869 from charris/prepare-1.17.0Charles Harris2019-06-303-59/+753
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | DOC: Prepare for 1.17.0rc1 release.Charles Harris2019-06-303-59/+753
|/ / / / /
* | | | | Merge pull request #13870 from seberg/no-empty-allocCharles Harris2019-06-301-5/+3
|\ \ \ \ \
| * | | | | MAINT,BUG: Use nbytes to also catch empty descr during allocationSebastian Berg2019-06-291-5/+3
* | | | | | Merge pull request #13873 from rkern/enh/default-rngCharles Harris2019-06-307-72/+72
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | ENH: Rename tests for default_rngRobert Kern2019-06-292-2/+2