Skip to content

Releases: descarteslabs/descarteslabs-dynamic-compute

v1.1.6

07 Jun 00:40
Compare
Choose a tag to compare

v1.1.6 - 06/06/2024

Added

  • Added reverse colormaps for all available color maps

v1.1.4

25 Apr 23:20
Compare
Choose a tag to compare

v1.1.4 - 04/25/2024

Changed

  • Update cloudpickle for all but python 3.8

Fixed

  • Fixed a bug where reductions over the bands axis in ImageStacks could not be visualized

v1.1.1

13 Apr 00:39
Compare
Choose a tag to compare

v1.1.1 - 04/12/2024

Changed

  • Bumped cloudpickle from 1.6.0 to 3.0.9 for python 3.11 and later

Fixed

  • Fixed a bug in graft splicing logic
  • Fixed a bug when inferring the shape of an empty ImageStack

v1.1.0

20 Mar 17:32
Compare
Choose a tag to compare

v1.1.0 - 03/18/2024

Added

  • Added a resolution operator
  • Added an argmin reduction
  • Matrixed unit tests over python versions 3.8, 3.9 and 3.10

Changed

  • base64 encode numpy arrays using the numpy save functionality instead of pickling them
  • Masks are now keyword ops
  • Band operations are now keyword ops
  • Re-implemented the dot operator as a keyword operation.

v1.0.0

12 Mar 18:26
Compare
Choose a tag to compare

v1.0.0 - 03/12/2024

Changed

  • Decreased the use of pickled code and instead utilizing keyword args for most math operations

v0.9.11

06 Feb 19:40
Compare
Choose a tag to compare

v0.9.11 - 02/05/2024

Changed

  • Relaxed the requirement for descarteslabs in the client to <3.1.0
  • Bumped the requirement for shapely in the client to >2
  • Return geometries in ImageStack as a WKT string instead of a Polygon to be compatible with various versions of shapely

v0.9.9

07 Dec 19:41
Compare
Choose a tag to compare

v0.9.9 - 12/07/2023

Added

  • Expand the client to allow python versions >=3.8, <3.12
  • Added the ~ (inversion) operator for Mosaics and ImageStacks

v0.9.8

21 Nov 17:16
Compare
Choose a tag to compare

v0.9.8 - 11/18/23

Fixed

  • Masking logic ignored prior mask on input.

v0.9.7

17 Nov 03:02
Compare
Choose a tag to compare

v0.9.7 - 11/15/23

Changed

  • The PixelInspector now shows the lat/lon of the clicked location.
  • Added memory optimizations to the backend

v0.9.5

31 Oct 20:30
Compare
Choose a tag to compare

v0.9.5 - 10/31/23

Fixed

  • Fixed a bug where dc.dot did not respect masking.