Releases: TristanBilot/bqfetch
Releases · TristanBilot/bqfetch
Improved module import
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 ...
Multiprocessing optimised
Features
- no need anymore to compute the number of chunks before fetching.
- improvement in the chunking when using multiprocessing.
First release
First release
Features
- fetching using one and multiple cores.
- approximation of the number of chunks.
- verbose mode.