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