File tree Expand file tree Collapse file tree 4 files changed +23
-2
lines changed Expand file tree Collapse file tree 4 files changed +23
-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.9 ' , items : [
49+ { text : 'v0.4.10 ' , 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.9 ' , items : [
53+ { text : 'v0.4.10 ' , 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,17 @@ Upgrade to latest version: `pip install -U swanlab`
55Github: https://github.com/SwanHubX/SwanLab
66:::
77
8+ ## v0.4.10 - 2025.3.4
9+
10+ ** 🚀 New Features**
11+
12+ • Added integration with [ DiffSynth-Studio] ( https://github.com/modelscope/DiffSynth-Studio ) .
13+ • Added support for converting ** MLFlow** experiments to SwanLab. [ Documentation] ( /guide_cloud/integration/integration-mlflow.md ) .
14+ • Introduced ** Project Descriptions** , allowing you to add short notes to your projects.
15+
16+ ** Improvements**
17+ • Fixed an issue where CPU model information could not be correctly recorded on OpenEuler systems.
18+
819
920## v0.4.9 - 2025.2.28
1021
Original file line number Diff line number Diff line change 55Github: https://github.com/SwanHubX/SwanLab
66:::
77
8+ ## v0.4.10 - 2025.3.4
9+
10+ ** 🚀新增功能**
11+ - 新增了和[ DiffSynth-Studio] ( https://github.com/modelscope/DiffSynth-Studio ) 的集成
12+ - 新增支持转换 ** MLFlow** 实验到 SwanLab,[ 文档] ( /guide_cloud/integration/integration-mlflow.md )
13+ - 新增** 项目描述** ,支持给你的项目记一些简短的笔记
14+
15+ ** 优化**
16+ - 修复了在OpenEuler系统上无法正确记录CPU型号的问题
17+
818## v0.4.9 - 2025.2.28
919
1020** 🚀新增功能**
You can’t perform that action at this time.
0 commit comments