Skip to content

Releases: diffgram/python-sdk

0.5.0

18 Nov 15:51
0a00a3d
Compare
Choose a tag to compare

What's Changed

  • Add auto launch feature to job creation method by @PJEstrada in #20

Full Changelog: 0.4.17...0.5.0

0.4.17

24 Sep 14:18
83d8488
Compare
Choose a tag to compare

Fixes:

0.4.16

23 Sep 17:59
caa847d
Compare
Choose a tag to compare

0.4.15

20 Sep 22:33
b1cbd13
Compare
Choose a tag to compare
0.4.15 Pre-release
Pre-release
  1. Make tf and torch optional
  2. Bugfix new parallel auth

0.4.14

08 Sep 21:37
8e1c826
Compare
Choose a tag to compare

Fixes:

  • Better error handling for invalid queries.

0.4.13

06 Sep 19:49
596d81f
Compare
Choose a tag to compare

Features:

  • Increase connection pool to avoid warning

0.4.12

03 Sep 20:19
1a4a37f
Compare
Choose a tag to compare

Features:

  • Added a caching mechanism to save 1GB of data to avoid duplicate requests
  • Added a threaded approach to fetch the next file.
  • Proactively fetch next N files to reduce network waiting times.
  • Stop using session in request to allow for usage of multiple workers in dataloaders of pytorch.

0.4.11

02 Sep 19:43
Compare
Choose a tag to compare

Fixes:

  • Fix count when retrying image fetch.

0.4.10

02 Sep 15:36
Compare
Choose a tag to compare

Bugfixes:

  • Allow empty files to have the bbox and polygon keys even with no instances.
  • Add retry mechanisms to image fetch.

0.4.9

01 Sep 21:32
Compare
Choose a tag to compare

Fixes:

  • Remove normalization on bbox coordinates streaming.