summaryrefslogtreecommitdiff
path: root/numpy
Commit message (Expand)AuthorAgeFilesLines
* BUG: Fix regression in intersect1d.Charles Harris2018-08-172-17/+32
* BUG: check return value of _buffer_format_string (#11754)Matti Picus2018-08-162-6/+23
* BUG: Fixes for unicode field names in Python 2 (#11642)Chris Billington2018-08-163-53/+70
* Merge pull request #11745 from charris/fix-polyfit-docEric Wieser2018-08-152-3/+2
|\
| * DOC: Small docstring fixes for old polyfit.Charles Harris2018-08-152-3/+2
* | Merge pull request #11708 from charris/fix-bz2-python2-loadtxtCharles Harris2018-08-152-4/+27
|\ \ | |/ |/|
| * BUG: Fix regression in loadtxt for bz2 text files in Python 2.Charles Harris2018-08-102-4/+27
* | DOC: recommend polynomial.Polynomial over np.polyfit (#11733)Matti Picus2018-08-142-2/+9
* | BUG: deprecation triggers segfaultmattip2018-08-142-1/+6
* | Merge pull request #11722 from eric-wieser/fix-random-lgtmCharles Harris2018-08-142-145/+55
|\ \
| * | MAINT: Remove duplicate docstring and incorrect location of __all__ from np.r...Eric Wieser2018-08-122-145/+55
* | | Merge pull request #11725 from QuLogic/selected-real-kindCharles Harris2018-08-141-1/+1
|\ \ \
| * | | Fix Fortran kind detection for aarch64 & s390x.Elliott Sales de Andrade2018-08-121-1/+1
* | | | Merge pull request #11727 from QuLogic/print-longdouble-ppc64leCharles Harris2018-08-132-39/+14
|\ \ \ \
| * | | | BUG: Fix printing of longdouble on ppc64le.Elliott Sales de Andrade2018-08-132-39/+14
| |/ / /
* | | | DOC: fix typo in vectorize docstringMatthew Brett2018-08-131-2/+2
* | | | DOC: fix capitalization of kilojoulesMatthew Brett2018-08-131-1/+1
|/ / /
* | | Merge pull request #11528 from eric-wieser/polynomial-ipython-latexCharles Harris2018-08-128-2/+156
|\ \ \
| * | | ENH: Add support for ipython latex printing to polynomialEric Wieser2018-08-128-2/+156
* | | | Merge pull request #11703 from eric-wieser/remove-_import_toolsCharles Harris2018-08-122-361/+1
|\ \ \ \
| * | | | DEP: Remove np.pkgload, which was deprecated in 1.10Eric Wieser2018-08-122-361/+1
| | |/ / | |/| |
* | | | Merge pull request #11436 from uds5501/document-average-return-typeMatti Picus2018-08-121-6/+19
|\ \ \ \
| * | | | Update function_base.pyUddeshya Singh2018-08-121-4/+4
| * | | | Update function_base.pyUddeshya Singh2018-07-131-4/+5
| * | | | Update function_base.pyUddeshya Singh2018-07-091-5/+10
| * | | | Fixing basic build errorsUddeshya Singh2018-07-011-2/+2
| * | | | DOC: update return type description for averageUddeshya Singh2018-06-281-6/+13
* | | | | Merge pull request #11717 from charris/fix-einsum-default-optimizeSebastian Berg2018-08-121-2/+2
|\ \ \ \ \
| * | | | | MAINT: Make einsum optimize default to False.Charles Harris2018-08-121-2/+2
| | |_|_|/ | |/| | |
* | | | | BUG: Fix undefined functions on big-endian systems.Elliott Sales de Andrade2018-08-111-2/+3
|/ / / /
* | | | Merge pull request #11695 from eric-wieser/missing-PyErr_NoMemoryCharles Harris2018-08-092-0/+3
|\ \ \ \
| * | | | BUG: Add missing PyErr_NoMemory after failing mallocEric Wieser2018-08-082-0/+3
| | |/ / | |/| |
* | | | Merge pull request #11691 from charris/fix_matrix_power_regressionMatti Picus2018-08-082-61/+90
|\ \ \ \ | |/ / / |/| | |
| * | | BUG: Make matrix_power again work for object arrays.Charles Harris2018-08-082-61/+90
* | | | Merge pull request #11673 from sotte/mention_geomspace_in_linspace_docsMatti Picus2018-08-081-1/+4
|\ \ \ \
| * | | | DOC: Add geomspace to "See also" of linspaceStefan Otte2018-08-071-1/+4
* | | | | Merge pull request #11692 from charris/remove-duplicate-codeMatti Picus2018-08-081-5/+0
|\ \ \ \ \
| * | | | | MAINT: Remove duplicate code.Charles Harris2018-08-081-5/+0
| | |/ / / | |/| | |
* | | | | Merge pull request #11670 from mattip/refactor-mapping-iteratorSebastian Berg2018-08-081-14/+14
|\ \ \ \ \
| * | | | | MAINT: trivially refactor mapped indexingmattip2018-08-061-14/+14
| | |/ / / | |/| | |
* | | | | DOC: Replace <type 'exceptions.ValueError'> with ValueErrorTaylor Smith2018-08-081-1/+1
* | | | | DOC: Update broadcasting documentationTaylor Smith2018-08-081-4/+5
* | | | | Merge pull request #11594 from convexset/handle-empty-matrices-lstsqMatti Picus2018-08-072-5/+35
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | ENH: support for empty matrices in linalg.lstsqJeremy Chen2018-08-032-5/+35
* | | | | Merge pull request #11669 from charris/fix-void_getitem-regressionEric Wieser2018-08-062-1/+8
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | BUG: Fix regression in void_getitemCharles Harris2018-08-062-1/+8
* | | | | Merge pull request #11615 from seberg/clip_orderMarten van Kerkwijk2018-08-042-14/+39
|\ \ \ \ \
| * | | | | ENH: clip test output argument for memory overlap with inputSebastian Berg2018-07-272-14/+29
| * | | | | BUG: Clip uses wrong memory order in outputSebastian Berg2018-07-272-3/+13
* | | | | | Merge pull request #11535 from eric-wieser/fix-6511Charles Harris2018-08-032-33/+53
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |