Skip to content
This repository was archived by the owner on Sep 19, 2023. It is now read-only.

Conversation

@graphific
Copy link

No description provided.

vincentsarago and others added 23 commits July 4, 2024 16:07
…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>
* revert to fastapi and update version

* docker compose

* Bump version: 0.18.5 → 0.18.6

* fix aws dockerfile

* bump version
…ewer dashboard (#987)

* add buttons for sharing parameters and a link

* print arrays instead of strings, fix 3-band params

* only show 'share' button when enable_viewer=True

* simplify viewer_enabled logic
* simplify Factories

* fix

* fix mosaic

* update changelog

* update version number

* update changelog

* update changelog
* update rio-tiler dependency

* fix

* use BoundingBox instead of WGS84BoundingBox in wmts when tms is not based on WGS84 (#1004)
* 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
vincentsarago and others added 17 commits December 17, 2025 08:43
* 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.
* fix: make sure TMS have ids in WMTS response

* fix tests

* fix xarray h5py dependencies
@vincentsarago vincentsarago force-pushed the main branch 2 times, most recently from d4df94a to b68398e Compare February 5, 2026 07:30
dependabot bot and others added 6 commits February 6, 2026 08:17
Bumps [protobuf](https://github.com/protocolbuffers/protobuf) from 6.33.4 to 6.33.5.
- [Release notes](https://github.com/protocolbuffers/protobuf/releases)
- [Commits](https://github.com/protocolbuffers/protobuf/commits)

---
updated-dependencies:
- dependency-name: protobuf
  dependency-version: 6.33.5
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…-dev` flag (#1315)

* Install uvicorn from dependency group

* Remove undocumented --dev flag from uv sync, add context in comment
* Add warning to README of deprecated metapackage

* Add warning to "getting started" docs
* fix(#1308): validate rescale values

* fix(#1308): test rescale with non-numerics

* fix(#1308): validate various crs values

* fix(#1308): validate algorithm_params

* fix(#1308): handle invalid expressions

* fix(#1308): validate nodata

* fix(#1308): validate historgram_bins

* fix(#1308): ensure colormap failures are tested

* fix(#1308): validate bbox

* fix(#1308): validate color_formula

* fix(#1308): DRY in nodata

* fix(#1308): validate historgram_range

* fix(#1308): DRY in float validation

* fix(#1308): catch exceptions in color formula validation to avoid 500s from validation attempt

* fix(#1308): update changelog

* fix(#1308): PR feedback simplify validation

Co-authored-by: Vincent Sarago <vincent.sarago@gmail.com>

* fix(#1308): PR feedback universal exception handling

Co-authored-by: Vincent Sarago <vincent.sarago@gmail.com>

---------

Co-authored-by: Vincent Sarago <vincent.sarago@gmail.com>
Co-authored-by: dimplejaiin <dimple@pixxel.co.in>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.