Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Full support for reading/writing masked arrays. (#6)
- Gave up masking for scipy matrices because it seems pretty scratchy. - DelayedMask returns True for is_masked. - Improved storage optimization to use the masking'ness of the input array. This avoids block-by-block decisions on masking status. - Pass along buffer sizes when optimizing storage. - Added some more tests just in case.
- Loading branch information