[Numpy-svn] [numpy/numpy] 445296: BUG: Correct behavior for lists of tuples in uniqu...

GitHub noreply at github.com
Sun Jun 8 09:07:44 EDT 2014


  Branch: refs/heads/maintenance/1.9.x
  Home:   https://github.com/numpy/numpy
  Commit: 44529602509f7af4d103ce968248eafbd51af5be
      https://github.com/numpy/numpy/commit/44529602509f7af4d103ce968248eafbd51af5be
  Author: jaimefrio <jaime.frio at gmail.com>
  Date:   2014-06-06 (Fri, 06 Jun 2014)

  Changed paths:
    M numpy/lib/arraysetops.py
    M numpy/lib/tests/test_arraysetops.py

  Log Message:
  -----------
  BUG: Correct behavior for lists of tuples in unique, closes #4785

np.unique produces wrong results when passed a list of tuples and
no keyword arguments, as it fails to recognize it as a multidim
array, but handles it as a 1D array of objects. The only way around
this seems to be to completely eliminate the fast path for non-array
inputs using `set`.


  Commit: 22df0769eeb180326a657d850faa98e27b70eea5
      https://github.com/numpy/numpy/commit/22df0769eeb180326a657d850faa98e27b70eea5
  Author: Julian Taylor <jtaylor.debian at googlemail.com>
  Date:   2014-06-07 (Sat, 07 Jun 2014)

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

  Log Message:
  -----------
  MAINT: improve readablility of cross and improve test coverage


  Commit: c73405da8ffef0877c64ff3911d67b071691b0cd
      https://github.com/numpy/numpy/commit/c73405da8ffef0877c64ff3911d67b071691b0cd
  Author: Julian Taylor <jtaylor.debian at googlemail.com>
  Date:   2014-06-08 (Sun, 08 Jun 2014)

  Changed paths:
    M numpy/core/src/npymath/npy_math.c.src
    M numpy/core/tests/test_umath.py

  Log Message:
  -----------
  BUG: improve log2 windows compiler fallback of log2

Fallback (similar to python3.4 math.log2) provides int(log(2**i)) == i
in default rounding mode.
Non-default rounding modes not tested but if it does not work we are at
least not worse than python.
Closes gh-4787


  Commit: 079b741cac5c8dee792a9fbeb2c856ba123167b1
      https://github.com/numpy/numpy/commit/079b741cac5c8dee792a9fbeb2c856ba123167b1
  Author: Julian Taylor <juliantaylor108 at gmail.com>
  Date:   2014-06-08 (Sun, 08 Jun 2014)

  Changed paths:
    M numpy/lib/arraysetops.py
    M numpy/lib/tests/test_arraysetops.py

  Log Message:
  -----------
  Merge pull request #4788 from jaimefrio/unique_nonarray

BUG: Correct behavior for lists of tuples in unique, closes #4785


  Commit: 3087de303e70d405e5a201d72e62fd747c96e4a6
      https://github.com/numpy/numpy/commit/3087de303e70d405e5a201d72e62fd747c96e4a6
  Author: Julian Taylor <juliantaylor108 at gmail.com>
  Date:   2014-06-08 (Sun, 08 Jun 2014)

  Changed paths:
    M numpy/core/src/npymath/npy_math.c.src
    M numpy/core/tests/test_umath.py

  Log Message:
  -----------
  Merge pull request #4790 from juliantaylor/log2-windows

BUG: improve log2 windows compiler fallback of log2


  Commit: 49b06284149a57922ffe36cf441ad19df922fe22
      https://github.com/numpy/numpy/commit/49b06284149a57922ffe36cf441ad19df922fe22
  Author: Julian Taylor <juliantaylor108 at gmail.com>
  Date:   2014-06-08 (Sun, 08 Jun 2014)

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

  Log Message:
  -----------
  Merge pull request #4786 from juliantaylor/cross-style

MAINT: improve readablility of cross and improve test coverage


  Commit: 5f31255dbeb92f946dfdc275a012cc418dfa28b4
      https://github.com/numpy/numpy/commit/5f31255dbeb92f946dfdc275a012cc418dfa28b4
  Author: Julian Taylor <jtaylor.debian at googlemail.com>
  Date:   2014-06-08 (Sun, 08 Jun 2014)

  Changed paths:
    M doc/release/1.9.0-notes.rst
    M doc/source/reference/swig.interface-file.rst

  Log Message:
  -----------
  DOC: add some highlights to release notes and reorganize

also minor general documentation fixes
[ci skip]


  Commit: db710cefeecf51d6253e421712726c1506a6f65b
      https://github.com/numpy/numpy/commit/db710cefeecf51d6253e421712726c1506a6f65b
  Author: Julian Taylor <juliantaylor108 at gmail.com>
  Date:   2014-06-08 (Sun, 08 Jun 2014)

  Changed paths:
    M doc/release/1.9.0-notes.rst
    M doc/source/reference/swig.interface-file.rst

  Log Message:
  -----------
  Merge pull request #4789 from juliantaylor/release-notes-19b1

DOC: add some highlights to release notes


Compare: https://github.com/numpy/numpy/compare/4c854c263389...db710cefeecf


More information about the Numpy-svn mailing list