fix change log#275
Conversation
📚 Documentation preview 🚀Preview URL: https://EarthyScience.github.io/EasyHybrid.jl/previews/PR275/ Note The preview will be available once the documentation build completes successfully, and will reflect the last successful build for this PR. |
There was a problem hiding this comment.
Code Review
This pull request updates the CHANGELOG.md file to document several new features and improvements for version 0.2.0, including Optimization.jl integration, per-branch optimizers, L2 regularization, improved YAML configuration saving, and enhanced data processing for MultiNNHybridModel. The feedback suggests a minor grammatical correction to ensure consistency in the changelog formatting.
Important
The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.
| - Per-Branch Optimizers: Enabled per-parameter/per-branch optimizer configurations using Optimisers.jl, allowing for more granular control over training dynamics. [#267](https://github.com/EarthyScience/EasyHybrid.jl/pull/267) | ||
| - Added L2 regularization support for model weights and introduced utility functions for weight extraction and norm calculation. [#267](https://github.com/EarthyScience/EasyHybrid.jl/pull/267) | ||
| - Improved YAML configuration saving to include parameter bounds and the full source code of mechanistic models for better reproducibility. [#267](https://github.com/EarthyScience/EasyHybrid.jl/pull/267) | ||
| - data processing for MultiNNHybridModel, including better sequence filtering and support for multi-branch neural network architectures. [#267](https://github.com/EarthyScience/EasyHybrid.jl/pull/267) |
There was a problem hiding this comment.
This bullet point starts with a lowercase letter and is grammatically incomplete compared to the other entries. It should start with a capitalized action verb like "Improved" to maintain consistency across the changelog.
| - data processing for MultiNNHybridModel, including better sequence filtering and support for multi-branch neural network architectures. [#267](https://github.com/EarthyScience/EasyHybrid.jl/pull/267) | |
| - Improved data processing for MultiNNHybridModel, including better sequence filtering and support for multi-branch neural network architectures. [#267](https://github.com/EarthyScience/EasyHybrid.jl/pull/267) |
No description provided.