summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* DOC: changes from reviewmattip2019-04-233-140/+33
* DOC: reorganize developer docs, use scikit-image as a base for changemattip2019-04-218-58/+347
* Merge pull request #10741 from eric-wieser/as_integer_ratioTyler Reddy2019-04-184-0/+239
|\
| * TST: use smaller tests for PR 10741.Tyler Reddy2019-04-181-46/+76
| * ENH: Implement `np.floating.as_integer_ratio`Eric Wieser2019-04-104-0/+209
* | Merge pull request #13218 from debsankha/isfinite-datetimeCharles Harris2019-04-187-2/+67
|\ \
| * \ Merge branch 'master' into isfinite-datetimeMatti Picus2019-04-1032-187/+327
| |\ \
| * | | DOC: added release note for `isfinite` support forDebsankha Manik2019-04-071-0/+4
| * | | MAINT: Changed ufunc type description for `isfinite`Debsankha Manik2019-04-071-1/+1
| * | | TST: testing isfinite on datetime and timedelta objects.Debsankha Manik2019-03-301-0/+21
| * | | MAINT: added missing return in PyUFunc_IsFiniteTypeResolverDebsankha Manik2019-03-301-1/+1
| * | | ENH: allow datettimes in isfiniteSebastian Berg2019-03-305-2/+41
* | | | Merge pull request #11684 from mattip/unravel_index-emptyMatti Picus2019-04-182-33/+88
|\ \ \ \
| * | | | BUG: fix from reviewmattip2019-03-301-1/+1
| * | | | BUG: fixes from reviewmattip2019-03-291-45/+40
| * | | | BUG: raise on empty sequence input to unravel_index, ravel_index_multi; clari...mattip2019-03-292-23/+83
* | | | | Merge pull request #13354 from IntelPython/add-rfftn-axes-testMatti Picus2019-04-181-0/+10
|\ \ \ \ \
| * | | | | TST: Added test_fftpocket.py::test_axesOleksandr Pavlyk2019-04-171-0/+10
* | | | | | Merge pull request #13293 from mattip/errmsgMatti Picus2019-04-181-13/+12
|\ \ \ \ \ \
| * | | | | | DOC: add more info to failure messagemattip2019-04-111-13/+12
* | | | | | | Merge pull request #12889 from ivanov/no-pickles-for-youCharles Harris2019-04-166-16/+35
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | BUG: load fails when using pickle without allow_pickle=TruePaul Ivanov2019-04-166-16/+35
* | | | | | | Merge pull request #13337 from kritisingh1/conjMatti Picus2019-04-163-0/+10
|\ \ \ \ \ \ \
| * | | | | | | DOC: Add docstrings for consistency in aliaseskritisingh12019-04-163-0/+10
* | | | | | | | Merge pull request #13346 from eric-wieser/tidy-typeinfoCharles Harris2019-04-163-21/+46
|\ \ \ \ \ \ \ \
| * | | | | | | | BUG/MAINT: Tidy typeinfo.h and .cEric Wieser2019-04-163-21/+46
* | | | | | | | | Merge pull request #13348 from eric-wieser/poly1d-fixes-fixes-fixes-fixesCharles Harris2019-04-162-11/+17
|\ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / |/| | | | | | | |
| * | | | | | | | Merge branch 'master' into poly1d-fixes-fixes-fixes-fixesEric Wieser2019-04-16910-86608/+136652
| |\ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | |
* | | | | | | | | Merge pull request #13331 from rgommers/fix-docsMatti Picus2019-04-1512-224/+122
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | DOC: fix doc build warnings in a cleaner way.Ralf Gommers2019-04-151-6/+12
| * | | | | | | | | DOC: fix 4 remaining doc build warnings.Ralf Gommers2019-04-142-33/+35
| * | | | | | | | | DOC: fix some more See Also issuesRalf Gommers2019-04-147-21/+15
| * | | | | | | | | DOC: fix doc formatting issues exposed by numpydoc 0.9.0rc1Ralf Gommers2019-04-148-14/+14
| * | | | | | | | | DOC: fix issues with See Also sections of generic.Ralf Gommers2019-04-141-156/+52
| | |_|/ / / / / / | |/| | | | | | |
* | | | | | | | | Merge pull request #13312 from eric-wieser/genfromtxt-closeTyler Reddy2019-04-152-270/+284
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | TST: unit test for gh-13200Tyler Reddy2019-04-131-1/+14
| * | | | | | | | | BUG: Close files if an error occurs in genfromtxtEric Wieser2019-04-121-269/+270
* | | | | | | | | | Merge pull request #13335 from eric-wieser/document-ctypeslibMatti Picus2019-04-154-8/+13
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | DOC: Add as_ctypes_type to the documentationEric Wieser2019-04-154-8/+13
* | | | | | | | | | | Merge pull request #13316 from AnderUstarroz/added-antidiagonal-examplesMatti Picus2019-04-152-8/+40
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | DOC: Added anti-diagonal examples to np.diagonal and np.fill_diagonalAnder Ustarroz2019-04-132-8/+40
* | | | | | | | | | | | Merge pull request #13328 from eric-wieser/fix-weird-reduce-logicMatti Picus2019-04-151-25/+27
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / |/| | | | | | | | | | |
| * | | | | | | | | | | MAINT: Tidy up error message for accumulate and reduceatEric Wieser2019-04-141-25/+27
|/ / / / / / / / / / /
* | | | | | | | | | | Merge pull request #13322 from eric-wieser/cyclic-importCharles Harris2019-04-134-447/+469
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | MAINT: Move umath error helpers into their own moduleEric Wieser2019-04-134-447/+469
* | | | | | | | | | | | Merge pull request #13324 from eric-wieser/move-asarrayCharles Harris2019-04-134-311/+328
|\ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / /
| * | | | | | | | | | | MAINT: Move asarray helpers into their own moduleEric Wieser2019-04-134-311/+328
* | | | | | | | | | | | Merge pull request #13323 from seberg/ufunc-at-large-iterationEric Wieser2019-04-131-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / |/| | | | | | | | | | |
| * | | | | | | | | | | BUG: ufunc.at iteration variable size fixSebastian Berg2019-04-131-1/+1
| | |_|/ / / / / / / / | |/| | | | | | | | |
* | | | | | | | | | | Merge pull request #13321 from eric-wieser/move-exceptionsEric Wieser2019-04-135-27/+28
|\ \ \ \ \ \ \ \ \ \ \