Skip to content

Commit

Permalink
changelog 0.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Zeyi-Lin committed Jan 17, 2025
1 parent 46e5d08 commit a033579
Show file tree
Hide file tree
Showing 4 changed files with 31 additions and 41 deletions.
2 changes: 1 addition & 1 deletion .vitepress/en.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ export const en = defineConfig({
link: base_path_api + '/api-index',
activeMatch: '/en/api/',
},
{ text: 'v0.4.2', items: [
{ text: 'v0.4.3', 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 @@ -46,7 +46,7 @@ export const zh = defineConfig({
activeMatch: '/api/',
},
{ text: '交流群', link: '/guide_cloud/community/online-support'},
{ text: 'v0.4.2', items: [
{ text: 'v0.4.3', 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
34 changes: 15 additions & 19 deletions en/guide_cloud/general/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,20 @@ Upgrade to latest version: `pip install -U swanlab`
Github: https://github.com/SwanHubX/SwanLab
:::

## v0.4.3 - 2025.1.17

**🚀 New Features**
- Added `swanlab.sync_wandb()`: Supports synchronizing metrics to SwanLab when using Weights&Biases for experiment tracking.
- Added framework integration: Configuration items will now record the framework being used.

**Optimizations**
- Improved table view interactions, adding row and column dragging, filtering, and sorting interactions.
- Significantly optimized workspace loading performance.
- Significantly optimized log rendering performance.
- Improved the interaction when executing `swanlab.init()` on a non-logged-in computer.
- Fixed several known issues.


## New Year's Day Update

**🚀 New Features**
Expand Down Expand Up @@ -238,22 +252,4 @@ by Cunyue
- Added default `.gitignore` to `swanlog` log folder

**⚙️Bug Fixes**
- Fixed compatibility issues with Omegaconfig and similar types in `swanlab.init` config

## v0.3.0 Cloud Version Launch! - 2024.5.1

**🚀New Features**
- Released [Cloud Version](https://swanlab.cn)
- `swanlab.init` supports initialization with config files
- "Environment" now records Apple M series chips

**👥Integration**
- Integration with 🤗HuggingFace Transformers, [Guide](/en/guide_cloud/integration/integration-huggingface-transformers.md)
- Integration with PyTorch Lightning, [Guide](/en/guide_cloud/integration/integration-pytorch-lightning.md)
- Integration with Jupyter Notebook
- Integration with Hydra, [Guide](/en/guide_cloud/integration/integration-hydra.md)

**⚡️Improvements**
- Optimized line chart rendering for large datasets
- Improved performance in Jupyter
- Fixed numerous issues from previous versions
- Fixed compatibility issues with Omegaconfig and similar types in `swanlab.init` config
34 changes: 14 additions & 20 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.4.3 - 2025.1.17

**🚀新增功能**
- 新增`swanlab.sync_wandb()`:支持使用Weights&Biases跟踪实验时,同步指标到SwanLab
- 新增在使用框架集成时,配置项将记录所使用的框架

**优化**
- 改进了表格视图的交互,增加了行列拖拽、筛选、排序交互
- 大幅优化了工作区加载的性能
- 大幅优化了日志渲染的性能
- 改进了在未登录的计算机上,执行`swanlab.init()`的交互
- 修复了一些已知问题

## 元旦节更新

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

**⚙️修复问题**
- 修复`swanlab.init`的config不兼容Omegaconfig等类型的问题


## v0.3.0 云端版上线! - 2024.5.1

**🚀新增功能**
- [云端版](https://swanlab.cn)发布
- `swanlab.init`支持用配置文件初始化
- “环境”增加对Apple M系列芯片的记录

**👥集成**
- 与🤗HuggingFace Transformers集成,[指引](/guide_cloud/integration/integration-huggingface-transformers.md)
- 与PyTorch Lightning集成,[指引](/guide_cloud/integration/integration-pytorch-lightning.md)
- 与Jupyter Notebook集成
- 与Hydra集成,[指引](/guide_cloud/integration/integration-hydra.md)

**⚡️改进**
- 优化折线图在大数据量时的渲染表现
- 优化在Jupyter使用的表现
- 修复历史版本的大量问题
- 修复`swanlab.init`的config不兼容Omegaconfig等类型的问题

0 comments on commit a033579

Please sign in to comment.