summaryrefslogtreecommitdiff
path: root/doc
Commit message (Expand)AuthorAgeFilesLines
...
* | | Merge pull request #10855 from madphysicist/unpack-countSebastian Berg2019-02-251-0/+10
|\ \ \
| * | | ENH: Added count parameter to unpackbitsJoseph Fox-Rabinovitz2019-02-251-0/+10
| |/ /
* | | Merge pull request #12989 from eric-wieser/inter-inf-alternativeSebastian Berg2019-02-251-0/+6
|\ \ \ | |/ / |/| |
| * | ENH: Improve handling of infinities in np.interpEric Wieser2019-02-241-0/+6
* | | Merge pull request #12846 from tlatorre-uchicago/divmod-bugfixCharles Harris2019-02-221-0/+14
|\ \ \ | |/ / |/| |
| * | BUG: fix signed zero behavior in npy_divmodtlatorre2019-02-181-0/+14
* | | Merge pull request #12963 from Ankeetshkk/masterMatti Picus2019-02-191-4/+3
|\ \ \ | |/ / |/| |
| * | DOC: Rewrite using plural pronoun.Charles Harris2019-02-181-4/+3
| * | change in line 127 use she/he instead of sheAnkit Shukla2019-02-131-1/+1
* | | Merge pull request #12945 from charris/fix-timsort-compatMatti Picus2019-02-143-24/+32
|\ \ \ | |/ / |/| |
| * | DOC: Update sorting documention.Charles Harris2019-02-083-24/+32
* | | DOC: ndarray.max is missingYu Kobayashi2019-02-091-0/+1
|/ /
* | Merge pull request #12908 from charris/update-post-1.16.1-releaseCharles Harris2019-02-033-0/+170
|\ \
| * | DOC: Update master following 1.16.1 release.Charles Harris2019-01-313-0/+170
* | | BLD: fix doc build for distribution.Ralf Gommers2019-01-311-2/+5
|/ /
* | Merge pull request #12418 from liwt31/timsort-devMatti Picus2019-01-312-3/+13
|\ \
| * | DOC: update docstring of timsortwtli2019-01-301-4/+5
| * | DOC: add docstring for timsortwtli2019-01-212-3/+12
* | | DOC: add missing character routines, fix #8578Adam Orr2019-01-301-0/+6
* | | DOC: link to benchmarking infomattip2019-01-272-0/+3
* | | BUG: Fix rounding of denormals in double and float to half casts … (#12722)Sebastian Berg2019-01-241-0/+7
* | | Merge pull request #12818 from mattip/doc-warningsMatti Picus2019-01-235-24/+9
|\ \ \
| * | | DOC: fixes from reviewmattip2019-01-221-2/+2
| * | | DOC: remove python2-only methods, small cleanupsmattip2019-01-215-24/+9
| |/ /
* | | ENH: __array_function__ updates for NumPy 1.17.0Stephan Hoyer2019-01-221-0/+12
|/ /
* | Merge pull request #12683 from tylerjereddy/timedelta64_divmodMatti Picus2019-01-211-0/+10
|\ \
| * | ENH: add mm->qm divmodTyler Reddy2019-01-171-0/+10
* | | Merge pull request #12807 from mattip/f2py-source-bytesCharles Harris2019-01-202-28/+3
|\ \ \
| * | | BUG, DOC: test, fix that f2py.compile accepts str and bytes, rework docsmattip2019-01-202-28/+3
* | | | DOC: document C99 requirement in dev guide [ci skip]Tyler Reddy2019-01-181-1/+3
* | | | Merge pull request #9330 from nimish/errstate-improvementMatti Picus2019-01-181-0/+21
|\ \ \ \ | |_|/ / |/| | |
| * | | Make errstate a ContextDecoratorNimish Telang2019-01-171-0/+21
* | | | Merge pull request #12787 from mattip/doc-remove-mainCharles Harris2019-01-171-9/+0
|\ \ \ \ | |/ / / |/| | |
| * | | DOC: remove recocmendation to add main for testingmattip2019-01-171-9/+0
| |/ /
* | | DOC: fix generalized eigenproblem reference in "NumPy for MATLAB users" (#12741)adeak2019-01-151-1/+1
* | | DOC: Document NPY_SORTKIND parameter in PyArray_Sort (#12606)Piyush Jaipuriayar2019-01-151-3/+3
* | | Merge pull request #12456 from eric-wieser/dtype_to_ctypesMatti Picus2019-01-151-0/+9
|\ \ \
| * | | ENH: Add np.ctypeslib.as_ctypes_type(dtype), improve `np.ctypeslib.as_ctypes`Eric Wieser2019-01-131-0/+9
* | | | DOC: clarify the extend of __array_function__ support in NumPy 1.16Stephan Hoyer2019-01-141-8/+10
* | | | Merge pull request #12731 from charris/post-1.16.0-updateMatti Picus2019-01-142-95/+770
|\ \ \ \
| * | | | DOC: Update release notes and changelog after 1.16.0 release.Charles Harris2019-01-132-95/+770
* | | | | DOC: set off math constant suffixes with backticksJosh Wilson2019-01-131-2/+3
* | | | | DOC: clarify the suffix of single/extended precision math constantsJosh Wilson2019-01-131-1/+1
|/ / / /
* | | | Merge pull request #12693 from eric-wieser/gh-9436-hermitianMatti Picus2019-01-131-0/+6
|\ \ \ \ | |/ / / |/| | |
| * | | Update 1.17.0-notes.rstEric Wieser2019-01-081-1/+1
| * | | ENH: Add a hermitian argument to `pinv` and `svd`, matching `matrix_rank`Eric Wieser2019-01-071-0/+6
* | | | NEP: change NEP20 (ufunc signatures) to 'Final'Matti Picus2019-01-111-1/+1
* | | | Merge pull request #12679 from mattip/remove-warningsSebastian Berg2019-01-091-0/+7
|\ \ \ \
| * | | | ENH: remove "Invalid value" warnings from median, percentilemattip2019-01-061-0/+7
| |/ / /
* | | | Merge pull request #12677 from ahaldane/fix_more_uint_alnCharles Harris2019-01-081-1/+1
|\ \ \ \