Skip to content

Commit

Permalink
docs: 0.3.28 changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Zeyi-Lin committed Dec 6, 2024
1 parent d16f536 commit 3e8f095
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .vitepress/en.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ export const en = defineConfig({
link: base_path_api + '/api-index',
activeMatch: '/en/api/',
},
{ text: 'v0.3.27', items: [
{ text: 'v0.3.28', items: [
{ text: 'changelog', link: base_path_guide_cloud + '/general/changelog' },
{ text: 'Contribution', link: 'https://github.com/SwanHubX/SwanLab/blob/main/CONTRIBUTING.md' },
{ text: 'Feedback', link: 'https://geektechstudio.feishu.cn/share/base/form/shrcn8koDFRcH2mMcBYMh9tiKfI'}
Expand Down
2 changes: 1 addition & 1 deletion .vitepress/zh.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ export const zh = defineConfig({
link: base_path_api + '/api-index',
activeMatch: '/api/',
},
{ text: 'v0.3.27', items: [
{ text: 'v0.3.28', items: [
{ text: '更新日志', link: base_path_guide_cloud + '/general/changelog' },
{ text: '参与贡献', link: 'https://github.com/SwanHubX/SwanLab/blob/main/CONTRIBUTING.md' },
{ text: '建议反馈', link: 'https://geektechstudio.feishu.cn/share/base/form/shrcn8koDFRcH2mMcBYMh9tiKfI'}
Expand Down
13 changes: 13 additions & 0 deletions en/guide_cloud/general/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,19 @@ Upgrade to latest version: `pip install -U swanlab`
Github: https://github.com/SwanHubX/SwanLab
:::

## v0.3.28 - 2024.12.6

> 🍥Announcement: Hardware monitoring feature coming soon!
**🚀New Features**
- Added integration with LightGBM
- Added integration with XGBoost

**Improvements**
- Increased line length limit for log recording
- Improved performance in preparation for version 0.4.0


## v0.3.27 - 2024.11.26

**🚀New Features**
Expand Down
13 changes: 13 additions & 0 deletions zh/guide_cloud/general/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,19 @@
Github: https://github.com/SwanHubX/SwanLab
:::


## v0.3.28 - 2024.12.6

> 🍥公告:硬件监控功能即将推出!
**🚀新增功能**
- 新增与LightGBM的集成
- 新增与XGBoost的集成

**优化**
- 提高了对日志记录时单行长度的限制
- 改善了部分性能,为0.4.0版本做准备

## v0.3.27 - 2024.11.26

**🚀新增功能**
Expand Down

0 comments on commit 3e8f095

Please sign in to comment.