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.5.8
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.5.9
Choose a head ref
  • 12 commits
  • 46 files changed
  • 8 contributors

Commits on May 14, 2025

  1. docs: readme 0.5.8 (#981)

    * add paddlenlp
    
    * add community
    
    * change location
    
    * add openapi
    Zeyi-Lin authored May 14, 2025
    Configuration menu
    Copy the full SHA
    8ec62de View commit details
    Browse the repository at this point in the history
  2. feat(openapi): support dict-style access for object (#979)

    * feat(openapi): support dict-style access for object
    - enable OpenApi returned  object to support obj.name / obj.get("name") / obj["name"]
    - fix a type error during model conversion
    
    * test(openapi): unit test for dict-style access
    kites262 authored May 14, 2025
    Configuration menu
    Copy the full SHA
    ea87de4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8494cef View commit details
    Browse the repository at this point in the history

Commits on May 16, 2025

  1. feat: add tags to an experiment during SwanLab initialization (#982)

    * feat: now we can add tags for a experiment at the time of initialization
    
    * feat: add check_tags_format function
    
    * fix: update tags type hint from list[str] to List[str]
    
    * refactor: remove tags parameter from before_init_experiment call
    
    * refactor: clean up formatting in parse and list_project_exps methods
    
    * chore: correct formatting
    
    * chore: remove debug print statement for tags in __register_exp method
    
    * chore: remove tags field from ExperimentAPI parse method
    
    * chore: update swankit version to 0.1.8 in requirements.txt
    happy-riosky authored May 16, 2025
    Configuration menu
    Copy the full SHA
    79c2b0a View commit details
    Browse the repository at this point in the history
  2. feat: security mask (#983)

    Feudalman authored May 16, 2025
    Configuration menu
    Copy the full SHA
    7080eb9 View commit details
    Browse the repository at this point in the history

Commits on May 18, 2025

  1. Configuration menu
    Copy the full SHA
    dfd039e View commit details
    Browse the repository at this point in the history

Commits on May 22, 2025

  1. Feat/default setting (#984)

    * feat: update project creation to include optional username and visibility
    
    * bugfix:visibility
    
    * chore: update create proj
    
    ---------
    
    Co-authored-by: KAAANG <79990647+SAKURA-CAT@users.noreply.github.com>
    Zoeyuan1222 and SAKURA-CAT authored May 22, 2025
    Configuration menu
    Copy the full SHA
    b4cbbf1 View commit details
    Browse the repository at this point in the history
  2. feat: support moorethreads collector (#987)

    * feat: support moorethreads collector
    
    * fix: collector key error
    
    * docs: update moorethread support
    Nexisato authored May 22, 2025
    Configuration menu
    Copy the full SHA
    096101b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c3c02ec View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2c1ed95 View commit details
    Browse the repository at this point in the history

Commits on May 25, 2025

  1. fix: exp color (#991)

    SAKURA-CAT authored May 25, 2025
    Configuration menu
    Copy the full SHA
    f001249 View commit details
    Browse the repository at this point in the history
  2. feat: compat self host api (#994)

    * feat: compat self host api
    
    * fix: not found
    
    * restore: some code
    
    * opt comment
    
    * docs: update changelog
    
    ---------
    
    Co-authored-by: ZeYi Lin <944270057@qq.com>
    SAKURA-CAT and Zeyi-Lin authored May 25, 2025
    Configuration menu
    Copy the full SHA
    a413eec View commit details
    Browse the repository at this point in the history
Loading