summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* MAINT: Add comments to long_double detection codeAllan Haldane2018-05-281-0/+6
* Merge pull request #11120 from eric-wieser/simplify-ma-ctorMarten van Kerkwijk2018-05-261-11/+4
|\
| * STY: Add blank lineEric Wieser2018-05-261-0/+1
| * MAINT: remove redundant code in MaskedArray.__new__Eric Wieser2018-05-181-11/+3
* | Merge pull request #11097 from shoyer/timedelta-unitsEric Wieser2018-05-262-2/+23
|\ \
| * | TST: Add extra regression tests for gh-11096Eric Wieser2018-05-241-0/+6
| * | TST: test for timedelta coersionStephan Hoyer2018-05-241-1/+4
| * | BUG: fix datetime.timedelta->timedelta64 unit detection logicStephan Hoyer2018-05-231-1/+4
| * | TST: regression test for gh-6452Stephan Hoyer2018-05-231-1/+10
* | | BUG: __copy__ and __deepcopy__ should preserve MaskedConstant (#11038)Kritika Jalan2018-05-253-0/+21
* | | ENH: Modify intersect1d to return common indices (#10684)Christopher2018-05-253-9/+103
* | | Merge pull request #11159 from mattip/skip-ctypes-issueCharles Harris2018-05-251-0/+1
|\ \ \
| * | | TST: skip ctypes memoryview issue on old pythonmattip2018-05-241-0/+1
* | | | Merge pull request #11160 from mattip/windows-exceptionsEric Wieser2018-05-251-1/+0
|\ \ \ \
| * | | | TST: windows builds now properly support floating error statesmattip2018-05-241-1/+0
| |/ / /
* | | | BUG: time is lost from datetime.datetime when converting to datetime64 (#11149)Matti Picus2018-05-242-11/+18
* | | | Merge pull request #11152 from lagru/pad-benchmarksEric Wieser2018-05-241-0/+25
|\ \ \ \ | |/ / / |/| | |
| * | | BENCH: Add basic benchmarks for numpy.padLars G2018-05-241-0/+25
| |/ /
* | | TST: disable gc in refcount test (#11158)Matti Picus2018-05-241-5/+9
|/ /
* | Merge pull request #11134 from bashtage/doc-tofileCharles Harris2018-05-231-0/+5
|\ \
| * | DOC: Clarify tofile requirementKevin Sheppard2018-05-221-0/+5
* | | Merge pull request #11141 from eric-wieser/refactor-padCharles Harris2018-05-231-26/+25
|\ \ \
| * | | MAINT: Extract a helper function for prepending and appendingEric Wieser2018-05-221-26/+25
* | | | Merge pull request #11139 from mattip/warnings-as-errorsCharles Harris2018-05-231-3/+9
|\ \ \ \
| * | | | TST: turn some build warnings into errorsmattip2018-05-221-3/+9
| | |/ / | |/| |
* | | | Merge pull request #11012 from eric-wieser/pad-slice-helpersMarten van Kerkwijk2018-05-221-60/+43
|\ \ \ \ | | |/ / | |/| |
| * | | MAINT: np.pad: Generalize the helper function to be used in more placesEric Wieser2018-05-221-12/+15
| * | | MAINT: np.pad: Add helper functions for producing slices along axesEric Wieser2018-05-221-52/+32
| | |/ | |/|
* | | Merge pull request #11137 from mhvk/matrix-remaining-ma-testsCharles Harris2018-05-222-16/+21
|\ \ \ | |_|/ |/| |
| * | MAINT: move remaining MaskedArray matrix tests to matrixlib.Marten van Kerkwijk2018-05-222-16/+21
|/ /
* | Merge pull request #11124 from mhvk/assert-fully-masked-arrayCharles Harris2018-05-212-1/+23
|\ \ | |/ |/|
| * BUG: Ensure that fully masked arrays pass assert_array_equal.Marten van Kerkwijk2018-05-192-1/+23
|/
* Merge pull request #11098 from mhvk/gufunc-keepdimsMarten van Kerkwijk2018-05-184-41/+225
|\
| * DOC: Describe new keepdims arguments (and axes).Marten van Kerkwijk2018-05-182-2/+39
| * ENH: Add keepdims argument for generalized ufuncs.Marten van Kerkwijk2018-05-182-39/+186
* | BUG: Fix typo in variable name (#11116)zuko3d2018-05-181-1/+1
|/
* Merge pull request #11026 from mattip/cleanup-frompyfuncEric Wieser2018-05-182-58/+35
|\
| * MAINT: reduce code duplication in ufunc_frompyfuncmattip2018-05-172-58/+35
* | Merge pull request #11111 from juliantaylor/avx-fixCharles Harris2018-05-171-1/+1
|\ \ | |/ |/|
| * BUG: fix case of ISA selector in ufunc selectionJulian Taylor2018-05-171-1/+1
|/
* Merge pull request #10991 from eric-wieser/genfromtxt-docsCharles Harris2018-05-161-36/+36
|\
| * DOC: Update genfromtxt docs to use StringIO and u-stringsEric Wieser2018-04-271-36/+36
* | BUG: remove fast scalar power for arrays with object dtype (#11050)fivemok2018-05-152-1/+35
* | Merge pull request #11010 from mhvk/poly-matrix-tests-to-matrixlibCharles Harris2018-05-1520-253/+476
|\ \
| * | DOC: Revise some of the docstrings.Charles Harris2018-05-141-7/+8
| * | BUG: Fix missing `type` in identity test.Charles Harris2018-05-141-1/+1
| * | MAINT: move matrix tests in testing to matrixlib.Marten van Kerkwijk2018-04-292-31/+43
| * | MAINT: move matrix tests in lib to matrixlib.Marten van Kerkwijk2018-04-298-127/+233
| * | MAINT: move matrix tests in core, polynomial to matrixlib.Marten van Kerkwijk2018-04-2912-98/+202
* | | DOC: Mention we can return unitinitialized values (#11086)Matti Picus2018-05-152-3/+17