Release v0.9.0: CLI improvements, single_hop rename, and custom schema demo#198
Merged
sumukshashidhar merged 7 commits intomainfrom Dec 29, 2025
Merged
Release v0.9.0: CLI improvements, single_hop rename, and custom schema demo#198sumukshashidhar merged 7 commits intomainfrom
sumukshashidhar merged 7 commits intomainfrom
Conversation
- Add beautiful banner and Rich tables for output - Add `yourbench validate` command to check configs without running - Add `yourbench init` for interactive config generation - Add `yourbench stages` to list available pipeline stages - Add progress bars with timing for pipeline execution - Add `-q/--quiet` and `--no-banner` flags to run command - Show stage timing summary after pipeline completion
- Rename single_shot to single_hop throughout codebase for clarity - Add 'yourbench estimate' command to estimate token usage before running - Add yourbench/utils/token_estimation.py with tiktoken-based estimation - Update all configs, docs, and tests to use single_hop terminology
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.
Summary
This PR bumps YourBench to version 0.9.0 with significant CLI improvements and new features.
Changes
Version Bump
CLI Improvements
yourbench stages,yourbench validate,yourbench estimate,yourbench initNaming Convention
single_shottosingle_hopthroughout the codebase for consistencyNew Example
custom_schema_demoexample showing Pydantic output controltechnical_qa.pyandeducational_assessment.pyschemasdifficulty,prerequisites,key_concepts,bloom_levelFiles Changed
yourbench/utils/token_estimation.pysingle_shot.py→single_hop.pyexample/custom_schema_demo/Testing
Datasets Created (for testing)
yourbench-testing/yourbench-cli-test-1yourbench-testing/yourbench-cli-test-harry-potteryourbench-testing/yourbench-cli-test-custom-promptsyourbench-testing/yourbench-custom-schema-demo