File tree Expand file tree Collapse file tree 3 files changed +24
-2
lines changed Expand file tree Collapse file tree 3 files changed +24
-2
lines changed Original file line number Diff line number Diff line change 1
1
# CHANGELOG
2
2
3
3
4
+ ## v0.1.0 (2025-06-17)
5
+
6
+ ### Features
7
+
8
+ - Replaces print with logging ([ #136 ] ( https://github.com/EleutherAI/delphi/pull/136 ) ,
9
+ [ ` 431d654 ` ] ( https://github.com/EleutherAI/delphi/commit/431d6546c3a3a4ede107d5d4ebe0ffd75e5c923b ) )
10
+
11
+ * feat: replaces print with logging
12
+
13
+ * Change some infos to warnings in constructor
14
+
15
+ * [ pre-commit.ci] auto fixes from pre-commit.com hooks
16
+
17
+ for more information, see https://pre-commit.ci
18
+
19
+ ---------
20
+
21
+ Co-authored-by: Goncalo Paulo
< [email protected] >
22
+
23
+ Co-authored-by: pre-commit-ci[ bot] <66853113+pre-commit-ci[ bot] @users .noreply.github.com>
24
+
25
+
4
26
## v0.0.2 (2025-06-02)
5
27
6
28
### Bug Fixes
Original file line number Diff line number Diff line change 1
- __version__ = "0.0.2 "
1
+ __version__ = "0.1.0 "
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.0.2 "
7
+ version = " 0.1.0 "
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