Release 2026-07-31 (i4 e7f82ffe) - #148
Open
yy-code-nv wants to merge 5 commits into
Open
Conversation
_source_commit: e7f82ffe91d21c5ff162efba2b8a78d0f868d8f1-dirty _dest_commit: 5e67049
The addlicense pre-commit hook flags this file: it shipped without the SPDX-FileCopyrightText / SPDX-License-Identifier: OpenMDW-1.1 header that every other file in the repo carries. Found by running the CI pre-commit suite against this release branch (uvx pre-commit@4.5.1 run -a, both configs). With this, both passes are clean.
The Parakeet audio processor released in e08b3ca constructs transformers' ParakeetFeatureExtractor, which requires librosa. The dependency was never declared in cosmos-framework's pyproject.toml, so the parakeet_audio_processor tests fail in CI with: ImportError: ParakeetFeatureExtractor requires the librosa library. Add librosa to the train extra alongside soundfile; the only non-test consumer is the reasoner tokenize_data augmentor. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
The librosa lock in 01a7771 was generated with uv 0.11.9, which serializes conflict-group entries in a different order than 0.12.0. CI's pre-commit uv-lock hook runs `uv lock --check` with whatever astral-sh/setup-uv installs (currently 0.12.0), so it rewrote the file and failed with "files were modified by this hook". Re-locked with 0.12.0; no dependency changes, ordering only. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Automated release from i4.
_source_commit:
e7f82ffe91d21c5ff162efba2b8a78d0f868d8f1-dirty_dest_commit (base):
5e67049cd94acb667786f1e6dd0dab821cb90c97