Skip to content

Commit

Permalink
Bump Version to v0.3.8+dev (#1241)
Browse files Browse the repository at this point in the history
Bump Version to v0.3.8+dev

---------

Co-authored-by: Jiashen Cao <[email protected]>
  • Loading branch information
github-actions[bot] and jiashenC authored Sep 30, 2023
1 parent 338cb3b commit 567ab49
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 2 deletions.
34 changes: 34 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,40 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### [Deprecated]
### [Removed]

## [0.3.7] - 2023-09-30

* PR #1239: release 0.3.7
* PR #1238: Revert "add stable diffusion integration"
* PR #1111: add stable diffusion integration
* PR #1228: fix: improve messaging and fix bugs
* PR #1230: Force fresh .testmondata cache
* PR #1229: Fix staging CI setup
* PR #1225: fix: merging dataframes with None value
* PR #1223: fix: native db bugs
* PR #1209: feat: add testmon in pytest
* PR #1201: Improve Documentation For Model Training
* PR #1210: chore
* PR #1212: fix: 1199 enhance similarity search test to make index is used
* PR #1211: fix: evadb_client fails on launch
* PR #1203: fix: chatgpt exact cache
* PR #1208: fix: if create table fails, we were not cleaning the entry in catalog
* PR #1204: feat: print error msg if creating built-in functions failed
* PR #1180: Adding SET statement for configuration management
* PR #1198: Chroma vector store
* PR #1162: Adding support for Sklearn linear regression in EvaDB
* PR #1196: bug: fix links in model training notebook
* PR #1167: Model training Colab Notebook
* PR #1185: Add support for function calls without input arguments: `FUNC
* PR #1192: Skip pinecone test if pinecone is not installed
* PR #1191: fix: unclosed file error
* PR #1190: fix: release change log
* PR #1153: feat: integrate with pgvector
* PR #1135: Pinecone vector store
* PR #1165: bug: drop bug fix
* PR #1168: LLM app fixes
* PR #1182: Bump Version to v0.3.7+dev
* PR #1181: releass: bump a version further to skip cached wheel

## [0.3.6] - 2023-09-21

* PR #1181: releass: bump a version further to skip cached wheel
Expand Down
4 changes: 2 additions & 2 deletions evadb/version.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
_MAJOR = "0"
_MINOR = "3"
_REVISION = "7"
_REVISION = "8+dev"

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

0 comments on commit 567ab49

Please sign in to comment.