summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #13134 from r-devulap/logexp-simdMatti Picus2019-04-2012-1/+591
|\
| * DOC: adding release notes for 1.17.0Raghuveer Devulapalli2019-04-191-0/+6
| * BUG: Fixing incomplete guards for @ISA@_exp/log_FLOAT functionsRaghuveer Devulapalli2019-04-192-2/+2
| * BUG: Adding macro HAVE_ATTRIBUTE_TARGET_@ISA@_WITH_INTRINSICSRaghuveer Devulapalli2019-04-198-8/+61
| * BUG: Fixing AVX512F build issues on clang6.0Raghuveer Devulapalli2019-04-192-9/+22
| * BUG: Fixing compile time error for clangRaghuveer Devulapalli2019-04-191-30/+25
| * ENH: vectorizing float32 implementation of np.exp & np.logRaghuveer Devulapalli2019-04-198-1/+524
|/
* Merge pull request #8662 from eric-wieser/ufunc-outer-subclassMatti Picus2019-04-192-2/+31
|\
| * MAINT: avoid np.matrix in PR 8662Tyler Reddy2019-04-172-2/+31
| * ENH: preserve subclasses in ufunc.outerEric Wieser2019-04-161-2/+2
* | 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
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / |/| | | | | | | | | | |