Skip to content

Releases: spacetx/slicedimage

Release 3.1.1

13 May 20:29
Compare
Choose a tag to compare

Add retry for HTTP failures and network connectivity issues (#99)

Release 3.1.0

09 May 22:53
Compare
Choose a tag to compare

Parse collection documents in parallel. (#91)
Create a list of file versions. (#95)

Release 3.0.0

03 Apr 04:25
3c2e6b8
Compare
Choose a tag to compare
  • writer can support directory organization of tiles with multiple levels of hierarchy.
  • adopt pathlib to ease treatment of paths.

Release 1.0.4

13 Feb 19:16
Compare
Choose a tag to compare

Fix repr such that it does not try to dump the geometric coordinates.

Release 1.0.3

14 Dec 18:25
Compare
Choose a tag to compare
  • Backends can be more flexibly configured, particularly the caching backend (#76)

Release 1.0.2

11 Dec 20:04
Compare
Choose a tag to compare
  • Fix a bug where multi-level images are not written with the correct format (#77)

Release 0.1.0

25 Sep 00:06
7c335e8
Compare
Choose a tag to compare

Coordinates will always be tracked internally as a (min, max) tuple, even if it is passed in as a scalar value. See #66 for more details.

Release 0.0.7

18 Sep 04:32
Compare
Choose a tag to compare
  • generate_partition_document no longer accepts a tile_writer argument. Instead, it accepts a file format specifier which dictates what file format is used to write the files. This removes the need to do the tile.copy() hack to write TIFF files.

Release 0.0.5

05 Sep 23:01
dae184e
Compare
Choose a tag to compare

Fix for file descriptor leak.

Release 0.0.4

28 Aug 19:40
f4087ce
Compare
Choose a tag to compare

Fix for cache corruption (#53)