diff --git a/.vitepress/en.ts b/.vitepress/en.ts index 873335b..e8cb534 100644 --- a/.vitepress/en.ts +++ b/.vitepress/en.ts @@ -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'} diff --git a/.vitepress/zh.ts b/.vitepress/zh.ts index eab6a05..13df3cc 100644 --- a/.vitepress/zh.ts +++ b/.vitepress/zh.ts @@ -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'} diff --git a/en/guide_cloud/general/changelog.md b/en/guide_cloud/general/changelog.md index 1cb596e..8d5d489 100644 --- a/en/guide_cloud/general/changelog.md +++ b/en/guide_cloud/general/changelog.md @@ -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** diff --git a/zh/guide_cloud/general/changelog.md b/zh/guide_cloud/general/changelog.md index dd7a8f8..a7ab302 100644 --- a/zh/guide_cloud/general/changelog.md +++ b/zh/guide_cloud/general/changelog.md @@ -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 **🚀新增功能**