What's Changed
Features
- Feat(upgrade): update ch core to v25.8.2.29 by @kafka1991 in https://github.com/chdb-io/chdb/pull/383
- Support buildind for Python 3.14 by @wudidapaopao in https://github.com/chdb-io/chdb/pull/401
Performance
- Optimize the efficiency of chdb's ArrowTable reading and writing by @wudidapaopao in https://github.com/chdb-io/chdb/pull/385
Bug Fixes
- Fix query pandas data frame with index by @wudidapaopao in https://github.com/chdb-io/chdb/pull/381
- Fix(api): catch exception for c-bind
connect_chdbby @kafka1991 in https://github.com/chdb-io/chdb/pull/379 - Fix arrow date format by @wudidapaopao in https://github.com/chdb-io/chdb/pull/382
- Fix tests on musl by @wudidapaopao in https://github.com/chdb-io/chdb/pull/406
- Fix uploading musl package by @wudidapaopao in https://github.com/chdb-io/chdb/pull/410
- Fix(conn): Add context manager support for connection handling by @kafka1991 in https://github.com/chdb-io/chdb/pull/394
- Fix(jupyter):use non-blocking stdin check to prevent hanging by @kafka1991 in https://github.com/chdb-io/chdb/pull/380
Documentation
- feat(docs): add chdb sphinx docs. by @kafka1991 in https://github.com/chdb-io/chdb/pull/375
- fix(docs): enhance Sphinx documentation configuration to fix
readthedocs's rendering issues by @kafka1991 in https://github.com/chdb-io/chdb/pull/377
Build/Dependencies
- Verify SQLite dependencies by @wudidapaopao in https://github.com/chdb-io/chdb/pull/392
- build_static_lib and build use same build output dir by @wudidapaopao in https://github.com/chdb-io/chdb/pull/404
- Add musl linux python package by @wudidapaopao in https://github.com/chdb-io/chdb/pull/399
- Update pyproject.toml by @wudidapaopao in https://github.com/chdb-io/chdb/pull/412
- Use macos-14 arm and fix pipeline by @auxten in https://github.com/chdb-io/chdb/pull/398
Full Changelog: https://github.com/chdb-io/chdb/compare/v3.6.0...v3.7.1