[Numpy-svn] [numpy/numpy] 6ce988: MAINT/TST: refactor and test packbits/unpackbits

GitHub noreply at github.com
Tue Dec 2 12:00:39 EST 2014


  Branch: refs/heads/master
  Home:   https://github.com/numpy/numpy
  Commit: 6ce98831797729d7fb8aa525ddda017aceffa5e3
      https://github.com/numpy/numpy/commit/6ce98831797729d7fb8aa525ddda017aceffa5e3
  Author: Lars Buitinck <larsmans at gmail.com>
  Date:   2014-11-30 (Sun, 30 Nov 2014)

  Changed paths:
    M numpy/lib/src/_compiled_base.c
    A numpy/lib/tests/test_packbits.py

  Log Message:
  -----------
  MAINT/TST: refactor and test packbits/unpackbits

Pushes the GIL release one loop outward. First test for these functions (!).

Incorporates suggestions by @jaimefrio and @charris.


  Commit: 24effb6b7a075e23d85ea0b60ed8a607fe218c14
      https://github.com/numpy/numpy/commit/24effb6b7a075e23d85ea0b60ed8a607fe218c14
  Author: Lars Buitinck <larsmans at gmail.com>
  Date:   2014-11-30 (Sun, 30 Nov 2014)

  Changed paths:
    M numpy/lib/src/_compiled_base.c
    M numpy/lib/tests/test_packbits.py

  Log Message:
  -----------
  ENH ensure np.packbits works on np.bool dtype


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

  Changed paths:
    M numpy/lib/src/_compiled_base.c
    A numpy/lib/tests/test_packbits.py

  Log Message:
  -----------
  Merge pull request #5319 from larsmans/c-fixes

MAINT: refactor packbits/unpackbits


Compare: https://github.com/numpy/numpy/compare/e31dcad0aca6...a6b0917f1809


More information about the Numpy-svn mailing list