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 11# CHANGELOG
22
33
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 < 30472805+SrGonao@users.noreply.github.com >
22+
23+ Co-authored-by: pre-commit-ci[ bot] <66853113+pre-commit-ci[ bot] @users .noreply.github.com>
24+
25+
426## v0.0.2 (2025-06-02)
527
628### Bug Fixes
Original file line number Diff line number Diff line change 1- __version__ = "0.0.2 "
1+ __version__ = "0.1.0 "
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.0.2 "
7+ version = " 0.1.0 "
88description = " Automated Interpretability"
99readme = " README.md"
1010requires-python = " >=3.10"
You can’t perform that action at this time.
0 commit comments