This repository was archived by the owner on Sep 19, 2023. It is now read-only.
forked from developmentseed/titiler
-
Notifications
You must be signed in to change notification settings - Fork 0
0.11.7 > 0.14.0 #16
Open
graphific
wants to merge
373
commits into
20treeAI:main
Choose a base branch
from
developmentseed:main
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
0.11.7 > 0.14.0 #16
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3936141 to
461b384
Compare
See fastapi/fastapi#11522 for details
Bumps the all group with 1 update: [helm/kind-action](https://github.com/helm/kind-action). Updates `helm/kind-action` from 1.9.0 to 1.10.0 - [Release notes](https://github.com/helm/kind-action/releases) - [Commits](helm/kind-action@v1.9.0...v1.10.0) --- updated-dependencies: - dependency-name: helm/kind-action dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Enable arm64 container built * Enable Dependabot for GHA * Enable workflow_dispatch for github actions * Only login to Docker Hub for upstream repo * Update GHA actions. Simplify docker tag build * Build docker with python 3.11 * DO-NOT-COMMIT: disable uvicorn build * Only tag latest on default branch * Apply suggestions from code review * add TODO --------- Co-authored-by: vincentsarago <vincent.sarago@gmail.com>
* fix WMTS document for ArcMap * fix tests
Bumps the all group with 1 update: [docker/build-push-action](https://github.com/docker/build-push-action). Updates `docker/build-push-action` from 5 to 6 - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@v5...v6) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-major dependency-group: all ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* set fastapi limit to >=0.111.0 * fix numpy overflow
…ndency` class (#819) * remove defaults in deps and add `kwargs` property * rename kwargs to as_dict()
* fix: Encode URL for cog_viewer and stac_viewer * update changelog --------- Co-authored-by: vincentsarago <vincent.sarago@gmail.com>
* improve XSS security * update changelog --------- Co-authored-by: Jay Cary <jay@chloris.earth> Co-authored-by: vincentsarago <vincent.sarago@gmail.com>
Bumps the all group with 1 update: [actions/checkout](https://github.com/actions/checkout). Updates `actions/checkout` from 5 to 6 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v5...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: all ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…method (#1263) * allow per selector method * add zarr notebook * update changelog * create parse_dsl function and improve tests
* 0.25.0 -> 0.26.0 * increase
* update for rio-tiler 8.0 * update changelog * update extensions * update xarray * update mosaic * update mosaic and app
* remove cogeo-mosaic * remove cogeo-mosaic error * mosaic: add html rendering for tilesets * update tests
* use uint8 datatype for automatic output image format * update changelog
* refactor wmts * fix tests * more fixes
* add OGC Maps for Mosaics * update docs
* add python 3.14 support * fix * remove comment
* update/fix type for titiler.core * update/fix type for titiler.extensions * update/fix type for titiler.xarray * update/fix type for titiler.mosaic * update/fix type for titiler.application * update changelog * run mypy in CI * update type hints for tests
* 0.26.0 -> 1.0.0 * update chart version for major version release
* add tms_limit utility function to avoid code duplication * limits
This commit improves on algorithm implementations by using more efficient/faster built-in numpy operations instead of a python implementation while retaining the structure of the code for readability.
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.