Skip to content

Releases: diffgram/python-sdk

0.5.0

Choose a tag to compare

@PJEstrada PJEstrada released this 18 Nov 15:51
0a00a3d

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

Choose a tag to compare

@PJEstrada PJEstrada released this 24 Sep 14:18
83d8488

Fixes:

0.4.16

Choose a tag to compare

@anthony-chaudhary anthony-chaudhary released this 23 Sep 17:59
caa847d

0.4.15

0.4.15 Pre-release
Pre-release

Choose a tag to compare

@anthony-chaudhary anthony-chaudhary released this 20 Sep 22:33
b1cbd13
  1. Make tf and torch optional
  2. Bugfix new parallel auth

0.4.14

Choose a tag to compare

@PJEstrada PJEstrada released this 08 Sep 21:37
8e1c826

Fixes:

  • Better error handling for invalid queries.

0.4.13

Choose a tag to compare

@PJEstrada PJEstrada released this 06 Sep 19:49
596d81f

Features:

  • Increase connection pool to avoid warning

0.4.12

Choose a tag to compare

@PJEstrada PJEstrada released this 03 Sep 20:19
1a4a37f

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

Choose a tag to compare

@PJEstrada PJEstrada released this 02 Sep 19:43

Fixes:

  • Fix count when retrying image fetch.

0.4.10

Choose a tag to compare

@PJEstrada PJEstrada released this 02 Sep 15:36

Bugfixes:

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

0.4.9

Choose a tag to compare

@PJEstrada PJEstrada released this 01 Sep 21:32

Fixes:

  • Remove normalization on bbox coordinates streaming.