Skip to content

Commit c81d9d8

Browse files
committed
Updates
1 parent 59377b3 commit c81d9d8

File tree

3 files changed

+13
-1
lines changed

3 files changed

+13
-1
lines changed

.changeset/pre.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
"changesets": [
1111
"0000-export-command-change",
1212
"0000-in-memory-default",
13+
"0000-levenshtein-scorer",
1314
"0000-optional-scorer-name",
1415
"0000-remove-implicit-vitest-config",
1516
"0000-remove-streaming",
@@ -19,6 +20,7 @@
1920
"angry-dogs-sort",
2021
"long-olives-give",
2122
"real-phones-join",
23+
"sixty-jeans-melt",
2224
"table-rendering",
2325
"thick-birds-design",
2426
"wet-clocks-camp"

packages/evalite/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# evalite
22

3+
## 1.0.0-beta.1
4+
5+
### Major Changes
6+
7+
- b64d1bb: Dropped compatibility with autoevals, and implemented our own built-in library of scorers.
8+
9+
### Patch Changes
10+
11+
- 6033c8c: Added Levenshtein distance scorer for fuzzy string matching
12+
313
## 1.0.0-beta.0
414

515
### Major Changes

packages/evalite/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "evalite",
3-
"version": "1.0.0-beta.0",
3+
"version": "1.0.0-beta.1",
44
"type": "module",
55
"description": "Test your LLM-powered apps with a TypeScript-native, Vitest-based eval runner. No API key required.",
66
"homepage": "https://evalite.dev",

0 commit comments

Comments
 (0)