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

Use a more recent version of DataFrames #120

Open
eperim opened this issue Aug 11, 2021 · 1 comment
Open

Use a more recent version of DataFrames #120

eperim opened this issue Aug 11, 2021 · 1 comment

Comments

@eperim
Copy link

eperim commented Aug 11, 2021

DataFrames has now released their v1.0, but this repo still locks its dependency to some prior versions, which can lead to compat issues with other packages. It would be great to relax that dependency.

@DoaneAS
Copy link

DoaneAS commented Apr 6, 2022

Hi,

It looks like the DataFrames package in currently supported Julia (>=1.6) made some changes to syntax for constructing a 'DataFrame' from a 'Matrix'. A work around is to use DataFrames v0.2, however v0.2 causes many other issues with standard Julia packages (it breaks JLD2 for example).

I have little experience with Julia and would be great if this repo was maintained.

thanks

Following up on this: compatible version can be installed using:
(@v1.7) pkg> add LowRankModels#e15afec

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

No branches or pull requests

2 participants