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.8.0 #220

Merged
merged 2 commits into from
Dec 23, 2024
Merged

chore: release v0.8.0 #220

merged 2 commits into from
Dec 23, 2024

Conversation

sd2k
Copy link
Collaborator

@sd2k sd2k commented Dec 23, 2024

🤖 New release

  • augurs: 0.7.0 -> 0.8.0 (✓ API compatible changes)
  • augurs-changepoint: 0.7.0 -> 0.8.0
  • augurs-core: 0.7.0 -> 0.8.0 (⚠️ API breaking changes)
  • augurs-clustering: 0.7.0 -> 0.8.0
  • augurs-dtw: 0.7.0 -> 0.8.0
  • augurs-ets: 0.7.0 -> 0.8.0
  • augurs-mstl: 0.7.0 -> 0.8.0
  • augurs-forecaster: 0.7.0 -> 0.8.0 (⚠️ API breaking changes)
  • augurs-outlier: 0.7.0 -> 0.8.0 (✓ API compatible changes)
  • augurs-prophet: 0.7.0 -> 0.8.0 (✓ API compatible changes)
  • augurs-seasons: 0.7.0 -> 0.8.0

⚠️ augurs-core breaking changes

--- failure module_missing: pub module removed or renamed ---

Description:
A publicly-visible module cannot be imported by its prior path. A `pub use` may have been removed, or the module may have been renamed, removed, or made non-public.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#item-remove
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.38.0/src/lints/module_missing.ron

Failed in:
  mod augurs_core::interpolate, previously in file /tmp/.tmp4YShem/augurs-core/src/interpolate.rs:1

--- failure struct_missing: pub struct removed or renamed ---

Description:
A publicly-visible struct cannot be imported by its prior path. A `pub use` may have been removed, or the struct itself may have been renamed or removed entirely.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#item-remove
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.38.0/src/lints/struct_missing.ron

Failed in:
  struct augurs_core::interpolate::LinearInterpolator, previously in file /tmp/.tmp4YShem/augurs-core/src/interpolate.rs:41
  struct augurs_core::interpolate::Interpolate, previously in file /tmp/.tmp4YShem/augurs-core/src/interpolate.rs:71

--- failure trait_missing: pub trait removed or renamed ---

Description:
A publicly-visible trait cannot be imported by its prior path. A `pub use` may have been removed, or the trait itself may have been renamed or removed entirely.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#item-remove
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.38.0/src/lints/trait_missing.ron

Failed in:
  trait augurs_core::interpolate::Interpolater, previously in file /tmp/.tmp4YShem/augurs-core/src/interpolate.rs:16
  trait augurs_core::interpolate::InterpolateExt, previously in file /tmp/.tmp4YShem/augurs-core/src/interpolate.rs:159
  trait augurs_core::interpolate::Interpolatable, previously in file /tmp/.tmp4YShem/augurs-core/src/interpolate.rs:198

⚠️ augurs-forecaster breaking changes

--- failure auto_trait_impl_removed: auto trait no longer implemented ---

Description:
A public type has stopped implementing one or more auto traits. This can break downstream code that depends on the traits being implemented.
        ref: https://doc.rust-lang.org/reference/special-types-and-traits.html#auto-traits
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.38.0/src/lints/auto_trait_impl_removed.ron

Failed in:
  type Forecaster is no longer UnwindSafe, in /tmp/.tmpjZCN0q/augurs/crates/augurs-forecaster/src/forecaster.rs:12
  type Forecaster is no longer RefUnwindSafe, in /tmp/.tmpjZCN0q/augurs/crates/augurs-forecaster/src/forecaster.rs:12

--- failure enum_missing: pub enum removed or renamed ---

Description:
A publicly-visible enum cannot be imported by its prior path. A `pub use` may have been removed, or the enum itself may have been renamed or removed entirely.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#item-remove
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.38.0/src/lints/enum_missing.ron

Failed in:
  enum augurs_forecaster::transforms::Transform, previously in file /tmp/.tmp4YShem/augurs-forecaster/src/transforms.rs:37
  enum augurs_forecaster::Transform, previously in file /tmp/.tmp4YShem/augurs-forecaster/src/transforms.rs:37

--- failure enum_variant_added: enum variant added on exhaustive enum ---

Description:
A publicly-visible enum without #[non_exhaustive] has a new variant.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#enum-variant-new
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.38.0/src/lints/enum_variant_added.ron

Failed in:
  variant Error:Transform in /tmp/.tmpjZCN0q/augurs/crates/augurs-forecaster/src/error.rs:26

--- failure inherent_method_missing: pub method removed or renamed ---

Description:
A publicly-visible method or associated fn is no longer available under its prior name. It may have been renamed or removed entirely.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#item-remove
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.38.0/src/lints/inherent_method_missing.ron

Failed in:
  Forecaster::with_transforms, previously in file /tmp/.tmp4YShem/augurs-forecaster/src/forecaster.rs:34

--- failure struct_missing: pub struct removed or renamed ---

Description:
A publicly-visible struct cannot be imported by its prior path. A `pub use` may have been removed, or the struct itself may have been renamed or removed entirely.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#item-remove
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.38.0/src/lints/struct_missing.ron

Failed in:
  struct augurs_forecaster::transforms::MinMaxScaleParams, previously in file /tmp/.tmp4YShem/augurs-forecaster/src/transforms.rs:131
Changelog

augurs

0.8.0 - 2024-12-23

Added

augurs-changepoint

0.7.0 - 2024-11-25

Other

  • update Cargo.toml dependencies

augurs-core

0.8.0 - 2024-12-23

Added

augurs-clustering

0.5.2 - 2024-10-25

Other

  • add benchmark for Prophet (#140)

augurs-dtw

0.6.0 - 2024-11-08

Added

  • [breaking] split JS package into separate crates (#149)

augurs-ets

0.7.0 - 2024-11-25

Other

  • update Cargo.toml dependencies

augurs-mstl

0.7.0 - 2024-11-25

Other

  • update Cargo.toml dependencies

augurs-forecaster

0.8.0 - 2024-12-23

Added

Fixed

Other

augurs-outlier

0.8.0 - 2024-12-23

Other

augurs-prophet

0.8.0 - 2024-12-23

Added

Fixed

Other

augurs-seasons

0.7.0 - 2024-11-25

Other

  • update Cargo.toml dependencies


This PR was generated with release-plz.

Summary by CodeRabbit

  • New Features

    • Updated workspace version to 0.8.0, enhancing overall functionality.
    • Introduced new features in the forecaster, including Box-Cox and Yeo-Johnson transforms.
    • Added a Forecaster wrapper for Prophet.
  • Bug Fixes

    • Corrected documentation links and improved NaN filtering in Prophet preprocessing.
    • Fixed issues with transform enum and dependency requirements.
  • Documentation

    • Updated changelogs to reflect new version entries and significant changes.

Copy link
Contributor

coderabbitai bot commented Dec 23, 2024

Warning

Rate limit exceeded

@sd2k has exceeded the limit for the number of commits or files that can be reviewed per hour. Please wait 4 minutes and 0 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

Reviewing files that changed from the base of the PR and between 540d94b and b6afade.

📒 Files selected for processing (3)
  • crates/augurs-forecaster/CHANGELOG.md (1 hunks)
  • crates/augurs-prophet/CHANGELOG.md (1 hunks)
  • crates/augurs/CHANGELOG.md (1 hunks)

Walkthrough

This pull request introduces version 0.8.0 across the Augurs workspace, implementing a comprehensive version update for multiple crates. The changes primarily focus on incrementing version numbers in the Cargo.toml file and updating changelogs for various packages. A notable breaking change involves switching the transform functionality to a trait, which impacts several components of the Augurs project. The update also includes dependency updates, new features, and structural improvements across different crates.

Changes

File Changes
Cargo.toml - Workspace version updated from 0.7.0 to 0.8.0
- All dependencies updated from 0.7.0 to 0.8.0
crates/augurs-core/CHANGELOG.md - Added version 0.8.0 entry
- Documented breaking change: transform switched to a trait
crates/augurs-forecaster/CHANGELOG.md - Added version 0.8.0 entry
- Breaking change: transform to trait
- Added Box-Cox/Yeo-Johnson transforms
- Added standard scaler transform
- Added 'transforms' JavaScript crate
crates/augurs-outlier/CHANGELOG.md - Added version 0.8.0 entry
- Updated rv dependency from 0.17.0 to 0.18.0
crates/augurs-prophet/CHANGELOG.md - Added version 0.8.0 entry
- Added Prophet Forecaster wrapper
- Updated wasmtime and statrs dependencies
crates/augurs/CHANGELOG.md - Added version 0.8.0 entry
- Documented breaking change: transform switched to a trait

Sequence Diagram

sequenceDiagram
    participant Dev as Developer
    participant Core as Augurs Core
    participant Forecaster as Augurs Forecaster
    participant Transform as Transform Trait

    Dev->>Core: Implement Transform Trait
    Core-->>Forecaster: Propagate Trait Changes
    Forecaster->>Transform: Use New Trait-based Transforms
    Transform-->>Forecaster: Provide Transformation Logic
Loading

Possibly related PRs

Poem

🐰 Hop, hop, version eight is great!
Transforms now dance to a trait's new gate
Augurs leaps forward with glee
Coding magic, wild and free
A rabbit's cheer for this update's fate! 🚀


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 generate docstrings to generate docstrings for this PR. (Beta)
  • @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.

@sd2k sd2k merged commit 2d941c8 into main Dec 23, 2024
24 checks passed
@sd2k sd2k deleted the release-plz-2024-12-23T10-28-10Z branch December 23, 2024 10:50
This was referenced Jan 6, 2025
@coderabbitai coderabbitai bot mentioned this pull request Jan 14, 2025
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