File tree Expand file tree Collapse file tree 2 files changed +26
-0
lines changed Expand file tree Collapse file tree 2 files changed +26
-0
lines changed Original file line number Diff line number Diff line change
1
+ 2016-05-16 Daniel C. Dillon <
[email protected] >
2
+
3
+ * inst/include/Rcpp/sugar/functions/max.h: Fixing constness
4
+ * inst/include/Rcpp/sugar/functions/min.h: Ditto
5
+
6
+ 2016-05-15 Daniel C. Dillon <
[email protected] >
7
+
8
+ * inst/include/Rcpp/vector/Matrix.h: Correcting ambiguities in
9
+ Vector/Matrix and scalar operations
10
+ * inst/include/Rcpp/sugar/operators/divides.h: Ditto
11
+ * inst/include/Rcpp/sugar/operators/minus.h: Ditto
12
+ * inst/include/Rcpp/sugar/operators/plus.h: Ditto
13
+ * inst/include/Rcpp/sugar/operators/times.h: Ditto
14
+
1
15
2016-05-14 Dirk Eddelbuettel <
[email protected] >
2
16
3
17
* DESCRIPTION: Release 0.12.5
Original file line number Diff line number Diff line change 3
3
\newcommand {\ghpr }{\href {https : // github.com / RcppCore / Rcpp / pull / # 1}{##1}}
4
4
\newcommand {\ghit }{\href {https : // github.com / RcppCore / Rcpp / issues / # 1}{##1}}
5
5
6
+ \section {Changes in Rcpp version 0.12.6 (2016 - 07 - 31 )}{
7
+ \itemize {
8
+ \item Changes in Rcpp Sugar :
9
+ \itemize {
10
+ \item Const - ness of \code {min } and \code {max } functions has been corrected.
11
+ (Dan Dillon in PR \ghpr {478 } fixing issue \ghit {477 }).
12
+ \item Ambiguities for matrix / vector and scalar operations have been fixed
13
+ (Dan Dillon in PR \ghpr {476 } fixing issue \ghit {475 }).
14
+ }
15
+ }
16
+ }
17
+
6
18
\section {Changes in Rcpp version 0.12.5 (2016 - 05 - 14 )}{
7
19
\itemize {
8
20
\item Changes in Rcpp API :
You can’t perform that action at this time.
0 commit comments