Skip to content

Conversation

@brianhenn
Copy link
Contributor

@brianhenn brianhenn commented Oct 16, 2025

Updates the codebase to a recent commit on full-model (3ef085c).

This PR was created by the following steps, similar to the prior release in July 2025:

  • Using the script in full-model to specify which files should be copied over, and filter the git history to only include these files.
  • Pushing this filtered repo to a new branch on ace called linear-history-2 (we have to make a new linear history branch every time since different filtered histories are not compatible).
  • Creating the release-2025-10 branch on ace, and then squash-merging linear-history-2 into this branch using git merge linear-history-2 --squash --allow-unrelated-histories --strategy-option theirs (necessary because GH will not allow opening a PR with incompatible histories, but --allow-unrelated-histories results in a branch that is "compatible").
  • Re-apply deletion of files that had been deleted or moved since last public release, as these are not caught by the merge strategy.
  • Removing CI-related items that do not run in the public repo, such as the GPU tests and specific compute system references.

@brianhenn brianhenn marked this pull request as ready for review October 16, 2025 07:07
@brianhenn brianhenn merged commit 1beed63 into main Oct 16, 2025
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants