Bug fixes in pyvinecopulib
New features in pyvinecopulib
- Add pickle support for all classes (#168)
- Add
allow_rotation
option toFitControlsBicop
andFitControlsVinecop
(#168)
Changes in vinecopulib
version 0.7.1
These changes originate from the latest release of vinecopulib
, the C++ library which powers pyvinecopulib
.
NEW FEATURES
- add
allow_rotation
option toFitControlsBicop
andFitControlsVinecop
to allow for the rotation of the pair copulas (#628). - add a
FitControlsConfig
struct to create flexible and yet safe constructors
forFitControlsBicop
andFitControlsVinecop
(#629).