chdb 3.0.1__cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl → 3.1.0__cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.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 chdb might be problematic. Click here for more details.

chdb/__init__.py CHANGED
@@ -19,7 +19,7 @@ _process_result_format_funs = {
19
19
  # UDF script path will be f"{g_udf_path}/{func_name}.py"
20
20
  g_udf_path = ""
21
21
 
22
- chdb_version = ('3', '0', '1')
22
+ chdb_version = ('3', '1', '0')
23
23
  if sys.version_info[:2] >= (3, 7):
24
24
  # get the path of the current file
25
25
  current_path = os.path.dirname(os.path.abspath(__file__))
Binary file
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: chdb
3
- Version: 3.0.1
3
+ Version: 3.1.0
4
4
  Summary: chDB is an in-process SQL OLAP Engine powered by ClickHouse
5
5
  Home-page: https://github.com/chdb-io/chdb
6
6
  Author: auxten
@@ -1,6 +1,6 @@
1
- chdb/__init__.py,sha256=6nRIwbUg4kHRY8E8EQzDv2wT-IyR0-tsr3Mu3n_Mi9Q,3762
1
+ chdb/__init__.py,sha256=P2TgVZoELhpe-zVd_HLI9jlotBpIbtrjA5Cgi64Ap-M,3762
2
2
  chdb/rwabc.py,sha256=tbiwCrXirfrfx46wCJxS64yvFe6pVWIPGdSuvrAL5Ys,2102
3
- chdb/_chdb.cpython-38-aarch64-linux-gnu.so,sha256=Cx85e8dWnRO9cZ1BrCgfg_XL32XAHR_F4zks77g6pKg,533362568
3
+ chdb/_chdb.cpython-38-aarch64-linux-gnu.so,sha256=s_V7Q_90yI-VcOBGL2IK4ZCbL55wRRxmP1omRAka-C4,533362416
4
4
  chdb/__main__.py,sha256=xNNtDY38d973YM5dlxiIazcqqKhXJSpNb7JflyyrXGE,1185
5
5
  chdb/utils/__init__.py,sha256=tXRcwBRGW2YQNBZWV4Mitw5QlCu_qlSRCjllw15XHbs,171
6
6
  chdb/utils/types.py,sha256=MGLFIjoDvu7Uc2Wy8EDY60jjue66HmMPxbhrujjrZxQ,7530
@@ -21,8 +21,8 @@ chdb/dbapi/times.py,sha256=_qXgDaYwsHntvpIKSKXp1rrYIgtq6Z9pLyLnO2XNoL0,360
21
21
  chdb/dbapi/connections.py,sha256=4RBO0h-B149xEicE8cXSSJl9wpXa4FQMY_4SghgEvCw,2762
22
22
  chdb/dbapi/constants/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
23
23
  chdb/dbapi/constants/FIELD_TYPE.py,sha256=ytFzgAnGmb9hvdsBlnK68qdZv_a6jYFIXT6VSAb60z8,370
24
- chdb-3.0.1.dist-info/WHEEL,sha256=kXl2s4Qckbq-p8Z4uiL35quKbwl-GQoXbtqNVM-5MKM,149
25
- chdb-3.0.1.dist-info/top_level.txt,sha256=se0Jj0A2-ijfMW51hIjiuNyDJPqy5xJU1G8a_IEdllI,11
26
- chdb-3.0.1.dist-info/LICENSE.txt,sha256=isYVtNCO5910aj6e9bJJ6kQceivkLqsMlFSNYwzGGKI,11366
27
- chdb-3.0.1.dist-info/METADATA,sha256=uD6otadSOOr1TqbZqF8b2hXdAoQIOM3hen45vabvQa0,19444
28
- chdb-3.0.1.dist-info/RECORD,,
24
+ chdb-3.1.0.dist-info/WHEEL,sha256=kXl2s4Qckbq-p8Z4uiL35quKbwl-GQoXbtqNVM-5MKM,149
25
+ chdb-3.1.0.dist-info/top_level.txt,sha256=se0Jj0A2-ijfMW51hIjiuNyDJPqy5xJU1G8a_IEdllI,11
26
+ chdb-3.1.0.dist-info/LICENSE.txt,sha256=isYVtNCO5910aj6e9bJJ6kQceivkLqsMlFSNYwzGGKI,11366
27
+ chdb-3.1.0.dist-info/METADATA,sha256=f20AXTJEQn9hegYIUOjY3y6pFCpT3mp8yUU_vkJ8mXw,19444
28
+ chdb-3.1.0.dist-info/RECORD,,
File without changes