JuliaDynamics/DrWatson.jl

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

Open

#399 aperta il 17 ott 2023

Vedi su GitHub
 (3 commenti) (0 reazioni) (0 assegnatari)Julia (94 fork)batch import
good first issueupdate

Metriche repository

Star
 (915 star)
Metriche merge PR
 (Nessuna PR mergiata in 30 g)

Descrizione

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)

Guida contributor