Closed EwoutH closed 1 year ago
The reason that its not covered by the CI is that, if I recall correctly, there were a few remaining things in the code I wanted to polish. But then covid came. This is also why I haven't documented it in much detail.
With 5405cf7 the error got resolved, but apparently that was already outdated (Altair must have a very stable API) so I replaced it in 6b95801 to also remove the new deprecation error. With this PR, it's now error and warning free and it looks likes it behaves like expected.
Go ahead and merge this if it now is ready to be merged.
Done!
We might want to cherry pick this into a 2.5.1 release, I can do that Monday if you agree.
There is another weird thing in the pca preprocessing that ideally I'll investigate and fix as part of that as well
Replace
altair.selection_single()
withaltair.selection_point()
, since the former is deprecated in Altair 5.0.0.Do not merge yet, still running some tests.
Also note that Altair is not covered currently in our CI.