Skip to content

Commit

Permalink
Patch 0.5.1.1.0 (#202)
Browse files Browse the repository at this point in the history
* Prepare patch (#201)

* pull vinecopulib patch

* bump version + update NEWS

* update website

* remove pessimizing std::move
  • Loading branch information
tnagler authored and tvatter committed Nov 26, 2019
1 parent c7ef30f commit 2fc5eb8
Show file tree
Hide file tree
Showing 37 changed files with 112 additions and 85 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: rvinecopulib
Type: Package
Title: High Performance Algorithms for Vine Copula Modeling
Version: 0.5.0.1.0
Version: 0.5.1.1.0
Authors@R: c(
person("Thomas", "Nagler",, "[email protected]", role = c("aut", "cre")),
person("Thibault", "Vatter",, "[email protected]", role = c("aut"))
Expand All @@ -13,7 +13,7 @@ Description: Provides an interface to 'vinecopulib', a C++ library for vine
and more modern API, improved performances, especially in high dimensions,
nonparametric and multi-parameter families, and the ability to model discrete
variables. The 'rvinecopulib' package includes 'vinecopulib' as header-only
C++ library (currently version 0.5.0). Thus users do not need to install
C++ library (currently version 0.5.1). Thus users do not need to install
'vinecopulib' itself in order to use 'rvinecopulib'. Since their initial
releases, 'vinecopulib' is licensed under the MIT License, and 'rvinecopulib'
is licensed under the GNU GPL version 3.
Expand Down
10 changes: 10 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
# rvinecopulib 0.5.1.1.0 (November 25, 2019)

Release following the updates of vinecopulib to 0.5.1, see
https://github.com/vinecopulib/vinecopulib/releases.

BUG FIX

* fix out of range bug for weighted TLL influence when sample size is small.


# rvinecopulib 0.5.0.1.0 (November 25, 2019)

Release following the updates of vinecopulib to 0.5.0, see
Expand Down
10 changes: 4 additions & 6 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
## Non-standard version number

The version (0.5.0.1.0) does not have three components. Since the package is
an interface to the C++ library vinecopulib, we decided to adopt the convention
of e.g. RcppEigen, where the first three components are related to
vinecopulib's version.
Urgent patch fixing a heap-buffer-overflow detected by the address sanitizer:
https://cran.r-project.org/web/checks/check_results_rvinecopulib.html

## Test environments
* ubuntu 16.04 (travis-ci), release/oldrel/devel
* Windows Server 2012 R2 x64 and x86 (appveyor), devel
* ubuntu 18.04 with gcc ASAN (release)
* ubuntu 18.04 with valgrind (release)

## R CMD check results
There were no ERRORs or WARNINGs.
Expand Down
4 changes: 2 additions & 2 deletions docs/404.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions docs/LICENSE-text.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions docs/authors.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions docs/index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

17 changes: 14 additions & 3 deletions docs/news/index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions docs/pkgdown.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
pandoc: 2.3.1
pkgdown: 1.4.1
pkgdown_sha: ~
pkgdown: 1.4.1.9000
pkgdown_sha: 61c3999702966dd75267b98ce905df22521ebd11
articles: []

4 changes: 2 additions & 2 deletions docs/reference/as_rvine_structure.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions docs/reference/bicop.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions docs/reference/bicop_dist.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions docs/reference/bicop_methods.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions docs/reference/getters.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions docs/reference/index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions docs/reference/mBICV.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions docs/reference/pairs_copula_data.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions docs/reference/par_to_ktau.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions docs/reference/plot.bicop_dist.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions docs/reference/plot.rvine_structure.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 2fc5eb8

Please sign in to comment.