Skip to content

Commit

Permalink
upgrade vinecopulib and wdm
Browse files Browse the repository at this point in the history
  • Loading branch information
tvatter committed Feb 7, 2024
1 parent 2f1b9e3 commit 6ef376d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/vinecopulib
Submodule vinecopulib updated 104 files
2 changes: 1 addition & 1 deletion lib/wdm
Submodule wdm updated 61 files
+64 −0 .github/workflows/main.yml
+0 −65 .travis.yml
+85 −0 .vscode/settings.json
+1 −3 CMakeLists.txt
+1 −1 LICENSE
+19 −18 README.md
+0 −58 appveyor.yml
+0 −161 cmake/DownloadProject.cmake
+0 −1 cmake/buildTargets.cmake
+0 −0 cmake/findDependencies.cmake
+0 −14 cmake/templates/DownloadProject.CMakeLists.txt.in
+1 −1 docs/annotated.html
+2 −2 docs/bbeta_8hpp_source.html
+1 −1 docs/classes.html
+1 −1 docs/classwdm_1_1_indep__test-members.html
+1 −1 docs/classwdm_1_1_indep__test.html
+1 −1 docs/dir_13e138d54eb8818da29c3992edef070a.html
+1 −1 docs/dir_19b2bf9199a15c634a08b1ede1dd896a.html
+1 −1 docs/dir_49e56c817e5e54854c35e136979f97ca.html
+1 −1 docs/dir_9716b91408bcf7b26097f649d6973cae.html
+1 −1 docs/dir_98e64370d6093558065858b6bf42b719.html
+1 −1 docs/dir_cfafba98a580ce4b62f8a6fa96d7cbb0.html
+1 −1 docs/dir_d44c64559bbebec7f509842c48db8b23.html
+1 −1 docs/dir_dedda661d52f15c544835a0f3f778e7c.html
+2 −2 docs/eigen_8hpp_source.html
+1 −1 docs/files.html
+1 −1 docs/functions.html
+1 −1 docs/functions_func.html
+1 −1 docs/graph_legend.html
+2 −2 docs/hoeffd_8hpp_source.html
+2 −2 docs/index.html
+2 −2 docs/ktau_8hpp_source.html
+1 −1 docs/mainpage_8h.html
+1 −1 docs/mainpage_8h_source.html
+1 −1 docs/md_README.html
+2 −2 docs/methods_8hpp_source.html
+1 −1 docs/namespacemembers.html
+1 −1 docs/namespacemembers_func.html
+1 −1 docs/namespaces.html
+1 −1 docs/namespacewdm.html
+2 −2 docs/nan__handling_8hpp_source.html
+1 −1 docs/pages.html
+2 −2 docs/prho_8hpp_source.html
+2 −2 docs/ranks_8hpp_source.html
+2 −2 docs/srho_8hpp_source.html
+2 −2 docs/utils_8hpp_source.html
+2 −2 docs/wdm_8hpp_source.html
+1 −1 include/mainpage.h
+1 −1 include/wdm.hpp
+1 −1 include/wdm/bbeta.hpp
+1 −2 include/wdm/eigen.hpp
+5 −5 include/wdm/hoeffd.hpp
+1 −1 include/wdm/ktau.hpp
+6 −6 include/wdm/methods.hpp
+4 −4 include/wdm/nan_handling.hpp
+1 −1 include/wdm/prho.hpp
+146 −31 include/wdm/ranks.hpp
+3 −3 include/wdm/srho.hpp
+4 −4 include/wdm/utils.hpp
+2 −21 test/CMakeLists.txt
+1 −1 test/test.cpp

0 comments on commit 6ef376d

Please sign in to comment.