Skip to content

Commit 207333e

Browse files
committed
changelog and news entries for #396
1 parent 8569a04 commit 207333e

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

ChangeLog

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
2015-11-08 Dirk Eddelbuettel <[email protected]>
22

3-
* inst/include/Rcpp/vector/Matrix.h (Rcpp): Matrix transpose is now a
4-
free function for both INTSXP and REALSXP
3+
* inst/include/Rcpp/vector/Matrix.h: Matrix transpose is now a free
4+
function for both INTSXP and REALSXP
55

66
* inst/unitTests/runit.Matrix.R: New unit tests
77
* inst/unitTests/cpp/Matrix.cpp: Ditto
@@ -11,10 +11,11 @@
1111
* inst/include/Rcpp/Nullable.h: No longer prevent assignment of
1212
R_NilValue to Nullable<> in function signatures
1313

14+
* inst/include/Rcpp/vector/Matrix.h: Use showpoint in operator<<()
15+
1416
2015-11-07 Dirk Eddelbuettel <[email protected]>
1517

16-
* inst/include/Rcpp/vector/Matrix.h (Rcpp): Beginnings of a Matrix
17-
transpose operator
18+
* inst/include/Rcpp/vector/Matrix.h: Beginnings of a Matrix transpose
1819

1920
2015-11-06 Kevin Ushey <kevinushey@gmailcom>
2021

inst/NEWS.Rd

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@
1919
\ghit{383})
2020
\item \code{Nullable} types can now be assigned \code{R_NilValue} in
2121
function signatures. (PR \ghpr{395} by Dan, fixing issue \ghit{394})
22+
\item \code{operator<<()} now always shows decimal points (PR \ghpr{396}
23+
by Dan)
2224
}
2325
\item Changes in Rcpp Attributes:
2426
\itemize{

0 commit comments

Comments
 (0)