atdata 0.1.3b1__tar.gz → 0.1.3b2__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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: atdata
3
- Version: 0.1.3b1
3
+ Version: 0.1.3b2
4
4
  Summary: A loose federation of distributed, typed datasets
5
5
  Author-email: Maxine Levesque <hello@maxine.science>
6
6
  License-File: LICENSE
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "atdata"
3
- version = "0.1.3b1"
3
+ version = "0.1.3b2"
4
4
  description = "A loose federation of distributed, typed datasets"
5
5
  readme = "README.md"
6
6
  authors = [
@@ -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)
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes