JuliaData / TypedTables.jl

Simple, fast, column-based storage for data analysis in Julia
Other
145 stars 25 forks source link

Fix Julia 1.7 deprecation of `kwargs.data` #99

Closed stuartthomas25 closed 1 year ago

stuartthomas25 commented 1 year ago

This fixes deprecation of kwargs.data in Julia 1.7 (see https://github.com/JuliaLang/julia/pull/39448)

stuartthomas25 commented 1 year ago

This issue was already fixed with #96