-
Notifications
You must be signed in to change notification settings - Fork 8
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 #218
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change | ||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
@@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 | |||||||||||||||||||||||
|
||||||||||||||||||||||||
## [Unreleased] | ||||||||||||||||||||||||
|
||||||||||||||||||||||||
## [0.8.0](https://github.com/grafana/augurs/compare/augurs-v0.7.0...augurs-v0.8.0) - 2024-12-23 | ||||||||||||||||||||||||
|
||||||||||||||||||||||||
This release includes some major, breaking changes to the `augurs-forecaster` crate (and the `forecaster` feature of the `augurs` crate). See the [migration guide](https://docs.augu.rs/migrating.html#from-07-to-08) for more information on how to upgrade. | ||||||||||||||||||||||||
|
||||||||||||||||||||||||
### Added | ||||||||||||||||||||||||
|
||||||||||||||||||||||||
- [**breaking**] switch `transform` to a trait (#213) | ||||||||||||||||||||||||
Comment on lines
+14
to
+16
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 🛠️ Refactor suggestion Document all breaking changes mentioned in PR objectives. The changelog only mentions the transform trait change, but the PR objectives indicate additional breaking changes in Add these breaking changes to maintain a comprehensive changelog: ### Added
- [**breaking**] switch `transform` to a trait (#213)
+
+### Removed
+
+- [**breaking**] removed/renamed public modules in augurs-core
+- [**breaking**] removed/renamed structs, traits, and enums in augurs-forecaster 📝 Committable suggestion
Suggested change
|
||||||||||||||||||||||||
|
||||||||||||||||||||||||
## [0.6.0](https://github.com/grafana/augurs/compare/augurs-v0.5.4...augurs-v0.6.0) - 2024-11-08 | ||||||||||||||||||||||||
|
||||||||||||||||||||||||
### Added | ||||||||||||||||||||||||
|
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.
💡 Codebase verification
Documentation needs improvement for the Forecaster wrapper
Based on the verification results, while there is a working example in
examples/forecasting/examples/prophet_forecaster.rs
and some API documentation in the source code, the Forecaster wrapper functionality needs better documentation:Suggested documentation additions:
augurs
framework🔗 Analysis chain
Document the Forecaster wrapper functionality
The addition of the Forecaster wrapper for Prophet should include:
Let's check for existing documentation:
Let me check the example and documentation content in more detail:
Let me check if there's any additional documentation in the README or other documentation files:
🏁 Scripts executed
The following scripts were executed for the analysis:
Script:
Length of output: 2234
Script:
Length of output: 8989
Script:
Length of output: 9016