[ANN] PrettyTables v3.0.0

Almost done!

1 Like

@Ronis_BR I did hit another blocker today. CUDA.jl also needs an update after DataFrames.jl.

I am actually surprised that CUDA.jl depends on DataFrames.jl and PrettyTables.jl. There is definitely room for improvement there.

Opened an issue:

1 Like

The direct calls to PrettyTables.jl in CUDA.jl are here:

It should be really simple to update! However, I cannot test since I have no nvidia gpu :frowning:

I believe their CI infrastructure covers it. We can submit a PR and wait for action.

1 Like

Awesome! Can you do this please while I am working in DataFrames.jl?

1 Like

I don’t need any .pdf documents (I don’t quite understand the LLM suggestion from @karei here); just an indication of what has changed. The “everything might have changed” is quite daunting honestly. Or, if that’s easier: what has stayed the same?

@Ronis_BR we can only run CUDA.jl tests after DataFrames.jl is released with support to PrettyTables.jl v3. I can try to prepare the PR to CUDA.jl after your DataFrames.jl PR is ready :+1:

1 Like

You probably can have all those answers here:

@juliohm The PR to migrate DataFrames.jl is already submitted:

1 Like