Skip to content

Tags: jjyuhub/evals

Tags

1.0.3

bump version

1.0.3.post1

bump version

1.0.2

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
no-evals-pypi branch will be default / earlier version number for pypi

1.0.2.post1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update pyproject.toml (openai#666)

For pypi, we can have the install process be:
```
pip install evals==1.0.2 # stable release with no data, distributed from `no-evals-pypi`
pip install evals==1.0.2.post1 # post-release identifier, with data, distributed from `main`
```
`pip install evals` will then install `1.0.2.post1` by default
(including data) as the latest stable release.

Repeat process for each stable release

1.0.1

bump patch version

0.1.1

v0.1.1