summaryrefslogtreecommitdiff
path: root/numpy
Commit message (Expand)AuthorAgeFilesLines
* move below int64_t declarationjbrockmendel2020-05-211-39/+39
* Missing declarationsjbrockmendel2020-05-211-0/+23
* Re-order declarationsjbrockmendel2020-05-211-5/+5
* ENH: include dt64/td64 isinstance checks in __init__.pxdjbrockmendel2020-05-211-0/+71
* BUG: Don't segfault on bad __len__ when assigning. (gh-16327)Brandt Bucher2020-05-212-20/+25
* MAINT: Stop Using PyEval_Call* and simplify some usesSebastian Berg2020-05-202-17/+6
* Merge pull request #15997 from panpiort8/array_pretty_printMatti Picus2020-05-202-4/+106
|\
| * Make requested changesPan Jan2020-04-271-5/+4
| * Improve way of breaking linesPan Jan2020-04-172-9/+43
| * Improve testingPan Jan2020-04-162-3/+18
| * ENH: improve printing of arrays with multi-line reprsPan Jan2020-04-162-4/+58
* | 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
* | | | 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-197-13/+28
|\ \ \
| * | | DOC: dual: Note the deprecation of numpy.dual in the dual module docstring.Warren Weckesser2020-05-051-4/+10
| * | | 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
* | | | | 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
* | | | | | DOC: Calrify tiny/xmin in finfo and machar (gh-16253)Raphael Kruse2020-05-182-5/+16
* | | | | | 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 #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
* | | | | REL: Update master after 1.19.x branch.Charles Harris2020-05-172-0/+2
|/ / / /
* | | | Merge pull request #16269 from tbm/typoMatti Picus2020-05-177-7/+7
|\ \ \ \
| * | | | DOC: Fix typos and cosmetic issuesMartin Michlmayr2020-05-177-7/+7
* | | | | Merge pull request #16263 from seberg/decref-fromarray-error-path-fixupCharles Harris2020-05-161-0/+1
|\ \ \ \ \
| * | | | | BUG: Add missing decref in fromarray error pathSebastian Berg2020-05-161-0/+1
| |/ / / /
* | | | | BUG: numpy.einsum indexing arrays now accept numpy int type (gh-16080)Ryan2020-05-163-21/+33
|/ / / /
* | | | Merge pull request #16197 from timhoffm/doc-stackSebastian Berg2020-05-153-21/+27
|\ \ \ \