Tags: whaleloops/evals
Tags
Release 3.0.0 (openai#1520) Release 3.0.0 of evals. This is a major version bump because openai#1514 was a breaking change to how we handle zstd files
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