Deprecate streamz support#1714
Conversation
|
There likely need to be a check if holoviews version is 1.23 or greater. |
I'm assuming this means that in the next holoviews release (1.23), streamz will be removed completely? |
|
Correct |
hoxbro
left a comment
There was a problem hiding this comment.
Some comments.
Should we remove streamz for pyproject.toml?
| How to generate subplots and grids. | ||
| - [Streaming](Streaming) | ||
| How to use hvPlot for streaming plots with the streamz library. | ||
| How to use hvPlot for streaming plots with the streamz library (**Streamz support is deprecated**). |
There was a problem hiding this comment.
I think we need to remove this or clean it up to not be dependent on streamz because when HoloViews 1.23.0 is released the docs build will fail. We could pin HoloViews for docs build, but at some point a new release is likely gonna be needed, and because we now are versioning documentation, people will be able to still find it.
There was a problem hiding this comment.
It's best to remove it since it makes no sense having a notebook called streaming that does not use streamz.
Since the notebook example has been removed, it makes sense to remove it then. |
|
Other than the decision around the notebook it looks LGTM, but will let @maximlt have the final say. |
HoloViews 1.21 released in June 2025 deprecated Streamz' support in
Buffer(release notes, PR).