Skip to content

Releases: tilebox/tilebox-python

v0.38.0

Choose a tag to compare

@lukasbindreiter lukasbindreiter released this 24 Jun 10:45
978606c

Added

  • tilebox-datasets: Added delete_collection method to DatasetClient to delete a collection.
  • tilebox-workflows: Added support for nested dataclasses and protobuf messages inside a list, dict or tuple
    as task arguments.

v0.37.1

Choose a tag to compare

@lukasbindreiter lukasbindreiter released this 10 Jun 13:44
686ad64

Fixed

  • tilebox-datasets: Fixed a bug in TimeseriesDatasetChunk.from_message relying on incorrect bool assumptions about
    missing protobuf fields.
  • tilebox-grpc: More robust parsing of GRPC channel URLs.
  • tilebox-workflows: Fixed a bug in the timeseries interceptor that resulted in an error when accessing a collection.

v0.37.0

Choose a tag to compare

@lukasbindreiter lukasbindreiter released this 06 Jun 13:32
6429c60

Changed

  • Dropped support for legacy Tilebox datasets, no longer necessary since all datasets have been migrated on the server.