Skip to content

Commit

Permalink
0.4.0
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
agritheory committed Nov 13, 2024
1 parent cd5deae commit 21220c5
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,24 @@
# CHANGELOG


## v0.4.0 (2024-11-13)

### Bug Fixes

- Sum in seasonality calc if different-length data
([`fa95df2`](https://github.com/agritheory/forecast/commit/fa95df213f880f3375debe91cdf8a24b583ec6eb))

### Features

- Add user-defined forecast period to all methods
([`d91adb2`](https://github.com/agritheory/forecast/commit/d91adb2e3554bd3072ec6bdc6f0f533b5c4a8941))

### Testing

- Add missing data test
([`bf85311`](https://github.com/agritheory/forecast/commit/bf853115620070b77ff487dd2870942165bcdb7c))


## v0.3.0 (2024-11-13)

### Documentation
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "forecast"
version = "0.3.0"
version = "0.4.0"
description = "Generic forecast utilities"
authors = ["Tyler Matteson <[email protected]>", "Heather Kusmierz <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit 21220c5

Please sign in to comment.