summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | | Merge pull request #16239 from seberg/reimport-do-not-set-docsMatti Picus2020-05-205-666/+214
|\ \ \
| * | | MAINT: Simplify logic in add_docstringSebastian Berg2020-05-201-52/+17
| * | | TST: Add a test for np.add_docstringSebastian Berg2020-05-201-1/+39
| * | | DOC: Fix generic scalar docstrings to point to ndarraySebastian Berg2020-05-192-610/+124
| * | | BUG: Allow attaching documentation twice in add_docstringSebastian Berg2020-05-192-3/+34
* | | | BLD: Avoid "visibility attribute not supported" warning (gh-16288)E. M. Bray2020-05-201-1/+4
* | | | BUG: relpath fails for different drives on windows (#16308)Matti Picus2020-05-201-1/+1
* | | | Merge pull request #16284 from eric-wieser/extract-lerpSebastian Berg2020-05-191-62/+58
|\ \ \ \
| * | | | MAINT: remove workaround for fixed issue Eric Wieser2020-05-191-2/+0
| * | | | MAINT: Remove special cases for 0d arrays in quantileEric Wieser2020-05-181-62/+55
| * | | | MAINT: Extract a lerp helper function to make the algorithm of quantile clearerEric Wieser2020-05-181-4/+9
* | | | | Merge pull request #16305 from Carreau/doc-micro-fixSebastian Berg2020-05-191-1/+1
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | DOC: Fix documentation rendering,Matthias Bussonnier2020-05-191-1/+1
|/ / / /
* | | | MAINT: precompute log(2.0 * M_PI) in `random_loggam' (gh-16237)Elia Franzella2020-05-191-10/+12
* | | | Merge pull request #16156 from WarrenWeckesser/deprecate-dualSebastian Berg2020-05-199-14/+34
|\ \ \ \
| * | | | REL: Add a release note about the deprecation of numpy.dual.Warren Weckesser2020-05-051-0/+5
| * | | | DOC: dual: Note the deprecation of numpy.dual in the dual module docstring.Warren Weckesser2020-05-052-5/+11
| * | | | DEP: Deprecate `numpy.dual`.Warren Weckesser2020-05-047-9/+18
* | | | | Merge pull request #16242 from seberg/genfromtxt-default-regressionMatti Picus2020-05-193-5/+15
|\ \ \ \ \
| * | | | | Update numpy/lib/_iotools.pySebastian Berg2020-05-181-1/+2
| * | | | | BUG: Fix default fallback in genfromtxtSebastian Berg2020-05-183-5/+14
* | | | | | Merge pull request #16295 from charris/fix-missed-3.5Matti Picus2020-05-191-2/+2
|\ \ \ \ \ \
| * | | | | | BUG: Require Python >= 3.6 in setup.pyCharles Harris2020-05-181-2/+2
* | | | | | | DOC: Add math.isclose to See Also (#16283)Ben Elliston2020-05-191-0/+1
* | | | | | | Merge pull request #16276 from eric-wieser/take-outSebastian Berg2020-05-182-10/+99
|\ \ \ \ \ \ \
| * | | | | | | BUG: Ensure out argument is returned by identity for 0d arraysEric Wieser2020-05-182-10/+99
* | | | | | | | MAINT: Chain exceptions in generate_umath.py (gh-16254)lkdmttg72020-05-181-2/+5
* | | | | | | | Merge pull request #16292 from charris/fix-download-wheelsMatti Picus2020-05-181-8/+9
|\ \ \ \ \ \ \ \
| * | | | | | | | BUG: Fix tools/download-wheels.py.Charles Harris2020-05-181-8/+9
| | |/ / / / / / | |/| | | | | |
* | | | | | | | DOC: Add PyArray_ContiguousFromObject C docs (gh-16207)Guilherme Leobas2020-05-181-3/+11
* | | | | | | | DOC: Calrify tiny/xmin in finfo and machar (gh-16253)Raphael Kruse2020-05-182-5/+16
* | | | | | | | Merge pull request #16285 from numpy/dependabot/pip/hypothesis-5.14.0Sebastian Berg2020-05-181-1/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | MAINT: Bump hypothesis from 5.12.0 to 5.14.0dependabot/pip/hypothesis-5.14.0dependabot-preview[bot]2020-05-181-1/+1
| | |_|_|_|_|_|/ | |/| | | | | |
* | | | | | | | Merge pull request #16278 from SacredArrow/var-doc-editSebastian Berg2020-05-181-2/+2
|\ \ \ \ \ \ \ \
| * | | | | | | | DOC: Clarifications for np.varDmitry Kutlenkov2020-05-171-2/+2
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge pull request #16257 from WarrenWeckesser/doc-glue-f2pySebastian Berg2020-05-181-22/+29
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | |
| * | | | | | | DOC: A few small changes in the "Using Python as Glue" page.Warren Weckesser2020-05-181-7/+7
| * | | | | | | DOC: Update the f2py section of the "Using Python as Glue" page.Warren Weckesser2020-05-161-15/+22
* | | | | | | | Merge pull request #16238 from seberg/maint-cached-importsMatti Picus2020-05-185-50/+13
|\ \ \ \ \ \ \ \
| * | | | | | | | MAINT: Unify cached (C-level static) importsSebastian Berg2020-05-145-50/+13
| | |_|_|/ / / / | |/| | | | | |
* | | | | | | | Merge pull request #16274 from eric-wieser/extract-lerpEric Wieser2020-05-171-19/+6
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | / / | | |_|_|_|/ / | |/| | | | |
| * | | | | | MAINT: Avoid moving axes around multiple timesEric Wieser2020-05-171-15/+5
| * | | | | | MAINT: Remove a pointless ifEric Wieser2020-05-171-4/+1
| | |_|/ / / | |/| | | |
* | | | | | DOC: Clarifications for np.std (#16267)Dmitry Kutlenkov2020-05-171-11/+12
* | | | | | Merge pull request #16275 from charris/update-after-1.19.x-branchCharles Harris2020-05-1746-316/+479
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | REL: Update master after 1.19.x branch.Charles Harris2020-05-1746-316/+479
|/ / / / /
* | | | | Merge pull request #16269 from tbm/typoMatti Picus2020-05-1719-21/+21
|\ \ \ \ \
| * | | | | DOC: Fix typos and cosmetic issuesMartin Michlmayr2020-05-1719-21/+21
* | | | | | Merge pull request #16265 from charris/add-download-wheel-toolMatti Picus2020-05-171-0/+79
|\ \ \ \ \ \
| * | | | | | ENH: Add tool for downloading release wheels from Anaconda.Charles Harris2020-05-161-0/+79