JuliaDynamics/DrWatson.jl

Move to Julia 1.9, use extensions remove Requires for `collect_results` and Dataframes

開放

#399 建立於 2023年10月17日

 (3 則留言) (0 個反應) (0 位負責人)Julia (94 個分叉)batch import
good first issueupdate

倉庫指標

星標
 (915 顆星)
PR 合併指標
 (30 天內沒有已合併 PR)

描述

The title says it all, currently we use Requires for collect_results. We should not do that as Julia natively supports conditional dependencies via the extensions. See here for how to do it: https://pkgdocs.julialang.org/dev/creating-packages/#Conditional-loading-of-code-in-packages-(Extensions)

貢獻者指南