Skip to content

Releases: chdb-io/chdb

v0.13.0

17 Aug 11:04
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.12.0...v0.13.0

v0.12.0

17 Aug 06:12
c330249
Compare
Choose a tag to compare

What's Changed

  • Query on multiple Pandas DataFrame by @auxten in #89

Full Changelog: https://github.com/chdb-io/chdb/commits/v0.12.0

v0.11.5

09 Aug 15:32
bb5ecac
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.11.4...v0.11.5

v0.11.4

24 Jul 14:59
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.11.3...v0.11.4

v0.11.3

23 Jul 13:13
c372b3e
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.11.2...v0.11.3

v0.11.2

22 Jul 12:48
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.11.1...v0.11.2

v0.11.1

17 Jul 10:03
Compare
Choose a tag to compare

What's Changed

  • Fix query in thread triggering recursive lock exception by @auxten in #61

Full Changelog: v0.11.0...v0.11.1

Rebase chdb onto ClickHouse 23.6 馃殌

16 Jul 11:18
Compare
Choose a tag to compare
  • 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 and memoryview_wrapper to hold local_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

26 Jun 12:29
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.10.2...v0.10.3

v0.10.2

15 Jun 11:49
beb5abc
Compare
Choose a tag to compare

What's Changed

  • Fix empty buffer or memoryview handling by @auxten in #41

Full Changelog: v0.10.1...v0.10.2