Releases: chdb-io/chdb
Releases · chdb-io/chdb
v0.14.1
What's Changed
- Add CHDB_VERSION for cmake by @nmreadelf and @lmangani in #96
- Enable output_format_arrow_string_as_string for default by @nmreadelf in #98
- Strip library/wheels by @lmangani in #99
- Support UDF in Python by @auxten in #100
- Fix minor test coverage by @auxten
Full Changelog: v0.13.0...v0.14.0
v0.14.0
What's Changed
- Add CHDB_VERSION for cmake by @nmreadelf in #96
- Enable output_format_arrow_string_as_string for default by @nmreadelf in #98
- Strip library/wheels by @lmangani in #99
- Support UDF in Python by @auxten in #100
Full Changelog: v0.13.0...v0.14.0
v0.13.0
v0.12.0
v0.11.5
What's Changed
- Try fix jemalloc on aarch64 by @auxten in #69
- Fix arm64 linux by @auxten in #71
- Broader aarch64 compatibility by @lmangani in #77
- Plain ARM64 wheel builder by @lmangani in #79
- Add arm64 linux build by @nmreadelf in #70
- Populate global UDF settings ClickHouse PR #52643 by @lmangani in #81
- Fix stateful mergetree by @auxten in #83
Full Changelog: v0.11.4...v0.11.5
v0.11.4
v0.11.3
v0.11.2
What's Changed
- ChDB_TPCH_SF10_Queries by @reema93jain in #63
- Fix 0.11 issues by @auxten in #66
New Contributors
- @reema93jain made their first contribution in #63
Full Changelog: v0.11.1...v0.11.2
v0.11.1
Rebase chdb onto ClickHouse 23.6 🚀
- Rebase chdb onto ClickHouse 23.6 🚀 @auxten
- Max sleep time to 120s for easy debug
- Disable thin-lto for now
- Fix tls issue and use PIC and PIE
- Optimize test_parallel
- Fix all get_memview.tobytes
- Add pandas dataframe example
- Make free_result not delete result pointer
- Do nothing on StaticThreadPool re-initialize
- Fix data path in example
- Fix test data path
- Add necessary alltypes_dictionary.parquet
- Enable brotli
- Refactor LocalChdb: @auxten
- Fix memoryview gc issue
- Add
__str____len____repr__for query_result - Use
query_resultandmemoryview_wrapperto holdlocal_result_wrapperwith shared_ptr - C++ style
queryToBuffer
- Add "Debug" as a format to enable ClickHouse debug mode @auxten
- Do not build on changes to the tests/ folder @lmangani