Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | BUG: fix datetime.timedelta->timedelta64 unit detection logic | Stephan Hoyer | 2018-05-23 | 1 | -1/+4 | |
| * | | | | | | | | TST: regression test for gh-6452 | Stephan Hoyer | 2018-05-23 | 1 | -1/+10 | |
* | | | | | | | | | BUG: __copy__ and __deepcopy__ should preserve MaskedConstant (#11038) | Kritika Jalan | 2018-05-25 | 3 | -0/+21 | |
* | | | | | | | | | ENH: Modify intersect1d to return common indices (#10684) | Christopher | 2018-05-25 | 3 | -9/+103 | |
* | | | | | | | | | Merge pull request #11159 from mattip/skip-ctypes-issue | Charles Harris | 2018-05-25 | 1 | -0/+1 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | TST: skip ctypes memoryview issue on old python | mattip | 2018-05-24 | 1 | -0/+1 | |
| | |_|/ / / / / / | |/| | | | | | | | ||||||
* | | | | | | | | | Merge pull request #11160 from mattip/windows-exceptions | Eric Wieser | 2018-05-25 | 1 | -1/+0 | |
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / |/| | | | | | | | | ||||||
| * | | | | | | | | TST: windows builds now properly support floating error states | mattip | 2018-05-24 | 1 | -1/+0 | |
| |/ / / / / / / | ||||||
* | | | | | | | | BUG: time is lost from datetime.datetime when converting to datetime64 (#11149) | Matti Picus | 2018-05-24 | 2 | -11/+18 | |
* | | | | | | | | Merge pull request #11152 from lagru/pad-benchmarks | Eric Wieser | 2018-05-24 | 1 | -0/+25 | |
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | ||||||
| * | | | | | | | BENCH: Add basic benchmarks for numpy.pad | Lars G | 2018-05-24 | 1 | -0/+25 | |
| |/ / / / / / | ||||||
* | | | | | | | TST: disable gc in refcount test (#11158) | Matti Picus | 2018-05-24 | 1 | -5/+9 | |
|/ / / / / / | ||||||
* | | | | | | Merge pull request #11134 from bashtage/doc-tofile | Charles Harris | 2018-05-23 | 1 | -0/+5 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | DOC: Clarify tofile requirement | Kevin Sheppard | 2018-05-22 | 1 | -0/+5 | |
* | | | | | | | Merge pull request #11141 from eric-wieser/refactor-pad | Charles Harris | 2018-05-23 | 1 | -26/+25 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | MAINT: Extract a helper function for prepending and appending | Eric Wieser | 2018-05-22 | 1 | -26/+25 | |
* | | | | | | | | Merge pull request #11139 from mattip/warnings-as-errors | Charles Harris | 2018-05-23 | 1 | -3/+9 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | TST: turn some build warnings into errors | mattip | 2018-05-22 | 1 | -3/+9 | |
| | |/ / / / / / | |/| | | | | | | ||||||
* | | | | | | | | Merge pull request #11012 from eric-wieser/pad-slice-helpers | Marten van Kerkwijk | 2018-05-22 | 1 | -60/+43 | |
|\ \ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | | | ||||||
| * | | | | | | | MAINT: np.pad: Generalize the helper function to be used in more places | Eric Wieser | 2018-05-22 | 1 | -12/+15 | |
| * | | | | | | | MAINT: np.pad: Add helper functions for producing slices along axes | Eric Wieser | 2018-05-22 | 1 | -52/+32 | |
| | |/ / / / / | |/| | | | | | ||||||
* | | | | | | | Merge pull request #11137 from mhvk/matrix-remaining-ma-tests | Charles Harris | 2018-05-22 | 2 | -16/+21 | |
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | | ||||||
| * | | | | | | MAINT: move remaining MaskedArray matrix tests to matrixlib. | Marten van Kerkwijk | 2018-05-22 | 2 | -16/+21 | |
|/ / / / / / | ||||||
* | | | | | | Merge pull request #11124 from mhvk/assert-fully-masked-array | Charles Harris | 2018-05-21 | 2 | -1/+23 | |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | ||||||
| * | | | | | BUG: Ensure that fully masked arrays pass assert_array_equal. | Marten van Kerkwijk | 2018-05-19 | 2 | -1/+23 | |
|/ / / / / | ||||||
* | | | | | Merge pull request #11098 from mhvk/gufunc-keepdims | Marten van Kerkwijk | 2018-05-18 | 4 | -41/+225 | |
|\ \ \ \ \ | ||||||
| * | | | | | DOC: Describe new keepdims arguments (and axes). | Marten van Kerkwijk | 2018-05-18 | 2 | -2/+39 | |
| * | | | | | ENH: Add keepdims argument for generalized ufuncs. | Marten van Kerkwijk | 2018-05-18 | 2 | -39/+186 | |
* | | | | | | BUG: Fix typo in variable name (#11116) | zuko3d | 2018-05-18 | 1 | -1/+1 | |
|/ / / / / | ||||||
* | | | | | Merge pull request #11026 from mattip/cleanup-frompyfunc | Eric Wieser | 2018-05-18 | 2 | -58/+35 | |
|\ \ \ \ \ | ||||||
| * | | | | | MAINT: reduce code duplication in ufunc_frompyfunc | mattip | 2018-05-17 | 2 | -58/+35 | |
* | | | | | | Merge pull request #11111 from juliantaylor/avx-fix | Charles Harris | 2018-05-17 | 1 | -1/+1 | |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | ||||||
| * | | | | | BUG: fix case of ISA selector in ufunc selection | Julian Taylor | 2018-05-17 | 1 | -1/+1 | |
|/ / / / / | ||||||
* | | | | | Merge pull request #10991 from eric-wieser/genfromtxt-docs | Charles Harris | 2018-05-16 | 1 | -36/+36 | |
|\ \ \ \ \ | |_|/ / / |/| | | | | ||||||
| * | | | | DOC: Update genfromtxt docs to use StringIO and u-strings | Eric Wieser | 2018-04-27 | 1 | -36/+36 | |
* | | | | | BUG: remove fast scalar power for arrays with object dtype (#11050) | fivemok | 2018-05-15 | 2 | -1/+35 | |
* | | | | | Merge pull request #11010 from mhvk/poly-matrix-tests-to-matrixlib | Charles Harris | 2018-05-15 | 20 | -253/+476 | |
|\ \ \ \ \ | ||||||
| * | | | | | DOC: Revise some of the docstrings. | Charles Harris | 2018-05-14 | 1 | -7/+8 | |
| * | | | | | BUG: Fix missing `type` in identity test. | Charles Harris | 2018-05-14 | 1 | -1/+1 | |
| * | | | | | MAINT: move matrix tests in testing to matrixlib. | Marten van Kerkwijk | 2018-04-29 | 2 | -31/+43 | |
| * | | | | | MAINT: move matrix tests in lib to matrixlib. | Marten van Kerkwijk | 2018-04-29 | 8 | -127/+233 | |
| * | | | | | MAINT: move matrix tests in core, polynomial to matrixlib. | Marten van Kerkwijk | 2018-04-29 | 12 | -98/+202 | |
* | | | | | | DOC: Mention we can return unitinitialized values (#11086) | Matti Picus | 2018-05-15 | 2 | -3/+17 | |
* | | | | | | Merge pull request #11091 from ahaldane/fix_py2_float_to_file | Charles Harris | 2018-05-15 | 2 | -4/+36 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | BUG: Python2 doubles don't print correctly in interactive shell | Allan Haldane | 2018-05-14 | 2 | -4/+36 | |
* | | | | | | | Merge pull request #11094 from mattip/fix-11080 | Charles Harris | 2018-05-15 | 4 | -8/+23 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | DOC: add numpy.lib.format to docs and link to it | mattip | 2018-05-14 | 4 | -8/+23 | |
| | |_|_|_|_|/ | |/| | | | | | ||||||
* | | | | | | | Merge pull request #10985 from mhvk/linalg-move-matrix-power | Charles Harris | 2018-05-14 | 5 | -130/+146 | |
|\ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ | Merge branch 'master' into linalg-move-matrix-power | Charles Harris | 2018-05-14 | 52 | -719/+920 | |
| |\ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | ||||||
* | | | | | | | | Merge pull request #10988 from eric-wieser/ufunc-tidy | Marten van Kerkwijk | 2018-05-14 | 1 | -17/+15 | |
|\ \ \ \ \ \ \ \ |