Skip to content

Releases: the-lay/tiler

v0.5.7

15 Feb 17:02
Compare
Choose a tag to compare

This release hopefully fixes conda-forge builds.

Full Changelog: v0.5.6...v0.5.7

v0.5.6

13 Feb 15:02
Compare
Choose a tag to compare

Updated merging dtype handling; fixed unnecessary warnings

Full Changelog: v0.5.5...v0.5.6

v0.5.5

13 Feb 08:55
3028561
Compare
Choose a tag to compare

What's Changed

  • Exclude tests from packaged distribution by @jaimergp in #19

New Contributors

Full Changelog: v0.5.4...v0.5.5

v0.5.4

19 Jan 18:48
b9adc5f
Compare
Choose a tag to compare

What's Changed

  • Automatically preprend ones in tile_shape to match data_shape by @alisterburt in #18

New Contributors

Full Changelog: v0.5.3...v0.5.4

v0.5.3

06 Jan 22:18
Compare
Choose a tag to compare

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

06 Jan 22:08
Compare
Choose a tag to compare

Weights data type now also specifies window data type.

Full Changelog: v0.5.1...v0.5.2

v0.5.1

06 Jan 21:52
Compare
Choose a tag to compare

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

02 Jan 22:46
Compare
Choose a tag to compare
  • Added Tiler.get_all_tiles()
  • Reworked Tiler. get_tile_bbox() (previously Tiler.get_tile_bbox_position()), it can now also return all corners of the bounding box (if all_corners=True)

Full Changelog: v0.4.1...v0.5.0

v0.4.1

15 Dec 14:15
Compare
Choose a tag to compare

Github Actions PIP publishing fixes

v0.4

15 Dec 12:13
f68ce75
Compare
Choose a tag to compare

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