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.2 #133

Merged
merged 1 commit into from
Oct 16, 2024
Merged

chore: release v0.4.2 #133

merged 1 commit into from
Oct 16, 2024

Conversation

sd2k
Copy link
Collaborator

@sd2k sd2k commented Oct 16, 2024

🤖 New release

  • augurs: 0.4.1 -> 0.4.2
  • augurs-changepoint: 0.4.1 -> 0.4.2
  • augurs-core: 0.4.1 -> 0.4.2
  • augurs-clustering: 0.4.1 -> 0.4.2
  • augurs-dtw: 0.4.1 -> 0.4.2
  • augurs-ets: 0.4.1 -> 0.4.2
  • augurs-mstl: 0.4.1 -> 0.4.2
  • augurs-forecaster: 0.4.1 -> 0.4.2
  • augurs-outlier: 0.4.1 -> 0.4.2
  • augurs-prophet: 0.4.1 -> 0.4.2 (✓ API compatible changes)
  • augurs-seasons: 0.4.1 -> 0.4.2
Changelog

augurs

0.4.1 - 2024-10-16

Fixed

  • specify all-features=true for docs.rs

augurs-changepoint

0.4.0 - 2024-10-16

Added

  • add 'augurs' convenience crate, re-exporting other crates (#117)

augurs-core

0.4.0 - 2024-10-16

Added

  • add 'augurs' convenience crate, re-exporting other crates (#117)
  • add 'Forecast::chain' method to chain two forecasts together (#115)
  • add augurs-dtw crate with dynamic time warping implementation (#98)

Fixed

  • [breaking] add serde derives for more types (#112)

augurs-clustering

0.4.0 - 2024-10-16

Added

  • add 'augurs' convenience crate, re-exporting other crates (#117)
  • add augurs-clustering crate with DBSCAN algorithm (#100)

Other

  • Add augurs-clustering crate

augurs-dtw

0.4.0 - 2024-10-16

Added

  • add 'augurs' convenience crate, re-exporting other crates (#117)
  • 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.4.0 - 2024-10-16

Added

  • add 'augurs' convenience crate, re-exporting other crates (#117)

Other

  • Add Prophet algorithm in augurs-prophet crate (#118)

augurs-mstl

0.4.0 - 2024-10-16

Added

  • add 'augurs' convenience crate, re-exporting other crates (#117)
  • add augurs-dtw crate with dynamic time warping implementation (#98)

augurs-forecaster

0.4.0 - 2024-10-16

Added

  • add 'augurs' convenience crate, re-exporting other crates (#117)

Fixed

  • fix invalid lifetime warning on nightly (#113)

augurs-outlier

0.4.0 - 2024-10-16

Added

  • add cmdstan-based optimizer for augurs-prophet (#121)
  • add 'augurs' convenience crate, re-exporting other crates (#117)

Fixed

  • [breaking] add serde derives for more types (#112)
  • [breaking] make cluster_band optional, undefined if no cluster is found (#105)

Other

  • Add Prophet algorithm in augurs-prophet crate (#118)

augurs-prophet

0.4.2 - 2024-10-16

Fixed

  • (docs) handle build failures in docs.rs gracefully

Other

  • Fix sad clippy

augurs-seasons

0.4.0 - 2024-10-16

Added

  • add 'augurs' convenience crate, re-exporting other crates (#117)

Other

  • Add Prophet algorithm in augurs-prophet crate (#118)


This PR was generated with release-plz.

Summary by CodeRabbit

  • New Features

    • Updated workspace package version to 0.4.2, aligning all dependencies.
    • Introduced fixes in augurs-prophet for documentation and the "sad clippy" issue.
  • Bug Fixes

    • Resolved documentation issues related to build failures in docs.rs.
    • Fixed JavaScript binding issues in the previous version.
  • Chores

    • Updated changelog for augurs-prophet to reflect new version and changes.

Copy link
Contributor

coderabbitai bot commented Oct 16, 2024

Walkthrough

The changes in this pull request focus on updating the versioning of the workspace package and its dependencies in the Cargo.toml file. The workspace package version has been incremented from 0.4.1 to 0.4.2, and all dependencies listed under [workspace.dependencies] have been similarly updated to version 0.4.2. Additionally, the changelog for the augurs-prophet project has been updated to reflect the new version and document recent fixes and features.

Changes

File Change Summary
Cargo.toml Updated workspace package version from 0.4.1 to 0.4.2 and all dependencies to 0.4.2.
crates/augurs-prophet/CHANGELOG.md Added entry for version 0.4.2, detailing documentation fix and previous version highlights.

Possibly related PRs

  • chore: release #96: Involves a version update in the Cargo.toml file for multiple dependencies, including augurs-changepoint, augurs-core, and others.
  • chore: bump to v0.3.1 #103: Updates the Cargo.toml file, incrementing versions of several dependencies, similar to the main PR.
  • chore: release v0.4.1 #132: Reflects a version increment from 0.4.0 to 0.4.1 for the same dependencies, indicating a consistent versioning approach.

Poem

Hop along the code, so bright and new,
Versions updated, a fresh morning dew.
Dependencies dance in perfect array,
With augurs-prophet leading the way.
A changelog sings of fixes and cheer,
In the garden of code, we hold dear! 🐇✨


📜 Recent review details

Configuration used: CodeRabbit UI
Review profile: CHILL

📥 Commits

Files that changed from the base of the PR and between bda2fc6 and cae79ae.

📒 Files selected for processing (2)
  • Cargo.toml (2 hunks)
  • crates/augurs-prophet/CHANGELOG.md (1 hunks)
🚧 Files skipped from review as they are similar to previous changes (1)
  • crates/augurs-prophet/CHANGELOG.md
🧰 Additional context used
🔇 Additional comments (3)
Cargo.toml (3)

15-15: LGTM: Workspace package version updated correctly.

The workspace package version has been properly updated from 0.4.1 to 0.4.2, which is consistent with the PR objectives and follows semantic versioning principles.


26-35: LGTM: Workspace dependencies versions updated consistently.

All relevant workspace dependencies have been correctly updated from version 0.4.1 to 0.4.2. This update maintains consistency across the workspace and aligns with the PR objectives.


15-15: Confirmed: Changes are consistent with PR objectives and summary.

The version updates in this file (from 0.4.1 to 0.4.2) for both the workspace package and its dependencies are fully aligned with the PR objectives and accurately reflected in the AI-generated summary. This consistency ensures that all components of the Augurs project are properly updated for the 0.4.2 release.

Also applies to: 26-35


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.

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