Skip to content

Conversation

@reiase
Copy link
Owner

@reiase 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
Copy link

codecov bot commented Dec 14, 2025

Codecov Report

❌ Patch coverage is 81.51351% with 171 lines in your changes missing coverage. Please review.
✅ Project coverage is 69.23%. Comparing base (2ec3338) to head (224c3b9).
⚠️ Report is 1 commits behind head on master.

Files with missing lines Patch % Lines
hyperparameter/loader.py 64.87% 55 Missing and 17 partials ⚠️
run_benchmark.py 0.00% 46 Missing ⚠️
hyperparameter/cli.py 53.62% 27 Missing and 5 partials ⚠️
hyperparameter/analyzer.py 63.33% 6 Missing and 5 partials ⚠️
hyperparameter/examples/quickstart.py 33.33% 4 Missing ⚠️
tests/conftest.py 75.00% 3 Missing ⚠️
hyperparameter/api.py 86.66% 2 Missing ⚠️
tests/test_stress_async_threads.py 98.48% 0 Missing and 1 partial ⚠️
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.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@reiase reiase merged commit ff50351 into master Dec 14, 2025
14 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.

2 participants