summaryrefslogtreecommitdiff
path: root/numpy/lib
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #12061 from ceh-forks/remove-reduntant-importsCharles Harris2018-09-301-1/+0
|\
| * MAINT: remove redundant importsEmil Hessman2018-09-301-1/+0
* | MAINT: remove unused stdlib importsEmil Hessman2018-09-301-1/+0
|/
* Merge pull request #11962 from mfkasim91/limitrowloadtxtCharles Harris2018-09-302-2/+58
|\
| * MAINT: Omit None in max_rows for np.loadtxt docstringmfkasim912018-09-301-1/+1
| * MAINT: No tick for None in `max_rows` docstring for `np.loadtxt`mfkasim912018-09-301-1/+1
| * ENH: add max_rows kwarg to numpy.loadtxt like numpy.genfromtxtmfkasim912018-09-302-2/+58
* | MAINT: remove unused importsEmil Hessman2018-09-291-8/+6
* | ENH add prepend and append kwargs to diffMatt Harrigan2018-09-252-1/+81
* | BUG: Don't leave files open and dangling if np.load has a bad encoding argume...Eric Wieser2018-09-231-13/+14
* | TST: prefer pytest.skip() over SkipTestTyler Reddy2018-09-213-11/+11
* | Merge pull request #11961 from eric-wieser/pad-testsCharles Harris2018-09-181-1/+42
|\ \
| * | TST: Add a (failing) test for using np.pad with Fractions, which currently ro...Eric Wieser2018-09-171-0/+19
| * | TST: Add a regression test for gh-11216Lars G2018-09-171-1/+18
| * | TST: Add a test for pad-wrapping by length 0Lars G2018-09-151-0/+5
| |/
* | Merge pull request #11958 from hmaarrfk/test_pad_objectMatti Picus2018-09-171-0/+15
|\ \
| * | styleMark Harfouche2018-09-151-1/+1
| * | Pad start and end with different valuesMark Harfouche2018-09-151-3/+5
| * | Don't use None to valid the array as it is the "Default" for emptyMark Harfouche2018-09-151-5/+8
| * | MAINT: Add a test for np.pad where constant_values is an objectMark Harfouche2018-09-151-0/+10
| |/
* | MAINT: refactor design of recursive closures (#11910)Matti Picus2018-09-162-9/+13
|/
* TST: Replace calls to unittest.TestCase.fail (#11933)Roman Yurchak2018-09-123-18/+8
* TST: Fix duplicated test name.Elliott Sales de Andrade2018-09-061-2/+2
* Merge pull request #11805 from tylerjereddy/issue_11490Charles Harris2018-08-312-3/+83
|\
| * BUG: add type cast check to ediff1dTyler Reddy2018-08-262-3/+83
* | Merge pull request #10915 from mattip/implement-nep-0015Charles Harris2018-08-311-1/+1
|\ \ | |/ |/|
| * MAINT: merge umath, multiarray into _multiarray, add python wrappersmattip2018-08-211-1/+1
* | BUG: fix array_split incorrect behavior with array size bigger MAX_INT32 (#11...Nikita Titov2018-08-262-2/+16
|/
* Merge pull request #11573 from tylerjereddy/broadcast_arrays_kw_testMatti Picus2018-08-212-2/+14
|\
| * MAINT: Use raw strings for regexesEric Wieser2018-08-201-1/+1
| * TST: add broadcast_arrays() kwarg unit test for TypeErrorTyler Reddy2018-08-012-2/+14
* | MAINT: reformat line spacing before test methodsmattip2018-08-192-3/+0
* | Merge pull request #11778 from eric-wieser/histogram-overflowCharles Harris2018-08-182-3/+43
|\ \
| * | BUG: Avoid signed overflow in histogramEric Wieser2018-08-182-3/+43
* | | Merge pull request #11774 from charris/fix-intersect1dCharles Harris2018-08-172-17/+32
|\ \ \
| * | | BUG: Fix regression in intersect1d.Charles Harris2018-08-172-17/+32
* | | | Merge pull request #11715 from QuLogic/no-networkCharles Harris2018-08-171-2/+2
|\ \ \ \
| * | | | TST: Fix urlopen stubbing.Elliott Sales de Andrade2018-08-151-2/+2
* | | | | Merge pull request #11742 from mattip/doc-warningsCharles Harris2018-08-171-7/+9
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | DOC: reduce warnings and cleanup redundant c-api documentationmattip2018-08-141-7/+9
| |/ / /
* | | | Merge pull request #11745 from charris/fix-polyfit-docEric Wieser2018-08-151-2/+1
|\ \ \ \
| * | | | DOC: Small docstring fixes for old polyfit.Charles Harris2018-08-151-2/+1
* | | | | Merge pull request #11708 from charris/fix-bz2-python2-loadtxtCharles Harris2018-08-152-4/+27
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | BUG: Fix regression in loadtxt for bz2 text files in Python 2.Charles Harris2018-08-102-4/+27
| | |_|/ | |/| |
* | | | DOC: recommend polynomial.Polynomial over np.polyfit (#11733)Matti Picus2018-08-141-1/+6
| |/ / |/| |
* | | DOC: fix typo in vectorize docstringMatthew Brett2018-08-131-2/+2
* | | Merge pull request #11436 from uds5501/document-average-return-typeMatti Picus2018-08-121-6/+19
|\ \ \ | |/ / |/| |
| * | Update function_base.pyUddeshya Singh2018-08-121-4/+4
| * | Update function_base.pyUddeshya Singh2018-07-131-4/+5
| * | Update function_base.pyUddeshya Singh2018-07-091-5/+10