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: signal-ai/metaflow
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: Netflix/metaflow
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 8 commits
  • 13 files changed
  • 6 contributors

Commits on Dec 15, 2025

  1. fix: force-rebuild-environments edge case with conda (Netflix#2721)

    Guard against None path when force rebuilding, which could previously
    lead to a failure in resolving the environment.
    saikonen authored Dec 15, 2025
    Configuration menu
    Copy the full SHA
    83dfe47 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    29dfec2 View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2025

  1. feature: enabling freethreaded python support for pypi/conda (Netflix…

    …#2723)
    
    UX and possible corner cases still to be covered. Current approach is to
    have a `t` suffix in the python version to denote no GIL
    saikonen authored Dec 18, 2025
    Configuration menu
    Copy the full SHA
    bc285bf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cd3665f View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2025

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

Commits on Dec 22, 2025

  1. pre-commit autoupdate 2025-12-21 (Netflix#2731)

    % `pre-commit autoupdate`
    ```
    [https://github.com/pre-commit/pre-commit-hooks] updating v2.4.0 -> v6.0.0
    [https://github.com/ambv/black] updating 24.4.2 -> 25.12.0
    ```
    % `pre-commit run --all-files`
    cclauss authored Dec 22, 2025
    Configuration menu
    Copy the full SHA
    7f60dc9 View commit details
    Browse the repository at this point in the history

Commits on Dec 23, 2025

  1. Fix metaflow-dev up shell compatibility and AWS credential isolation (N…

    …etflix#2730)
    
    Addresses two issues reported in Netflix#2704 regarding the local dev
    environment setup (`metaflow-dev up` and `metaflow-dev shell`).
    ShreehariVaasishta authored Dec 23, 2025
    Configuration menu
    Copy the full SHA
    991b6a9 View commit details
    Browse the repository at this point in the history
Loading