We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3b0bea commit 1bd5f8eCopy full SHA for 1bd5f8e
ChangeLog
@@ -1,3 +1,10 @@
1
+2019-12-29 Qiang Kou <qkou@qkou.info>
2
+
3
+ * inst/include/Rcpp/vector/Matrix.h: Ensure scalar OP matrix do not
4
+ change right-hand side in operation
5
+ * inst/tinytest/test_matrix.R: New tests
6
+ * inst/tinytest/cpp/Matrix.cpp: Idem
7
8
2019-12-20 Dirk Eddelbuettel <edd@debian.org>
9
10
* DESCRIPTION (Version, Date): Roll minor version
inst/NEWS.Rd
@@ -13,6 +13,8 @@
13
\ghpr{1036}).
14
\item Finalizer calls clear external pointer first (Kirill Müller and
15
Dirk in \ghpr{1038}).
16
+ \item Scalar operations with a rhs matrix no longer change the
17
+ matrix value (Qiang in \ghpr{1040} fixing (again) \ghit{365}).
18
}
19
\item Changes in Rcpp Attributes:
20
\itemize{
0 commit comments