Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Visualize tracked cells and their features #13

Merged
merged 33 commits into from
Oct 18, 2024
Merged

Visualize tracked cells and their features #13

merged 33 commits into from
Oct 18, 2024

Commits on Jul 19, 2024

  1. remove unused import

    ziw-liu committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    7966576 View commit details
    Browse the repository at this point in the history
  2. configurable logging levels

    ziw-liu committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    60429eb View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2024

  1. Configuration menu
    Copy the full SHA
    09c5a2a View commit details
    Browse the repository at this point in the history
  2. add tracking labels viewer

    ziw-liu committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    2b53014 View commit details
    Browse the repository at this point in the history
  3. fix ambiguous variable name

    ziw-liu committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    1bc6c55 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9587b1f View commit details
    Browse the repository at this point in the history
  5. clean up arguments

    ziw-liu committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    186fb6c View commit details
    Browse the repository at this point in the history
  6. todo comment

    ziw-liu committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    666bf39 View commit details
    Browse the repository at this point in the history
  7. improve log message

    ziw-liu committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    807e0fd View commit details
    Browse the repository at this point in the history
  8. format

    ziw-liu committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    b6c6336 View commit details
    Browse the repository at this point in the history
  9. fix exports

    ziw-liu committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    584f6e4 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2024

  1. use unprojected embeddings

    ziw-liu committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    0a767b7 View commit details
    Browse the repository at this point in the history
  2. configurable feature files

    ziw-liu committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    312b07c View commit details
    Browse the repository at this point in the history
  3. test add widget

    ziw-liu committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    7d88809 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    39f384d View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2024

  1. add optional dependencies

    also redo packaging with pyproject.toml
    ziw-liu committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    97ca9ef View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2024

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

    ziw-liu committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    0fd9df5 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2024

  1. Configuration menu
    Copy the full SHA
    9a2b823 View commit details
    Browse the repository at this point in the history
  2. construct index from xarray

    ziw-liu committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    942b775 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2024

  1. fix index naming

    ziw-liu committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    c677a39 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2024

  1. bump iohub to 0.2.0a1

    ziw-liu committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    6d1b8f4 View commit details
    Browse the repository at this point in the history
  2. add fake z axis for tracking

    ziw-liu committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    b56dd3a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c61b23d View commit details
    Browse the repository at this point in the history
  4. disable coverage

    ziw-liu committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    d97b8bb View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2024

  1. use precomputed umap

    ziw-liu committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    9a9f5c8 View commit details
    Browse the repository at this point in the history
  2. aggregate feature loading

    ziw-liu committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    37391c4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    503b277 View commit details
    Browse the repository at this point in the history
  4. update widget name in test

    ziw-liu committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    cf41916 View commit details
    Browse the repository at this point in the history
  5. add 3.12 to test runners

    ziw-liu committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    9e7a7c6 View commit details
    Browse the repository at this point in the history
  6. make features optional

    this allows the widget to be used as a tracks viewer
    ziw-liu committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    8d04121 View commit details
    Browse the repository at this point in the history
  7. fix fov name filtering

    ziw-liu committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    1cd97a6 View commit details
    Browse the repository at this point in the history
  8. pin ncp to commit

    ziw-liu committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    8fa4066 View commit details
    Browse the repository at this point in the history