Closed github-actions[bot] closed 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.
This pull request changes the compat entry for the
DataFrames
package from0.19, 0.20, 0.21
to0.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.