-
Notifications
You must be signed in to change notification settings - Fork 1
chore: bump version to 0.6.0 in pyproject.toml and Cargo.toml files #22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Conversation
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
Owner
reiase
commented
Dec 14, 2025
- Updated version number from 0.5.14 to 0.6.0 across all relevant Cargo.toml files for core, macros, and Python packages.
- Ensured consistency in versioning across the project.
- Introduced `--config` argument to load configuration files (JSON/TOML/YAML) in the CLI. - Enhanced `_describe_parameters` to handle loaded configurations and prioritize them over defined parameters. - Implemented recursive merging of configurations and added interpolation support. - Added tests for CLI configuration loading and precedence of overrides. - Refactored loader functions to support multiple file loading and validation against schemas.
…tion - Updated README to include detailed performance comparisons between Hyperparameter and Hydra, highlighting speed advantages. - Added new benchmark scripts to evaluate parameter access performance across different methods. - Introduced a new `run_benchmark.py` script to automate benchmark execution and output results. - Included additional benchmark configurations and tests for various access patterns. - Updated .gitignore to exclude benchmark output files.
- Introduced new navigation section in mkdocs.yml for Guides and Cookbook. - Added comprehensive architecture overview in architecture.md and architecture.zh.md. - Created a Cookbook with common recipes for configuration management in cookbook.md and cookbook.zh.md. - Included a migration guide from Hydra to Hyperparameter in migration_from_hydra.md and migration_from_hydra.zh.md. - Enhanced documentation accessibility with both English and Chinese versions for key documents.
- Introduced a new SVG logo for Hyperparameter in the project. - Updated both English and Chinese README files to include the new logo, enhancing visual appeal and branding.
- Replaced `param_scope` with `scope` and `auto_param` with `param` across all documentation and examples for consistency. - Updated README, API reference, and various example files to reflect the new syntax. - Enhanced the clarity of the quick start guide and migration documentation to facilitate user transition to the new syntax. - Ensured all tests are aligned with the updated parameter management methods.
- Added a centered logo to both English and Chinese README files for improved branding. - Changed the header from an H3 to an H1 for better visibility and consistency. - Reformatted the description to be centered and bold, enhancing the overall presentation of the project.
…d example files - Replaced `param_scope` with `hp.scope` and `auto_param` with `hp.param` in benchmark scripts and examples for consistency. - Updated CLI examples to utilize `hp.launch()` instead of `run_cli()`. - Enhanced documentation to reflect the new syntax and improve clarity in usage.
- Updated version number from 0.5.14 to 0.6.0 across all relevant Cargo.toml files for core, macros, and Python packages. - Ensured consistency in versioning across the project.
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## master #22 +/- ##
==========================================
+ Coverage 68.61% 69.23% +0.61%
==========================================
Files 26 32 +6
Lines 4289 4758 +469
Branches 434 497 +63
==========================================
+ Hits 2943 3294 +351
- Misses 1235 1331 +96
- Partials 111 133 +22 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
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.