Skip to content

Commit

Permalink
patch release 0.28.1 (truera#1094)
Browse files Browse the repository at this point in the history
* Fixes to package build.

* bump version
  • Loading branch information
piotrm0 authored Apr 23, 2024
1 parent 3da0f6a commit 85d1ed5
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions trulens_eval/RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,16 @@ increment only the `patch` number. No releases have yet made a `major` version
increment. Those are expected to be major releases that introduce large number
of breaking changes.

## 0.28.1

### Bug fixes

* Fix for missing `alembic.ini` in package build.

## 0.28.0

### What's Changed

* Meta-eval / feedback functions benchmarking notebooks, ranking-based eval
utils, and docs update by @daniel-huang-1230 in
https://github.com/truera/trulens/pull/991
Expand All @@ -23,6 +30,7 @@ of breaking changes.
https://github.com/truera/trulens/pull/1072

### Bug fixes

* Queue fixed for python version lower than 3.9 by @arn-tru in
https://github.com/truera/trulens/pull/1066
* Fix test-tru by @piotrm0 in https://github.com/truera/trulens/pull/1070
Expand All @@ -34,6 +42,7 @@ of breaking changes.
* Docs fixes by @piotrm0 in https://github.com/truera/trulens/pull/1075

### Examples

* MongoDB Atlas quickstart by @joshreini1 in
https://github.com/truera/trulens/pull/1056
* OpenAI Assistants API (quickstart) by @joshreini1 in
Expand Down
2 changes: 1 addition & 1 deletion trulens_eval/trulens_eval/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
This top-level import includes everything to get started.
"""

__version_info__ = (0, 28, 0)
__version_info__ = (0, 28, 1)
"""Version number components for major, minor, patch."""

__version__ = '.'.join(map(str, __version_info__))
Expand Down

0 comments on commit 85d1ed5

Please sign in to comment.