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/dive
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.9.7
Choose a base ref
...
head repository: Kitware/dive
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.9.9
Choose a head ref
  • 11 commits
  • 40 files changed
  • 6 contributors

Commits on May 29, 2025

  1. build update to support worker python 3.10 in base (#1497)

    * build update to support worker python 3.10 in base
    
    * refactor path setting
    BryonLewis authored May 29, 2025
    Configuration menu
    Copy the full SHA
    d5b7d96 View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2025

  1. support custom girder upload chunk size (#1498)

    Co-authored-by: Justine Antoine <[email protected]>
    Justineantoine and Justineantoine authored Jun 11, 2025
    Configuration menu
    Copy the full SHA
    dabcd9d View commit details
    Browse the repository at this point in the history
  2. Bump requests from 2.32.3 to 2.32.4 in /server (#1499)

    Bumps [requests](https://github.com/psf/requests) from 2.32.3 to 2.32.4.
    - [Release notes](https://github.com/psf/requests/releases)
    - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md)
    - [Commits](psf/requests@v2.32.3...v2.32.4)
    
    ---
    updated-dependencies:
    - dependency-name: requests
      dependency-version: 2.32.4
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jun 11, 2025
    Configuration menu
    Copy the full SHA
    b705a14 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2025

  1. Configuration menu
    Copy the full SHA
    bb83926 View commit details
    Browse the repository at this point in the history
  2. deploy scripts for docker compose gpu refernces (#1502)

    * deploy scripts for docker compose gpu refernces
    
    * update device id
    BryonLewis authored Jun 12, 2025
    Configuration menu
    Copy the full SHA
    1d603d5 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2025

  1. Fine Tune Training (#1376)

    * get models for web version
    
    * fine-tune front-end and web command arguments
    
    * updating user trained models
    
    * update run trianing for tuneModel arguments
    
    * electorn support
    
    * pydantic type updates
    
    * fix arguments for training
    
    * support running locally on single gpu pc's by default
    
    * update fine tune model web display
    
    * Update client/platform/web-girder/views/RunTrainingMenu.vue
    
    Co-authored-by: Michael Nagler <[email protected]>
    
    * Update server/dive_server/crud_rpc.py
    
    Co-authored-by: Michael Nagler <[email protected]>
    
    * adressing comments
    
    ---------
    
    Co-authored-by: Michael Nagler <[email protected]>
    BryonLewis and naglepuff authored Aug 18, 2025
    Configuration menu
    Copy the full SHA
    40e3968 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2025

  1. Enable bulk track selection for operations (#1506)

    * Listen to ctrl click events on annotations
    
    * Handle ctrl+click tracks
    
    * Force sidebar into attribute view for multi tracks
    
    * Implement multi-delete tracks
    
    * Allow users to change type for all selected tracks
    
    * Add additional filtering to tracks
    
    This prevents multi track deletion from attempting to auto select a
    track that no longer exists because it was included in a bulk delete
    operation.
    
    * Allow TypePicker to emit on input
    
    * Allow skipping auto select after track removal
    
    * Enable ctrl+click from track list in sidebar
    
    * Enable ctrl+click from the event viewer
    
    * Deselect selected track with second ctrl+click
    
    * Allow deselecting individual tracks in the sidebar
    
    * Don't use `null` as default for modifiers
    
    * Respect `lockType` setting for new TypePicker
    
    * Use handler instead of re-emitting select event
    
    * Use correct type annotation for `trackId`
    
    Co-authored-by: Bryon Lewis <[email protected]>
    
    * Swap sidebar view after deleting multiple tracks
    
    * Use correct types ref for new type picker
    
    Co-authored-by: Bryon Lewis <[email protected]>
    
    ---------
    
    Co-authored-by: Bryon Lewis <[email protected]>
    naglepuff and BryonLewis authored Sep 2, 2025
    Configuration menu
    Copy the full SHA
    be24d8b View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2025

  1. Add additional calibration file formats and measurement pipeline pass…

    …downs (#1513)
    
    * Handle additional stereo pipeline formats
    
    * Expand calibration file format list
    mattdawkins authored Sep 9, 2025
    Configuration menu
    Copy the full SHA
    a42124e View commit details
    Browse the repository at this point in the history
  2. Release/1.9.8 (#1514)

    BryonLewis authored Sep 9, 2025
    Configuration menu
    Copy the full SHA
    1a668e5 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2025

  1. Configuration menu
    Copy the full SHA
    c6e6093 View commit details
    Browse the repository at this point in the history
  2. Release/1.9.9 (#1517)

    BryonLewis authored Sep 10, 2025
    Configuration menu
    Copy the full SHA
    165c593 View commit details
    Browse the repository at this point in the history
Loading