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: apple/embedding-atlas
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.8.0
Choose a base ref
...
head repository: apple/embedding-atlas
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.9.0
Choose a head ref
  • 19 commits
  • 92 files changed
  • 5 contributors

Commits on Aug 5, 2025

  1. docs: document upload and that embedding atlas supports embedding and…

    … projection (#13)
    
    Co-authored-by: Fred Hohman <[email protected]>
    domoritz and fredhohman authored Aug 5, 2025
    Configuration menu
    Copy the full SHA
    9b49221 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    defd0ab View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2025

  1. chore: update deps (#15)

    domoritz authored Aug 6, 2025
    Configuration menu
    Copy the full SHA
    96d617c View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2025

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

Commits on Aug 13, 2025

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

Commits on Aug 15, 2025

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

Commits on Aug 18, 2025

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

Commits on Aug 28, 2025

  1. Configuration menu
    Copy the full SHA
    8b129e3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    843440f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8c3503b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8099c57 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2025

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

Commits on Aug 31, 2025

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

Commits on Sep 2, 2025

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

Commits on Sep 3, 2025

  1. feat: add options to customize tooltip (#41)

    Add more options to customize tooltip:
    
    - For the "Text Style" options, currently there is only a text renderer option for each column. We will change to this:
        - Rename title "Text Style" to "Column Styles"
        - Add a dropdown with "Hidden", "Minified", and "Full" to allow customizing how each column is displayed in the tooltip.
        - When the display type is image, have a option to set the image size.
    - In settings panel, remove the "Tooltip" dropdown --- it's superseded by above.
    - For the search result box, use the same component as the tooltip, for consistency.
    
    Minor fixes and styling adjustments:
    - Clicking the nearest neighbor in search result should trigger the tooltip (just like clicking a row in the table)
    - Add a little bit of transparency and background blur for tooltip and legend.
    donghaoren authored Sep 3, 2025
    Configuration menu
    Copy the full SHA
    056df4d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    64572ee View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    97b4f7a View commit details
    Browse the repository at this point in the history
Loading