large-image-source-nd2 1.32.6a123__py3-none-any.whl → 1.32.7__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-nd2 might be problematic. Click here for more details.

@@ -142,7 +142,7 @@ class ND2FileTileSource(FileTileSource, metaclass=LruCacheMetaclass):
142
142
  # We use dask to allow lazy reading of large images
143
143
  try:
144
144
  self._nd2array = self._nd2.to_dask(copy=False, wrapper=False)
145
- except (TypeError, ValueError, OSError) as exc:
145
+ except (TypeError, ValueError, OSError, NotImplementedError) as exc:
146
146
  self.logger.debug('Failed to read nd2 file: %s', exc)
147
147
  msg = 'File cannot be opened via the nd2 source.'
148
148
  raise TileSourceError(msg)
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: large-image-source-nd2
3
- Version: 1.32.6a123
3
+ Version: 1.32.7
4
4
  Summary: An nd2 (NIS Elements) tilesource for large_image.
5
5
  Home-page: https://github.com/girder/large_image
6
6
  Author: Kitware, Inc.
@@ -18,11 +18,11 @@ Classifier: Programming Language :: Python :: 3.13
18
18
  Requires-Python: >=3.8
19
19
  Description-Content-Type: text/x-rst
20
20
  License-File: LICENSE
21
- Requires-Dist: large-image>=1.32.6.a123
21
+ Requires-Dist: large-image>=1.32.7
22
22
  Requires-Dist: dask[array]
23
23
  Requires-Dist: nd2[legacy]>=0.2.3
24
24
  Provides-Extra: girder
25
- Requires-Dist: girder-large-image>=1.32.6.a123; extra == "girder"
25
+ Requires-Dist: girder-large-image>=1.32.7; extra == "girder"
26
26
  Dynamic: author
27
27
  Dynamic: author-email
28
28
  Dynamic: classifier
@@ -0,0 +1,8 @@
1
+ large_image_source_nd2/__init__.py,sha256=cBldHfnzD2c6jQEcgTedrouh2yMNpQrb2qReMKYlrvg,12982
2
+ large_image_source_nd2/girder_source.py,sha256=wjT_KZR5kaTRZpDiaaR8A2_PHhOui3jooE6Rq6urAWY,1110
3
+ large_image_source_nd2-1.32.7.dist-info/licenses/LICENSE,sha256=psuoW8kuDP96RQsdhzwOqi6fyWv0ct8CR6Jr7He_P_k,10173
4
+ large_image_source_nd2-1.32.7.dist-info/METADATA,sha256=62QPILKFGuVblChB966OAO6xUK_NxVWVsnLCkh59av8,1331
5
+ large_image_source_nd2-1.32.7.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
6
+ large_image_source_nd2-1.32.7.dist-info/entry_points.txt,sha256=M5DIYSmeNIauNILjZANX1Un3p_0y2uTdhSvnC4EdmrM,160
7
+ large_image_source_nd2-1.32.7.dist-info/top_level.txt,sha256=LQkbldhJSBrb5XBjC8NDDCM3ro9EcpLyXlYEr6F4_Ho,23
8
+ large_image_source_nd2-1.32.7.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: setuptools (80.7.1)
2
+ Generator: setuptools (80.9.0)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5
 
@@ -1,8 +0,0 @@
1
- large_image_source_nd2/__init__.py,sha256=KBl9PFMKaTObunlfNmWNwkUYTvSITL__UEMB9__FErI,12961
2
- large_image_source_nd2/girder_source.py,sha256=wjT_KZR5kaTRZpDiaaR8A2_PHhOui3jooE6Rq6urAWY,1110
3
- large_image_source_nd2-1.32.6a123.dist-info/licenses/LICENSE,sha256=psuoW8kuDP96RQsdhzwOqi6fyWv0ct8CR6Jr7He_P_k,10173
4
- large_image_source_nd2-1.32.6a123.dist-info/METADATA,sha256=3PfDEdVOr1zmSKPWD01wDDeW6fYtZkPVeoJYuWO3OZw,1345
5
- large_image_source_nd2-1.32.6a123.dist-info/WHEEL,sha256=Nw36Djuh_5VDukK0H78QzOX-_FQEo6V37m3nkm96gtU,91
6
- large_image_source_nd2-1.32.6a123.dist-info/entry_points.txt,sha256=M5DIYSmeNIauNILjZANX1Un3p_0y2uTdhSvnC4EdmrM,160
7
- large_image_source_nd2-1.32.6a123.dist-info/top_level.txt,sha256=LQkbldhJSBrb5XBjC8NDDCM3ro9EcpLyXlYEr6F4_Ho,23
8
- large_image_source_nd2-1.32.6a123.dist-info/RECORD,,