Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #13134 from r-devulap/logexp-simd | Matti Picus | 2019-04-20 | 12 | -1/+591 |
|\ | |||||
| * | DOC: adding release notes for 1.17.0 | Raghuveer Devulapalli | 2019-04-19 | 1 | -0/+6 |
| * | BUG: Fixing incomplete guards for @ISA@_exp/log_FLOAT functions | Raghuveer Devulapalli | 2019-04-19 | 2 | -2/+2 |
| * | BUG: Adding macro HAVE_ATTRIBUTE_TARGET_@ISA@_WITH_INTRINSICS | Raghuveer Devulapalli | 2019-04-19 | 8 | -8/+61 |
| * | BUG: Fixing AVX512F build issues on clang6.0 | Raghuveer Devulapalli | 2019-04-19 | 2 | -9/+22 |
| * | BUG: Fixing compile time error for clang | Raghuveer Devulapalli | 2019-04-19 | 1 | -30/+25 |
| * | ENH: vectorizing float32 implementation of np.exp & np.log | Raghuveer Devulapalli | 2019-04-19 | 8 | -1/+524 |
|/ | |||||
* | Merge pull request #8662 from eric-wieser/ufunc-outer-subclass | Matti Picus | 2019-04-19 | 2 | -2/+31 |
|\ | |||||
| * | MAINT: avoid np.matrix in PR 8662 | Tyler Reddy | 2019-04-17 | 2 | -2/+31 |
| * | ENH: preserve subclasses in ufunc.outer | Eric Wieser | 2019-04-16 | 1 | -2/+2 |
* | | 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 |
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / |/| | | | | | | | | | | |