Skip to content

Releases: SenteraLLC/rio-tiler

7.8.1-0

15 Aug 15:53
045beb9

Choose a tag to compare

What's Changed

  • 7.8.1: Re-introduce aoi argument to Reader::tile() to support clipped tiles by @DanSchoppe in #5

Full Changelog: https://github.com/SenteraLLC/rio-tiler/commits/7.8.1-0

4.1.10-0

18 May 17:09
57736cf

Choose a tag to compare

What's Changed

  • [PAGC-1757] Add aoi argument to Reader::tile() to support clipped tiles by @DanSchoppe in #2

New Contributors

Full Changelog: https://github.com/SenteraLLC/rio-tiler/commits/4.1.10-0

3.1.4-8b98b68-0

11 May 19:15
2f1522f

Choose a tag to compare

  • [AI-481] Rio-Tiler Clipped Tiles by @jwiem in #1

NOTE: This replaces SenteraLLC's previous 3.1.5 release, which collides with upstream's 3.1.5 release.

Going forward, we'll be using a branching strategy where this fork's main aligns with upstream main to allow easy fast-forwarding. Any customizations will be freshly re-applied to release branches, and releases created using the name schema:

{latest upstream tag}-{SHA of latest post-tag upstream commit, if any}-{nonce in case we need multiple releases}

This should make for sane code review where each PR shows the full extent of our fork's customization of the upstream repo. This will allow fresh scrutiny of how the customizations are applied to the upstream repo, as well as provide some pressure to continuously re-evaluate whether any of these customizations can be contributed upstream.