@@ -10,6 +10,40 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
10
10
### [ Deprecated]
11
11
### [ Removed]
12
12
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
+
13
47
## [ 0.3.8] - 2023-10-18
14
48
15
49
* PR #1303 : v0.3.8 - new release
0 commit comments