Skip to content

Commit

Permalink
prepare 0.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Baoqi committed Sep 10, 2021
1 parent 7dfc995 commit c35177f
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
# CHANGELOG


## 0.13.0 (release at 2021-09-10)

0.13.x works with duckdb 0.2.9

changes:

- add new command option "–useReadParquetInPython" to indicate whether to use pandas.read\_parquet() for python tasks, default false (use duckdb to read input data in python). Note: if set to true, need to install pyarrow & fastparquet library in python
## 0.12.x is skipped due to duckdb 0.2.8 not pushed to maven
## 0.11.0 (release at 2021-06-16)
0.11.x works with duckdb 0.2.7
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@

<https://github.com/GuandataOSS/universe-lite/releases>

其中 0.11.x如果需要使用 python任务或者python插件任务需要python中安装对应的 duckdb 0.2.7 版本
其中 0.13.x如果需要使用 python任务或者python插件任务需要python中安装对应的 duckdb 0.2.9 版本

文件

- universe-lite-0.11.1.jar: works on Linux, Windows & Mac, depends on JDK 8 or above
- universe-lite-0.11.1: native image on 64bit linux, don't depend on JDK
- universe-lite-0.13.0.jar: works on Linux, Windows & Mac, depends on JDK 8 or above
- universe-lite-0.13.0: native image on 64bit linux, don't depend on JDK


# 项目背景
Expand Down

0 comments on commit c35177f

Please sign in to comment.