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 #96

Merged
merged 1 commit into from
Jul 30, 2024
Merged

chore: release #96

merged 1 commit into from
Jul 30, 2024

Conversation

sd2k
Copy link
Collaborator

@sd2k sd2k commented Jun 24, 2024

🤖 New release

  • augurs-changepoint: 0.2.0 -> 0.3.0
  • augurs-core: 0.2.0 -> 0.3.0
  • augurs-testing: 0.2.0 -> 0.3.0
  • augurs-ets: 0.2.0 -> 0.3.0
  • augurs-mstl: 0.2.0 -> 0.3.0
  • augurs-forecaster: 0.2.0 -> 0.3.0
  • augurs-outlier: 0.2.0 -> 0.3.0
  • augurs-seasons: 0.2.0 -> 0.3.0
Changelog

augurs-changepoint

0.3.0 - 2024-07-30

Other

  • Remove unsupported .github/workflows/bencher subdirectory and old benchmark workflow (#90)

augurs-core

0.3.0 - 2024-07-30

Other

  • Remove unsupported .github/workflows/bencher subdirectory and old benchmark workflow (#90)

augurs-testing

0.3.0 - 2024-07-30

Other

  • Remove unsupported .github/workflows/bencher subdirectory and old benchmark workflow (#90)

augurs-ets

0.3.0 - 2024-07-30

Other

  • Add MAD outlier algorithm (#89)
  • Update nalgebra requirement from 0.32.2 to 0.33.0 (#93)
  • Remove unsupported .github/workflows/bencher subdirectory and old benchmark workflow (#90)

augurs-mstl

0.3.0 - 2024-07-30

Other

  • Remove unsupported .github/workflows/bencher subdirectory and old benchmark workflow (#90)

augurs-forecaster

0.3.0 - 2024-07-30

Other

  • Remove unsupported .github/workflows/bencher subdirectory and old benchmark workflow (#90)

augurs-outlier

0.3.0 - 2024-07-30

Fixed

  • use more accurate series count to avoid panic (#101)

Other

  • Add MAD outlier algorithm (#89)
  • Update rustc-hash requirement from 1.1.0 to 2.0.0 (#95)
  • Remove unsupported .github/workflows/bencher subdirectory and old benchmark workflow (#90)

augurs-seasons

0.3.0 - 2024-07-30

Other

  • Remove unsupported .github/workflows/bencher subdirectory and old benchmark workflow (#90)


This PR was generated with release-plz.

Summary by CodeRabbit

  • New Features

    • Introduced the MAD outlier algorithm in augurs-ets and augurs-outlier, enhancing outlier detection capabilities.
    • Added a more accurate series count feature in augurs-outlier to prevent panic scenarios.
  • Version Updates

    • Updated the main crate and several dependencies from version 0.2.0 to 0.3.0, ensuring compatibility and incorporating new features.
  • Documentation

    • Enhanced CHANGELOG files across multiple projects to reflect version 0.3.0 changes and removed outdated workflow components.

Copy link
Contributor

github-actions bot commented Jun 24, 2024

🐰Bencher

ReportTue, July 30, 2024 at 15:12:46 UTC
Projectaugurs
Branch96/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,901,300.00 (-1.08%)2,019,234.82 (94.16%)
fit/air_passengers✅ (view plot)435,030.00 (+1.21%)438,057.05 (99.31%)
forecast/air_passengers✅ (view plot)1,369.30 (-2.24%)1,437.62 (95.25%)
season_eight✅ (view plot)21,024.00 (+0.37%)21,131.18 (99.49%)
vic_elec✅ (view plot)37,420,000.00 (-0.24%)37,645,297.21 (99.40%)

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

@github-actions github-actions bot force-pushed the release-plz-2024-06-24T10-40-25Z branch from c8ff9a5 to 556189b Compare June 24, 2024 10:48
@github-actions github-actions bot force-pushed the release-plz-2024-06-24T10-40-25Z branch from 556189b to 8fe580b Compare July 4, 2024 20:27
@github-actions github-actions bot force-pushed the release-plz-2024-06-24T10-40-25Z branch from 8fe580b to 14e7507 Compare July 30, 2024 14:31
Copy link
Contributor

coderabbitai bot commented Jul 30, 2024

Walkthrough

The recent updates to the augurs project signify a major version bump from 0.2.0 to 0.3.0, affecting the main crate and several related dependencies. This change consolidates the project’s components under a unified versioning scheme, enhancing compatibility and signaling the addition of new features and improvements. Additionally, various changelogs have been updated to reflect the removal of outdated workflows, indicating a focus on maintaining an efficient and clean project structure.

Changes

Files Change Summary
Cargo.toml Updated version from 0.2.0 to 0.3.0 for main crate and dependencies.
crates/.../CHANGELOG.md Added version 0.3.0 section, noted removal of .github/workflows/bencher and old benchmark workflow across all changelogs.
crates/augurs-ets/CHANGELOG.md Introduced MAD outlier algorithm and updated nalgebra dependency from 0.32.2 to 0.33.0.
crates/augurs-outlier/CHANGELOG.md Added features for more accurate series count, new MAD outlier algorithm, and updated rustc-hash from 1.1.0 to 2.0.0.

Poem

🐰 In the garden of code, we hop and we play,
With updates and changes brightening our day.
Version three is here, a leap we embrace,
Removing old paths, we quicken our pace.
Hooray for enhancements, let’s cheer and rejoice,
For each little feature gives us a new voice! 🌼✨


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>.
    • 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 generate interesting stats about this repository and render them as a table.
    • @coderabbitai show all the console.log statements in this repository.
    • @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 as 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.

Additionally, you can add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.

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 a88a9b3 and 14e7507.

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.

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