JuliaDynamics/DrWatson.jl

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

Open

#399 geöffnet am 17. Okt. 2023

Auf GitHub ansehen
 (3 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)Julia (94 Forks)batch import
good first issueupdate

Repository-Metriken

Stars
 (915 Stars)
PR-Merge-Metriken
 (Keine gemergten PRs in 30 T)

Beschreibung

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)

Contributor Guide