summaryrefslogtreecommitdiff
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
* DOC: Correct documentation of ``__array__`` when used as output array. (#16130)Tina Oberoi2020-05-211-3/+2
* Merge pull request #16318 from seberg/maint-python39Charles Harris2020-05-203-17/+7
|\
| * TST: Add 3.9-dev to the travis matrixSebastian Berg2020-05-201-0/+1
| * MAINT: Stop Using PyEval_Call* and simplify some usesSebastian Berg2020-05-202-17/+6
* | Merge pull request #16316 from rossbar/maint/bump_numpydocCharles Harris2020-05-201-0/+0
|\ \ | |/ |/|
| * MAINT: Bumpy numpydoc version.Ross Barnowski2020-05-201-0/+0
|/
* Merge pull request #15997 from panpiort8/array_pretty_printMatti Picus2020-05-203-4/+118
|\
| * Update doc/release/upcoming_changes/15997.improvement.rstpanpiort82020-05-201-4/+12
| * Improve the snippetPan Jan2020-05-201-3/+4
| * Move the snippet notePan Jan2020-05-193-12/+4
| * Add release note snippetPan Jan2020-05-072-1/+12
| * 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
* | | | 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