titiler-xarray 1.1.1__tar.gz → 1.2.1__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -48,6 +48,7 @@ htmlcov/
48
48
  .cache
49
49
  nosetests.xml
50
50
  coverage.xml
51
+ titiler-*.xml
51
52
  *.cover
52
53
  .hypothesis/
53
54
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: titiler-xarray
3
- Version: 1.1.1
3
+ Version: 1.2.1
4
4
  Summary: Xarray plugin for TiTiler.
5
5
  Project-URL: Homepage, https://developmentseed.org/titiler/
6
6
  Project-URL: Documentation, https://developmentseed.org/titiler/
@@ -24,7 +24,7 @@ Classifier: Topic :: Scientific/Engineering :: GIS
24
24
  Requires-Python: >=3.11
25
25
  Requires-Dist: obstore
26
26
  Requires-Dist: rioxarray
27
- Requires-Dist: titiler-core==1.1.1
27
+ Requires-Dist: titiler-core==1.2.1
28
28
  Requires-Dist: xarray
29
29
  Requires-Dist: zarr<4.0,>=3.1
30
30
  Provides-Extra: fs
@@ -29,7 +29,7 @@ classifiers = [
29
29
  ]
30
30
  dynamic = ["version"]
31
31
  dependencies = [
32
- "titiler-core==1.1.1",
32
+ "titiler-core==1.2.1",
33
33
  "xarray",
34
34
  "rioxarray",
35
35
  "obstore",
@@ -1,3 +1,3 @@
1
1
  """titiler.xarray"""
2
2
 
3
- __version__ = "1.1.1"
3
+ __version__ = "1.2.1"
@@ -35,7 +35,7 @@ class XarrayIOParams(DefaultDependency):
35
35
  SelDimStr = Annotated[
36
36
  str,
37
37
  StringConstraints(
38
- pattern=r"^[^=]+=((nearest|pad|ffill|backfill|bfill)::)?[^=::]+$"
38
+ pattern=r"^[^=]+=((nearest|pad|ffill|backfill|bfill)::)?([^=:]|:[^:])+$"
39
39
  ),
40
40
  ]
41
41
 
File without changes
File without changes