summaryrefslogtreecommitdiff
path: root/numpy/core/src/multiarray/dragon4.c
Commit message (Expand)AuthorAgeFilesLines
* BUG: Remove trailing dec point in dragon4positionalCornelius Roemer2021-12-291-3/+10
* MAINT: Fix LGTM.com warningDimitri Papadopoulos2021-09-241-59/+6
* BUG/ENH: fix array2string rounding bug by adding min_digits optionAllan Haldane2021-03-181-48/+83
* MAINT: Replace PyUString_* by PyUnicode_* equivalents.Charles Harris2020-08-231-2/+2
* DOC: Fix typos and cosmetic issuesMartin Michlmayr2020-05-171-1/+1
* MAINT: Use the PyArrayScalar_VAL macro where possible (gh-15426)Eric Wieser2020-01-241-8/+8
* DOC: fix typosBrian Wignall2020-01-141-2/+2
* LICENSE: update dragon4 license to MIT.Ralf Gommers2019-06-161-18/+20
* BUG: fix left shift of 1 by 31 places cannot be represented in type intAlexander Shadchin2019-05-201-1/+1
* BUG: Fix printing of longdouble on ppc64le.Elliott Sales de Andrade2018-08-131-35/+11
* BUG: Fix undefined functions on big-endian systems.Elliott Sales de Andrade2018-08-111-2/+3
* BLD: Modify cpu detection and function to get build working on aarch64 (#11568)Kyle Sunden2018-07-151-16/+46
* BUG: Implement float128 dragon4 for IBM double-double (ppc64)Allan Haldane2018-06-061-2/+249
* MAINT: Add comment in dragon4 code.Charles Harris2018-06-051-0/+1
* MAINT: replace static BigInts in dragon4 by dummy managerAllan Haldane2018-06-041-127/+196
* MAINT: Reorganize Dragon4 code to clarify float formatsAllan Haldane2018-06-041-456/+636
* MAINT: Add bitmask helper functionsAllan Haldane2018-05-281-28/+40
* BUG: dragon4 fractional output mode adds too many trailing zerosAllan Haldane2018-03-091-5/+11
* Misc. typosluz.paz2018-02-121-1/+1
* MAINT: Fix sign-compare warnings in dragon4.c.Charles Harris2018-01-161-21/+24
* More misc. typosluz.paz2018-01-041-2/+2
* MAINT: small fixups to dragon4 codeAllan Haldane2017-11-061-3/+3
* ENH: Expose dragon4 fractional-cutoff modes to publicAllan Haldane2017-11-061-133/+119
* ENH: Make arrayprint code use dragon4 algorithmAllan Haldane2017-11-041-1/+2
* ENH: Add python interface to dragon4 algorithmAllan Haldane2017-11-041-8/+256
* ENH: Add Dragon4 printing modes for "unique with cutoff"Allan Haldane2017-11-041-67/+95
* ENH: implement IEEE unbiased rounding in dragon4Allan Haldane2017-11-041-2/+11
* ENH: Implement float16 and float128 dragon4 outputAllan Haldane2017-11-041-12/+418
* ENH: Port the Dragon4 implementation to C/NumpyAllan Haldane2017-11-041-0/+2045