summaryrefslogtreecommitdiff
path: root/numpy
Commit message (Expand)AuthorAgeFilesLines
* distutils: gnu: patch fcompilexoviat2017-09-026-134/+360
* BUG: fix padding an empty array in reflect mode.Iryna Shcherbina2017-09-012-3/+15
* Merge pull request #9629 from mattip/character.__radd__Charles Harris2017-08-313-1/+50
|\
| * BUG: test, fix issue #9620 __radd__ in char scalarsmattip2017-09-013-1/+50
* | Updates order of parameters in save docstring to match function parameter orderJames Bourbeau2017-08-301-2/+2
* | Merge pull request #9619 from nschloe/f2py-dimension-0Charles Harris2017-08-302-4/+13
|\ \
| * | [TST] slightly simplify f2py testNico Schlömer2017-08-291-2/+1
| * | [TST] fix test for 0-sized array operationsNico Schlömer2017-08-281-2/+3
| * | [TST] add tests for 0-sized Fortran arraysNico Schlömer2017-08-281-0/+9
| * | f2py: rename internal functionNico Schlömer2017-08-281-3/+3
| * | f2py: allow Fortran arrays of dimension 0Nico Schlömer2017-08-281-1/+1
| |/
* | Merge pull request #9618 from bashtage/fix-int-docCharles Harris2017-08-301-11/+13
|\ \
| * | DOC: Fix type definitions in mtrandKevin Sheppard2017-08-301-11/+13
| |/
* | BUG: memory leak in np.dot of size 0Michael Lamparski2017-08-291-1/+2
* | TST: test for leak in np.dot of size 0 arraysMichael Lamparski2017-08-291-0/+11
|/
* Merge pull request #9613 from charris/update-1.14-notesCharles Harris2017-08-271-5/+9
|\
| * DOC: Update release notes for noncentral_f changes.Charles Harris2017-08-271-5/+9
* | Merge pull request #9614 from MSeifert04/correct_comment_formulaCharles Harris2017-08-271-1/+1
|\ \
| * | MAINT: Fix a comment regarding the formula for arange length [skip ci]Michael Seifert2017-08-271-1/+1
* | | Merge pull request #9432 from eric-wieser/masked-0d-methodsCharles Harris2017-08-272-19/+39
|\ \ \ | |_|/ |/| |
| * | BUG: Keep mask when calling methods on 0d arrays.Eric Wieser2017-08-132-10/+33
| * | MAINT: Collect together _arraymethods, and remove duplicate 'copy'Eric Wieser2017-08-121-9/+6
* | | Merge pull request #9306 from WarrenWeckesser/f2py-remove-fprintf-stderrCharles Harris2017-08-261-38/+70
|\ \ \
| * | | BUG: f2py: Convert some error messages printed to stderr to exceptions.Warren Weckesser2017-08-261-38/+70
* | | | Merge pull request #9590 from bashtage/relax-noncentral-f-checksCharles Harris2017-08-262-7/+13
|\ \ \ \
| * | | | ENH: Remove unnecessary restriction in noncen-fKevin Sheppard2017-08-222-7/+13
* | | | | Merge pull request #9609 from srinivasreddy/ne_dunderCharles Harris2017-08-261-0/+2
|\ \ \ \ \
| * | | | | BUG: add `__ne__` method to dummy_ctype class.Srinivas Reddy Thatiparthy2017-08-261-0/+2
| | |/ / / | |/| | |
* | | | | Merge pull request #9611 from srinivasreddy/rm_exceptionCharles Harris2017-08-261-6/+1
|\ \ \ \ \
| * | | | | MAINT: remove try..except clause.Srinivas Reddy Thatiparthy2017-08-261-6/+1
| |/ / / /
* | | | | Merge pull request #9591 from srinivasreddy/cleanupCharles Harris2017-08-263-12/+0
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | MAINT: Remove unnecessary importsSrinivas Reddy Thatiparthy2017-08-263-12/+0
| | |_|/ | |/| |
* | | | MAINT: Different fix for scalartypes.c.src `__copy__` method.Charles Harris2017-08-251-3/+3
* | | | BUG: core: fix array_copy_keeporder METH_VARARGS signaturePauli Virtanen2017-08-251-1/+1
* | | | BUG: core: fix wrong method flags for scalartypes.c.src:gentype_copyPauli Virtanen2017-08-252-1/+14
|/ / /
* | | Merge pull request #9601 from MSeifert04/doc_rot90_added_directiveCharles Harris2017-08-241-2/+2
|\ \ \
| * | | DOC: rot90 wrongly positioned versionadded directive. [skip ci]Michael Seifert2017-08-251-2/+2
* | | | Merge pull request #9599 from irushchyshyn/pad-reflect-empty-arrayNathaniel J. Smith2017-08-242-0/+7
|\ \ \ \ | |/ / / |/| | |
| * | | BUG: fix infinite loop when creating np.pad on an empty arrayIryna Shcherbina2017-08-242-0/+7
* | | | Merge pull request #9588 from bashtage/remove-flatiter-mtrandCharles Harris2017-08-242-2/+3
|\ \ \ \ | |/ / / |/| | |
| * | | REF: Remove direct access to flatiter typesKevin Sheppard2017-08-222-2/+3
| |/ /
* | | update example in np.nonzero docstringBrandon Carter2017-08-211-3/+4
* | | ENH: Warn to change lstsq default for rcondSebastian Berg2017-08-192-2/+40
|/ /
* | DOC: Fix link in numpy.ndarray.copy method (missing backticks)Michael Seifert2017-08-181-1/+1
* | Merge pull request #9577 from bashtage/dirichlet-alpha-validationCharles Harris2017-08-172-0/+12
|\ \
| * | BUG: Missing dirichlet input validationKevin Sheppard2017-08-172-0/+12
* | | BUG: core: remove extra return statementPauli Virtanen2017-08-171-1/+1
* | | BUG: core: blacklist MSVC cabs* on win32Pauli Virtanen2017-08-171-0/+4
* | | TST: core: add a test that exercise untested npymath functionsPauli Virtanen2017-08-173-1/+160
|/ /
* | TST: add FPU mode check also for pytestPauli Virtanen2017-08-161-0/+54