Releases: SwanHubX/SwanLab
Releases · SwanHubX/SwanLab
v0.1.2: Fix Some Bugs
💥Breaking News
Strongly recommend updating to this version, because a large number of issues in version 0.1.1 have been resolved.
pip install -U swanlab
What's changed
- Improved the data update frequency of Charts, added request status mapping by @SAKURA-CAT , #91
- Fixed the issue where the OverView status of projects and experiments was not updated when training is completed by @SAKURA-CAT , #92
- Fixed the error that occurs when there is a slash in the key of the data parameter in
swanlab.log
by @SAKURA-CAT #79 - Fixed the display issue when the value of the data parameter in swanlab.log is a string or other non-standard type by @SAKURA-CAT , #86
- Optimized the range of values for Chart, now determined by the maximum and minimum values of recorded data by @SAKURA-CAT , #102
- Optimized experiment table component by @Feudalman , #106 and #88
- Added functions to record command and requirements by @xiaolin199912 ,#111
- Added git hooks for formatting code execution or test submission by @swpfY ,#113
- Fixed duplicate column issue in experiment table when uploading keys with slashes by @Feudalman ,#118
New contributors
Full change: v0.1.1...v0.1.2
v0.1.1: Increase multiple experimental comparison tables
New Feature
- Add
Experimental Comparison Table
to compare various experimental configurations and results, ⚡️find the most critical training optimization points!

- Add more experimental parameter records in
Overview
- Python executable directory
- System Hardware
- Git repository path
- Swanlab version
Frontend Updates
- Update the brand new table component to achieve a better interactive experience: #77
- Adjust the time display format: #80, #67
API Updates
swanlab.log
adds parameterstep
Pull requests
- Optimized the interactive effect of "Experimental Comparison Table" @Feudalman #90 #87
- Collected more device information. @Feudalman #89
- Optimized the display of time format. @Feudalman #85
- Add Config and Summary information in the
Experimental Comparison Table
@Feudalman #84 - Others @SAKURA-CAT @xiaolin199912 @indevn @clairdelunejs #73, #78 , #74 , #72 , #70
v0.1.0: Automatically records terminal print information
Officially released on PyPI: https://pypi.org/project/swanlab
pip install swanlab
New Feature
- The Experiment Dashboard now includes a "Log" feature that automatically records terminal print information, including error messages.

Frontend Updates
- Default language changed to "English."
- The text "Community Edition" on the left sidebar has been changed to "Version Number."
- Improved formatting of chart data display.
v0.0.2: Hello World
New Feature
- Record terminal print logs and capture errors @SAKURA-CAT @Feudalman
- Restructured log file format (no longer compatible with log structure of version 0.0.1) @SAKURA-CAT
Frontend Updates
- Error pages @Feudalman @SAKURA-CAT
- Modified chart grouping names and styles @Feudalman
- Updated default project name @Feudalman
- Chart style (line chart) updates with bold titles @SAKURA-CAT
Other Updates
- Optimized terminal print messages @SAKURA-CAT @Feudalman
- Selection of chart colors @xiaolin199912
- Experiment sorting changed to reverse order #20 @Feudalman
- Use 'host' parameter instead of 'share' parameter #17 @SAKURA-CAT