chdb 2.0.4__cp312-cp312-macosx_10_15_x86_64.whl → 2.1.1__cp312-cp312-macosx_10_15_x86_64.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
@@ -18,7 +18,7 @@ _process_result_format_funs = {
18
18
  # UDF script path will be f"{g_udf_path}/{func_name}.py"
19
19
  g_udf_path = ""
20
20
 
21
- chdb_version = ('2', '0', '4')
21
+ chdb_version = ('2', '1', '1')
22
22
  if sys.version_info[:2] >= (3, 7):
23
23
  # get the path of the current file
24
24
  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: 2.0.4
3
+ Version: 2.1.1
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=WGbGowlk3N7Z2_yTxNJNjapQSVz6QjXgk-WX7QZRp-o,2923
1
+ chdb/__init__.py,sha256=WoHYwRMh_xAz1NY8zkt2Nv0ZedTgUjQeR6Rivppk7DE,2923
2
2
  chdb/__main__.py,sha256=xNNtDY38d973YM5dlxiIazcqqKhXJSpNb7JflyyrXGE,1185
3
- chdb/_chdb.cpython-312-darwin.so,sha256=h5C-eO2Xx49Y4w3f4lXmWHlVkwAuTM5vZJ-ctWZkuz0,379673456
3
+ chdb/_chdb.cpython-312-darwin.so,sha256=jFJPRy-WEEv7eKQO2YIlxSAkNMSiyGpON7bI0BaGzEk,421898884
4
4
  chdb/rwabc.py,sha256=tbiwCrXirfrfx46wCJxS64yvFe6pVWIPGdSuvrAL5Ys,2102
5
5
  chdb/dataframe/__init__.py,sha256=1_mrZZiJwqBTnH_P8_FCbbYXIWWY5sxnaFpe3-tDLF4,680
6
6
  chdb/dataframe/query.py,sha256=ggvE8A5vtabFg9gSTp99S7LCrnIEwbWtb-PtJVT8Ct0,12759
@@ -18,8 +18,8 @@ chdb/udf/__init__.py,sha256=qSMaPEre7w1pYz8uJ-iZtuu8wYOUNRcI_8UNuaOymGE,80
18
18
  chdb/udf/udf.py,sha256=z0A1RmyZrx55bykpvvS-LpVt1lMrQOexjvU5zxCdCSA,3935
19
19
  chdb/utils/__init__.py,sha256=bC1m0_bbbl4Eqis0t_qt5s7hySriU7vsO1_sx7JFbGU,158
20
20
  chdb/utils/types.py,sha256=MGLFIjoDvu7Uc2Wy8EDY60jjue66HmMPxbhrujjrZxQ,7530
21
- chdb-2.0.4.dist-info/LICENSE.txt,sha256=isYVtNCO5910aj6e9bJJ6kQceivkLqsMlFSNYwzGGKI,11366
22
- chdb-2.0.4.dist-info/METADATA,sha256=bHvhxtQEHzCGz_nA5abnnFQ7imJmpwlSEkec_kPB-qY,14944
23
- chdb-2.0.4.dist-info/WHEEL,sha256=w0gpb9k-zdHMVbeHbM4D2jLcxTUDtTDPh87PopL2ZoY,111
24
- chdb-2.0.4.dist-info/top_level.txt,sha256=se0Jj0A2-ijfMW51hIjiuNyDJPqy5xJU1G8a_IEdllI,11
25
- chdb-2.0.4.dist-info/RECORD,,
21
+ chdb-2.1.1.dist-info/LICENSE.txt,sha256=isYVtNCO5910aj6e9bJJ6kQceivkLqsMlFSNYwzGGKI,11366
22
+ chdb-2.1.1.dist-info/METADATA,sha256=l0tJPTzemw1dtkkOy7XBMjuw2THbdcgDW4V2mgJ-2t4,14944
23
+ chdb-2.1.1.dist-info/WHEEL,sha256=8DqAAFib-k8AgAVgXJqAJJrPJgb1A3UmxC0UwsJlZk4,111
24
+ chdb-2.1.1.dist-info/top_level.txt,sha256=se0Jj0A2-ijfMW51hIjiuNyDJPqy5xJU1G8a_IEdllI,11
25
+ chdb-2.1.1.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: setuptools (75.1.0)
2
+ Generator: setuptools (75.2.0)
3
3
  Root-Is-Purelib: false
4
4
  Tag: cp312-cp312-macosx_10_15_x86_64
5
5