Skip to content

Commit 2f5b4f9

Browse files
committed
Bump version and remove news for rowSums/Means
1 parent af41be0 commit 2f5b4f9

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Package: xts
22
Type: Package
33
Title: eXtensible Time Series
4-
Version: 0.12.9901
4+
Version: 0.13.0
55
Authors@R: c(
66
person(given=c("Jeffrey","A."), family="Ryan", role=c("aut","cph")),
77
person(given=c("Joshua","M."), family="Ulrich", role=c("cre","aut"), email="josh.m.ulrich@gmail.com"),

NEWS

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
################################################################################
2-
Changed in xts 0.12.X:
2+
Changed in xts 0.13.0:
33

44
### New Features
55

@@ -34,10 +34,6 @@ o Updated `to.period()` to accept custom 'endpoints' via the 'period' argument.
3434
Now you can aggregate on something other than the times that 'endpoints()'
3535
supports. Thanks to Ethan B. Smith for the suggestion! (#302)
3636

37-
o Added xts methods for `rowMeans()` and `rowSums()`. Calling `rowSums(my_xts)`
38-
now returns an xts object instead of a matrix. Thanks to @harvey131 for the
39-
suggestion! (#281)
40-
4137
### Fixes
4238

4339
o Fixed typo and expand `period.apply()` documentation. (#205)

0 commit comments

Comments
 (0)