-
Notifications
You must be signed in to change notification settings - Fork 7
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
chore: release #96
chore: release #96
Conversation
Bencher
Click to view all benchmark results
Bencher - Continuous Benchmarking View Public Perf Page Docs | Repo | Chat | Help |
c8ff9a5
to
556189b
Compare
556189b
to
8fe580b
Compare
8fe580b
to
14e7507
Compare
WalkthroughThe recent updates to the Changes
Poem
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (invoked as PR comments)
Additionally, you can add CodeRabbit Configuration File (
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 0
Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Files selected for processing (9)
- Cargo.toml (2 hunks)
- crates/augurs-changepoint/CHANGELOG.md (1 hunks)
- crates/augurs-core/CHANGELOG.md (1 hunks)
- crates/augurs-ets/CHANGELOG.md (1 hunks)
- crates/augurs-forecaster/CHANGELOG.md (1 hunks)
- crates/augurs-mstl/CHANGELOG.md (1 hunks)
- crates/augurs-outlier/CHANGELOG.md (1 hunks)
- crates/augurs-seasons/CHANGELOG.md (1 hunks)
- crates/augurs-testing/CHANGELOG.md (1 hunks)
Files skipped from review due to trivial changes (7)
- crates/augurs-changepoint/CHANGELOG.md
- crates/augurs-core/CHANGELOG.md
- crates/augurs-ets/CHANGELOG.md
- crates/augurs-forecaster/CHANGELOG.md
- crates/augurs-mstl/CHANGELOG.md
- crates/augurs-seasons/CHANGELOG.md
- crates/augurs-testing/CHANGELOG.md
Additional comments not posted (5)
crates/augurs-outlier/CHANGELOG.md (3)
9-9
: Accurate version update.The version update to 0.3.0 is correctly documented.
11-12
: Accurate documentation of fixed issue.The fix for the panic issue with a more accurate series count is correctly documented.
14-17
: Accurate documentation of other changes.The addition of the MAD outlier algorithm, the update of the
rustc-hash
dependency, and the removal of the unsupported subdirectory are correctly documented.Cargo.toml (2)
14-14
: Accurate version update for the main crate.The version update to 0.3.0 for the main crate is correctly applied.
25-31
: Accurate version updates for workspace dependencies.The version updates to 0.3.0 for the workspace dependencies are correctly applied.
🤖 New release
augurs-changepoint
: 0.2.0 -> 0.3.0augurs-core
: 0.2.0 -> 0.3.0augurs-testing
: 0.2.0 -> 0.3.0augurs-ets
: 0.2.0 -> 0.3.0augurs-mstl
: 0.2.0 -> 0.3.0augurs-forecaster
: 0.2.0 -> 0.3.0augurs-outlier
: 0.2.0 -> 0.3.0augurs-seasons
: 0.2.0 -> 0.3.0Changelog
augurs-changepoint
augurs-core
augurs-testing
augurs-ets
augurs-mstl
augurs-forecaster
augurs-outlier
augurs-seasons
This PR was generated with release-plz.
Summary by CodeRabbit
New Features
augurs-ets
andaugurs-outlier
, enhancing outlier detection capabilities.augurs-outlier
to prevent panic scenarios.Version Updates
0.2.0
to0.3.0
, ensuring compatibility and incorporating new features.Documentation
0.3.0
changes and removed outdated workflow components.