The aim of this release is to replace the old way of importing the bqfetch module. Before: `from bqfetch.bqfetch import ...` Now: `from bqfetch import ...`
1.0.1
Features
* no need anymore to compute the number of chunks before fetching. * improvement in the chunking when using multiprocessing.
0.0.1
First release
Features * fetching using one and multiple cores. * approximation of the number of chunks. * verbose mode.