| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| linux-aarch64-libchdb-static.tar.gz | 2026-01-27 | 228.0 MB | |
| linux-aarch64-libchdb.tar.gz | 2026-01-27 | 114.2 MB | |
| chdb-4.0.0-cp39-abi3-manylinux2014_aarch64.manylinux_2_17_aarch64.whl | 2026-01-27 | 116.4 MB | |
| macos-x86_64-libchdb-static.tar.gz | 2026-01-27 | 193.9 MB | |
| macos-x86_64-libchdb.tar.gz | 2026-01-27 | 100.6 MB | |
| chdb-4.0.0-cp39-abi3-macosx_10_15_x86_64.whl | 2026-01-27 | 96.9 MB | |
| linux-x86_64-libchdb-static.tar.gz | 2026-01-27 | 239.4 MB | |
| linux-x86_64-libchdb.tar.gz | 2026-01-27 | 147.3 MB | |
| chdb-4.0.0-cp39-abi3-manylinux2014_x86_64.manylinux_2_17_x86_64.whl | 2026-01-27 | 149.4 MB | |
| macos-arm64-libchdb-static.tar.gz | 2026-01-27 | 184.6 MB | |
| macos-arm64-libchdb.tar.gz | 2026-01-27 | 86.5 MB | |
| chdb-4.0.0-cp39-abi3-macosx_11_0_arm64.whl | 2026-01-27 | 84.2 MB | |
| README.md | 2026-01-27 | 4.3 kB | |
| v4.0.0 source code.tar.gz | 2026-01-27 | 19.3 MB | |
| v4.0.0 source code.zip | 2026-01-27 | 25.0 MB | |
| Totals: 15 Items | 1.8 GB | 0 | |
What's Changed
- Skip ci for draft pr by @wudidapaopao in https://github.com/chdb-io/chdb/pull/422
- Query results support direct output to Pandas DataFrames by @wudidapaopao in https://github.com/chdb-io/chdb/pull/415
- Support delta lake table function on linux arm platform by @wudidapaopao in https://github.com/chdb-io/chdb/pull/374
- Feat(docs): support generate markdown api docs. by @kafka1991 in https://github.com/chdb-io/chdb/pull/389
- Feat(parallel): Support parallel sql executed by @kafka1991 in https://github.com/chdb-io/chdb/pull/405
- Support cross-compilation for macOS by @wudidapaopao in https://github.com/chdb-io/chdb/pull/428
- Fix column missing issue in Pandas DataFrame output by @wudidapaopao in https://github.com/chdb-io/chdb/pull/432
- Fix bump version by @wudidapaopao in https://github.com/chdb-io/chdb/pull/433
- Skip storage stats test by @wudidapaopao in https://github.com/chdb-io/chdb/pull/434
- Fix memory tracker on macOS by @wudidapaopao in https://github.com/chdb-io/chdb/pull/435
- Skip unstable network url query tests on musl Linux by @wudidapaopao in https://github.com/chdb-io/chdb/pull/438
- Use self hosted test instance by @wudidapaopao in https://github.com/chdb-io/chdb/pull/425
- feat: add support for ClickHouse's query parameters in python binding by @niyue in https://github.com/chdb-io/chdb/pull/437
- Fix query dataframe with datetime type by @wudidapaopao in https://github.com/chdb-io/chdb/pull/444
- Fix delta lake test by @wudidapaopao in https://github.com/chdb-io/chdb/pull/445
- Fix the code signing issue for the macOS package by @wudidapaopao in https://github.com/chdb-io/chdb/pull/446
- feat: Support AI-assisted SQL generation via ClickHouse client integration by @niyue in https://github.com/chdb-io/chdb/pull/440
- Improve null handling for pandas DataFrame columns by @wudidapaopao in https://github.com/chdb-io/chdb/pull/453
- Cleanup unused files in package by @wudidapaopao in https://github.com/chdb-io/chdb/pull/449
- Hide symbol to reduce package size by @wudidapaopao in https://github.com/chdb-io/chdb/pull/441
- DataFrame output: omit timezone by default, NaN for float nulls by @wudidapaopao in https://github.com/chdb-io/chdb/pull/458
- Fix querying _row_number column in Parquet file by @wudidapaopao in https://github.com/chdb-io/chdb/pull/457
- Fix loss of nullability for DataFrame columns by @wudidapaopao in https://github.com/chdb-io/chdb/pull/464
- Fix concurrency issues in chDB concurrent queries by @wudidapaopao in https://github.com/chdb-io/chdb/pull/466
- Optimize performance of DataFrame string queries by @wudidapaopao in https://github.com/chdb-io/chdb/pull/468
- Enhance EmbeddedServer thread safety management by @wudidapaopao in https://github.com/chdb-io/chdb/pull/471
- Fix connection close issue by @auxten in https://github.com/chdb-io/chdb/pull/470
- Fix CI failure: test_query_in_thread (StorageURL incorrect distributed setup) by @wudidapaopao in https://github.com/chdb-io/chdb/pull/463
- Add _row_id virtual column for Pandas DataFrame by @wudidapaopao in https://github.com/chdb-io/chdb/pull/472
- Fix crash when closing connection by @wudidapaopao in https://github.com/chdb-io/chdb/pull/477
- Fix DataFrame output with binary type by @wudidapaopao in https://github.com/chdb-io/chdb/pull/481
- Disable sample probability in memory tracker by @wudidapaopao in https://github.com/chdb-io/chdb/pull/479
- Support querying on sliced DataFrame by @wudidapaopao in https://github.com/chdb-io/chdb/pull/480
- Support pandas StringDtype columns in DataFrame query by @wudidapaopao in https://github.com/chdb-io/chdb/pull/484
- Add chdb_client_name config option to identify chDB requests to remote ClickHouse by @wudidapaopao in https://github.com/chdb-io/chdb/pull/495
- Support for querying on Pandas Categorical columns by @wudidapaopao in https://github.com/chdb-io/chdb/pull/490
- Remove musllinux build pipeline by @auxten in https://github.com/chdb-io/chdb/pull/497
- Add DataStore - Pandas-compatible API with automatic SQL generation by @auxten in https://github.com/chdb-io/chdb/pull/496
New Contributors
- @niyue made their first contribution in https://github.com/chdb-io/chdb/pull/437
Full Changelog: https://github.com/chdb-io/chdb/compare/v3.7.2...v4.0.0