File tree Expand file tree Collapse file tree 3 files changed +32
-2
lines changed Expand file tree Collapse file tree 3 files changed +32
-2
lines changed Original file line number Diff line number Diff line change 1
1
# CHANGELOG
2
2
3
3
4
+ ## v0.1.1 (2025-08-27)
5
+
6
+ ### Bug Fixes
7
+
8
+ - Make simulator workable
9
+ ([ ` 0ceaa10 ` ] ( https://github.com/EleutherAI/delphi/commit/0ceaa10bd7b1b7beb411c488ff348c06fb868a67 ) )
10
+
11
+ * bump vllm dependency to latest
12
+
13
+ * change simulation scoring default to all at once for local models
14
+
15
+ * use Role class instead of hardcoding
16
+
17
+ * delete old oai simulator scorer
18
+
19
+ * refactor
20
+
21
+ * [ pre-commit.ci] auto fixes from pre-commit.com hooks
22
+
23
+ for more information, see https://pre-commit.ci
24
+
25
+ * linter fix
26
+
27
+ * replace lambda with function
28
+
29
+ ---------
30
+
31
+ Co-authored-by: pre-commit-ci[ bot] <66853113+pre-commit-ci[ bot] @users .noreply.github.com>
32
+
33
+
4
34
## v0.1.0 (2025-06-17)
5
35
6
36
### Features
Original file line number Diff line number Diff line change 1
- __version__ = "0.1.0 "
1
+ __version__ = "0.1.1 "
2
2
3
3
import logging
4
4
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
5
5
[project ]
6
6
name = " eai-delphi"
7
- version = " 0.1.0 "
7
+ version = " 0.1.1 "
8
8
description = " Automated Interpretability"
9
9
readme = " README.md"
10
10
requires-python = " >=3.10"
You can’t perform that action at this time.
0 commit comments