Releases: the-lay/tiler
v0.5.7
v0.5.6
Updated merging dtype handling; fixed unnecessary warnings
Full Changelog: v0.5.5...v0.5.6
v0.5.5
v0.5.4
What's Changed
- Automatically preprend ones in tile_shape to match data_shape by @alisterburt in #18
New Contributors
- @alisterburt made their first contribution in #18
Full Changelog: v0.5.3...v0.5.4
v0.5.3
Fixed a float/int kind mismatch when generating windows with specified weights_dtype in Merger.
Full Changelog: v0.5.2...v0.5.3
v0.5.2
Weights data type now also specifies window data type.
Full Changelog: v0.5.1...v0.5.2
v0.5.1
Added data_dtype
and weights_dtype
keywords for Merger.
This can be useful to trade off memory over accuracy. Default is "balanced" float32.
Full Changelog: v0.5.0...v0.5.1
v0.5.0
- Added
Tiler.get_all_tiles()
- Reworked
Tiler. get_tile_bbox()
(previouslyTiler.get_tile_bbox_position()
), it can now also return all corners of the bounding box (ifall_corners=True
)
Full Changelog: v0.4.1...v0.5.0
v0.4.1
v0.4
This release adds automatic extra padding calculation (Tiler.calculate_padding()
) and unmerging (merger.merge(extra_padding=...)
), as well as merging with weights normalization (merger(normalize_by_weights=True)
, True by default).
There were API changes, so please take a look at the documentation is something doesn't work after updating.
Thanks @renerichter for contributions!
Full Changelog: v0.3.1...v0.4