Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CompatHelper: bump compat for "DataFrames" to "1.0" for package test #294

Conversation

github-actions[bot]
Copy link
Contributor

This pull request changes the compat entry for the DataFrames package from 0.22.4 to 0.22.4, 1.0 for package test.

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.

@cpfiffer cpfiffer force-pushed the compathelper/new_version/2021-04-23-07-18-28-352-2022370914 branch from 19e3af5 to e105fd3 Compare April 23, 2021 07:18
@devmotion
Copy link
Member

I assume the same problem exists here as in the closed PR: PrettyTables 0.12 is installed in the tests (not only in the build phase) but downgraded again once MLJModels etc are pulled in. But let's see, maybe it actually works.

@devmotion
Copy link
Member

The problem is MLJBase: version 0.18.2 supports only PrettyTables 1 and version 0.18.1 supports only PrettyTables <= 0.11.

@devmotion
Copy link
Member

devmotion commented Apr 23, 2021

I guess it's sufficient that tests pass on Julia 1.0 and Julia 1.6 32bit (including printing of statistics etc.) with PrettyTables 0.12?

@andreasnoack
Copy link
Member

What about just dropping PrettyTables 0.12 from the list? It shouldn't matter much now that version 1.0 is out

@devmotion
Copy link
Member

Both options would be OK. To me it seems sufficiently well tested on Julia 1.0 and 1.6 32bit to be supported but I would also be fine with dropping it.

@andreasnoack
Copy link
Member

Good point. I didn't realize that it would happen automatically. I'll go ahead and merge this one and add 0.12 back in #292

@andreasnoack andreasnoack merged commit 2a191e1 into master Apr 23, 2021
@delete-merged-branch delete-merged-branch bot deleted the compathelper/new_version/2021-04-23-07-18-28-352-2022370914 branch April 23, 2021 07:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants