JuliaDynamics/DrWatson.jl

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

オープン

#399 opened on 2023/10/17

 (3 件のコメント) (0 件のリアクション) (0 人の担当者)Julia (94 件のフォーク)batch import
good first issueupdate

Repository metrics

Stars
 (915 個のスター)
PR merge metrics
 (30d に merged 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)

コントリビューターガイド