Skip to content

Commit

Permalink
update version and description.
Browse files Browse the repository at this point in the history
  • Loading branch information
mdancho84 committed Oct 31, 2023
1 parent 64e78ee commit 2034e38
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: anomalize
Type: Package
Title: Tidy Anomaly Detection
Version: 0.2.4
Version: 0.3.0
Authors@R: c(
person("Matt", "Dancho", email = "[email protected]", role = c("aut", "cre")),
person("Davis", "Vaughan", email = "[email protected]", role = c("aut"))
Expand Down
11 changes: 11 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
# anomalize 0.3.0

Prepare for supercession by `timetk`. Note that `anomalize` R package will be maintained for backwards compatibility. Users may wish to add these 2 lines of code to existing codebases that use the legacy anomalize R package:

``` r
library(anomalize)

anomalize <- anomalize::anomalize
plot_anomalies <- anomalize::plot_anomalies
```

# anomalize 0.2.4

Republish on CRAN.
Expand Down

0 comments on commit 2034e38

Please sign in to comment.