Skip to content

Releases: TristanBilot/bqfetch

Improved module import

08 May 15:08
Compare
Choose a tag to compare

bqfetch-1.1.0.zip

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

19 Aug 08:12
Compare
Choose a tag to compare

Features

  • no need anymore to compute the number of chunks before fetching.
  • improvement in the chunking when using multiprocessing.

First release

17 Aug 22:39
ba5325d
Compare
Choose a tag to compare

First release

Features

  • fetching using one and multiple cores.
  • approximation of the number of chunks.
  • verbose mode.