Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ENH ensure np.packbits works on np.bool dtype | Lars Buitinck | 2014-11-30 | 1 | -6/+10 |
| | |||||
* | MAINT/TST: refactor and test packbits/unpackbits | Lars Buitinck | 2014-11-30 | 1 | -0/+22 |
Pushes the GIL release one loop outward. First test for these functions (!). Incorporates suggestions by @jaimefrio and @charris. |