File tree Expand file tree Collapse file tree 4 files changed +15
-2
lines changed Expand file tree Collapse file tree 4 files changed +15
-2
lines changed Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ export const en = defineConfig({
46
46
activeMatch : '/en/api/' ,
47
47
} ,
48
48
{ text : 'Contact Us' , link : '/en/guide_cloud/community/online-support' } ,
49
- { text : 'v0.4.10 ' , items : [
49
+ { text : 'v0.4.11 ' , items : [
50
50
{ text : 'changelog' , link : base_path_guide_cloud + '/general/changelog' } ,
51
51
{ text : 'Feedback' , link : 'https://geektechstudio.feishu.cn/share/base/form/shrcn8koDFRcH2mMcBYMh9tiKfI' } ,
52
52
{ text : 'Contribute Docs' , link : 'https://github.com/SwanHubX/SwanLab-Docs' } ,
Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ export const zh = defineConfig({
50
50
link : base_path_api + '/api-index' ,
51
51
activeMatch : '/api/' ,
52
52
} ,
53
- { text : 'v0.4.10 ' , items : [
53
+ { text : 'v0.4.11 ' , items : [
54
54
{ text : '更新日志' , link : base_path_guide_cloud + '/general/changelog' } ,
55
55
{ text : '建议反馈' , link : 'https://geektechstudio.feishu.cn/share/base/form/shrcn8koDFRcH2mMcBYMh9tiKfI' } ,
56
56
{ text : '贡献文档' , link : 'https://github.com/SwanHubX/SwanLab-Docs' } ,
Original file line number Diff line number Diff line change @@ -5,6 +5,13 @@ Upgrade to latest version: `pip install -U swanlab`
5
5
Github: https://github.com/SwanHubX/SwanLab
6
6
:::
7
7
8
+ ## v0.4.11 - 2025.3.5
9
+
10
+ ** Improvements**
11
+
12
+ - Fixed the issue of W&B format conversion errors in some versions
13
+ - Fixed some interaction issues
14
+
8
15
## v0.4.10 - 2025.3.4
9
16
10
17
** 🚀 New Features**
Original file line number Diff line number Diff line change 5
5
Github: https://github.com/SwanHubX/SwanLab
6
6
:::
7
7
8
+ ## v0.4.11 - 2025.3.5
9
+
10
+ ** 优化**
11
+ - 修复了部分版本W&B格式转换报错的问题
12
+ - 修复了一些交互问题
13
+
8
14
## v0.4.10 - 2025.3.4
9
15
10
16
** 🚀新增功能**
You can’t perform that action at this time.
0 commit comments