Skip to content

Commit

Permalink
Increment version number to 0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchelloharawild committed Feb 29, 2024
1 parent 831ee31 commit bfe86a8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: feasts
Title: Feature Extraction and Statistics for Time Series
Version: 0.3.1.9000
Version: 0.3.2
Description: Provides a collection of features, decomposition methods,
statistical summaries and graphics functions for the analysing tidy time
series data. The package name 'feasts' is an acronym comprising of its key
Expand Down
5 changes: 4 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
# feasts (development version)
# feasts 0.3.2

Minor patch to resolve CRAN check issues with ggplot2 v3.5.0 breaking changes.

## Bug fixes

* Fixed out-of-bounds `gg_season()` breaks issue with ggplot2 v3.5.0
* Changed the metadata of classical decomposition's components to better reflect
the seasonally adjusted variable's structure.

Expand Down

0 comments on commit bfe86a8

Please sign in to comment.