jacobadenbaum / TexTables.jl

Publication quality regression and statistical tables
Other
39 stars 7 forks source link

CompatHelper: bump compat for "DataFrames" to "0.22" #24

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 to 0.19, 0.20, 0.21, 0.22.

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.

jacobadenbaum commented 3 years ago

Tests were failing due to the use of a deprecated method from dataframes, which was removed in the latest release.

I've dropped compatibility with some of the old DataFrames versions, and updated the code to call the newer syntax.