summaryrefslogtreecommitdiff
path: root/numpy
Commit message (Expand)AuthorAgeFilesLines
* BUG: Fix check for singleton dimensions in einsum.Ryan Soklaski2018-06-011-1/+1
* TST: Test einsum optimize broadcasting errorRyan Soklaski2018-06-011-3/+11
* Merge pull request #11211 from charris/backport-11193Charles Harris2018-05-312-2/+5
|\
| * BUG: reference count exposed by better testingMarten van Kerkwijk2018-05-312-2/+5
* | BUG: delimiter/comments in genfromtxt should be encodedAllan Haldane2018-05-302-0/+9
|/
* BUG: reduce using SSE only warns if inside SSE loopmattip2018-05-303-3/+10
* Merge pull request #11198 from charris/backport-11036Charles Harris2018-05-3010-147/+103
|\
| * BUG: optimizing compilers can reorder call to npy_get_floatstatusCharles Harris2018-05-3010-147/+103
* | BUG: Python2 doubles don't print correctly in interactive shellAllan Haldane2018-05-292-10/+44
|/
* Merge pull request #11104 from ahaldane/fixup_hack_double_double_1.14.4Charles Harris2018-05-291-8/+43
|\
| * BUG: str of DOUBLE_DOUBLE format is not implementedAllan Haldane2018-05-151-8/+43
* | BUG: void dtype setup checked offset not actual pointer for alignmentSebastian Berg2018-05-281-17/+18
* | Merge pull request #11174 from charris/backport-11169Charles Harris2018-05-271-0/+24
|\ \
| * | MAINT: add sanity-checks to be run at import timePauli Virtanen2018-05-271-0/+24
* | | Merge pull request #11170 from charris/backport-11168Charles Harris2018-05-271-1/+36
|\ \ \ | |_|/ |/| |
| * | TST: linalg: add regression test for gh-8577Pauli Virtanen2018-05-271-1/+36
| |/
* | MAINT: `multiarray_tests` was renamed in master.backport_10824Charles Harris2018-04-251-1/+1
* | STY: Fix long line.Charles Harris2018-04-251-1/+2
* | fix from reviewmattip2018-04-252-16/+18
* | BUG: test, fix PyArray_DiscardWritebackIfCopy refcount issue and documentmattip2018-04-253-2/+45
|/
* Merge pull request #10947 from ahaldane/fix_style_arg_1.14Charles Harris2018-04-242-0/+5
|\
| * BUG: 'style' arg to array2string broken in legacy modeAllan Haldane2018-04-212-0/+5
* | Merge pull request #10962 from ahaldane/backport_10860Allan Haldane2018-04-232-2/+39
|\ \
| * | BUG: core: fix NPY_TITLE_KEY macro on pypyPauli Virtanen2018-04-232-2/+39
| |/
* | Merge pull request #10961 from ahaldane/backport_10869Allan Haldane2018-04-231-0/+2
|\ \
| * | BUG: Fix encoding regression in ma/bench.py (Issue #10868)Jonathan March2018-04-231-0/+2
| |/
* | Merge pull request #10960 from ahaldane/backport_10916Allan Haldane2018-04-231-1/+1
|\ \
| * | Add missing underscore to prototype in check_embedded_lapackMalcolm Smith2018-04-231-1/+1
| |/
* | BUG: test, fix for missing flags['WRITEBACKIFCOPY'] keymattip2018-04-232-1/+3
|/
* BUG: for 1.14 back-compat, accept list-of-lists in fromrecordsAllan Haldane2018-04-132-24/+40
* BUG: floating types should override tp_printAllan Haldane2018-04-082-0/+53
* Merge pull request #10727 from charris/backport-10650Charles Harris2018-03-112-2/+2
|\
| * BUG: Fix missing NPY_VISIBILITY_HIDDEN on npy_longdouble_to_PyLongEric Wieser2018-03-112-2/+2
* | Merge pull request #10726 from charris/backport-10657Charles Harris2018-03-111-5/+25
|\ \
| * | BUG: f2py: fix f2py generated code to work on PypyPauli Virtanen2018-03-111-5/+25
| |/
* | BUG: dragon4 fractional output mode adds too many trailing zerosAllan Haldane2018-03-112-27/+38
|/
* BUG: Further back-compat fix for subclassed array reprAllan Haldane2018-02-272-13/+47
* BUG: break cyclic refs in recursive closuresAllan Haldane2018-02-184-9/+37
* Revert "Merge pull request #10622 from ahaldane/fix_arrayprint_recursive_clos...Allan Haldane2018-02-182-103/+88
* BUG: Correctly identify comma seperated dtype stringsSimon Gibbons2018-02-182-1/+6
* BUG: deallocate recursive closure in arrayprint.pyAllan Haldane2018-02-172-88/+103
* Merge pull request #10612 from charris/backport-10381Charles Harris2018-02-163-15/+48
|\
| * ENH: Always show dtype fields in the array repr, even for non-voidEric Wieser2018-02-162-7/+13
| * BUG: Fix crash on non-void structured array reprEric Wieser2018-02-162-7/+29
| * BUG: Show the base of a compound dtype even when it doesn't subclass voidEric Wieser2018-02-162-2/+7
* | Merge pull request #10610 from charris/backport-10477Charles Harris2018-02-1611-819/+256
|\ \
| * | BUG: Align type definition with generated lapack (#10477)xoviat2018-02-1611-819/+256
| |/
* | Merge pull request #10608 from charris/backport-10588Charles Harris2018-02-162-15/+30
|\ \
| * | BUG: Revert sort optimization in np.unique.Charles Harris2018-02-162-15/+30
| |/
* | BUG: infinite recursion in str of 0d subclassesAllan Haldane2018-02-162-6/+63
|/