Skip to content

Commit bbd670b

Browse files
committed
updated ChangeLog and News, rolled minor version
1 parent cb54c77 commit bbd670b

File tree

3 files changed

+23
-7
lines changed

3 files changed

+23
-7
lines changed

ChangeLog

Lines changed: 14 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,30 @@
1+
2017-09-03 Dirk Eddelbuettel <[email protected]>
2+
3+
* DESCRIPTION (Version, Date): Roll minor version
4+
15
2017-09-02 James J Balamuta <[email protected]>
6+
27
* inst/include/Rcpp/vector/VectorBase.h: Defined both iterator AND
3-
const_iterator for future considerations. Currently, as before,
4-
only const_iterator is available (though it used to be called iterator).
8+
const_iterator for future considerations. Currently, as before, only
9+
const_iterator is available (though it used to be called iterator).
510
Added cbegin() and cend() functions. We should revisit whether there
611
should be a non-const iterator on VectorBase in the future.
12+
713
* inst/include/Rcpp/vector/Matrix.h: Added cbegin() and cend()
814
functions. Iterator defintions inherited from Vector are appropriate.
15+
916
* inst/include/Rcpp/vector/MatrixColumn.h: Added cbegin() and cend()
1017
functions. Iterator definitions inherited from Vector are appropriate
1118
because Matrix is column-major.
19+
1220
* inst/include/Rcpp/vector/Vector.h: Added cbegin() and cend()
1321
functions. Iterators are appropriate minus the problem with the const
1422
proxy class of objects (which may or may not actually be const depending
1523
on which one).
16-
* inst/include/Rcpp/vector/traits.h: Removed (accidentally) some
17-
some trailing whitespace on lines.
18-
24+
25+
* inst/include/Rcpp/vector/traits.h: Removed (accidentally) some some
26+
trailing whitespace on lines.
27+
1928
2017-09-02 Dirk Eddelbuettel <[email protected]>
2029

2130
* DESCRIPTION (Version): Roll minor version

DESCRIPTION

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Package: Rcpp
22
Title: Seamless R and C++ Integration
3-
Version: 0.12.12.2
4-
Date: 2017-09-02
3+
Version: 0.12.12.3
4+
Date: 2017-09-03
55
Author: Dirk Eddelbuettel, Romain Francois, JJ Allaire, Kevin Ushey, Qiang Kou,
66
Nathan Russell, Douglas Bates and John Chambers
77
Maintainer: Dirk Eddelbuettel <[email protected]>

inst/NEWS.Rd

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@
55

66
\section{Changes in Rcpp version 0.12.13 [unreleased] (2017-09-xx)}{
77
\itemize{
8+
\item Changes in Rcpp API:
9+
\itemize{
10+
\item New const iterators functions \code{cbegin()} and \code{cend()} have
11+
been added to several vector and matrix classes (Dan Dillon and James
12+
Balamuta in \ghpr{748}) starting to address \ghit{741}).
13+
The \code{tinyformat.h} header now ends in a newline (\ghit{701}).
14+
}
815
\item Changes in Rcpp Modules:
916
\itemize{
1017
\item Misplacement of one parenthesis in macro \code{LOAD_RCPP_MODULE}

0 commit comments

Comments
 (0)