large-image-source-bioformats 1.30.7.dev30__py3-none-any.whl → 1.30.7.dev32__py3-none-any.whl

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.

Potentially problematic release.


This version of large-image-source-bioformats might be problematic. Click here for more details.

@@ -767,6 +767,10 @@ class BioformatsFileTileSource(FileTileSource, metaclass=LruCacheMetaclass):
767
767
  'fake', 'no'}:
768
768
  if ext not in cls.extensions:
769
769
  cls.extensions[ext] = SourcePriority.IMPLICIT
770
+ # These were found by reading some OMERO test files
771
+ for ext in {'columbusidx', 'dv_vol', 'lifext'}:
772
+ if ext.lower() not in cls.extensions:
773
+ cls.extensions[ext.lower()] = SourcePriority.IMPLICIT_LOW
770
774
 
771
775
 
772
776
  def open(*args, **kwargs):
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: large-image-source-bioformats
3
- Version: 1.30.7.dev30
3
+ Version: 1.30.7.dev32
4
4
  Summary: An bioformats tilesource for large_image.
5
5
  Home-page: https://github.com/girder/large_image
6
6
  Author: Kitware, Inc.
@@ -19,10 +19,10 @@ Classifier: Programming Language :: Python :: 3.13
19
19
  Requires-Python: >=3.8
20
20
  Description-Content-Type: text/x-rst
21
21
  License-File: LICENSE
22
- Requires-Dist: large-image>=1.30.7.dev30
22
+ Requires-Dist: large-image>=1.30.7.dev32
23
23
  Requires-Dist: python-bioformats>=1.5.2
24
24
  Provides-Extra: girder
25
- Requires-Dist: girder-large-image>=1.30.7.dev30; extra == "girder"
25
+ Requires-Dist: girder-large-image>=1.30.7.dev32; extra == "girder"
26
26
  Dynamic: author
27
27
  Dynamic: author-email
28
28
  Dynamic: classifier
@@ -0,0 +1,8 @@
1
+ large_image_source_bioformats/__init__.py,sha256=VXs58dc9VOW5zR_FU6pgMXgz-C4mNaYxXKrKEwoEyJQ,34231
2
+ large_image_source_bioformats/girder_source.py,sha256=t0X1P0m4qMsRklpdxoPH-yqgHByMvQIzFJ4qRIUykVI,1355
3
+ large_image_source_bioformats-1.30.7.dev32.dist-info/LICENSE,sha256=psuoW8kuDP96RQsdhzwOqi6fyWv0ct8CR6Jr7He_P_k,10173
4
+ large_image_source_bioformats-1.30.7.dev32.dist-info/METADATA,sha256=FPg8pneiBOGSeCWKuNuB-6nJQWJXFJWMrCM30EM3VhU,1377
5
+ large_image_source_bioformats-1.30.7.dev32.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
6
+ large_image_source_bioformats-1.30.7.dev32.dist-info/entry_points.txt,sha256=xgIbKr53QhQkyRFkr87fkagfPWweeqhHHekUEMrcpF8,202
7
+ large_image_source_bioformats-1.30.7.dev32.dist-info/top_level.txt,sha256=e0enjlcFXwPi638IhE71Rk5-eeriA7W3M3IsQ6yH3RI,30
8
+ large_image_source_bioformats-1.30.7.dev32.dist-info/RECORD,,
@@ -1,8 +0,0 @@
1
- large_image_source_bioformats/__init__.py,sha256=KGs5DY7YZrmaEhkvSYeQOdz3Wt-DDnHaIi4vfHAe07Q,33975
2
- large_image_source_bioformats/girder_source.py,sha256=t0X1P0m4qMsRklpdxoPH-yqgHByMvQIzFJ4qRIUykVI,1355
3
- large_image_source_bioformats-1.30.7.dev30.dist-info/LICENSE,sha256=psuoW8kuDP96RQsdhzwOqi6fyWv0ct8CR6Jr7He_P_k,10173
4
- large_image_source_bioformats-1.30.7.dev30.dist-info/METADATA,sha256=U6CqegYh52_jtGKuVeXTLaov8lAGDiexkXFr-jsGnJk,1377
5
- large_image_source_bioformats-1.30.7.dev30.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
6
- large_image_source_bioformats-1.30.7.dev30.dist-info/entry_points.txt,sha256=xgIbKr53QhQkyRFkr87fkagfPWweeqhHHekUEMrcpF8,202
7
- large_image_source_bioformats-1.30.7.dev30.dist-info/top_level.txt,sha256=e0enjlcFXwPi638IhE71Rk5-eeriA7W3M3IsQ6yH3RI,30
8
- large_image_source_bioformats-1.30.7.dev30.dist-info/RECORD,,