Skip to content

Commit ab653f9

Browse files
committed
0.4.11
1 parent f70f413 commit ab653f9

File tree

4 files changed

+15
-2
lines changed

4 files changed

+15
-2
lines changed

.vitepress/en.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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' },

.vitepress/zh.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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' },

en/guide_cloud/general/changelog.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ Upgrade to latest version: `pip install -U swanlab`
55
Github: 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**

zh/guide_cloud/general/changelog.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@
55
Github: 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
**🚀新增功能**

0 commit comments

Comments
 (0)