CompatHelper's PRs only update the main Project.toml, and not those located at test/Project.toml. (See example PR). This means that we've been testing with older versions of packages for a while now, and was one of the causes of #110.
Removing this file helps keep things in sync.
NOTE: If no test/Project.toml exists, Pkg continues using the old-style test setup. (See source).
Additionaly, the DataFrame! function was deprecated in v1.0 of the DataFrames package. We update it in this PR.
CompatHelper's PRs only update the main Project.toml, and not those located at
test/Project.toml
. (See example PR). This means that we've been testing with older versions of packages for a while now, and was one of the causes of #110.Removing this file helps keep things in sync.
Additionaly, the
DataFrame!
function was deprecated in v1.0 of theDataFrames
package. We update it in this PR.