-
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.4.0 #109
Conversation
Warning Rate limit exceeded@github-actions[bot] has exceeded the limit for the number of commits or files that can be reviewed per hour. Please wait 28 minutes and 33 seconds before requesting another review. How to resolve this issue?After the wait time has elapsed, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout. Please see our FAQ for further information. WalkthroughThe changes involve updating the version numbers of multiple dependencies in the Changes
Possibly related PRs
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 using PR comments)
Other keywords and placeholders
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 (6)
- Cargo.toml (2 hunks)
- crates/augurs-clustering/CHANGELOG.md (1 hunks)
- crates/augurs-core/CHANGELOG.md (1 hunks)
- crates/augurs-dtw/CHANGELOG.md (1 hunks)
- crates/augurs-mstl/CHANGELOG.md (1 hunks)
- crates/augurs-outlier/CHANGELOG.md (1 hunks)
Files skipped from review due to trivial changes (1)
- crates/augurs-core/CHANGELOG.md
Additional comments not posted (12)
crates/augurs-dtw/CHANGELOG.md (1)
9-13
: LGTM!The changelog entry for version
0.4.0
is correctly formatted and provides relevant information about the new version, including:
- Release date
- Comparison link to the previous version
- Addition of the
augurs-dtw
crate with dynamic time warping implementation- Reference to the pull request that introduced the changes
The changes are consistent with the AI-generated summary.
crates/augurs-clustering/CHANGELOG.md (1)
9-13
: LGTM!The changelog entry for version
0.4.0
is consistent with the PR summary and the AI-generated summary of changes. It follows the Keep a Changelog format, adheres to Semantic Versioning, and includes a link to the PR that introduced the changes.crates/augurs-outlier/CHANGELOG.md (1)
9-12
: LGTM!The changelog entry for version 0.4.0 is well-documented and follows the changelog format.
Cargo.toml (8)
24-24
: LGTM!The version bump is consistent with the PR summary.
25-25
: LGTM!The version bump is consistent with the PR summary, which indicates that this dependency has added a new crate implementing the DBSCAN algorithm.
26-26
: LGTM!The version bump is consistent with the PR summary, which indicates that this dependency has introduced a new crate for dynamic time warping implementation.
27-27
: LGTM!The version bump is consistent with the PR summary, which indicates that this dependency also includes the dynamic time warping implementation.
28-28
: LGTM!The version bump is consistent with the PR summary.
30-30
: LGTM!The version bump is consistent with the PR summary, which indicates that this dependency has received significant updates.
32-32
: LGTM!The version bump is consistent with the PR summary.
31-31
: LGTM!The version bump is consistent with the PR summary, which indicates that this dependency has a breaking change where the
cluster_band
parameter is now optional and will be undefined if no cluster is found.Verify the impact of the breaking change in the codebase by running the following script:
Verification successful
Breaking Change Verified:
cluster_band
ParameterThe codebase has been updated to handle the breaking change where the
cluster_band
parameter is now optional. Tests incrates/augurs-outlier/src/dbscan.rs
verify scenarios wherecluster_band
is both present and absent, ensuring the change is managed correctly.
crates/augurs-js/src/outlier.rs
:cluster_band
is defined asOption<ClusterBand>
.crates/augurs-outlier/src/lib.rs
:cluster_band
is used in thenew
function asOption<Band>
.crates/augurs-outlier/src/dbscan.rs
: Tests assert bothSome
andNone
forcluster_band
.Scripts executed
The following scripts were executed for the analysis:
Script:
#!/bin/bash # Description: Verify the usage of the `cluster_band` parameter in the `augurs-outlier` crate. # Test: Search for the usage of the `cluster_band` parameter. Expect: No occurrences of the old usage. rg --type rust -A 5 $'cluster_band'Length of output: 4097
crates/augurs-mstl/CHANGELOG.md (1)
9-13
: LGTM!The changelog entry for version 0.4.0 looks good:
- It follows the expected format and provides relevant information about the changes.
- The addition of the
augurs-dtw
crate is appropriately highlighted.- The entry includes a link to the relevant pull request for more details.
Bencher
Click to view all benchmark results
Bencher - Continuous Benchmarking View Public Perf Page Docs | Repo | Chat | Help |
cddccfd
to
85817e2
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
Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Files selected for processing (6)
- Cargo.toml (2 hunks)
- crates/augurs-clustering/CHANGELOG.md (1 hunks)
- crates/augurs-core/CHANGELOG.md (1 hunks)
- crates/augurs-dtw/CHANGELOG.md (1 hunks)
- crates/augurs-mstl/CHANGELOG.md (1 hunks)
- crates/augurs-outlier/CHANGELOG.md (1 hunks)
Files skipped from review due to trivial changes (1)
- Cargo.toml
Files skipped from review as they are similar to previous changes (5)
- crates/augurs-clustering/CHANGELOG.md
- crates/augurs-core/CHANGELOG.md
- crates/augurs-dtw/CHANGELOG.md
- crates/augurs-mstl/CHANGELOG.md
- crates/augurs-outlier/CHANGELOG.md
85817e2
to
f9e2edb
Compare
f9e2edb
to
25181e0
Compare
π€ New release
augurs-changepoint
: 0.3.1 -> 0.4.0augurs-core
: 0.3.1 -> 0.4.0 (β API compatible changes)augurs-testing
: 0.3.1 -> 0.4.0augurs-clustering
: 0.3.1 -> 0.4.0augurs-dtw
: 0.3.1 -> 0.4.0augurs-ets
: 0.3.1 -> 0.4.0augurs-mstl
: 0.3.1 -> 0.4.0 (β API compatible changes)augurs-forecaster
: 0.3.1 -> 0.4.0augurs-outlier
: 0.3.1 -> 0.4.0 (β API compatible changes)augurs-seasons
: 0.3.1 -> 0.4.0Changelog
augurs-changepoint
augurs-core
augurs-testing
augurs-clustering
augurs-dtw
augurs-ets
augurs-mstl
augurs-forecaster
augurs-outlier
augurs-seasons
This PR was generated with release-plz.