Skip to content

Commit a033579

Browse files
committed
changelog 0.4.3
1 parent 46e5d08 commit a033579

File tree

4 files changed

+31
-41
lines changed

4 files changed

+31
-41
lines changed

.vitepress/en.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ export const en = defineConfig({
4141
link: base_path_api + '/api-index',
4242
activeMatch: '/en/api/',
4343
},
44-
{ text: 'v0.4.2', items: [
44+
{ text: 'v0.4.3', items: [
4545
{ text: 'changelog', link: base_path_guide_cloud + '/general/changelog' },
4646
{ text: 'Contribution', link: 'https://github.com/SwanHubX/SwanLab/blob/main/CONTRIBUTING.md' },
4747
{ text: 'Feedback', link: 'https://geektechstudio.feishu.cn/share/base/form/shrcn8koDFRcH2mMcBYMh9tiKfI'}

.vitepress/zh.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ export const zh = defineConfig({
4646
activeMatch: '/api/',
4747
},
4848
{ text: '交流群', link: '/guide_cloud/community/online-support'},
49-
{ text: 'v0.4.2', items: [
49+
{ text: 'v0.4.3', items: [
5050
{ text: '更新日志', link: base_path_guide_cloud + '/general/changelog' },
5151
{ text: '参与贡献', link: 'https://github.com/SwanHubX/SwanLab/blob/main/CONTRIBUTING.md' },
5252
{ text: '建议反馈', link: 'https://geektechstudio.feishu.cn/share/base/form/shrcn8koDFRcH2mMcBYMh9tiKfI'}

en/guide_cloud/general/changelog.md

Lines changed: 15 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,20 @@ Upgrade to latest version: `pip install -U swanlab`
55
Github: https://github.com/SwanHubX/SwanLab
66
:::
77

8+
## v0.4.3 - 2025.1.17
9+
10+
**🚀 New Features**
11+
- Added `swanlab.sync_wandb()`: Supports synchronizing metrics to SwanLab when using Weights&Biases for experiment tracking.
12+
- Added framework integration: Configuration items will now record the framework being used.
13+
14+
**Optimizations**
15+
- Improved table view interactions, adding row and column dragging, filtering, and sorting interactions.
16+
- Significantly optimized workspace loading performance.
17+
- Significantly optimized log rendering performance.
18+
- Improved the interaction when executing `swanlab.init()` on a non-logged-in computer.
19+
- Fixed several known issues.
20+
21+
822
## New Year's Day Update
923

1024
**🚀 New Features**
@@ -238,22 +252,4 @@ by Cunyue
238252
- Added default `.gitignore` to `swanlog` log folder
239253

240254
**⚙️Bug Fixes**
241-
- Fixed compatibility issues with Omegaconfig and similar types in `swanlab.init` config
242-
243-
## v0.3.0 Cloud Version Launch! - 2024.5.1
244-
245-
**🚀New Features**
246-
- Released [Cloud Version](https://swanlab.cn)
247-
- `swanlab.init` supports initialization with config files
248-
- "Environment" now records Apple M series chips
249-
250-
**👥Integration**
251-
- Integration with 🤗HuggingFace Transformers, [Guide](/en/guide_cloud/integration/integration-huggingface-transformers.md)
252-
- Integration with PyTorch Lightning, [Guide](/en/guide_cloud/integration/integration-pytorch-lightning.md)
253-
- Integration with Jupyter Notebook
254-
- Integration with Hydra, [Guide](/en/guide_cloud/integration/integration-hydra.md)
255-
256-
**⚡️Improvements**
257-
- Optimized line chart rendering for large datasets
258-
- Improved performance in Jupyter
259-
- Fixed numerous issues from previous versions
255+
- Fixed compatibility issues with Omegaconfig and similar types in `swanlab.init` config

zh/guide_cloud/general/changelog.md

Lines changed: 14 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,19 @@
55
Github: https://github.com/SwanHubX/SwanLab
66
:::
77

8+
## v0.4.3 - 2025.1.17
9+
10+
**🚀新增功能**
11+
- 新增`swanlab.sync_wandb()`:支持使用Weights&Biases跟踪实验时,同步指标到SwanLab
12+
- 新增在使用框架集成时,配置项将记录所使用的框架
13+
14+
**优化**
15+
- 改进了表格视图的交互,增加了行列拖拽、筛选、排序交互
16+
- 大幅优化了工作区加载的性能
17+
- 大幅优化了日志渲染的性能
18+
- 改进了在未登录的计算机上,执行`swanlab.init()`的交互
19+
- 修复了一些已知问题
20+
821
## 元旦节更新
922

1023
**🚀新增功能**
@@ -251,23 +264,4 @@ by Cunyue
251264
- `swanlog`日志文件夹默认增加一个`.gitignore`
252265

253266
**⚙️修复问题**
254-
- 修复`swanlab.init`的config不兼容Omegaconfig等类型的问题
255-
256-
257-
## v0.3.0 云端版上线! - 2024.5.1
258-
259-
**🚀新增功能**
260-
- [云端版](https://swanlab.cn)发布
261-
- `swanlab.init`支持用配置文件初始化
262-
- “环境”增加对Apple M系列芯片的记录
263-
264-
**👥集成**
265-
- 与🤗HuggingFace Transformers集成,[指引](/guide_cloud/integration/integration-huggingface-transformers.md)
266-
- 与PyTorch Lightning集成,[指引](/guide_cloud/integration/integration-pytorch-lightning.md)
267-
- 与Jupyter Notebook集成
268-
- 与Hydra集成,[指引](/guide_cloud/integration/integration-hydra.md)
269-
270-
**⚡️改进**
271-
- 优化折线图在大数据量时的渲染表现
272-
- 优化在Jupyter使用的表现
273-
- 修复历史版本的大量问题
267+
- 修复`swanlab.init`的config不兼容Omegaconfig等类型的问题

0 commit comments

Comments
 (0)