Maxime Liquet
Maxime Liquet
@philippjfr @jbednar do you agree with this deprecation?
> I agree with this deprecation (and in fact I think I suggested it a while back :-) ). I see you've removed documentation of the old way to do...
Inserting below and updating the bit of text from https://github.com/holoviz/param/issues/508#issuecomment-2593954649 that is relevant to this PR and supports the answer to: > I agree with this deprecation (and in fact...
> I think the main thing we need to check is that nothing in holoviz is using `param.Version` before the next version of param is released. That way, this warning...
All the projects that used the version module have been either archived or updated to use another tool. Test failures are unrelated.
FWIW I'm fine with the naming of `.rx.set` (`.rx.pipe(set | list | ...)` being I believe the correct way to cast).
I'm ok with `rx.set()`. How about you @philippjfr?
Unrelated test failures.
I can reproduce.
Transferring to `holoviews` since I can reproduce with: ```python import holoviews as hv from holoviews.operation.datashader import datashade import pandas as pd hv.extension('bokeh') df = pd.DataFrame({ "time": range(100), "data": 100 *...