Skip to content

Releases: the-lay/tiler

v0.3.1

29 Jun 22:24
Compare
Choose a tag to compare
Bump to v0.3.1; added window tests and fixed window-fn mapping

v0.2.3

13 Jun 10:23
Compare
Choose a tag to compare
Fixed integer overlap check (#3); added warning when tiler produces z…

v0.2.2

22 Apr 16:59
Compare
Choose a tag to compare

Added support for custom callable data reading (thanks @tdmorello)

v0.2.0

03 Apr 19:27
Compare
Choose a tag to compare

Breaking changes:

  • image_shape keyword changed to data_shape

Other changes:

  • Channel dimension can now be negative
  • Tiler.__call__ is now an alias for Tiler.iterate()
  • Documentation now follows google docstring
  • Finally there is a documentation website!

v0.1.3

02 Feb 12:06
Compare
Choose a tag to compare
Added batch tiling and merging

v0.1.2

19 Jan 21:08
Compare
Choose a tag to compare
Overhauled tiling to move away from as_strided; added 3D overlap-tile…