Skip to content

Commit

Permalink
Squashed commit of the following:
Browse files Browse the repository at this point in the history
commit 1fbebc3b3803b274e80a9adad9ba9a4015898472
Author: arunsrinivasan <aragorn168b@gmail.com>
Date:   Wed Apr 20 22:12:56 2016 +0200

    PR #1663, fix for #1658 enhance doc on wday in ?IDateTime
  • Loading branch information
arunsrinivasan committed Apr 20, 2016
1 parent 997015d commit 1ade3f5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -243,6 +243,8 @@

27. The default number of over-allocated spare column pointer slots has been increased from 64 to 1024. The wasted memory overhead (if never used) is insignificant (0.008 MB). The advantage is that adding a large number of columns by reference using := or set() inside a loop will not now saturate as quickly and need reallocating. An alleviation to issue [#1633](https://github.com/Rdatatable/data.table/issues/1633). See `?alloc.col` for how to change this default yourself.

28. `?IDateTime` now makes clear that `wday`, `yday` and `month` are all 1- (not 0- as in `POSIXlt`) based, [#1658](https://github.com/Rdatatable/data.table/issues/1658); thanks @MichaelChirico.

### Changes in v1.9.6 (on CRAN 19 Sep 2015)

#### NEW FEATURES
Expand Down
2 changes: 2 additions & 0 deletions man/IDateTime.Rd
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,8 @@ round to weeks, months, quarters, and years.
for hour, day of year, day of week, day of month, week, month,
quarter, and year.
These values are all taken directly from the \code{POSIXlt} representation of \code{x}, with the notable difference that while \code{yday}, \code{wday}, and \code{mon} are all 0-based, here they are 1-based.
}
\references{
Expand Down

0 comments on commit 1ade3f5

Please sign in to comment.