Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | DOC: changes from review | mattip | 2019-04-23 | 3 | -140/+33 |
* | DOC: reorganize developer docs, use scikit-image as a base for change | mattip | 2019-04-21 | 8 | -58/+347 |
* | Merge pull request #10741 from eric-wieser/as_integer_ratio | Tyler Reddy | 2019-04-18 | 4 | -0/+239 |
|\ | |||||
| * | TST: use smaller tests for PR 10741. | Tyler Reddy | 2019-04-18 | 1 | -46/+76 |
| * | ENH: Implement `np.floating.as_integer_ratio` | Eric Wieser | 2019-04-10 | 4 | -0/+209 |
* | | Merge pull request #13218 from debsankha/isfinite-datetime | Charles Harris | 2019-04-18 | 7 | -2/+67 |
|\ \ | |||||
| * \ | Merge branch 'master' into isfinite-datetime | Matti Picus | 2019-04-10 | 32 | -187/+327 |
| |\ \ | |||||
| * | | | DOC: added release note for `isfinite` support for | Debsankha Manik | 2019-04-07 | 1 | -0/+4 |
| * | | | MAINT: Changed ufunc type description for `isfinite` | Debsankha Manik | 2019-04-07 | 1 | -1/+1 |
| * | | | TST: testing isfinite on datetime and timedelta objects. | Debsankha Manik | 2019-03-30 | 1 | -0/+21 |
| * | | | MAINT: added missing return in PyUFunc_IsFiniteTypeResolver | Debsankha Manik | 2019-03-30 | 1 | -1/+1 |
| * | | | ENH: allow datettimes in isfinite | Sebastian Berg | 2019-03-30 | 5 | -2/+41 |
* | | | | Merge pull request #11684 from mattip/unravel_index-empty | Matti Picus | 2019-04-18 | 2 | -33/+88 |
|\ \ \ \ | |||||
| * | | | | BUG: fix from review | mattip | 2019-03-30 | 1 | -1/+1 |
| * | | | | BUG: fixes from review | mattip | 2019-03-29 | 1 | -45/+40 |
| * | | | | BUG: raise on empty sequence input to unravel_index, ravel_index_multi; clari... | mattip | 2019-03-29 | 2 | -23/+83 |
* | | | | | Merge pull request #13354 from IntelPython/add-rfftn-axes-test | Matti Picus | 2019-04-18 | 1 | -0/+10 |
|\ \ \ \ \ | |||||
| * | | | | | TST: Added test_fftpocket.py::test_axes | Oleksandr Pavlyk | 2019-04-17 | 1 | -0/+10 |
* | | | | | | Merge pull request #13293 from mattip/errmsg | Matti Picus | 2019-04-18 | 1 | -13/+12 |
|\ \ \ \ \ \ | |||||
| * | | | | | | DOC: add more info to failure message | mattip | 2019-04-11 | 1 | -13/+12 |
* | | | | | | | Merge pull request #12889 from ivanov/no-pickles-for-you | Charles Harris | 2019-04-16 | 6 | -16/+35 |
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | | |||||
| * | | | | | | BUG: load fails when using pickle without allow_pickle=True | Paul Ivanov | 2019-04-16 | 6 | -16/+35 |
* | | | | | | | Merge pull request #13337 from kritisingh1/conj | Matti Picus | 2019-04-16 | 3 | -0/+10 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | DOC: Add docstrings for consistency in aliases | kritisingh1 | 2019-04-16 | 3 | -0/+10 |
* | | | | | | | | Merge pull request #13346 from eric-wieser/tidy-typeinfo | Charles Harris | 2019-04-16 | 3 | -21/+46 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | BUG/MAINT: Tidy typeinfo.h and .c | Eric Wieser | 2019-04-16 | 3 | -21/+46 |
* | | | | | | | | | Merge pull request #13348 from eric-wieser/poly1d-fixes-fixes-fixes-fixes | Charles Harris | 2019-04-16 | 2 | -11/+17 |
|\ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / |/| | | | | | | | | |||||
| * | | | | | | | | Merge branch 'master' into poly1d-fixes-fixes-fixes-fixes | Eric Wieser | 2019-04-16 | 910 | -86608/+136652 |
| |\ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | | |||||
* | | | | | | | | | Merge pull request #13331 from rgommers/fix-docs | Matti Picus | 2019-04-15 | 12 | -224/+122 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | DOC: fix doc build warnings in a cleaner way. | Ralf Gommers | 2019-04-15 | 1 | -6/+12 |
| * | | | | | | | | | DOC: fix 4 remaining doc build warnings. | Ralf Gommers | 2019-04-14 | 2 | -33/+35 |
| * | | | | | | | | | DOC: fix some more See Also issues | Ralf Gommers | 2019-04-14 | 7 | -21/+15 |
| * | | | | | | | | | DOC: fix doc formatting issues exposed by numpydoc 0.9.0rc1 | Ralf Gommers | 2019-04-14 | 8 | -14/+14 |
| * | | | | | | | | | DOC: fix issues with See Also sections of generic. | Ralf Gommers | 2019-04-14 | 1 | -156/+52 |
| | |_|/ / / / / / | |/| | | | | | | | |||||
* | | | | | | | | | Merge pull request #13312 from eric-wieser/genfromtxt-close | Tyler Reddy | 2019-04-15 | 2 | -270/+284 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | TST: unit test for gh-13200 | Tyler Reddy | 2019-04-13 | 1 | -1/+14 |
| * | | | | | | | | | BUG: Close files if an error occurs in genfromtxt | Eric Wieser | 2019-04-12 | 1 | -269/+270 |
* | | | | | | | | | | Merge pull request #13335 from eric-wieser/document-ctypeslib | Matti Picus | 2019-04-15 | 4 | -8/+13 |
|\ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | DOC: Add as_ctypes_type to the documentation | Eric Wieser | 2019-04-15 | 4 | -8/+13 |
* | | | | | | | | | | | Merge pull request #13316 from AnderUstarroz/added-antidiagonal-examples | Matti Picus | 2019-04-15 | 2 | -8/+40 |
|\ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | DOC: Added anti-diagonal examples to np.diagonal and np.fill_diagonal | Ander Ustarroz | 2019-04-13 | 2 | -8/+40 |
* | | | | | | | | | | | | Merge pull request #13328 from eric-wieser/fix-weird-reduce-logic | Matti Picus | 2019-04-15 | 1 | -25/+27 |
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / |/| | | | | | | | | | | | |||||
| * | | | | | | | | | | | MAINT: Tidy up error message for accumulate and reduceat | Eric Wieser | 2019-04-14 | 1 | -25/+27 |
|/ / / / / / / / / / / | |||||
* | | | | | | | | | | | Merge pull request #13322 from eric-wieser/cyclic-import | Charles Harris | 2019-04-13 | 4 | -447/+469 |
|\ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | MAINT: Move umath error helpers into their own module | Eric Wieser | 2019-04-13 | 4 | -447/+469 |
* | | | | | | | | | | | | Merge pull request #13324 from eric-wieser/move-asarray | Charles Harris | 2019-04-13 | 4 | -311/+328 |
|\ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / | |||||
| * | | | | | | | | | | | MAINT: Move asarray helpers into their own module | Eric Wieser | 2019-04-13 | 4 | -311/+328 |
* | | | | | | | | | | | | Merge pull request #13323 from seberg/ufunc-at-large-iteration | Eric Wieser | 2019-04-13 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / |/| | | | | | | | | | | | |||||
| * | | | | | | | | | | | BUG: ufunc.at iteration variable size fix | Sebastian Berg | 2019-04-13 | 1 | -1/+1 |
| | |_|/ / / / / / / / | |/| | | | | | | | | | |||||
* | | | | | | | | | | | Merge pull request #13321 from eric-wieser/move-exceptions | Eric Wieser | 2019-04-13 | 5 | -27/+28 |
|\ \ \ \ \ \ \ \ \ \ \ |