-
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 v0.6.3 #166
Conversation
WalkthroughThe changes in this pull request primarily involve updating the version of the workspace package and its dependencies in the Changes
Possibly related PRs
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 using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
b096edb
to
0247422
Compare
0247422
to
a5eae7d
Compare
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
π§Ή Outside diff range and nitpick comments (1)
crates/augurs-prophet/CHANGELOG.md (1)
10-19
: LGTM! Consider a minor grammatical improvement.The changelog entry follows proper conventions and clearly documents the changes. Consider adding "the" before "holiday feature" for better readability:
- correctly set holiday feature to 1 for all holiday dates + correctly set the holiday feature to 1 for all holiday dates𧰠Tools
πͺ LanguageTool
[uncategorized] ~14-~14: You might be missing the article βtheβ here.
Context: ... 2024-11-20 ### Fixed - correctly set holiday feature to 1 for all holiday dates ([#1...(AI_EN_LECTOR_MISSING_DETERMINER_THE)
π Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
π Files selected for processing (6)
Cargo.toml
(2 hunks)crates/augurs-changepoint/CHANGELOG.md
(1 hunks)crates/augurs-ets/CHANGELOG.md
(1 hunks)crates/augurs-mstl/CHANGELOG.md
(1 hunks)crates/augurs-prophet/CHANGELOG.md
(1 hunks)crates/augurs-seasons/CHANGELOG.md
(1 hunks)
π§ Files skipped from review as they are similar to previous changes (5)
- Cargo.toml
- crates/augurs-changepoint/CHANGELOG.md
- crates/augurs-ets/CHANGELOG.md
- crates/augurs-mstl/CHANGELOG.md
- crates/augurs-seasons/CHANGELOG.md
π§° Additional context used
πͺ LanguageTool
crates/augurs-prophet/CHANGELOG.md
[uncategorized] ~14-~14: You might be missing the article βtheβ here.
Context: ... 2024-11-20 ### Fixed - correctly set holiday feature to 1 for all holiday dates ([#1...
(AI_EN_LECTOR_MISSING_DETERMINER_THE)
π Additional comments (1)
crates/augurs-prophet/CHANGELOG.md (1)
10-19
: Verify the holiday feature fix documentation.
Let's verify that PR #175 properly documents the holiday feature fix.
β Verification successful
The holiday feature fix is properly documented
The PR description and changelog entry accurately reflect the holiday feature fix. The PR description provides detailed context about:
- The previous behavior where holiday features were only set for first occurrences
- The fix that now properly sets holiday features for all matching dates in the dataframe
- The implementation details about iterating over all dates that fall on holidays
The changelog entry "correctly set holiday feature to 1 for all holiday dates" is concise but accurately captures the essence of the fix.
π Scripts executed
The following scripts were executed for the analysis:
Script:
#!/bin/bash
# Description: Verify the documentation of the holiday feature fix in PR #175
# Fetch PR description and comments for context about the fix
gh pr view 175 --json body,comments
Length of output: 14575
π§° Tools
πͺ LanguageTool
[uncategorized] ~14-~14: You might be missing the article βtheβ here.
Context: ... 2024-11-20 ### Fixed - correctly set holiday feature to 1 for all holiday dates ([#1...
(AI_EN_LECTOR_MISSING_DETERMINER_THE)
π€ New release
augurs
: 0.6.2 -> 0.6.3augurs-changepoint
: 0.6.2 -> 0.6.3 (β API compatible changes)augurs-core
: 0.6.2 -> 0.6.3augurs-clustering
: 0.6.2 -> 0.6.3augurs-dtw
: 0.6.2 -> 0.6.3augurs-ets
: 0.6.2 -> 0.6.3 (β API compatible changes)augurs-mstl
: 0.6.2 -> 0.6.3 (β API compatible changes)augurs-forecaster
: 0.6.2 -> 0.6.3augurs-outlier
: 0.6.2 -> 0.6.3augurs-prophet
: 0.6.2 -> 0.6.3 (β API compatible changes)augurs-seasons
: 0.6.2 -> 0.6.3 (β API compatible changes)Changelog
augurs
augurs-changepoint
augurs-core
augurs-clustering
augurs-dtw
augurs-ets
augurs-mstl
augurs-forecaster
augurs-outlier
augurs-prophet
augurs-seasons
This PR was generated with release-plz.
Summary by CodeRabbit
New Features
Bug Fixes
Documentation