Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: SwanHubX/SwanLab
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.6.11
Choose a base ref
...
head repository: SwanHubX/SwanLab
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.6.12
Choose a head ref
  • 8 commits
  • 47 files changed
  • 5 contributors

Commits on Oct 9, 2025

  1. chore: update and add GitHub issue templates (#1293)

    * Update and add GitHub issue templates
    
    Refactored bug and network report templates for clarity and improved user guidance. Added a new web report template for browser-related issues. Renamed feature request template to maintain sequential naming.
    
    * Update web report issue template labels
    
    Changed the default label from 🐛 bug to 💥 web in the web report issue template to better categorize web-related problems.
    
    * Update network-related issue guidance in bug report template
    
    Revised the wording for network-related issues in the bug report template to direct users to 'Report a network-related problem' for clarity.
    SAKURA-CAT authored Oct 9, 2025
    Configuration menu
    Copy the full SHA
    460bb1a View commit details
    Browse the repository at this point in the history
  2. chore: update web report issue template wording (#1294)

    Renamed 'Web report' to 'Website report' and updated related labels and instructions for clarity. This improves consistency and better reflects the scope of issues being reported.
    SAKURA-CAT authored Oct 9, 2025
    Configuration menu
    Copy the full SHA
    c54bf79 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2025

  1. Refactor/toolkit (#1297)

    SAKURA-CAT authored Oct 10, 2025
    Configuration menu
    Copy the full SHA
    27997e6 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2025

  1. Configuration menu
    Copy the full SHA
    0cf4ec4 View commit details
    Browse the repository at this point in the history
  2. fix: use timezone-aware UTC datetimes in client modules (#1298)

    * Use timezone-aware UTC datetimes in client modules
    
    Replaced usage of datetime.utcnow() with datetime.now(UTC) in both Client and CosClient classes to ensure timezone-aware UTC datetime objects. This addresses previous issues with naive datetime objects and improves reliability in time comparisons.
    
    * Refactor UTC time handling and add utc_time utility
    
    Introduced a new utc_time() utility in swanlab/env.py to standardize UTC datetime retrieval. Updated Client and CosClient to use utc_time() instead of direct datetime usage. Added unit tests for utc_time to ensure correct behavior.
    
    * Fix timezone handling for sid and COS expiration checks
    
    Updated sid expiration and COS expiration logic to correctly handle timezone-aware datetime objects. Removed redundant sid_expired_at property and ensured UTC timezone is set for sid expiration comparison.
    SAKURA-CAT authored Oct 11, 2025
    Configuration menu
    Copy the full SHA
    b581376 View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2025

  1. feat: add bark notification callback (#1301)

    Co-authored-by: Zhiyuan Zhao <[email protected]>
    Co-authored-by: Kang Li <[email protected]>
    3 people authored Oct 12, 2025
    Configuration menu
    Copy the full SHA
    0f652f2 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2025

  1. Localize issue templates to Chinese (#1306)

    Translated all GitHub issue templates and config descriptions from English to Chinese, including bug, network, website, and feature request forms. Also updated label formatting for clarity and consistency.
    SAKURA-CAT authored Oct 16, 2025
    Configuration menu
    Copy the full SHA
    1122d72 View commit details
    Browse the repository at this point in the history
  2. docs: readme (#1303)

    Zeyi-Lin authored Oct 16, 2025
    Configuration menu
    Copy the full SHA
    269ffbb View commit details
    Browse the repository at this point in the history
Loading