summaryrefslogtreecommitdiff
path: root/numpy
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-252-0/+16
* | | ENH: Modify intersect1d to return common indices (#10684)Christopher2018-05-252-9/+97
* | | 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
|/ / /
* | | 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 #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
| | |/ | |/|
* | | MAINT: move remaining MaskedArray matrix tests to matrixlib.Marten van Kerkwijk2018-05-222-16/+21
| |/ |/|
* | 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-182-39/+186
|\
| * 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
* | BUG: fix case of ISA selector in ufunc selectionJulian Taylor2018-05-171-1/+1
|/
* 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-151-3/+7
* | 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-152-7/+6
|\ \ \
| * | | DOC: add numpy.lib.format to docs and link to itmattip2018-05-142-7/+6
* | | | Merge branch 'master' into linalg-move-matrix-powerCharles Harris2018-05-1438-673/+685
|\ \ \ \
| * \ \ \ Merge pull request #10988 from eric-wieser/ufunc-tidyMarten van Kerkwijk2018-05-141-17/+15
| |\ \ \ \
| | * | | | MAINT: Push variables down into nested scopes where possibleEric Wieser2018-04-261-2/+3
| | * | | | MAINT: Convert nested ifs to an if/else chainEric Wieser2018-04-261-15/+12
| * | | | | Merge pull request #11023 from eric-wieser/histogramdd-no-fuzzCharles Harris2018-05-143-26/+49
| |\ \ \ \ \ | | |_|/ / / | |/| | | |
| | * | | | BUG: histogramdd fails on large integersEric Wieser2018-04-302-1/+14