You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
and support all table formats (e.g TypedTables, IndexedTables, StructArrays, Query iterators) with just a Tables dependency (which is a bit more lightweight than DataFrames). If the default fallback is excessive, one can check that Tables.istable(x) returns true.
I am wondering if would make sense to simply depend on
instead of using
Requires.@require
. AFAIK these don't have binary dependencies (as opposed to eg Juno), so the cost is minor.This would allow proper version management in Project.toml, and my understanding is that precompilation also works better if we do this.
The text was updated successfully, but these errors were encountered: