Skip to content

Commit 16a35aa

Browse files
authored
release 0.3.2 (#962)
1 parent 02cbb39 commit 16a35aa

File tree

2 files changed

+35
-1
lines changed

2 files changed

+35
-1
lines changed

CHANGELOG.md

+34
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.2] - 2023-08-25
14+
15+
* PR #953: docs: Fix User Reference and Dev Guide
16+
* PR #952: docs: Update PULL_REQUEST_TEMPLATE.md
17+
* PR #951: docs: updated overview and usecases
18+
* PR #950: docs: improve the docs
19+
* PR #943: Auto drop row id for `CREATE UDF xxx FROM
20+
* PR #945: fix: circle ci pip + setuptools conflict
21+
* PR #942: feat: select from native database
22+
* PR #921: fix: more detailed YouTube QA app blog generator
23+
* PR #940: feat: update ci test for third party integration
24+
* PR #941: chore
25+
* PR #935: Ludwig-based model train and tune support.
26+
* PR #937: feat: integration for pg_handler added
27+
* PR #939: Hot Fix for Fuzzy Join
28+
* PR #936: Use statement
29+
* PR #938: pydantic > 2 conflicts with ray
30+
* PR #932: feat: postgres integration - create database
31+
* PR #931: Revert "Revert "Fix benchmark documentation
32+
* PR #931: Revert "Fix benchmark documentation
33+
* PR #931: Fix benchmark documentation
34+
* PR #930: Text summarization benchmark with MindsDB and EvaDB
35+
* PR #929: Fix problems found when running hugging face text summariztion model on large input.
36+
* PR #928: feat: improve the use case doc
37+
* PR #927: chore
38+
* PR #925: chore
39+
* PR #926: chore
40+
* PR #924: fix tutorials 11-similarity-search-for-motif-mining.ipynb
41+
* PR #922: feat : Run EvaDB on Postgres
42+
* PR #919: chore: redirect to evadb
43+
* PR #918: docs: updates
44+
* PR #916: Bump v0.3.2+dev
45+
* PR #915: Release 0.3.1
46+
1347
## [0.3.1] - 2023-06-30
1448

1549
* PR #913: fix: motif_mining query

evadb/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
_MAJOR = "0"
22
_MINOR = "3"
3-
_REVISION = "2+dev"
3+
_REVISION = "2"
44

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

0 commit comments

Comments
 (0)