deltacat 2.0.0b7__py3-none-any.whl → 2.0.0b9__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.
- deltacat/__init__.py +1 -1
- {deltacat-2.0.0b7.dist-info → deltacat-2.0.0b9.dist-info}/METADATA +2 -2
- {deltacat-2.0.0b7.dist-info → deltacat-2.0.0b9.dist-info}/RECORD +6 -6
- {deltacat-2.0.0b7.dist-info → deltacat-2.0.0b9.dist-info}/LICENSE +0 -0
- {deltacat-2.0.0b7.dist-info → deltacat-2.0.0b9.dist-info}/WHEEL +0 -0
- {deltacat-2.0.0b7.dist-info → deltacat-2.0.0b9.dist-info}/top_level.txt +0 -0
deltacat/__init__.py
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: deltacat
|
3
|
-
Version: 2.0.
|
3
|
+
Version: 2.0.0b9
|
4
4
|
Summary: A portable, scalable, fast, and Pythonic Data Lakehouse for AI.
|
5
5
|
Home-page: https://github.com/ray-project/deltacat
|
6
6
|
Author: Ray Team
|
@@ -17,7 +17,7 @@ Description-Content-Type: text/markdown
|
|
17
17
|
License-File: LICENSE
|
18
18
|
Requires-Dist: aws-embedded-metrics==3.2.0
|
19
19
|
Requires-Dist: boto3~=1.34
|
20
|
-
Requires-Dist:
|
20
|
+
Requires-Dist: daft>=0.4.13
|
21
21
|
Requires-Dist: intervaltree==3.1.0
|
22
22
|
Requires-Dist: numpy==1.21.5
|
23
23
|
Requires-Dist: pandas==1.3.5
|
@@ -1,4 +1,4 @@
|
|
1
|
-
deltacat/__init__.py,sha256=
|
1
|
+
deltacat/__init__.py,sha256=NEIWMnOyGxSspHbfzf3Q4K6q9OLaN7qD6rkKyg1ZxJk,2474
|
2
2
|
deltacat/annotations.py,sha256=9lBi34DpIV_RPjCCK2Aiz_6nMyd-e-_CfQ1XtdRQQlM,1196
|
3
3
|
deltacat/api.py,sha256=fYKurVlM97VKb_fh7kJ1rDcl-VAAuSflxPeqrsUt1u8,5257
|
4
4
|
deltacat/constants.py,sha256=_JfHTRktDTM70Nls-LMnSmLeCRG17UwQYCmY6gQSGBg,3482
|
@@ -349,8 +349,8 @@ deltacat/utils/ray_utils/concurrency.py,sha256=JDVwMiQWrmuSlyCWAoiq9ctoJ0XADEfDD
|
|
349
349
|
deltacat/utils/ray_utils/dataset.py,sha256=waHdtH0c835a-2t51HYRHnulfC0_zBxx8mFSAPvPSPM,3274
|
350
350
|
deltacat/utils/ray_utils/performance.py,sha256=d7JFM7vTXHzkGx9qNQcZzUWajnqINvYRwaM088_FpsE,464
|
351
351
|
deltacat/utils/ray_utils/runtime.py,sha256=rB0A-tU9WZHz0J11LzJdANYtL397YyuemcA1l-K9dAw,5029
|
352
|
-
deltacat-2.0.
|
353
|
-
deltacat-2.0.
|
354
|
-
deltacat-2.0.
|
355
|
-
deltacat-2.0.
|
356
|
-
deltacat-2.0.
|
352
|
+
deltacat-2.0.0b9.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
|
353
|
+
deltacat-2.0.0b9.dist-info/METADATA,sha256=IYmkoVGKgSBUVj37A7br7kmJKno7yietFSwOSPAG8Og,2806
|
354
|
+
deltacat-2.0.0b9.dist-info/WHEEL,sha256=tZoeGjtWxWRfdplE7E3d45VPlLNQnvbKiYnx7gwAy8A,92
|
355
|
+
deltacat-2.0.0b9.dist-info/top_level.txt,sha256=RWdIcid4Bv2i2ozLVh-70kJpyB61xEKXod9XXGpiono,9
|
356
|
+
deltacat-2.0.0b9.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|