Maxime Liquet
Maxime Liquet
Currently the HoloViz websites have no analytics in place (Google Analytics was removed). A solution that has recently emerged in the PyData ecosystem is [plausible.io](https://plausible.io/), a lightweight, user-friendly and open-source...
When calling `.opts` on an element without passing any options a warning is emitted. ```python import holoviews as hv hv.extension('bokeh') hv.Scatter([0]).opts() ``` ``` WARNING:param.main: Calling the .opts method with options...
There are [apparently](https://github.com/holoviz/geoviews/pull/570#issuecomment-1272529723) some deprecation warnings that were missed, including `ShapelyDeprecationWarning: STRtree will be changed in 2.0.0 and will not be compatible with versions < 2. tree = STRtree(geoms)` emitted...
Issue originally reported in https://github.com/holoviz/hvplot/issues/927 GridSpaces created with hvPlot and with `legend` are rendered with a legend for every plot of the grid. I think this is because hvPlot sets...
The test suite is currently broken on `master` after the latest dev release of HoloViews. The breakage is due to https://github.com/holoviz/holoviews/pull/5354 that raises an error earlier than before if the...
The `test_links.py` file that was added to the test suite should be turned into a script that is more robust and that runs part of the docs build. It should...
Now https://github.com/holoviz/holoviews/issues/5406 is fixed they can be re-enabled (they were disabled in three different places) in the Matplotlib plotting user guide.
PyScript as a framework could provide two components that could be easily added to the HTML for creators to easily share their app: * a *show source* button/ui for the...
A task for the HoloViz group as part of the PangeoML project is to put together examples using the HoloViz tools supporting Geo-Machine Learning oriented workflows. And when need be,...
Building an example for the site can prove to be difficult, even if the project environment is locked. This happens because at the project build step some extra dependencies are...