maxframe 1.2.1__cp310-cp310-macosx_10_9_universal2.whl → 1.3.1__cp310-cp310-macosx_10_9_universal2.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 maxframe might be problematic. Click here for more details.
- maxframe/_utils.cpython-310-darwin.so +0 -0
- maxframe/codegen.py +70 -21
- maxframe/config/config.py +6 -0
- maxframe/core/accessor.py +1 -0
- maxframe/core/graph/core.cpython-310-darwin.so +0 -0
- maxframe/dataframe/accessors/__init__.py +1 -1
- maxframe/dataframe/accessors/dict_/accessor.py +1 -0
- maxframe/dataframe/accessors/dict_/length.py +1 -0
- maxframe/dataframe/accessors/dict_/setitem.py +1 -0
- maxframe/dataframe/accessors/dict_/tests/test_dict_accessor.py +5 -7
- maxframe/dataframe/accessors/list_/__init__.py +37 -0
- maxframe/dataframe/accessors/list_/accessor.py +39 -0
- maxframe/dataframe/accessors/list_/getitem.py +135 -0
- maxframe/dataframe/accessors/list_/length.py +73 -0
- maxframe/dataframe/accessors/list_/tests/__init__.py +13 -0
- maxframe/dataframe/accessors/list_/tests/test_list_accessor.py +79 -0
- maxframe/dataframe/accessors/plotting/__init__.py +2 -0
- maxframe/dataframe/accessors/string_/__init__.py +1 -0
- maxframe/dataframe/datastore/to_odps.py +6 -0
- maxframe/dataframe/extensions/accessor.py +1 -0
- maxframe/dataframe/extensions/apply_chunk.py +34 -21
- maxframe/dataframe/extensions/flatmap.py +8 -1
- maxframe/dataframe/extensions/tests/test_apply_chunk.py +2 -1
- maxframe/dataframe/extensions/tests/test_extensions.py +1 -0
- maxframe/dataframe/groupby/aggregation.py +53 -1
- maxframe/dataframe/merge/concat.py +7 -4
- maxframe/dataframe/merge/merge.py +1 -0
- maxframe/dataframe/merge/tests/test_merge.py +97 -47
- maxframe/dataframe/missing/tests/test_missing.py +1 -0
- maxframe/dataframe/reduction/aggregation.py +63 -0
- maxframe/dataframe/reduction/core.py +17 -5
- maxframe/dataframe/tests/test_utils.py +7 -0
- maxframe/dataframe/ufunc/ufunc.py +1 -0
- maxframe/dataframe/utils.py +3 -0
- maxframe/io/odpsio/schema.py +1 -0
- maxframe/learn/contrib/__init__.py +2 -4
- maxframe/learn/contrib/llm/__init__.py +1 -0
- maxframe/learn/contrib/llm/core.py +31 -10
- maxframe/learn/contrib/llm/models/__init__.py +1 -0
- maxframe/learn/contrib/llm/models/dashscope.py +38 -3
- maxframe/learn/contrib/llm/models/managed.py +54 -0
- maxframe/learn/contrib/llm/multi_modal.py +93 -0
- maxframe/learn/contrib/llm/text.py +268 -8
- maxframe/learn/contrib/models.py +77 -0
- maxframe/learn/contrib/utils.py +1 -0
- maxframe/learn/contrib/xgboost/__init__.py +8 -1
- maxframe/learn/contrib/xgboost/classifier.py +15 -4
- maxframe/learn/contrib/xgboost/core.py +108 -1
- maxframe/learn/contrib/xgboost/dmatrix.py +1 -1
- maxframe/learn/contrib/xgboost/predict.py +6 -3
- maxframe/learn/contrib/xgboost/regressor.py +15 -1
- maxframe/learn/contrib/xgboost/train.py +5 -4
- maxframe/lib/dtypes_extension/__init__.py +2 -1
- maxframe/lib/dtypes_extension/dtypes.py +21 -0
- maxframe/lib/dtypes_extension/tests/test_dtypes.py +13 -3
- maxframe/lib/mmh3.cpython-310-darwin.so +0 -0
- maxframe/opcodes.py +19 -0
- maxframe/serialization/__init__.py +1 -0
- maxframe/serialization/core.cpython-310-darwin.so +0 -0
- maxframe/serialization/core.pyx +12 -1
- maxframe/serialization/numpy.py +12 -4
- maxframe/serialization/serializables/tests/test_serializable.py +13 -2
- maxframe/serialization/tests/test_serial.py +2 -0
- maxframe/tensor/merge/concatenate.py +1 -0
- maxframe/tensor/misc/unique.py +11 -10
- maxframe/tensor/reshape/reshape.py +4 -1
- maxframe/utils.py +4 -0
- {maxframe-1.2.1.dist-info → maxframe-1.3.1.dist-info}/METADATA +3 -2
- {maxframe-1.2.1.dist-info → maxframe-1.3.1.dist-info}/RECORD +73 -65
- {maxframe-1.2.1.dist-info → maxframe-1.3.1.dist-info}/WHEEL +1 -1
- maxframe_client/session/odps.py +3 -0
- maxframe_client/session/tests/test_task.py +1 -0
- {maxframe-1.2.1.dist-info → maxframe-1.3.1.dist-info}/top_level.txt +0 -0
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
maxframe-1.
|
|
2
|
-
maxframe-1.
|
|
3
|
-
maxframe-1.
|
|
4
|
-
maxframe-1.
|
|
1
|
+
maxframe-1.3.1.dist-info/RECORD,,
|
|
2
|
+
maxframe-1.3.1.dist-info/WHEEL,sha256=qnIvK8L8kOW9FTrzifubcmNsZckgNfGDNKzGG7FMEdE,114
|
|
3
|
+
maxframe-1.3.1.dist-info/top_level.txt,sha256=64x-fc2q59c_vXwNUkehyjF1vb8JWqFSdYmUqIFqoTM,31
|
|
4
|
+
maxframe-1.3.1.dist-info/METADATA,sha256=qpNsY2M97jXwdy0BSqP97wYuc5QOZ8rlrHs9IesBpKA,3097
|
|
5
5
|
maxframe_client/conftest.py,sha256=JkQKlLZqd9uJekiO8HvMvEegidF-6KlCVFcg-KmQLLY,643
|
|
6
6
|
maxframe_client/__init__.py,sha256=z4QT02esANpxtSVZPO_96693bqSvhG82e4suaD6Ll1E,689
|
|
7
7
|
maxframe_client/fetcher.py,sha256=9zIq_mNGlk8DcTVH0f1-dgNmH72X0edRM9a8muwko6Y,9172
|
|
@@ -14,30 +14,30 @@ maxframe_client/session/task.py,sha256=mG-iTkRPnnoRWC-OJ2W1sp5H_LanqW_y6d8HQkpc-
|
|
|
14
14
|
maxframe_client/session/graph.py,sha256=GUq6gNpi4m5PAdnERBE8zJRcYXLLoBueEEmmel4x5qE,4376
|
|
15
15
|
maxframe_client/session/__init__.py,sha256=NgquxV2h6TAb_0xLh0mQip-2i-Glxy3fjWiWXfRTLRE,832
|
|
16
16
|
maxframe_client/session/consts.py,sha256=E6PnPNyn2Bt9MHuGXATnb40m1AN0QfLG1Pl0KvsYFvk,1391
|
|
17
|
-
maxframe_client/session/odps.py,sha256=
|
|
18
|
-
maxframe_client/session/tests/test_task.py,sha256=
|
|
17
|
+
maxframe_client/session/odps.py,sha256=Y9wb--GE2Aa1gbsTzFU8tBK1t1UsHu_ajQDm0SSs6eY,25108
|
|
18
|
+
maxframe_client/session/tests/test_task.py,sha256=Q5srH-w58vYS3NVeuY_59hLn2d-ANJh8nu2dbI7rRFA,4702
|
|
19
19
|
maxframe_client/session/tests/__init__.py,sha256=YsJxv7HbG4YYJmqAJZPYb8iHFRQX5JGpGn2PInDXvY8,596
|
|
20
20
|
maxframe/_utils.pyx,sha256=v1fcebb-o5Hee2xzMBMKLIXV9NHThYrS3SND6Sik24U,17017
|
|
21
21
|
maxframe/conftest.py,sha256=Jr7kv1m7VfJaDlfUW9pTKTfa9m9pkW_3jwNdmqB0zt4,6293
|
|
22
|
-
maxframe/opcodes.py,sha256=
|
|
22
|
+
maxframe/opcodes.py,sha256=gqtlPSUJltfLVFsBsmfUT0rqLoIxXVGvOoA-gcDdwvM,10979
|
|
23
23
|
maxframe/env.py,sha256=9sJWTeOWuP6KRRYEejJgYa4FoZyAeSuXFd_A8_xl6YM,1402
|
|
24
24
|
maxframe/mixin.py,sha256=FnjS9bFlcg6LV8L62pyTVF29qgSJupFn9DZv8cv6MiI,3524
|
|
25
25
|
maxframe/protocol.py,sha256=QUUMSsonhGFdrUWD1DbBjQqhTHN-LzzxPvYYMAhYVOI,18984
|
|
26
|
-
maxframe/_utils.cpython-310-darwin.so,sha256=
|
|
26
|
+
maxframe/_utils.cpython-310-darwin.so,sha256=ubEtypXRub0cu_miOk9E71j5SdDPlCMdOPvJ6aQY5Js,846464
|
|
27
27
|
maxframe/session.py,sha256=_R_4r3k5TqGK4FUitljlHSfthrQ7T8prSawvMYpdQrc,36393
|
|
28
28
|
maxframe/__init__.py,sha256=Gws_d9VblPR6Ld36_hSueVzs5mdN1ns4fMpgvbcEsxo,1004
|
|
29
|
-
maxframe/utils.py,sha256=
|
|
29
|
+
maxframe/utils.py,sha256=7OE0L_K5J-Y_3-06UEutHcJRNpYIxpD2F39qV35njTI,34932
|
|
30
30
|
maxframe/extension.py,sha256=xh1_qeZqzkW4GmcI3EMqTZhbsW8GHiGnWh1k_96DMP4,2720
|
|
31
31
|
maxframe/errors.py,sha256=Mk6qW6hVSW3fFcGvk8yRCiUTlbQyvXA-rY6pfeq09XQ,1028
|
|
32
32
|
maxframe/udf.py,sha256=ctZQ2KxCPUbHMAk5wsWdYNnqiJMgoU7GNUVWh3FNxKw,5351
|
|
33
33
|
maxframe/typing_.py,sha256=V-xuayMMepLmG2Kg0V3bi8qRosRd2FV9mJ-kAWdhOjQ,1180
|
|
34
|
-
maxframe/codegen.py,sha256=
|
|
34
|
+
maxframe/codegen.py,sha256=h6Dk50gDG8pK5vuYTwd5awFkIt_nv3-69PEGhDYuLOE,19970
|
|
35
35
|
maxframe/_utils.pxd,sha256=ShrQD7uWMFVLT7j-zAMV6yWjQIlCbty_e7MHO6dzKv8,1154
|
|
36
36
|
maxframe/dataframe/arrays.py,sha256=e-swkQgnUYymt8WONknNf-pMFAxwRhriYoh93m3G1k8,28752
|
|
37
37
|
maxframe/dataframe/__init__.py,sha256=5GsuSdlQWuHWcO_B1eI86NdwfJ491bo16GLJamVyTWo,2244
|
|
38
38
|
maxframe/dataframe/core.py,sha256=KdHj-wUw3IgC5nyqhwW6UOibjlXl7ro9ze1ybbd9szk,75000
|
|
39
39
|
maxframe/dataframe/initializer.py,sha256=lnsLYJHcWQ9Kkqh7MrLTuOL4iZBOpB798YLs4G5Qzik,10852
|
|
40
|
-
maxframe/dataframe/utils.py,sha256=
|
|
40
|
+
maxframe/dataframe/utils.py,sha256=XDITA2yuPOQYcPwf5Hg597efb820SrvoZL_f3yGt5Hc,47991
|
|
41
41
|
maxframe/dataframe/operators.py,sha256=gyxbrVIQODwQGjbMji08kBJUqAIARmw3iVonQVtq4gM,7577
|
|
42
42
|
maxframe/dataframe/statistics/corr.py,sha256=D1HtkQVJiqrnN2wPS7ffIdSGfKFzGjAhLS1amjfK_Lo,9483
|
|
43
43
|
maxframe/dataframe/statistics/quantile.py,sha256=DgVLuntcj_toCLjDcacZqtTpm7OtAt4hccOgX33dX0g,11520
|
|
@@ -96,28 +96,34 @@ maxframe/dataframe/sort/sort_values.py,sha256=GXoghiR8K750Wh6now-wSwYGpcPYsXgi0r
|
|
|
96
96
|
maxframe/dataframe/sort/core.py,sha256=NRb7dUrDCn6YMwcAgf4BslVbig42nsaD8sAQdHlpI8s,1224
|
|
97
97
|
maxframe/dataframe/sort/tests/__init__.py,sha256=YsJxv7HbG4YYJmqAJZPYb8iHFRQX5JGpGn2PInDXvY8,596
|
|
98
98
|
maxframe/dataframe/sort/tests/test_sort.py,sha256=wgKIfOb9VY200i7I3suSru7ZNhA5zg_vQuKcprOQUD4,2604
|
|
99
|
-
maxframe/dataframe/merge/merge.py,sha256=
|
|
100
|
-
maxframe/dataframe/merge/concat.py,sha256=
|
|
99
|
+
maxframe/dataframe/merge/merge.py,sha256=HeGRK79LIFVHciCzYZiWgNroXM-OSGphsjCokzKsBXQ,30442
|
|
100
|
+
maxframe/dataframe/merge/concat.py,sha256=vS0MYCq2S8sWzF_KTggtkUn6whnXsG2a-KILBK4qPBA,11893
|
|
101
101
|
maxframe/dataframe/merge/__init__.py,sha256=jvaE44ryIfp5uSZSanlk3cmnb5___a4U2QDSABevNKw,1121
|
|
102
102
|
maxframe/dataframe/merge/append.py,sha256=_dRDcT6EvDUVnwP1QQv-85DWRu0u25HCt1jVntRlpro,4852
|
|
103
103
|
maxframe/dataframe/merge/tests/__init__.py,sha256=YsJxv7HbG4YYJmqAJZPYb8iHFRQX5JGpGn2PInDXvY8,596
|
|
104
|
-
maxframe/dataframe/merge/tests/test_merge.py,sha256
|
|
105
|
-
maxframe/dataframe/accessors/__init__.py,sha256=
|
|
104
|
+
maxframe/dataframe/merge/tests/test_merge.py,sha256=-mJirUWZJ5qT-BSW0TwS-fhGSgrChf9nXYp6RHrN1PQ,12965
|
|
105
|
+
maxframe/dataframe/accessors/__init__.py,sha256=HuRxxHBHRti4hQkHHHHKdAABkLKSbeYr-prI3NlSAKg,654
|
|
106
106
|
maxframe/dataframe/accessors/string_/accessor.py,sha256=5g0KVtl4DPzz-hA0qYZ_P5XwwMK2Tagn7L1DF6KJy5k,8054
|
|
107
|
-
maxframe/dataframe/accessors/string_/__init__.py,sha256=
|
|
107
|
+
maxframe/dataframe/accessors/string_/__init__.py,sha256=wRjIeDqzEHGUcxe0G1UKfJC5c_HyImUhn6xtWcSQeMQ,1073
|
|
108
108
|
maxframe/dataframe/accessors/string_/core.py,sha256=X3GtQVgbiyk3rotp9o09Mj5yzKr4ndTVzlawmtQUEAc,8102
|
|
109
109
|
maxframe/dataframe/accessors/string_/tests/__init__.py,sha256=YsJxv7HbG4YYJmqAJZPYb8iHFRQX5JGpGn2PInDXvY8,596
|
|
110
110
|
maxframe/dataframe/accessors/string_/tests/test_string_accessor.py,sha256=NE5pAtKPJgs-pJp-G-SRiWH6T6wZlrT3anmgsF3XU-A,2476
|
|
111
|
-
maxframe/dataframe/accessors/
|
|
112
|
-
maxframe/dataframe/accessors/
|
|
113
|
-
maxframe/dataframe/accessors/
|
|
111
|
+
maxframe/dataframe/accessors/list_/accessor.py,sha256=4gyVqugtrz6XbGnHUG1ZjI_WOe1sSbQXM0sneNtQ9a0,1309
|
|
112
|
+
maxframe/dataframe/accessors/list_/length.py,sha256=1-0Ttc4hDM9FraQzANOSNQXFm-wliE5gDLO98H-EOC4,2134
|
|
113
|
+
maxframe/dataframe/accessors/list_/__init__.py,sha256=1viWNK-Xxq05LbYF0fRMAQZeKMzZgsVAz2A1vIzlQgo,1248
|
|
114
|
+
maxframe/dataframe/accessors/list_/getitem.py,sha256=PpfQ4GW6Mx7UvoL_ZInA8vDKOFDKupXFI9taITkzLcI,3744
|
|
115
|
+
maxframe/dataframe/accessors/list_/tests/__init__.py,sha256=YsJxv7HbG4YYJmqAJZPYb8iHFRQX5JGpGn2PInDXvY8,596
|
|
116
|
+
maxframe/dataframe/accessors/list_/tests/test_list_accessor.py,sha256=jC7WRktqnntX4BAz0utVG0_Z2rzpqDvl8Kmzk_pus8w,2381
|
|
117
|
+
maxframe/dataframe/accessors/dict_/accessor.py,sha256=0lC_5yk16pdHRLiop_X_O5AWF4bCe9YsVbYgVOfS7e8,1308
|
|
118
|
+
maxframe/dataframe/accessors/dict_/setitem.py,sha256=2kbDnyRRm9EWbRfDfPkD4PIiyjMkae9kLUyygRd845g,2953
|
|
119
|
+
maxframe/dataframe/accessors/dict_/length.py,sha256=etPPuTrUUSKwuXefqhFfTlEWkOP6mgJ9Z4MtK4q8jbk,2207
|
|
114
120
|
maxframe/dataframe/accessors/dict_/remove.py,sha256=PrCCexC_IWsw0Esu1T6VytP5LuA8u5g3XtyJtZz6FAQ,2986
|
|
115
121
|
maxframe/dataframe/accessors/dict_/__init__.py,sha256=uZJdw98WvCzfHiSjOSrbeCEN0eL2lWziUGXvsqe4oks,1503
|
|
116
122
|
maxframe/dataframe/accessors/dict_/getitem.py,sha256=cQcqzpU9BnoFbJIEvcKRvEMpuo9xg-kJpU177hVdzoc,4395
|
|
117
123
|
maxframe/dataframe/accessors/dict_/contains.py,sha256=qZze6k0tzpmGCO2bGoFgGd6ZLSweQZX6WbTsvT_Jalw,2527
|
|
118
124
|
maxframe/dataframe/accessors/dict_/tests/__init__.py,sha256=YsJxv7HbG4YYJmqAJZPYb8iHFRQX5JGpGn2PInDXvY8,596
|
|
119
|
-
maxframe/dataframe/accessors/dict_/tests/test_dict_accessor.py,sha256=
|
|
120
|
-
maxframe/dataframe/accessors/plotting/__init__.py,sha256=
|
|
125
|
+
maxframe/dataframe/accessors/dict_/tests/test_dict_accessor.py,sha256=tfHWfpNCPXJlySOoFekI94V9c91wz1sw-tDciIoIlo8,3915
|
|
126
|
+
maxframe/dataframe/accessors/plotting/__init__.py,sha256=BvuibZ5Wj6WcFvSrgDltgXQhRPdQksBwxlBdrL9liMg,1388
|
|
121
127
|
maxframe/dataframe/accessors/plotting/core.py,sha256=h_O3Jsalv55yLrPLzaLrNEHNP8pb8M95H5Gq9twzuTg,2235
|
|
122
128
|
maxframe/dataframe/accessors/plotting/tests/test_plotting_accessor.py,sha256=o_yRgHBLWrspYWd7pS-LUR6Vv2dKzLQbBca21EZyoWg,4123
|
|
123
129
|
maxframe/dataframe/accessors/plotting/tests/__init__.py,sha256=YsJxv7HbG4YYJmqAJZPYb8iHFRQX5JGpGn2PInDXvY8,596
|
|
@@ -130,10 +136,10 @@ maxframe/dataframe/tseries/__init__.py,sha256=YsJxv7HbG4YYJmqAJZPYb8iHFRQX5JGpGn
|
|
|
130
136
|
maxframe/dataframe/tseries/to_datetime.py,sha256=7nq-1BaYunazja3bZU9Up3av3gGJnZJsVUvvSvr-jDU,11328
|
|
131
137
|
maxframe/dataframe/tseries/tests/__init__.py,sha256=YsJxv7HbG4YYJmqAJZPYb8iHFRQX5JGpGn2PInDXvY8,596
|
|
132
138
|
maxframe/dataframe/tseries/tests/test_tseries.py,sha256=ECx22AkI-TFT-293amPHdR6vydTgSOM7wNFa0_f5G0o,989
|
|
133
|
-
maxframe/dataframe/tests/test_utils.py,sha256=
|
|
139
|
+
maxframe/dataframe/tests/test_utils.py,sha256=3Qf3yVPDgUnSLOZACmgnEgaxfvqmn90LhTnY6C4phgQ,3012
|
|
134
140
|
maxframe/dataframe/tests/__init__.py,sha256=YsJxv7HbG4YYJmqAJZPYb8iHFRQX5JGpGn2PInDXvY8,596
|
|
135
141
|
maxframe/dataframe/tests/test_initializer.py,sha256=9tyTBnNBHSuD89N7odLa83CmklK9EZKbWbTewijlD_M,2000
|
|
136
|
-
maxframe/dataframe/ufunc/ufunc.py,sha256=
|
|
142
|
+
maxframe/dataframe/ufunc/ufunc.py,sha256=TFD5VnP-yUPwbo5oDwegG2OTPlfcNUs9grmoTLwOIFI,1652
|
|
137
143
|
maxframe/dataframe/ufunc/__init__.py,sha256=GM5LuPDJD8WHK_-sPPBC6cMyEuTyuDWY2JUnhq3VJ4k,889
|
|
138
144
|
maxframe/dataframe/ufunc/tensor.py,sha256=iBUpqvpgYuooh_Iv8iUN9haQ_bxo6sD5LVdrHuaNv0A,1618
|
|
139
145
|
maxframe/dataframe/missing/dropna.py,sha256=E8aasIG2Q1tLmWrbDdpGs2qqJDvQ23pJKJnc5IEk9vc,8240
|
|
@@ -141,18 +147,18 @@ maxframe/dataframe/missing/fillna.py,sha256=L5MCP8mE42fL9RliD3VyPYmtdakfN5WEuZ9g
|
|
|
141
147
|
maxframe/dataframe/missing/checkna.py,sha256=g6IOUnRGJOf7T-i7MmS5ibXjzI2gdfspWDtqEBrM5FE,6890
|
|
142
148
|
maxframe/dataframe/missing/__init__.py,sha256=wETXRj4oWTruI67Vq_EKlUjGrOo7bvFFBM2Qxf2dIG4,1813
|
|
143
149
|
maxframe/dataframe/missing/replace.py,sha256=Td4ih8-rhZJeyeKZta6CzToOLt13yNBplg0sKlyCcCU,13340
|
|
144
|
-
maxframe/dataframe/missing/tests/test_missing.py,sha256=
|
|
150
|
+
maxframe/dataframe/missing/tests/test_missing.py,sha256=WYi2_R97HLoLTiRjvwXvUUnq1CXw3JikyjX4uKSlw4s,3135
|
|
145
151
|
maxframe/dataframe/missing/tests/__init__.py,sha256=YsJxv7HbG4YYJmqAJZPYb8iHFRQX5JGpGn2PInDXvY8,596
|
|
146
|
-
maxframe/dataframe/extensions/accessor.py,sha256=
|
|
152
|
+
maxframe/dataframe/extensions/accessor.py,sha256=QkHJq6n_qayJDM5qZalLVFVZgwCcdjMBJt-V5a6UtJs,1031
|
|
147
153
|
maxframe/dataframe/extensions/flatjson.py,sha256=JLnR0nfV4Jt-v1o1-NtvmyHBhx-I35RnaJazS_QP14A,4368
|
|
148
|
-
maxframe/dataframe/extensions/apply_chunk.py,sha256=
|
|
154
|
+
maxframe/dataframe/extensions/apply_chunk.py,sha256=0MrP8WHME0qX4SKpU816v1xDPEBtg5F5ICA2za1WR9E,25644
|
|
149
155
|
maxframe/dataframe/extensions/__init__.py,sha256=OEyD269SR0ojraBdTTN0ItM9JJ2dJdB7lwl6yPPluq4,1872
|
|
150
156
|
maxframe/dataframe/extensions/reshuffle.py,sha256=Ig8XtZZZa4lwl6RoQfQMr_U2dAjTCWXP8sZtlviUUQY,2635
|
|
151
|
-
maxframe/dataframe/extensions/flatmap.py,sha256=
|
|
152
|
-
maxframe/dataframe/extensions/tests/test_apply_chunk.py,sha256=
|
|
153
|
-
maxframe/dataframe/extensions/tests/test_extensions.py,sha256=
|
|
157
|
+
maxframe/dataframe/extensions/flatmap.py,sha256=2sA-ZOaZmv72U3l13poWbsYRz-Vr-DmuL8HRL2-k5zM,10065
|
|
158
|
+
maxframe/dataframe/extensions/tests/test_apply_chunk.py,sha256=_NF_2sKBbbKyce2G7_HIQs7EsLRaQeYVg-PXxrV4pkM,5848
|
|
159
|
+
maxframe/dataframe/extensions/tests/test_extensions.py,sha256=zEt9CfM9se4kkgLHIgnXSPZ43VmU2ZbA59iTL86boZc,4779
|
|
154
160
|
maxframe/dataframe/extensions/tests/__init__.py,sha256=YsJxv7HbG4YYJmqAJZPYb8iHFRQX5JGpGn2PInDXvY8,596
|
|
155
|
-
maxframe/dataframe/groupby/aggregation.py,sha256=
|
|
161
|
+
maxframe/dataframe/groupby/aggregation.py,sha256=Md8E0alS2OXEX9IDN_Qg2XicfsPfNPqubzPCjs59mAQ,13342
|
|
156
162
|
maxframe/dataframe/groupby/fill.py,sha256=qCu2X6FT0VSP1fecbB1uQWTv82jzjZ5Wzs9wYc22n-Y,4808
|
|
157
163
|
maxframe/dataframe/groupby/cum.py,sha256=ITaWHRngx_QtiWY--agEHUdyjY-IdYaQLkF7tOolUEc,3683
|
|
158
164
|
maxframe/dataframe/groupby/__init__.py,sha256=guCWkfOiKC_3IPeiUIO6u_ghbrF39JvmrZTdAtVFyw0,3444
|
|
@@ -167,7 +173,7 @@ maxframe/dataframe/groupby/tests/test_groupby.py,sha256=y24HZcbTznhL3K8c_H_T5i9w
|
|
|
167
173
|
maxframe/dataframe/datastore/__init__.py,sha256=f__5rpYJSz1S0FzyJq1oE0bTXmAa4Azxa6gAFrwD7MY,784
|
|
168
174
|
maxframe/dataframe/datastore/core.py,sha256=USIY-JV6gmGI7DFl5F_YptytNxnHFPErsDctzAN2Ivw,743
|
|
169
175
|
maxframe/dataframe/datastore/to_csv.py,sha256=J6ziSjf-6GyKuaehoeWFy9Ni8jKH1YHH37Uth0Psozc,7747
|
|
170
|
-
maxframe/dataframe/datastore/to_odps.py,sha256=
|
|
176
|
+
maxframe/dataframe/datastore/to_odps.py,sha256=N4qPoBnibfhqAIRs1MUn5WsQJKbC5uhp-XV7S0KcaDI,6977
|
|
171
177
|
maxframe/dataframe/datastore/tests/__init__.py,sha256=YsJxv7HbG4YYJmqAJZPYb8iHFRQX5JGpGn2PInDXvY8,596
|
|
172
178
|
maxframe/dataframe/datastore/tests/test_to_odps.py,sha256=D11lRV75WjT4Kj-jUROUAxBlJt71Rnr7Lm0plvoC7zE,1296
|
|
173
179
|
maxframe/dataframe/fetch/__init__.py,sha256=Mlwm89_WXweFj-zQNbIEnnIZD8vHh7z5A2WPXxN7KE4,653
|
|
@@ -175,14 +181,14 @@ maxframe/dataframe/fetch/core.py,sha256=VjYAtY0NAnleui28xCL8y_bLbVBRsktIvzViSmpH
|
|
|
175
181
|
maxframe/dataframe/reduction/max.py,sha256=M6y3jKLd8ecJTc3LNb49tr74LaGPs6MCpuPWQJ-qWgU,1660
|
|
176
182
|
maxframe/dataframe/reduction/nunique.py,sha256=qaovc5DAxZFfGXdEaJy0uNHX69p2RnlmaUi7gmQbd54,3467
|
|
177
183
|
maxframe/dataframe/reduction/cummax.py,sha256=Odo-Ahex2Ey4cwO6_uJEuafbOovnkzZOw9pmyXs4i9A,1013
|
|
178
|
-
maxframe/dataframe/reduction/aggregation.py,sha256=
|
|
184
|
+
maxframe/dataframe/reduction/aggregation.py,sha256=wTege8DtMDq7_Zs6fNrGoo9xqdTtrflnz7LzGLne7X8,14448
|
|
179
185
|
maxframe/dataframe/reduction/skew.py,sha256=n4zYukXUYv1UFHGJFs1m2oToBKKnZ7ilhHBrRK1dHuQ,2538
|
|
180
186
|
maxframe/dataframe/reduction/custom_reduction.py,sha256=QjPVQ_8hdXjyWmOgeVlxsH8oir2zC_fa5NWK5wPtkik,1435
|
|
181
187
|
maxframe/dataframe/reduction/unique.py,sha256=IVb8lsLCfQ2tLJMLdAdxGO7BFpWD8LjJT3P-9XubBvI,2955
|
|
182
188
|
maxframe/dataframe/reduction/std.py,sha256=GmIp-lXVxZGFO2jZVcTmWwHz7rZfhhm2ONKTqZfU8LA,1355
|
|
183
189
|
maxframe/dataframe/reduction/str_concat.py,sha256=Wzuh57my-QOIqYMlnGn4i0mgH13dv4eWM53wEd11Iog,1657
|
|
184
190
|
maxframe/dataframe/reduction/__init__.py,sha256=6Xh-aQQmrGsPnsm3f-7chhsbMKTV1kWV9Y42ZJ6BTic,4335
|
|
185
|
-
maxframe/dataframe/reduction/core.py,sha256=
|
|
191
|
+
maxframe/dataframe/reduction/core.py,sha256=dqsuMJLOlgfQoP-BdIPLFj6RwsgUALAscgM5Ciyc_o8,30959
|
|
186
192
|
maxframe/dataframe/reduction/all.py,sha256=Amnoyro0zLqtk5ytuq0ntAOu7UqGHfhc8n3EONXmyUo,1966
|
|
187
193
|
maxframe/dataframe/reduction/cummin.py,sha256=dysmKMEMF_BiABSE8DNYzdWfzPNsHYPl_U8WMBbztow,1013
|
|
188
194
|
maxframe/dataframe/reduction/min.py,sha256=79EW7-KqVut9QULQ4l5UXzbCeYlrXtvYdlDzM328eFc,1660
|
|
@@ -284,21 +290,23 @@ maxframe/learn/__init__.py,sha256=u_kX0dMFT34ghQQm021ysRLsupzZEtcw_EeUO1UrR_0,63
|
|
|
284
290
|
maxframe/learn/core.py,sha256=lDPubKlmaWfdhkpPIRWFrdjk2lhYN5pkaCwMejkPahw,756
|
|
285
291
|
maxframe/learn/utils/__init__.py,sha256=IqW4MeGe0iWOX8Rwmx0sEQcI7Gaf4KoqDovWVuiuyig,646
|
|
286
292
|
maxframe/learn/utils/core.py,sha256=MohN0NI9Dc6a5GKJm6auK7Kd8R718tFz7BezjIBgC9s,1029
|
|
287
|
-
maxframe/learn/contrib/
|
|
288
|
-
maxframe/learn/contrib/
|
|
289
|
-
maxframe/learn/contrib/
|
|
290
|
-
maxframe/learn/contrib/llm/
|
|
291
|
-
maxframe/learn/contrib/llm/
|
|
292
|
-
maxframe/learn/contrib/llm/
|
|
293
|
-
maxframe/learn/contrib/llm/
|
|
294
|
-
maxframe/learn/contrib/llm/models/
|
|
295
|
-
maxframe/learn/contrib/
|
|
296
|
-
maxframe/learn/contrib/
|
|
297
|
-
maxframe/learn/contrib/xgboost/
|
|
298
|
-
maxframe/learn/contrib/xgboost/
|
|
299
|
-
maxframe/learn/contrib/xgboost/
|
|
300
|
-
maxframe/learn/contrib/xgboost/
|
|
301
|
-
maxframe/learn/contrib/xgboost/
|
|
293
|
+
maxframe/learn/contrib/models.py,sha256=hB96eta2s31DEFFMuIXwxHnwJ9kYFJ5Ebwl3-RVEXu0,2553
|
|
294
|
+
maxframe/learn/contrib/__init__.py,sha256=sI7zXHdINJC0HKRv-PS78_sSRYIrGxa6j3G4xW9P5lc,672
|
|
295
|
+
maxframe/learn/contrib/utils.py,sha256=tTcz2JNumMZow6rmok-RE6rUIaJw7SO1YP1sruqMG_s,1663
|
|
296
|
+
maxframe/learn/contrib/llm/multi_modal.py,sha256=C6Vq-U8JRUSZMUDsrWt9m1GBPyp9f9V8ZaTzBNhsA9U,5406
|
|
297
|
+
maxframe/learn/contrib/llm/__init__.py,sha256=MBEWoYEQtBpZL070GOh721OYMvH3D2Y5BzyB4_DXZjY,649
|
|
298
|
+
maxframe/learn/contrib/llm/core.py,sha256=Z4s1ZssXCf5ebl-uDxGGlJ3KmXsbAm2wVZvikJZd6BM,2723
|
|
299
|
+
maxframe/learn/contrib/llm/text.py,sha256=Imsg_7cw0XOis4dmTuZTSw1iP0RIRta7rKVjx6TW35Y,9344
|
|
300
|
+
maxframe/learn/contrib/llm/models/__init__.py,sha256=I_l0NIpKILLkpPj_3xOv176QvHTeGstPq4xi688Z40c,661
|
|
301
|
+
maxframe/learn/contrib/llm/models/dashscope.py,sha256=X8FLgZ73U9UW_35wgFfk_2p11sCsDU41rLcy8eo6B2Q,3422
|
|
302
|
+
maxframe/learn/contrib/llm/models/managed.py,sha256=QeJ3J65TepG4CKllvV2kEBSiVJPBm30yhnfp_7QuM0o,1581
|
|
303
|
+
maxframe/learn/contrib/xgboost/classifier.py,sha256=-nQcAiUqoWe7QQK1t3qBiPj7i6D6dH_mQv0C6DdIpHw,4189
|
|
304
|
+
maxframe/learn/contrib/xgboost/dmatrix.py,sha256=ETl35ZzzcCbazn6q5ZFTH2St66ZEYTIErCtIHzpAsQg,4900
|
|
305
|
+
maxframe/learn/contrib/xgboost/predict.py,sha256=8v1r7JD0B2Hv_eMy2D1HxrloyRd_nw21EhTs_hoDbnE,3889
|
|
306
|
+
maxframe/learn/contrib/xgboost/__init__.py,sha256=HsVMBBNXBQs2GaHMjuJrMdJRhpTDxQ37Amjc1GH7ESw,1051
|
|
307
|
+
maxframe/learn/contrib/xgboost/core.py,sha256=zoJ3AMxARDSj5ZzS6Td9eU505WPn5Bv6Tm4yAERi4HU,12114
|
|
308
|
+
maxframe/learn/contrib/xgboost/train.py,sha256=zIYGdVtjDufsMr_0_Z5PjFZyK6RKyi6MSXyJJSRIkyI,4547
|
|
309
|
+
maxframe/learn/contrib/xgboost/regressor.py,sha256=idB0VSPrCoPIRul5iIfWoFfk3rHMoHzQm4GHK5eo1O8,2681
|
|
302
310
|
maxframe/learn/contrib/xgboost/tests/test_core.py,sha256=VrWhBeUCXzofVr-QAbtmK4wVeQqV1Erd1Rwj32lNceQ,1406
|
|
303
311
|
maxframe/learn/contrib/xgboost/tests/__init__.py,sha256=YsJxv7HbG4YYJmqAJZPYb8iHFRQX5JGpGn2PInDXvY8,596
|
|
304
312
|
maxframe/learn/contrib/graph/connected_components.py,sha256=qPkS6jxMtTvY88Nlh-zHClAhS3VXI_w2l3tAxLKiHRY,7152
|
|
@@ -310,7 +318,7 @@ maxframe/learn/contrib/pytorch/__init__.py,sha256=5XIVR1QprAe0mpkj_HZ-_Tl_SWooIO
|
|
|
310
318
|
maxframe/learn/contrib/pytorch/run_function.py,sha256=gJrPHOGugRaAA7jr8m89XRfy58nDeR0NrIAIlM3vPCs,3244
|
|
311
319
|
maxframe/learn/contrib/pytorch/tests/__init__.py,sha256=YsJxv7HbG4YYJmqAJZPYb8iHFRQX5JGpGn2PInDXvY8,596
|
|
312
320
|
maxframe/learn/contrib/pytorch/tests/test_pytorch.py,sha256=5ZC8SxGjZiSScpRyxie72E_-sHuaV-u2AY4M8vFy2P4,1402
|
|
313
|
-
maxframe/core/accessor.py,sha256=
|
|
321
|
+
maxframe/core/accessor.py,sha256=htuml0N9rF3VAtTitTAqIIVEEb5DZa4D_bcwfQz_PHQ,1482
|
|
314
322
|
maxframe/core/__init__.py,sha256=EVKpUcWoTQPX28K5Nj3Ha02bWmoyI3PoDr0buOhBTYA,1516
|
|
315
323
|
maxframe/core/mode.py,sha256=NABIkrhsArHlHH2ozusVdEet4lryS95ltUZnn0IBZNc,3011
|
|
316
324
|
maxframe/core/base.py,sha256=qlIzixwSL-MtAgFdta8j7wydD4KCaehcbH5P0T7aG6M,4535
|
|
@@ -326,7 +334,7 @@ maxframe/core/entity/tests/test_objects.py,sha256=o0_ntvlp1u3eObNwf-WpomK-AeZcIb
|
|
|
326
334
|
maxframe/core/graph/__init__.py,sha256=qlKFvg4JNTmNOOvidxwOQOZofw5WePSWphkYpZ7hVoc,765
|
|
327
335
|
maxframe/core/graph/entity.py,sha256=feXajqZBbPTsZID8FcRzhDCll3LW-S5Lf3UGObSA_fw,4863
|
|
328
336
|
maxframe/core/graph/core.pyx,sha256=trOWJOlAn1bwMuErZwugqGXO1loCuhLBupYBxxmlHaI,15923
|
|
329
|
-
maxframe/core/graph/core.cpython-310-darwin.so,sha256=
|
|
337
|
+
maxframe/core/graph/core.cpython-310-darwin.so,sha256=unRbIHCDsC1Go69vftgVwfZWkkIFrbbXc9WScyFQGFQ,685616
|
|
330
338
|
maxframe/core/graph/tests/__init__.py,sha256=YsJxv7HbG4YYJmqAJZPYb8iHFRQX5JGpGn2PInDXvY8,596
|
|
331
339
|
maxframe/core/graph/tests/test_graph.py,sha256=bLHOAiPQ_eMfnlpRgY1VRQnSvjoiCe1NamILiQcneFc,7462
|
|
332
340
|
maxframe/core/graph/builder/__init__.py,sha256=dKs7S7e1GH-fy4LKfR6yAJHKLDkOhewCn9a1jZ7wTkY,640
|
|
@@ -344,7 +352,7 @@ maxframe/core/operator/objects.py,sha256=D0yP1eKu_jXGSoIbbi1Ifdyt71dT2Z6cAPTx4CI
|
|
|
344
352
|
maxframe/core/operator/base.py,sha256=ChfNvbadzALC694lXExoA-0BJoIUtCsyGKgbsxSZm3s,15336
|
|
345
353
|
maxframe/core/operator/tests/test_core.py,sha256=wBUmt-if0yOTPX22bvMYOVH0ltxj7Jac3mAyOG2Oslk,1691
|
|
346
354
|
maxframe/core/operator/tests/__init__.py,sha256=YsJxv7HbG4YYJmqAJZPYb8iHFRQX5JGpGn2PInDXvY8,596
|
|
347
|
-
maxframe/config/config.py,sha256=
|
|
355
|
+
maxframe/config/config.py,sha256=rMzaqntZ7khvTJ3H2xlFi_V-lZ3XzyzrKKHRLk5XL8U,16632
|
|
348
356
|
maxframe/config/validators.py,sha256=FCGrF9Xz9TcLWi1wt1tmjUHjRDCf8oiAOtot9XwnezE,2511
|
|
349
357
|
maxframe/config/__init__.py,sha256=YR227SrMm-Z8A6R2Dm6ARmYNNaKwkMJurIoh0WU2_Lo,683
|
|
350
358
|
maxframe/config/tests/__init__.py,sha256=YsJxv7HbG4YYJmqAJZPYb8iHFRQX5JGpGn2PInDXvY8,596
|
|
@@ -355,13 +363,13 @@ maxframe/serialization/core.pxd,sha256=Al3_xUtcini0hDdy7PHpu-_uGKaQgVADzUf9Ya0or
|
|
|
355
363
|
maxframe/serialization/pandas.py,sha256=yuWQ4a8TY1mZB7r3XlsKxNo-wjOAkGQvnqhSVku3aCw,8488
|
|
356
364
|
maxframe/serialization/core.pyi,sha256=twzqgm_36Q9wLTcV8yteylArwDMwFChiH6-euBjmTjc,2142
|
|
357
365
|
maxframe/serialization/arrow.py,sha256=A1gDQ7BmsLk_57qPd34e5SIMSqbuMZrfKsixLtHrpeg,3418
|
|
358
|
-
maxframe/serialization/__init__.py,sha256=
|
|
366
|
+
maxframe/serialization/__init__.py,sha256=St3P4ypcuRQgwgwFX4GXwHND-uLu9mVVSmlPtZU-Muo,958
|
|
359
367
|
maxframe/serialization/maxframe_objects.py,sha256=Ha2pFpBivutH_YES1EQN-zpWu3TbKtotJHiuc8Cs8S8,1365
|
|
360
|
-
maxframe/serialization/numpy.py,sha256=
|
|
368
|
+
maxframe/serialization/numpy.py,sha256=IbNaCDceyG7Bl3d_rT2NRnB0OaaWo82h1tycjiF2YZ8,3540
|
|
361
369
|
maxframe/serialization/scipy.py,sha256=W4P_r-4tAGGfVAFhwqcaHBxdW-dpZ6rIMLuppQzMXjo,2427
|
|
362
|
-
maxframe/serialization/core.pyx,sha256=
|
|
363
|
-
maxframe/serialization/core.cpython-310-darwin.so,sha256=
|
|
364
|
-
maxframe/serialization/tests/test_serial.py,sha256=
|
|
370
|
+
maxframe/serialization/core.pyx,sha256=eIAmTRpEj-byCyZsgNQFFOk2h_yb1hvfCKxt63j54YA,36238
|
|
371
|
+
maxframe/serialization/core.cpython-310-darwin.so,sha256=gvHJZiouzSO-QsBA-GTYudHAzGM_Fxnvjxg-1pKyQ98,1179104
|
|
372
|
+
maxframe/serialization/tests/test_serial.py,sha256=kMXTQsGiZJlTOY0j3CtsH4YVv2s6aHGVVZki_3wdYd8,13227
|
|
365
373
|
maxframe/serialization/tests/__init__.py,sha256=YsJxv7HbG4YYJmqAJZPYb8iHFRQX5JGpGn2PInDXvY8,596
|
|
366
374
|
maxframe/serialization/serializables/field.py,sha256=nOcugOd-x7Nq3qT0l66BhG4MfHYLlqXt5DZFRQs1YhM,16015
|
|
367
375
|
maxframe/serialization/serializables/__init__.py,sha256=nPvrC735pSrvV2kKSb7SQ_GMlVEfZiQb0svsla1_mpk,1351
|
|
@@ -369,13 +377,13 @@ maxframe/serialization/serializables/core.py,sha256=rZvH6VMFW1DhgK7XKyent7Hrtisn
|
|
|
369
377
|
maxframe/serialization/serializables/field_type.py,sha256=6dVvesMhxWc6gtkcp_uDm4GasLxhs9HnR1vWRQtub8I,14933
|
|
370
378
|
maxframe/serialization/serializables/tests/test_field_type.py,sha256=3Rk9AX7onFiYLb1K2eRQ1X9aDpcGRZNtGC9qU0wF4QU,4381
|
|
371
379
|
maxframe/serialization/serializables/tests/__init__.py,sha256=YsJxv7HbG4YYJmqAJZPYb8iHFRQX5JGpGn2PInDXvY8,596
|
|
372
|
-
maxframe/serialization/serializables/tests/test_serializable.py,sha256=
|
|
380
|
+
maxframe/serialization/serializables/tests/test_serializable.py,sha256=RwbUv0VDJdsyMuYaCmueQ0brFtZuIC84gn6xYw_YBMQ,10694
|
|
373
381
|
maxframe/io/__init__.py,sha256=YsJxv7HbG4YYJmqAJZPYb8iHFRQX5JGpGn2PInDXvY8,596
|
|
374
382
|
maxframe/io/odpsio/tableio.py,sha256=6JH_WFZsJpgLMbWEllV9EYajdYfbwYSObxK3zc_EjT8,22640
|
|
375
383
|
maxframe/io/odpsio/arrow.py,sha256=SzmV4IJlicMqyly6V_wmDOp0tfe1ry6_B72IDhfvxnY,6034
|
|
376
384
|
maxframe/io/odpsio/__init__.py,sha256=P4CtAyeOmu5u1J8_tNPrSSY5jB3hBciC5c8N8PUmKsk,917
|
|
377
385
|
maxframe/io/odpsio/volumeio.py,sha256=3Vf7PqT7LZ7enbmzjJfk5Pc15Y5DShO5nBYhI1ZrBM8,2948
|
|
378
|
-
maxframe/io/odpsio/schema.py,sha256=
|
|
386
|
+
maxframe/io/odpsio/schema.py,sha256=v4tOHu_8hV_SLIXRT5KRPhyzEEflGROjY1XZz1nWzOs,15586
|
|
379
387
|
maxframe/io/odpsio/tests/test_tableio.py,sha256=7TPSkc1T5oDZhIzsf7obAb3EShTTCycjBQ81y8mftbo,5746
|
|
380
388
|
maxframe/io/odpsio/tests/__init__.py,sha256=YsJxv7HbG4YYJmqAJZPYb8iHFRQX5JGpGn2PInDXvY8,596
|
|
381
389
|
maxframe/io/odpsio/tests/test_schema.py,sha256=mYO7PX5uyOol9AGh5zZAp-VIuWfwQhMy7TGr_qiskSM,13880
|
|
@@ -397,7 +405,7 @@ maxframe/lib/compression.py,sha256=QPxWRp0Q2q33EQzY-Jfx_iz7SELax6fu3GTmyIVyjGY,1
|
|
|
397
405
|
maxframe/lib/__init__.py,sha256=spk1N3D3EL-0RyJDNlnwqHfQEW47lXL-rNDukcF6qlk,642
|
|
398
406
|
maxframe/lib/mmh3.pyi,sha256=R_MzTIyUSTn8TF4Gs2hRP7NSWfWi0SeuUauh4eZJc-g,1494
|
|
399
407
|
maxframe/lib/functools_compat.py,sha256=c3gOw--FLvQNbamt0V8oqsTNRhPlASPEOzhMrzA2was,2616
|
|
400
|
-
maxframe/lib/mmh3.cpython-310-darwin.so,sha256=
|
|
408
|
+
maxframe/lib/mmh3.cpython-310-darwin.so,sha256=la1oLC0XLpqtnniz24n68AIin8-w0fXHKnnj-g0GSss,119784
|
|
401
409
|
maxframe/lib/mmh3_src/mmh3module.cpp,sha256=9J9eA42eKWTl546fvfQPNuIM3B2jpWSADpgIw3tr2jg,11604
|
|
402
410
|
maxframe/lib/mmh3_src/MurmurHash3.h,sha256=lg5uXUFyMBge2BWRn0FgrqaCFCMfDWoTXD4PQtjHrMA,1263
|
|
403
411
|
maxframe/lib/mmh3_src/MurmurHash3.cpp,sha256=kgrteG44VSftwp5hhD7pyTENDRU9wI_DqLD1493-bP0,8096
|
|
@@ -431,10 +439,10 @@ maxframe/lib/filesystem/_oss_lib/handle.py,sha256=EqXngu4ScEvEzWoVhk8SdcFHVd3eth
|
|
|
431
439
|
maxframe/lib/filesystem/_oss_lib/__init__.py,sha256=YsJxv7HbG4YYJmqAJZPYb8iHFRQX5JGpGn2PInDXvY8,596
|
|
432
440
|
maxframe/lib/filesystem/_oss_lib/glob.py,sha256=ZAOPflY2zomCM7fKkrhG9qdULoyhHliBmbbmFaPvCKM,4837
|
|
433
441
|
maxframe/lib/filesystem/_oss_lib/common.py,sha256=zbhcqv_UKLHmk9cPT7T_9i43Uf2iz1DH_Uis8DJPOfs,6615
|
|
434
|
-
maxframe/lib/dtypes_extension/__init__.py,sha256=
|
|
435
|
-
maxframe/lib/dtypes_extension/dtypes.py,sha256=
|
|
442
|
+
maxframe/lib/dtypes_extension/__init__.py,sha256=xTGtTMm8c-h3lj3Bvbc2Oc08rScLfbrGkj-fkdRnTRM,671
|
|
443
|
+
maxframe/lib/dtypes_extension/dtypes.py,sha256=LYZ8XK0C5Anpz0VgIElhNLF_QgbPDF3dbUfKEaIck-s,2153
|
|
436
444
|
maxframe/lib/dtypes_extension/tests/__init__.py,sha256=YsJxv7HbG4YYJmqAJZPYb8iHFRQX5JGpGn2PInDXvY8,596
|
|
437
|
-
maxframe/lib/dtypes_extension/tests/test_dtypes.py,sha256=
|
|
445
|
+
maxframe/lib/dtypes_extension/tests/test_dtypes.py,sha256=V2s_6SzMjam11la_92y0a3m-EZE4KQ34TY_7VSH8CEg,1378
|
|
438
446
|
maxframe/lib/sparse/matrix.py,sha256=EjPVR8s8DgXnE7mMqAyZngNbFhobrrMbZLSYGHYzTVY,7154
|
|
439
447
|
maxframe/lib/sparse/vector.py,sha256=a7q1uMWlF8rs_2lNYvWzFmpWsnOlF_FjWAsPjIUutk4,4809
|
|
440
448
|
maxframe/lib/sparse/__init__.py,sha256=V2akd93BuaxrSMURjikfbOmlCD5C_wyzkuwqfvzaYlM,18058
|
|
@@ -455,13 +463,13 @@ maxframe/tensor/operators.py,sha256=cqluFvJVQVysOuhsP483qs1TdzOynDv0VAzu_e19xjc,
|
|
|
455
463
|
maxframe/tensor/statistics/quantile.py,sha256=-IxsspDcqfCVlcEHXkqKuCdB4IJrvfyS3i0UmyUSxr0,9467
|
|
456
464
|
maxframe/tensor/statistics/__init__.py,sha256=YsJxv7HbG4YYJmqAJZPYb8iHFRQX5JGpGn2PInDXvY8,596
|
|
457
465
|
maxframe/tensor/statistics/percentile.py,sha256=DMqIWDtCU012M-FILSgR1TmbLAgjRIzDCVK8qW8F58M,6047
|
|
458
|
-
maxframe/tensor/reshape/reshape.py,sha256=
|
|
466
|
+
maxframe/tensor/reshape/reshape.py,sha256=DKwqeeVqRmOSbvmg72zXzUp6QwbaUiZehu9mOePt5kE,6493
|
|
459
467
|
maxframe/tensor/reshape/__init__.py,sha256=jg3eWX7R6Hn2gD0vZHGhOLQoMTGZim9wrmpP4Xu_hc0,672
|
|
460
468
|
maxframe/tensor/reshape/tests/__init__.py,sha256=spk1N3D3EL-0RyJDNlnwqHfQEW47lXL-rNDukcF6qlk,642
|
|
461
469
|
maxframe/tensor/reshape/tests/test_reshape.py,sha256=81VD01r-HMxFsc6tG6Acxm8Xkq_k_BK7Jf5Gcx_HGLE,1103
|
|
462
470
|
maxframe/tensor/misc/astype.py,sha256=TdPtAxBXXhd7a3buR320MU3Z2vIk8MJruiAU4gGev54,4394
|
|
463
471
|
maxframe/tensor/misc/where.py,sha256=a1eimUtBZs7niNWYuy6VIPmt3LqRMNADSTbf3lO3fAw,4000
|
|
464
|
-
maxframe/tensor/misc/unique.py,sha256=
|
|
472
|
+
maxframe/tensor/misc/unique.py,sha256=FlpiONJbG187y7vceVRxsaSVeZsk9_C8daujzymC4N0,6805
|
|
465
473
|
maxframe/tensor/misc/__init__.py,sha256=X3jwzJXe3_7XgU8gnI7ETF2B8y1-v-lyt_jf7dCLtuY,1149
|
|
466
474
|
maxframe/tensor/misc/transpose.py,sha256=MiQW3G123acAIYUiVclGvSR5NGS-x0JbAzh4zVt4888,4020
|
|
467
475
|
maxframe/tensor/misc/atleast_3d.py,sha256=unXlEgoYuHcnzkBSr8UXWlJI_yteoqb-HSPyx_eoVeo,2392
|
|
@@ -487,7 +495,7 @@ maxframe/tensor/datasource/tests/test_datasource.py,sha256=vYbi7FfCX5Dsa93JHn91z
|
|
|
487
495
|
maxframe/tensor/datasource/tests/__init__.py,sha256=YsJxv7HbG4YYJmqAJZPYb8iHFRQX5JGpGn2PInDXvY8,596
|
|
488
496
|
maxframe/tensor/rechunk/__init__.py,sha256=r4ae0JUXxgHnRFpIfoFNpNEiQ7oUne1vhE5Ebov2Qqs,797
|
|
489
497
|
maxframe/tensor/rechunk/rechunk.py,sha256=VqOInL92Qd9u2dNyJRjGKt9sIQrMD6mrgNI2ucMGhO8,1392
|
|
490
|
-
maxframe/tensor/merge/concatenate.py,sha256=
|
|
498
|
+
maxframe/tensor/merge/concatenate.py,sha256=J_Qo-3_quPzq4qF_BXQDujVhU09A0uOwzV9vKUZ1GKs,3214
|
|
491
499
|
maxframe/tensor/merge/vstack.py,sha256=NhVnxCalp7ZFig6fubNmDeb5Cm4YMdBnJxh6_T7B9KY,2268
|
|
492
500
|
maxframe/tensor/merge/__init__.py,sha256=OioQKOEUP5nmaCgkHTZZPG7M7F8RHwJG3D5ycpz7604,686
|
|
493
501
|
maxframe/tensor/merge/stack.py,sha256=U7lP3lykETNXUBGQ5jVfAPVnR3qN0XebwOpaWsv5Mis,4145
|
maxframe_client/session/odps.py
CHANGED
|
@@ -68,6 +68,7 @@ from maxframe.utils import (
|
|
|
68
68
|
ToThreadMixin,
|
|
69
69
|
build_session_volume_name,
|
|
70
70
|
build_temp_table_name,
|
|
71
|
+
get_default_table_properties,
|
|
71
72
|
str_to_bool,
|
|
72
73
|
sync_pyodps_options,
|
|
73
74
|
)
|
|
@@ -229,6 +230,8 @@ class MaxFrameSession(ToThreadMixin, IsolatedAsyncSession):
|
|
|
229
230
|
lifecycle=options.session.temp_table_lifecycle,
|
|
230
231
|
hints=options.sql.settings,
|
|
231
232
|
if_not_exists=True,
|
|
233
|
+
table_properties=options.session.temp_table_properties
|
|
234
|
+
or get_default_table_properties(),
|
|
232
235
|
)
|
|
233
236
|
|
|
234
237
|
data = t.op.get_data()
|
|
File without changes
|