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({
4646 activeMatch : '/en/api/' ,
4747 } ,
4848 { text : 'Contact Us' , link : '/en/guide_cloud/community/online-support' } ,
49- { text : 'v0.4.10 ' , items : [
49+ { text : 'v0.4.11 ' , items : [
5050 { text : 'changelog' , link : base_path_guide_cloud + '/general/changelog' } ,
5151 { text : 'Feedback' , link : 'https://geektechstudio.feishu.cn/share/base/form/shrcn8koDFRcH2mMcBYMh9tiKfI' } ,
5252 { 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({
5050 link : base_path_api + '/api-index' ,
5151 activeMatch : '/api/' ,
5252 } ,
53- { text : 'v0.4.10 ' , items : [
53+ { text : 'v0.4.11 ' , items : [
5454 { text : '更新日志' , link : base_path_guide_cloud + '/general/changelog' } ,
5555 { text : '建议反馈' , link : 'https://geektechstudio.feishu.cn/share/base/form/shrcn8koDFRcH2mMcBYMh9tiKfI' } ,
5656 { 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`
55Github: https://github.com/SwanHubX/SwanLab
66:::
77
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+
815## v0.4.10 - 2025.3.4
916
1017** 🚀 New Features**
Original file line number Diff line number Diff line change 55Github: https://github.com/SwanHubX/SwanLab
66:::
77
8+ ## v0.4.11 - 2025.3.5
9+
10+ ** 优化**
11+ - 修复了部分版本W&B格式转换报错的问题
12+ - 修复了一些交互问题
13+
814## v0.4.10 - 2025.3.4
915
1016** 🚀新增功能**
You can’t perform that action at this time.
0 commit comments