Releases: spacetx/slicedimage
Releases · spacetx/slicedimage
Release 3.1.1
Add retry for HTTP failures and network connectivity issues (#99)
Release 3.1.0
Release 3.0.0
- writer can support directory organization of tiles with multiple levels of hierarchy.
- adopt pathlib to ease treatment of paths.
Release 1.0.4
Fix repr such that it does not try to dump the geometric coordinates.
Release 1.0.3
- Backends can be more flexibly configured, particularly the caching backend (#76)
Release 1.0.2
- Fix a bug where multi-level images are not written with the correct format (#77)
Release 0.1.0
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
- 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
Fix for file descriptor leak.
Release 0.0.4
Fix for cache corruption (#53)