[Numpy-svn] [numpy/numpy] 2ae052: MAINT: Make allclose use isclose.

GitHub noreply at github.com
Sun Feb 22 19:55:43 EST 2015


  Branch: refs/heads/master
  Home:   https://github.com/numpy/numpy
  Commit: 2ae0529a5935c0eff0f72bb9f86d063537be250a
      https://github.com/numpy/numpy/commit/2ae0529a5935c0eff0f72bb9f86d063537be250a
  Author: chebee7i <chebee7i at gmail.com>
  Date:   2015-02-20 (Fri, 20 Feb 2015)

  Changed paths:
    M numpy/core/numeric.py

  Log Message:
  -----------
  MAINT: Make allclose use isclose.


  Commit: e1d3a0c66d719fe908de317c08b1234b71af196f
      https://github.com/numpy/numpy/commit/e1d3a0c66d719fe908de317c08b1234b71af196f
  Author: chebee7i <chebee7i at gmail.com>
  Date:   2015-02-20 (Fri, 20 Feb 2015)

  Changed paths:
    M numpy/core/numeric.py
    M numpy/testing/utils.py

  Log Message:
  -----------
  ENH: Add `equal_nan` argument to allclose.


  Commit: e2812eddd839ad45f252087ed23a01029e9ecc61
      https://github.com/numpy/numpy/commit/e2812eddd839ad45f252087ed23a01029e9ecc61
  Author: chebee7i <chebee7i at gmail.com>
  Date:   2015-02-20 (Fri, 20 Feb 2015)

  Changed paths:
    M numpy/core/tests/test_numeric.py

  Log Message:
  -----------
  TST: Update unittests for allclose, isclose.


  Commit: c2681a55c2c833b0a57deefc5fe2f23b01b0f26d
      https://github.com/numpy/numpy/commit/c2681a55c2c833b0a57deefc5fe2f23b01b0f26d
  Author: chebee7i <chebee7i at gmail.com>
  Date:   2015-02-21 (Sat, 21 Feb 2015)

  Changed paths:
    M doc/release/1.10.0-notes.rst

  Log Message:
  -----------
  DOC: Update release notes on allclose/isclose changes.


  Commit: a3b7aa5bfe632fa70be805e20876c62b97a6c4ec
      https://github.com/numpy/numpy/commit/a3b7aa5bfe632fa70be805e20876c62b97a6c4ec
  Author: chebee7i <chebee7i at gmail.com>
  Date:   2015-02-22 (Sun, 22 Feb 2015)

  Changed paths:
    M numpy/core/numeric.py
    M numpy/testing/utils.py

  Log Message:
  -----------
  MAINT: Minor code edits.


  Commit: e59c6220dda253ff5e94251384aef3ebf605942f
      https://github.com/numpy/numpy/commit/e59c6220dda253ff5e94251384aef3ebf605942f
  Author: chebee7i <chebee7i at gmail.com>
  Date:   2015-02-22 (Sun, 22 Feb 2015)

  Changed paths:
    M numpy/core/numeric.py

  Log Message:
  -----------
  DOC: Add versionadded.


  Commit: 2b60f5be13545f3ba5d5faa23a2bbf7264b94f7c
      https://github.com/numpy/numpy/commit/2b60f5be13545f3ba5d5faa23a2bbf7264b94f7c
  Author: Charles Harris <charlesr.harris at gmail.com>
  Date:   2015-02-22 (Sun, 22 Feb 2015)

  Changed paths:
    M doc/release/1.10.0-notes.rst
    M numpy/core/numeric.py
    M numpy/core/tests/test_numeric.py
    M numpy/testing/utils.py

  Log Message:
  -----------
  Merge pull request #5590 from chebee7i/allclose_isclose

Make allclose use isclose.


Compare: https://github.com/numpy/numpy/compare/f896f50fc8b4...2b60f5be1354


More information about the Numpy-svn mailing list