You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This PR systematically renames the .updated() method to .updating() across the codebase. The changes include renaming the method in core public APIs (DataModel.updated() → DataModel.updating(), StageState.updated() → StageState.updating()), updating all internal usages in multiple files including stage implementations, models, helpers, and resources, and updating documentation examples and test cases. Additionally, the project version is bumped from 0.98.0 to 0.99.0, the haiway dependency is updated from \=0.42.0 to \=0.43.0, and a Repository URL is added to pyproject.toml.
Estimated code review effort
🎯 3 (Moderate) | ⏱️ ~25 minutes
Possibly related PRs
Rework Stage state management #331: Both PRs affect the StageState API; this PR continues previous work on StageState by renaming its core mutation method from updated to updating.
Update dependencies #480: Both PRs modify src/draive/stages/stage.py and stage state transition patterns, requiring coordination of state mutation method calls.
Cleanup #414: Both PRs modify src/draive/models/generative.py to update state mutation method calls from updated to updating in similar code paths.
✨ Finishing touches
📝 Generate docstrings
🧪 Generate unit tests (beta)
Create PR with unit tests
Post copyable unit tests in a comment
Commit unit tests in branch feature/haiway
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.
Note: CodeRabbit is an incremental review system and does not re-review already reviewed commits. This command is applicable only when automatic reviews are paused.
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
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.
No description provided.