Comparing main...max/v26.3 · modular/modular · GitHub
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: modular/modular
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: modular/modular
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: max/v26.3
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 15 commits
  • 296 files changed
  • 6 contributors

Commits on May 7, 2026

  1. [Examples] Use stable conda channel

    MODULAR_ORIG_COMMIT_REV_ID: c725e09dfb4260ecb7a437df9927ea50c3808918
    Ahajha authored and modularbot committed May 7, 2026
    Configuration menu
    Copy the full SHA
    c6f1901 View commit details
    Browse the repository at this point in the history
  2. [cherrypick][docs][build] Refactor changelog paths to /releases

    Basically just a path rename from `/changelog` to `/releases` so the
    sources are consistent with the website paths, but it requires a bunch
    of build refactoring, which revealed several other legacy build configs
    that this PR also updated.
    
    MODULAR_ORIG_COMMIT_REV_ID: 614f3e7cc142fc509c96ba54f56ff76e2c690b3d
    scottamain authored and modularbot committed May 7, 2026
    Configuration menu
    Copy the full SHA
    2682902 View commit details
    Browse the repository at this point in the history
  3. [mojo-lang] Deprecate where in parameter lists (param-where)

    As part of simplifying the language leading up to 1.0, we're planning to
    rework `where` clauses in declarations. To start, we need to ensure uses
    of `where` migrate from parameter lists to the declaration.
    
    Note that `struct` and `comptime` do not currently support `where`
    clauses on their declaration itself, so this temporarily removes support
    for `where` on those entirely.
    
    MODULAR_ORIG_COMMIT_REV_ID: 87e0015a40d65eae9d40e34714753fc6346f9ae1
    ConnorGray authored and modularbot committed May 7, 2026
    Configuration menu
    Copy the full SHA
    b21f88f View commit details
    Browse the repository at this point in the history
  4. [MAX][Benchmarking] Add RatePercentileMetrics and allow 0% per-turn

    cache rate
    We should validate `per_turn_cached_token_rate` as a bounded ratio (`0
    <= mean <= 100%`) instead of strictly positive, so cold-cache runs no
    longer fail validation. The new upper bound also catches a previously
    unguarded server bug where `cached_tokens > prompt_tokens`.
    
    MODULAR_ORIG_COMMIT_REV_ID: 83614e09c7ea3e8c288d99890ae045b8a218c33d
    lriggs1311 authored and modularbot committed May 7, 2026
    Configuration menu
    Copy the full SHA
    bc9b890 View commit details
    Browse the repository at this point in the history
  5. [cherrypick][docs] TileTensor, parameters, and landing page doc updates.

    MODULAR_ORIG_COMMIT_REV_ID: b5254b3acafd4914163dbe63c5778de5c4c5c45d
    arthurevans authored and modularbot committed May 7, 2026
    Configuration menu
    Copy the full SHA
    9d70e8a View commit details
    Browse the repository at this point in the history
  6. [cherrypick][docs] Batch 1 of doc cherrypicks

    MODULAR_ORIG_COMMIT_REV_ID: 851595ff328d0f570f484f6d240f3bb7b178d636
    scottamain authored and modularbot committed May 7, 2026
    Configuration menu
    Copy the full SHA
    b9cf8cb View commit details
    Browse the repository at this point in the history
  7. [cherrypick][docs] Batch 2 of doc cherrypicks for release

    MODULAR_ORIG_COMMIT_REV_ID: 8c75426d2838fb7f3e017985ae6f525bb5938660
    scottamain authored and modularbot committed May 7, 2026
    Configuration menu
    Copy the full SHA
    8e8319f View commit details
    Browse the repository at this point in the history
  8. [cherrypick][docs] Batch 3 of doc cherrypicks for release

    MODULAR_ORIG_COMMIT_REV_ID: 2356990a4792dd77b5cf8dd16fc2441b4e3aa7c2
    scottamain authored and modularbot committed May 7, 2026
    Configuration menu
    Copy the full SHA
    e7bb51d View commit details
    Browse the repository at this point in the history
  9. [docs] Delete docsite homepage

    This is purely a React page now.
    
    MODULAR_ORIG_COMMIT_REV_ID: 82c7c06205ecbe51d17d005765e5990c6f8ef681
    scottamain authored and modularbot committed May 7, 2026
    Configuration menu
    Copy the full SHA
    e93d9c3 View commit details
    Browse the repository at this point in the history
  10. [cherrypick][docs] Update FAQ and install commands

    MODULAR_ORIG_COMMIT_REV_ID: ce2d1d9e34ceae97ac6b2fc75036015ef6026f0a
    arthurevans authored and modularbot committed May 7, 2026
    Configuration menu
    Copy the full SHA
    36a6595 View commit details
    Browse the repository at this point in the history
  11. [cherrypick][docs] Add rest-api.mdx

    New file that can be tracked across release versions.
    
    MODULAR_ORIG_COMMIT_REV_ID: 92d745e6bdd298a2ddc6132486f17b3911efe99d
    scottamain authored and modularbot committed May 7, 2026
    Configuration menu
    Copy the full SHA
    9922b57 View commit details
    Browse the repository at this point in the history
  12. [docs] Update github links in release branch (#85421)

    Pin all GitHub links to the corresponding release tag in the public
    repo.
    
    ```
    cd oss/modular/docs
    python3 update-github-links.py . modular/v26.3
    ```
    
    MODULAR_ORIG_COMMIT_REV_ID: 61c906de4256f95915eb6d0633619d052e1b9c23
    scottamain authored and modularbot committed May 7, 2026
    Configuration menu
    Copy the full SHA
    3018d85 View commit details
    Browse the repository at this point in the history
  13. [cherrypick][docs] Updates to MAX changelog format

    And other misc edits, link fixes.
    
    MODULAR_ORIG_COMMIT_REV_ID: bac5e9568bfbc4f31515afc45dffa49402a1a29e
    scottamain authored and modularbot committed May 7, 2026
    Configuration menu
    Copy the full SHA
    b4ac93d View commit details
    Browse the repository at this point in the history
  14. [cherrypick][docs] FIx inconsistency in install commands

    Add `uv init` and `cd hello-world`
    
    MODULAR_ORIG_COMMIT_REV_ID: 92e589288028c16beef0192affab986a8396c5ae
    scottamain authored and modularbot committed May 7, 2026
    Configuration menu
    Copy the full SHA
    6718a75 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    d86df2b View commit details
    Browse the repository at this point in the history
Loading