summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | 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
* | | | | | Merge pull request #11091 from ahaldane/fix_py2_float_to_fileCharles Harris2018-05-152-4/+36
|\ \ \ \ \ \
| * | | | | | BUG: Python2 doubles don't print correctly in interactive shellAllan Haldane2018-05-142-4/+36
* | | | | | | Merge pull request #11094 from mattip/fix-11080Charles Harris2018-05-154-8/+23
|\ \ \ \ \ \ \
| * | | | | | | DOC: add numpy.lib.format to docs and link to itmattip2018-05-144-8/+23
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | Merge pull request #10985 from mhvk/linalg-move-matrix-powerCharles Harris2018-05-145-130/+146
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'master' into linalg-move-matrix-powerCharles Harris2018-05-1452-719/+920
| |\ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
* | | | | | | | Merge pull request #10988 from eric-wieser/ufunc-tidyMarten van Kerkwijk2018-05-141-17/+15
|\ \ \ \ \ \ \ \