~ubuntu-branches/ubuntu/trusty/r-cran-rcpparmadillo/trusty

« back to all changes in this revision

Viewing changes to ChangeLog

  • Committer: Package Import Robot
  • Author(s): Dirk Eddelbuettel
  • Date: 2013-09-29 16:03:43 UTC
  • mfrom: (1.1.7)
  • Revision ID: package-import@ubuntu.com-20130929160343-8ed4fww4vzoq8067
Tags: 0.3.920.1-1
* New upstream release

* debian/control: Tightened Build-Depends on r-cran-rcpp to (>= 0.10.5)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
2013-09-28  Dirk Eddelbuettel  <edd@debian.org>
 
2
 
 
3
        * DESCRIPTION: Release 0.3.920.1
 
4
        * inst/NEWS: Release 0.3.920.1
 
5
        * inst/include/*: Upgraded to new release 3.920.1 of Armadillo
 
6
        * debian/*: Similarly updated for new release to Debian
 
7
 
 
8
        * DESCRIPTION: Depends on Rcpp (>= 0.10.5) which shipped to CRAN
 
9
 
 
10
2013-09-27  Romain Francois <romain@r-enthusiasts.com>
 
11
 
 
12
        * include/RcppArmadilloAs.h : handle cx_mat, using that Rcomplex is
 
13
        layout compatible with std::complex<double>
 
14
        * unitTests/cpp/armadillo.cpp : more testing
 
15
        * unitTests/runit.RcppArmadillo.R : more testing
 
16
 
 
17
2013-09-23  Dirk Eddelbuettel  <edd@debian.org>
 
18
 
 
19
        * inst/include/*: Upgraded to Armadillo pre-release of 3.920.0
 
20
        * DESCRIPTION: Mark as test release version 0.3.910.0.2
 
21
 
 
22
2013-09-15  Dirk Eddelbuettel  <edd@debian.org>
 
23
 
 
24
        * inst/include/RcppArmadilloAs.h: Also define ConstInputParameter
 
25
        * inst/include/RcppArmadilloForward.h: Ditto for declaration
 
26
        * inst/unitTests/runit.RcppArmadillo.R: New unit tests for these
 
27
        * inst/unitTests/cpp/armadillo.cpp: C++ code for new unit tests
 
28
 
 
29
2013-09-15  Romain Francois <romain@r-enthusiasts.com>
 
30
 
 
31
        * include/RcppArmadilloForward.h : declaration of specializations of
 
32
        ConstReferenceInputParameter and ReferenceInputParameter
 
33
        * include/RcppArmadilloAs.h : definitions of the above
 
34
 
 
35
2013-09-13  Romain Francois <romain@r-enthusiasts.com>
 
36
 
 
37
        * DESCRIPTION : require Rcpp 0.10.4.4
 
38
        * include/RcppArmadilloForward.h : declaration of specializations of
 
39
        InputParameter for references and const reference to arma::Mat
 
40
        * include/RcppArmadilloAs.h : definitions of the above
 
41
 
 
42
2013-08-24  Romain Francois <romain@r-enthusiasts.com>
 
43
 
 
44
        * include/RcppArmadilloExtensions/sample.h: added include guard, made
 
45
        functions SampleReplace, etc ... templates to avoid the multiple
 
46
        definitions problem
 
47
 
 
48
2013-08-21  Romain Francois <romain@r-enthusiasts.com>
 
49
 
 
50
        * include/RcppArmadilloWrap.h: Less data copies for wrap< SpMat<T> >
 
51
        * include/RcppArmadilloAs.h:   Less data copies for as< SpMat<T> >
 
52
 
 
53
2013-08-20  Romain Francois <romain@r-enthusiasts.com>
 
54
 
 
55
        * include/RcppArmadilloWrap.h: Handle wrap<subview>
 
56
        * include/RcppArmadilloWrap.h: cleaner implementation for wrap< SpMat<T> >
 
57
        * include/RcppArmadilloAs.h: cleaner implementation for as< SpMat<T> >
 
58
 
 
59
2013-08-17  Dirk Eddelbuettel  <edd@debian.org>
 
60
 
 
61
        * vignettes/RcppArmadillo-intro.Rnw: Converted from LaTeX minted
 
62
        (which farms out to Python's pygmentize) to LaTeX listings (which is
 
63
        plainer, but works on CRAN)
 
64
        * DESCRIPTION: Remove 'BuildVignettes: FALSE'
 
65
 
1
66
2013-08-12  Dirk Eddelbuettel  <edd@debian.org>
2
67
 
3
68
        * DESCRIPTION: Release 0.3.910.0