[Numpy-svn] [numpy/numpy] 65e1e0: BUG: Fix array printing with precision=0.

GitHub noreply at github.com
Fri Oct 7 11:04:53 EDT 2016


  Branch: refs/heads/master
  Home:   https://github.com/numpy/numpy
  Commit: 65e1e0e4ba0909a45f410a24360e97568e2bb66a
      https://github.com/numpy/numpy/commit/65e1e0e4ba0909a45f410a24360e97568e2bb66a
  Author: wrwrwr <git at wr.waw.pl>
  Date:   2016-10-07 (Fri, 07 Oct 2016)

  Changed paths:
    M numpy/core/arrayprint.py
    M numpy/core/tests/test_arrayprint.py

  Log Message:
  -----------
  BUG: Fix array printing with precision=0.

Values rounding to zero were formatted with negative precision.


  Commit: fda7484cb572c8e6b50173784cb1498aca03a4e5
      https://github.com/numpy/numpy/commit/fda7484cb572c8e6b50173784cb1498aca03a4e5
  Author: Charles Harris <charlesr.harris at gmail.com>
  Date:   2016-10-07 (Fri, 07 Oct 2016)

  Changed paths:
    M numpy/core/arrayprint.py
    M numpy/core/tests/test_arrayprint.py

  Log Message:
  -----------
  Merge pull request #8107 from wrwrwr/fix-precision-zero

BUG: Fix array printing with precision=0.


Compare: https://github.com/numpy/numpy/compare/fa214c1f75e6...fda7484cb572


More information about the Numpy-svn mailing list