Skip to content

Commit

Permalink
[RELEASE]: v0.1.4 (#570)
Browse files Browse the repository at this point in the history
  • Loading branch information
jiashenC committed Jan 28, 2023
1 parent 16ebad3 commit b725a44
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,27 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### [Deprecated]
### [Removed]

## [0.1.4] - 2023-01-28
### [Added]

* PR #559: Added Order By + Limit to FaissIndexScan optimization rule.
* PR #552: Added expression signature.
* PR #551: Added support for aggregation, toxicity detection, and querying based on video timestamps.
* PR #557: Update documentation for notebook.
* PR #562: Added benchmark and server tests.
* PR #565: Updated rule and expression implementations.
* PR #560: Added UDF for ASL recognition.

### [Changed]

* PR #558: fix: emotion analysis colab link.
* PR #561: fix: Circlie CI error.
* PR #553: fix: secondary index and udf expression signature in index.

### [Deprecated]

### [Removed]

## [0.1.3] - 2023-01-02
### [Added]

Expand Down
2 changes: 1 addition & 1 deletion eva/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

_MAJOR = "0"
_MINOR = "1"
_REVISION = "4+dev"
_REVISION = "4"

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

0 comments on commit b725a44

Please sign in to comment.