[WIP] try to support v0.24#221
Conversation
|
@SimonDanisch are there any good sources of Makie 0.23 -> 0.24 conversions? I saw someone mention looking at basic_recipes to see what these look like, but then MakieOrg/Makie.jl#5114 seems to suggest that many of these aren't done. If we can get a set of these, then some of the AI tools may be able to do much of these updates automatically. Other notes I found were https://docs.makie.org/dev/explanations/compute-pipeline#ComputeGraph |
|
We have an upgrade guide in the blogpost: |
|
Thanks. Any other notes / ports / etc. are helpful to give the AI stuff guidance. With small bits of help, Claude was able to muddle it's way to getting a plot to show. The tests aren't passing yet, and I think there are some subtle bugs in what it's done. |
|
Can you push it? or PR it? |
|
I'll try and set this up later tonight. |
|
Here's the one with more edits along with some quick notes on what's working/ what isn't. |
|
Thanks for starting on that, finished on #223 |
Sadly, GraphMakie seems to be particularly hit by the deprecations, so this will probably take a bit of time.
Could be cleaner and better, to completely switch to using the compute graph, but harder for me since I don't know the recipe that well.