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 11# CHANGELOG
22
33
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+
434## v0.1.0 (2025-06-17)
535
636### Features
Original file line number Diff line number Diff line change 1- __version__ = "0.1.0 "
1+ __version__ = "0.1.1 "
22
33import logging
44
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " eai-delphi"
7- version = " 0.1.0 "
7+ version = " 0.1.1 "
88description = " Automated Interpretability"
99readme = " README.md"
1010requires-python = " >=3.10"
You can’t perform that action at this time.
0 commit comments