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: Netflix/metaflow
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2.16.4
Choose a base ref
...
head repository: Netflix/metaflow
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2.16.5
Choose a head ref
  • 4 commits
  • 9 files changed
  • 4 contributors

Commits on Jul 19, 2025

  1. Fixes tolerations typehint (#2502)

    This is a very minor fix - but it confused me for a while, so for the
    next person poking at the code, this might be a good to sort out. The
    format of the tolerations is a dict with key and value strings. It is
    listed correctly in a comment further down in the codebase but
    incorrectly in the typehint.
    Winterflower authored Jul 19, 2025
    Configuration menu
    Copy the full SHA
    638d2a6 View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2025

  1. Configuration menu
    Copy the full SHA
    9c60cb7 View commit details
    Browse the repository at this point in the history
  2. [cards] remove imghdr warnings (#2509)

    Remove deprecation warning that resulted in runtime errors.
    valayDave authored Jul 21, 2025
    Configuration menu
    Copy the full SHA
    057d8a6 View commit details
    Browse the repository at this point in the history
  3. patch release (#2510)

    savingoyal authored Jul 21, 2025
    Configuration menu
    Copy the full SHA
    7fa9a1e View commit details
    Browse the repository at this point in the history
Loading