summaryrefslogtreecommitdiff
path: root/numpy/lib/tests/test_packbits.py
Commit message (Collapse)AuthorAgeFilesLines
* ENH ensure np.packbits works on np.bool dtypeLars Buitinck2014-11-301-6/+10
|
* MAINT/TST: refactor and test packbits/unpackbitsLars Buitinck2014-11-301-0/+22
Pushes the GIL release one loop outward. First test for these functions (!). Incorporates suggestions by @jaimefrio and @charris.