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: Kitware/trame-server
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.4.2
Choose a base ref
...
head repository: Kitware/trame-server
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.5.0
Choose a head ref
  • 4 commits
  • 6 files changed
  • 3 contributors

Commits on Jun 16, 2025

  1. build(deps): bump relekang/python-semantic-release in the actions group

    Bumps the actions group with 1 update: [relekang/python-semantic-release](https://github.com/relekang/python-semantic-release).
    
    
    Updates `relekang/python-semantic-release` from 10.0.2 to 10.1.0
    - [Release notes](https://github.com/relekang/python-semantic-release/releases)
    - [Changelog](https://github.com/python-semantic-release/python-semantic-release/blob/master/CHANGELOG.rst)
    - [Commits](python-semantic-release/python-semantic-release@v10.0.2...v10.1.0)
    
    ---
    updated-dependencies:
    - dependency-name: relekang/python-semantic-release
      dependency-version: 10.1.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: actions
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and jourdain committed Jun 16, 2025
    Configuration menu
    Copy the full SHA
    32cce73 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2025

  1. build(deps): bump relekang/python-semantic-release in the actions group

    ---
    updated-dependencies:
    - dependency-name: relekang/python-semantic-release
      dependency-version: 10.2.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: actions
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and jourdain committed Jun 30, 2025
    Configuration menu
    Copy the full SHA
    33c9d6d View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2025

  1. feat(typed_state): add TypedState util class

    Add TypedState class to simplify using strongly typed dataclass
    in the trame state while keeping state reactivity.
    
    TypedState provides a type-safe wrapper around the trame State object, allowing to:
      - Access and modify state using dataclass field names with full type hints
      - Bind change callbacks to specific fields or combinations of fields
      - Automatically handle encoding/decoding of complex types (enums, UUIDs, dates, etc.)
      - Use namespaces to avoid conflicts between different state objects
    Thibault-Pelletier authored and jourdain committed Jul 7, 2025
    Configuration menu
    Copy the full SHA
    7a2faba View commit details
    Browse the repository at this point in the history
  2. 3.5.0

    Automatically generated by python-semantic-release
    semantic-release committed Jul 7, 2025
    Configuration menu
    Copy the full SHA
    33be88f View commit details
    Browse the repository at this point in the history
Loading