Releases: chdb-io/chdb
Releases · chdb-io/chdb
v0.7.0
What's Changed
- Fix parallel test and test more in mac arm64 build by @auxten in #21
- Add function: chdb() to return version by @lmangani in #25
- Add server example by @lmangani in #27
- Add format example in readme code by @laodouya in #24
- Chinese readme by @auxten in #29
- Enable jemalloc in linux x86_64 build by @auxten in #22
New Contributors
Full Changelog: v0.6.2...v0.7.0
v0.6.2
v0.6.0
What's Changed
- Make mac-arm64 for apple silicon(M1, M2) by @auxten in #3
- Added Dataframe output format by @nmreadelf in #6
- Add to pandas example by @auxten in #5
- AWS Lambda compatibility by @lmangani in #9
- Fix build_mac_arm64.sh by @auxten in #10
- Try import pyarrow and pandas when necessary by @auxten in #13
- Automatic fix chdb_version = (0, 5, 0) in init.py in setup.py
- Try importing pyarrow and pandas when necessary, tell user to install them if import error.
New Contributors
- @nmreadelf made their first contribution in #6
- @lmangani made their first contribution in #9
Full Changelog: v0.4.0...v0.6.0