This release should have enough features to be useful, and few enough issues to be worth it.
Enjoy!
Features
- speed on par with `numpy.dot`
- input and output can be bigger than memory (via compression)
- input and output directly (and automatically) to and from disk
Details
- `dot` for `bcolz.carray`
- `matrix . vector`
- `matrix . matrix`
- `out` parameter
- write results to `bcolz.carray`
- write results directly to disk
Issues
- precision on `float32` could be better
- balancing compression ratio and compute performance is still very manual