Releases: vinecopulib/rvinecopulib
Releases · vinecopulib/rvinecopulib
rvinecopulib 0.6.3.1.1
- add
-D_HAS_AUTO_PTR_ETC=0
flag to disable deprecated features used in boost.
rvinecopulib 0.6.3.1.0
rvinecopulib 0.6.2.1.3
rvinecopulib 0.6.2.1.2
- fix warning about C++17 attribute extension 'nodiscard' (#255)
rvinecopulib 0.6.2.1.1
- replace bitwise operations on Boolean variables.
rvinecopulib 0.6.2.1.0
Release following the updates of vinecopulib to 0.6.2, see
https://github.com/vinecopulib/vinecopulib/releases. The most
relevant changes are summarized below.
-
improved documentation (discrete and missing dat, Rosenblatt transforms)
-
better parallelization when there is a small number of edges (#555)
BUG FIXES
- simulation from discrete models now returns a data frame with
ordered()
columns.
rvinecopulib 0.6.1.1.3
BUG FIX
- avoid bitwise operations on Boolean variables.
rvinecopulib 0.6.1.1.2
- enforce use on recent version of RcppThread for proper handling of linker flags.