atdata 0.1.3b1__py3-none-any.whl → 0.1.3b3__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.
atdata/dataset.py CHANGED
@@ -118,7 +118,7 @@ def _is_possibly_ndarray_type( t ):
118
118
 
119
119
  # Directly an NDArray
120
120
  if t == NDArray:
121
- print( 'is an NDArray' )
121
+ # print( 'is an NDArray' )
122
122
  return True
123
123
 
124
124
  # Check for Optionals (i.e., NDArray | None)
atdata/lens.py CHANGED
@@ -165,7 +165,7 @@ class LensNetwork:
165
165
  # output_type = sig.return_annotation
166
166
 
167
167
  # self._registry[input_type, output_type] = _lens
168
- print( _lens.source_type )
168
+ # print( _lens.source_type )
169
169
  self._registry[_lens.source_type, _lens.view_type] = _lens
170
170
 
171
171
  def transform( self, source: DatasetType, view: DatasetType ) -> Lens:
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: atdata
3
- Version: 0.1.3b1
3
+ Version: 0.1.3b3
4
4
  Summary: A loose federation of distributed, typed datasets
5
5
  Author-email: Maxine Levesque <hello@maxine.science>
6
6
  License-File: LICENSE
@@ -0,0 +1,9 @@
1
+ atdata/__init__.py,sha256=V2qBg7i2mfCNG9nww6Gi_fDp7iwolDMrNzhmNO6VA7M,233
2
+ atdata/_helpers.py,sha256=R63JhXewAKZYnZ9Th7R6yZh0IOUPYGBsth3FpRUMD-U,503
3
+ atdata/dataset.py,sha256=qyAiKSjjYqFVWmaLz5LAIZ3_YVHbm5lg32zmctqjjlE,18085
4
+ atdata/lens.py,sha256=HvXuRqYTeJBpMyIQVdGZXxEvbGKBuFCF8lbiib4TqsA,5306
5
+ atdata-0.1.3b3.dist-info/METADATA,sha256=jrGZ592QbkJdZCq8FLmXOznQ0LkTUyUkqLVIH3ZRj4U,529
6
+ atdata-0.1.3b3.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
7
+ atdata-0.1.3b3.dist-info/entry_points.txt,sha256=6-iQr1veSTq-ac94bLyfcyGHprrZWevPEd12BWX37tQ,39
8
+ atdata-0.1.3b3.dist-info/licenses/LICENSE,sha256=Pz2eACSxkhsGfW9_iN60pgy-enjnbGTj8df8O3ebnQQ,16726
9
+ atdata-0.1.3b3.dist-info/RECORD,,
@@ -1,9 +0,0 @@
1
- atdata/__init__.py,sha256=V2qBg7i2mfCNG9nww6Gi_fDp7iwolDMrNzhmNO6VA7M,233
2
- atdata/_helpers.py,sha256=R63JhXewAKZYnZ9Th7R6yZh0IOUPYGBsth3FpRUMD-U,503
3
- atdata/dataset.py,sha256=T8MGOAeSBco0hHtIMyt2z7IimMMxSgFKjYOcfs1-c8o,18083
4
- atdata/lens.py,sha256=bGlxQ6PEnLj5poQ41DHj1LfpsmI5fELnjnUf4qXOsCo,5304
5
- atdata-0.1.3b1.dist-info/METADATA,sha256=bM96eafedosB-o-dlgOmQUc5fZgHw7Mi-FXDmrs4foc,529
6
- atdata-0.1.3b1.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
7
- atdata-0.1.3b1.dist-info/entry_points.txt,sha256=6-iQr1veSTq-ac94bLyfcyGHprrZWevPEd12BWX37tQ,39
8
- atdata-0.1.3b1.dist-info/licenses/LICENSE,sha256=Pz2eACSxkhsGfW9_iN60pgy-enjnbGTj8df8O3ebnQQ,16726
9
- atdata-0.1.3b1.dist-info/RECORD,,