xiaodaigh / JDF.jl

Julia DataFrames serialization format
MIT License
88 stars 9 forks source link

Sync with DataFrames.jl 0.22 #52

Closed bkamins closed 3 years ago

bkamins commented 3 years ago

Can you please check if JDF.jl works with DataFrames.jl master (soon 0.22)? It e.g. seems that you rely on DataFrames.jl re-exporting CategoricalVector which it does not any more. Thank you!

xiaodaigh commented 3 years ago

updated latest master to work with DataFrames.jl v0.22.

tested to work. Imported CategoricalArray stuff directly.

bkamins commented 3 years ago

Thank you!

bkamins commented 3 years ago

Any success with registering the release?

xiaodaigh commented 3 years ago

done