Skip to content

Commit

Permalink
docs: ready for release (v1.0.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
gisler committed May 2, 2022
1 parent f867610 commit 315f8f5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Package: DTSg
Type: Package
Title: A Class for Working with Time Series Data Based on 'data.table' and 'R6'
with Largely Optional Reference Semantics
Version: 0.8.1.9000
Version: 1.0.0
Authors@R: person("Gerold", "Hepp", email = "ghepp@iwag.tuwien.ac.at", role = c("aut", "cre"))
Description: Basic time series functionalities such as listing of missing
values, application of arbitrary aggregation as well as rolling (asymmetric)
Expand Down
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# DTSg v0.8.1.9000
# DTSg v1.0.0

* Added `funbyApproach` argument to `new()`, `aggregate()`, `colapply()` and `subset()` methods: allows for specifying the flavour of the applied temporal aggregation level functions (either `"base"` utilising `as.POSIXct()` or `"fasttime"` utilising `fasttime::fastPOSIXct()` or `"RcppCCTZ"` utilising `RcppCCTZ::parseDatetime()` as the main function for transforming timestamps). Custom approaches for user defined TALFs are also possible. Please note that the `byFasttime*` versions of the TALFs are now deprecated. Use this argument from now on instead
* Added `funbyApproach` also to the `list` of helper data (`funbyHelpers` argument) passed on to TALFs
Expand Down

0 comments on commit 315f8f5

Please sign in to comment.