Releases: chdb-io/chdb
Releases · chdb-io/chdb
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_result
andmemoryview_wrapper
to holdlocal_result_wrapper
with 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
v0.10.3
v0.10.2
v0.10.1
v0.10.0
What's Changed
- Query on pandas dataframe and query result by @auxten in #36
- Add Table class with can init from various ways, and query, to_pandas functions. For detail see: #34 @auxten
- Add Arrow, ArrowSteam type output tests in the basic test. @auxten
- Drop support for Python 3.7
Full Changelog: v0.9.0...v0.10.0