Skip to content
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

Closed
wants to merge 1 commit into from
Closed

chore: release v0.4.0 #109

wants to merge 1 commit into from

Conversation

sd2k
Copy link
Collaborator

@sd2k sd2k commented Sep 4, 2024

πŸ€– New release

  • augurs-changepoint: 0.3.1 -> 0.4.0
  • augurs-core: 0.3.1 -> 0.4.0 (βœ“ API compatible changes)
  • augurs-testing: 0.3.1 -> 0.4.0
  • augurs-clustering: 0.3.1 -> 0.4.0
  • augurs-dtw: 0.3.1 -> 0.4.0
  • augurs-ets: 0.3.1 -> 0.4.0
  • augurs-mstl: 0.3.1 -> 0.4.0 (βœ“ API compatible changes)
  • augurs-forecaster: 0.3.1 -> 0.4.0
  • augurs-outlier: 0.3.1 -> 0.4.0 (βœ“ API compatible changes)
  • augurs-seasons: 0.3.1 -> 0.4.0
Changelog

augurs-changepoint

0.3.1 - 2024-07-30

No notable changes in this release.

augurs-core

0.4.0 - 2024-09-22

Added

  • add augurs-dtw crate with dynamic time warping implementation (#98)

augurs-testing

0.3.1 - 2024-07-30

No notable changes in this release.

augurs-clustering

0.4.0 - 2024-09-22

Added

  • add augurs-clustering crate with DBSCAN algorithm (#100)

Other

  • Add augurs-clustering crate

augurs-dtw

0.4.0 - 2024-09-22

Added

  • derive Clone for Dtw (#114)
  • parallel DTW calculations in augurs-js (#111)
  • add augurs-dtw crate with dynamic time warping implementation (#98)

Other

  • Add augurs-dtw crate

augurs-ets

0.3.1 - 2024-07-30

No notable changes in this release.

augurs-mstl

0.4.0 - 2024-09-22

Added

  • add augurs-dtw crate with dynamic time warping implementation (#98)

augurs-forecaster

0.3.1 - 2024-07-30

No notable changes in this release.

augurs-outlier

0.4.0 - 2024-09-22

Fixed

  • [breaking] make cluster_band optional, undefined if no cluster is found (#105)

augurs-seasons

0.3.1 - 2024-07-30

No notable changes in this release.


This PR was generated with release-plz.

Copy link
Contributor

coderabbitai bot commented Sep 4, 2024

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 @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

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.

Commits

Files that changed from the base of the PR and between f9e2edb and 25181e0.

Walkthrough

The changes involve updating the version numbers of multiple dependencies in the Cargo.toml file for the Rust project "augurs" from "0.3.1" to "0.4.0." Additionally, each corresponding changelog for the affected crates has been updated to reflect new features and modifications, including the introduction of the augurs-dtw crate and updates to the augurs-outlier crate's parameters.

Changes

File Change Summary
Cargo.toml Updated version numbers for dependencies from "0.3.1" to "0.4.0" for multiple crates.
crates/.../CHANGELOG.md Added version 0.4.0 entries for augurs-clustering, augurs-core, augurs-dtw, and augurs-mstl, noting the introduction of new functionalities.
crates/augurs-outlier/CHANGELOG.md Added version 0.4.0 entry indicating that cluster_band is now optional, marking a breaking change.

Possibly related PRs

  • chore: releaseΒ #96: This PR updates the Cargo.toml file to increment the version of multiple dependencies, including augurs-changepoint, augurs-core, augurs-ets, augurs-mstl, augurs-outlier, and augurs-seasons, which aligns with the version updates in the main PR.
  • chore: bump to v0.3.1Β #103: Similar to the main PR, this PR also updates the version numbers for the same dependencies from 0.3.0 to 0.3.1, indicating a direct connection in terms of version management across the project.
  • fix!: make cluster_band optional, undefined if no cluster is foundΒ #105: This PR modifies the cluster_band field in the augurs-outlier crate to be optional, which is relevant as the main PR includes updates to the augurs-outlier dependency, suggesting ongoing changes in that component.

Poem

πŸ‡ In the meadow where the changes bloom,
A hop and a skip, dispelling the gloom.
New features sprout, like flowers in spring,
With DBSCAN and DTW, let the joy sing!
Optional bands, oh what a delight,
Hopping through code, everything feels right! 🌼


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?

Share
Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    -- I pushed a fix in commit <commit_id>, please review it.
    -- Generate unit testing code for this file.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    -- @coderabbitai generate unit testing code for this file.
    -- @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    -- @coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    -- @coderabbitai read src/utils.ts and generate unit testing code.
    -- @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    -- @coderabbitai help me debug CodeRabbit configuration file.

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)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

CodeRabbit Configuration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

Copy link
Contributor

@coderabbitai coderabbitai bot left a 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

Commits

Files that changed from the base of the PR and between 6dcc641 and cddccfd.

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 Parameter

The codebase has been updated to handle the breaking change where the cluster_band parameter is now optional. Tests in crates/augurs-outlier/src/dbscan.rs verify scenarios where cluster_band is both present and absent, ensuring the change is managed correctly.

  • crates/augurs-js/src/outlier.rs: cluster_band is defined as Option<ClusterBand>.
  • crates/augurs-outlier/src/lib.rs: cluster_band is used in the new function as Option<Band>.
  • crates/augurs-outlier/src/dbscan.rs: Tests assert both Some and None for cluster_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.

Copy link
Contributor

github-actions bot commented Sep 4, 2024

🐰Bencher

ReportWed, September 4, 2024 at 12:47:34 UTC
Projectaugurs
Branch109/merge
Testbedubuntu-latest
Click to view all benchmark results
BenchmarkLatencyLatency Results
nanoseconds (ns) | (Ξ”%)
Latency Upper Boundary
nanoseconds (ns) | (%)
auto_fit/air_passengersβœ… (view plot)1,884,200.00 (-2.42%)2,058,934.98 (91.51%)
dbscanβœ… (view plot)1,429,000.00 (-0.60%)1,463,370.93 (97.65%)
distance_euclidean/Noneβœ… (view plot)202,080.00 (-0.12%)203,695.36 (99.21%)
distance_euclidean/Some(10)βœ… (view plot)15,767.00 (-0.89%)16,825.16 (93.71%)
distance_euclidean/Some(2)βœ… (view plot)3,458.30 (-1.45%)3,629.39 (95.29%)
distance_euclidean/Some(20)βœ… (view plot)31,493.00 (+0.07%)31,623.38 (99.59%)
distance_euclidean/Some(5)βœ… (view plot)7,902.00 (+0.87%)7,974.42 (99.09%)
distance_euclidean/Some(50)βœ… (view plot)75,333.00 (-0.09%)75,576.99 (99.68%)
distance_matrix_euclidean/window: Some(10), parallelize: falseβœ… (view plot)3,016,500,000.00 (-2.87%)3,526,398,058.89 (85.54%)
distance_matrix_euclidean/window: Some(10), parallelize: trueβœ… (view plot)3,016,300,000.00 (+35.69%)4,573,443,605.69 (65.95%)
distance_matrix_euclidean/window: Some(2), parallelize: falseβœ… (view plot)524,440,000.00 (-1.21%)544,835,914.85 (96.26%)
distance_matrix_euclidean/window: Some(2), parallelize: trueβœ… (view plot)524,510,000.00 (+32.72%)701,043,467.47 (74.82%)
fit/air_passengersβœ… (view plot)420,780.00 (-0.37%)425,060.27 (98.99%)
forecast/air_passengersβœ… (view plot)1,424.60 (+0.98%)1,435.83 (99.22%)
season_eightβœ… (view plot)22,353.00 (-1.52%)23,175.68 (96.45%)
vic_elecβœ… (view plot)39,248,000.00 (+0.04%)39,321,716.30 (99.81%)

Bencher - Continuous Benchmarking
View Public Perf Page
Docs | Repo | Chat | Help

@github-actions github-actions bot force-pushed the release-plz-2024-09-04T12-15-05Z branch from cddccfd to 85817e2 Compare September 4, 2024 16:32
Copy link
Contributor

@coderabbitai coderabbitai bot left a 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

Commits

Files that changed from the base of the PR and between cddccfd and 85817e2.

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

@github-actions github-actions bot force-pushed the release-plz-2024-09-04T12-15-05Z branch from 85817e2 to f9e2edb Compare September 12, 2024 09:02
@github-actions github-actions bot force-pushed the release-plz-2024-09-04T12-15-05Z branch from f9e2edb to 25181e0 Compare September 22, 2024 11:34
@sd2k sd2k closed this Sep 22, 2024
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.

1 participant