Skip to content

Releases: SwanHubX/SwanLab

v0.1.2: Fix Some Bugs

31 Dec 16:48
Compare
Choose a tag to compare

💥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

26 Dec 14:41
Compare
Choose a tag to compare

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 parameter step

Pull requests

v0.1.0: Automatically records terminal print information

22 Dec 14:31
Compare
Choose a tag to compare

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

17 Dec 12:34
239ac27
Compare
Choose a tag to compare

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

Other Updates