Skip to content

Commit a5581d7

Browse files
author
semantic-release
committed
0.1.1
Automatically generated by python-semantic-release
1 parent 0ceaa10 commit a5581d7

File tree

3 files changed

+32
-2
lines changed

3 files changed

+32
-2
lines changed

CHANGELOG.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,36 @@
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

delphi/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "0.1.0"
1+
__version__ = "0.1.1"
22

33
import logging
44

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "eai-delphi"
7-
version = "0.1.0"
7+
version = "0.1.1"
88
description = "Automated Interpretability"
99
readme = "README.md"
1010
requires-python = ">=3.10"

0 commit comments

Comments
 (0)