summaryrefslogtreecommitdiff
path: root/numpy/lib
Commit message (Expand)AuthorAgeFilesLines
...
* | change != to ==Alex2020-07-221-1/+1
* | fixed simplifyAlex2020-07-221-5/+10
* | simplifiedAlex2020-07-222-14/+14
* | forgot to include monotonicityAlex2020-07-221-2/+2
* | changed from large number error to different solutionAlex2020-07-222-9/+11
* | edge first tryAlex2020-07-222-2/+22
* | MAINT: Avoid exception in NpzFile destructor if constructor raises BadZipFile...John Zwinck2020-07-211-2/+3
* | TST, BUG: Re-raise MemoryError exception in test_large_zip's process (gh-16890)Antonio Larrosa2020-07-181-8/+22
* | MAINT: Remove Duplicated Code (function extract rmap) (#16847)Wansoo Kim2020-07-171-16/+13
* | BUG,DOC: Fix bad MPL kwarg.Ross Barnowski2020-07-161-1/+1
* | Update to polynomial.pydavidedalbosco2020-07-151-5/+6
* | DOC: Add explanation of 'K' and 'A' layout options to 'asarray*' functions (#...Neal C2020-07-141-4/+7
* | DOC: fix inconsistent parameter name in np.ndindex docstringRohit Sanjay2020-07-131-1/+1
|/
* DOC: add example to corrcoef function (#16805)Laurie Stephey2020-07-111-0/+63
* DOC: adding docs on passing dimensions as tuple to ndindex (#16806)Neal C2020-07-111-2/+14
* Merge pull request #16174 from rossbar/doc/libpoly_docstring_noteMatti Picus2020-07-111-0/+66
|\
| * DOC: Add transition note to all lib/poly functionsRoss Barnowski2020-05-061-0/+66
* | DOC: Minor RST formatting. (#16792)Matthias Bussonnier2020-07-093-4/+4
* | MAINT: Tidy exception handling in _datasource.py (#16761)Sarthak Vineet Kumar2020-07-081-7/+3
* | DOC: add example to unique() and make connection to repeat() (#16743)Allen Downey2020-07-071-1/+13
* | MAINT: Chain exceptions in npyio.py (gh16121)Kerem HallaƧ2020-06-301-4/+6
* | MAINT: Fixup quantile tests to not use `np.float`Sebastian Berg2020-06-271-8/+9
* | Merge pull request #16273 from CloseChoice/BUG-order_percentile-monotonicallySebastian Berg2020-06-272-1/+78
|\ \
| * | limit test_quantile_monotonicTobias Pitters2020-06-121-3/+8
| * | Update numpy/lib/tests/test_function_base.pyTobias Pitters2020-06-121-4/+4
| * | Update numpy/lib/function_base.pyTobias Pitters2020-06-121-11/+6
| * | fix _scalar_or_0d in _lerpTobias Pitters2020-06-101-1/+1
| * | check for `greater-equal` in lerp monotony testTobias Pitters2020-06-101-1/+1
| * | check for `greater-equal` in lerp monotony testTobias Pitters2020-06-101-1/+1
| * | make lerp be able to handle 0d casesTobias Pitters2020-06-102-2/+8
| * | refactor quantile testsTobias Pitters2020-05-271-4/+2
| * | limit range of lerp inputsTobias Pitters2020-05-271-10/+10
| * | Update numpy/lib/tests/test_function_base.pyTobias Pitters2020-05-271-2/+8
| * | remove debug statementsTobias Pitters2020-05-271-1/+0
| * | fix lerp function and corresponding testsTobias Pitters2020-05-272-7/+19
| * | Update numpy/lib/tests/test_function_base.pyTobias Pitters2020-05-271-0/+1
| * | use symmetric lerp functionTobias Pitters2020-05-272-9/+5
| * | fix symmetry testTobias Pitters2020-05-272-7/+7
| * | remove pdb; add hypothesis tests for monotony, boundedness and symmetry of lerpTobias Pitters2020-05-272-2/+39
| * | add hypothesis test, fix bug of non-monotonic ordering of quantile functionCloseChoice2020-05-272-2/+17
| * | BUG: np.quantile ordering not monotonicTobias Pitters2020-05-271-0/+7
* | | Merge pull request #16690 from Iamsoto/better_docstring_for_numpy_lib_format_...Matti Picus2020-06-261-8/+20
|\ \ \
| * | | DOC: fixed docstring for descr_to_dtypeiamsoto2020-06-251-8/+20
* | | | DOC: rm matrix from triu docstring.Ross Barnowski2020-06-251-1/+1
|/ / /
* | | Fix broken link in open_memmap See AlsoRoss Barnowski2020-06-241-1/+1
* | | MAINT: lib: A few PEP-8 fixes.Warren Weckesser2020-06-181-3/+6
* | | MAINT: lib: In loadtxt, move some code out of a try/finally block.Warren Weckesser2020-06-181-5/+8
* | | MAINT: lib: In loadtxt, validate ndmin argument earlier.Warren Weckesser2020-06-181-3/+4
* | | MAINT: lib: Move some nested function definitions in loadtxt.Warren Weckesser2020-06-181-61/+70
* | | MAINT: Remove uses of scalar aliasesEric Wieser2020-06-101-1/+1