[Numpy-svn] [numpy/numpy] 47c66c: BUG: fix packbits and unpackbits to correctly hand...

GitHub noreply at github.com
Fri Dec 2 15:52:26 EST 2016


  Branch: refs/heads/master
  Home:   https://github.com/numpy/numpy
  Commit: 47c66c974b8fecb3a14a3a144d68d5c5a02a2073
      https://github.com/numpy/numpy/commit/47c66c974b8fecb3a14a3a144d68d5c5a02a2073
  Author: Takuya Akiba <t.akiba.65536 at gmail.com>
  Date:   2016-12-02 (Fri, 02 Dec 2016)

  Changed paths:
    M numpy/add_newdocs.py
    M numpy/core/src/multiarray/compiled_base.c
    M numpy/lib/tests/test_packbits.py

  Log Message:
  -----------
  BUG: fix packbits and unpackbits to correctly handle empty arrays


  Commit: d5ba9c78f5c864da4557974ae32d8ff119082241
      https://github.com/numpy/numpy/commit/d5ba9c78f5c864da4557974ae32d8ff119082241
  Author: Charles Harris <charlesr.harris at gmail.com>
  Date:   2016-12-02 (Fri, 02 Dec 2016)

  Changed paths:
    M numpy/add_newdocs.py
    M numpy/core/src/multiarray/compiled_base.c
    M numpy/lib/tests/test_packbits.py

  Log Message:
  -----------
  Merge pull request #8327 from iwiwi/fix-packbits-empty

BUG: Fix packbits to correctly handle empty arrays


Compare: https://github.com/numpy/numpy/compare/a4dca241647a...d5ba9c78f5c8


More information about the Numpy-svn mailing list