JuliaML / MLDataUtils.jl

Utility package for generating, loading, splitting, and processing Machine Learning datasets
http://mldatautilsjl.readthedocs.io/
Other
102 stars 20 forks source link

CompatHelper: bump compat for "DataFrames" to "1.0" #63

Closed github-actions[bot] closed 3 years ago

github-actions[bot] commented 3 years ago

This pull request changes the compat entry for the DataFrames package from 0.19, 0.20, 0.21, 0.22 to 0.19, 0.20, 0.21, 0.22, 1.0.

This keeps the compat entries for earlier versions.

Note: I have not tested your package with this new compat entry. It is your responsibility to make sure that your package tests pass before you merge this pull request.

rikhuijzer commented 3 years ago

@Evizero, could you merge this please and tag a new release? I'm trying to migrate my packages to DataFrames 1.0.

If I see correctly, the tests pass. If not, then let me know and I'll start working at a fix for this package.