Skip to content

Commit f6f3dda

Browse files
github-actions[bot]jiashenCjarulraj
authored
Bump Version to v0.3.10+dev (#1371)
Bump Version to v0.3.10+dev --------- Co-authored-by: Jiashen Cao <[email protected]> Co-authored-by: Joy Arulraj <[email protected]>
1 parent 8a8fc46 commit f6f3dda

File tree

2 files changed

+35
-1
lines changed

2 files changed

+35
-1
lines changed

CHANGELOG.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,40 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1010
### [Deprecated]
1111
### [Removed]
1212

13+
## [0.3.9] - 2023-11-19
14+
15+
* PR #1367: v0.3.9 - new release
16+
* PR #1368: Migrate ChatGPT function to openai v1.0
17+
* PR #1361: Adding changes for Flaml Sklearn integration
18+
* PR #1258: Add feedback for forecasting
19+
* PR #1364: Fix python3.8 failing testcases due to type hint
20+
* PR #1308: Job scheduler implementation
21+
* PR #1352: Make Logic Operators Case Insensitve
22+
* PR #1342: Add train scores for ludwig in the create function handler.
23+
* PR #1067: Verified that issue #1067 is resolved and added documentation for load pdf functionality.
24+
* PR #1334: logging an error message for invalid files while loading
25+
* PR #1330: [WIP] Improving error handling messages for Custom Functions
26+
* PR #1033: feat: third party app support in EVADB
27+
* PR #1339: Support semicolon and escaped strings in lark
28+
* PR #1337: CREATE INDEX IF NOT EXISTS is broken.
29+
* PR #1333: Fix #1333 dependency and CMD in DockerFile
30+
* PR #1336: Add test_eva_db to gitignore
31+
* PR #1327: Add the validation score and training time for create_function in XGBoost
32+
* PR #1322: String Helper functions in EvaDB
33+
* PR #1321: REST API Documentation
34+
* PR #1323: Added docs for SET and SHOW CONFIG query
35+
* PR #1316: Adding colab notebook for XGBoost Regression and Classification
36+
* PR #1269: Add Milvus integration for vector create and search
37+
* PR #1319: refactor: code refactor
38+
* PR #1298: Convert nested join in Vector Queries to Pandas Merge.
39+
* PR #1305: Starting the changes for XGBoost classification integration.
40+
* PR #1289: SnowFlake Integration for EvaDB
41+
* PR #1307: Fix: minor typo
42+
* PR #1272: Configuration Manager Redesign
43+
* PR #1283: Fix current issues with forecasting
44+
* PR #1304: Bump Version to v0.3.9+dev
45+
* PR #1303: v0.3.8 - new release
46+
1347
## [0.3.8] - 2023-10-18
1448

1549
* PR #1303: v0.3.8 - new release

evadb/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
_MAJOR = "0"
22
_MINOR = "3"
3-
_REVISION = "9"
3+
_REVISION = "10+dev"
44

55
VERSION_SHORT = f"{_MAJOR}.{_MINOR}"
66
VERSION = f"{_MAJOR}.{_MINOR}.{_REVISION}"

0 commit comments

Comments
 (0)