JuliaDynamics/DrWatson.jl
Move to Julia 1.9, use extensions remove Requires for `collect_results` and Dataframes
开放
#399 创建于 2023年10月17日
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)