hvplot 0.11.2a1__tar.gz → 0.11.3rc1__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (255) hide show
  1. hvplot-0.11.3rc1/.github/workflows/build.yaml +67 -0
  2. {hvplot-0.11.2a1 → hvplot-0.11.3rc1}/.github/workflows/docs.yaml +20 -30
  3. hvplot-0.11.3rc1/.github/workflows/nightly_lock.yaml +25 -0
  4. {hvplot-0.11.2a1 → hvplot-0.11.3rc1}/.github/workflows/test.yaml +73 -43
  5. {hvplot-0.11.2a1 → hvplot-0.11.3rc1}/.gitignore +4 -0
  6. {hvplot-0.11.2a1 → hvplot-0.11.3rc1}/.pre-commit-config.yaml +0 -9
  7. {hvplot-0.11.2a1 → hvplot-0.11.3rc1}/PKG-INFO +15 -8
  8. {hvplot-0.11.2a1 → hvplot-0.11.3rc1}/README.md +2 -2
  9. hvplot-0.11.3rc1/doc/_ext/backend_styling_options.py +60 -0
  10. hvplot-0.11.3rc1/doc/_ext/plotting_options_table.py +64 -0
  11. {hvplot-0.11.2a1 → hvplot-0.11.3rc1}/doc/_static/custom.css +6 -0
  12. hvplot-0.11.3rc1/doc/_static/patch_templates/sourcelink.html +9 -0
  13. {hvplot-0.11.2a1 → hvplot-0.11.3rc1}/doc/about.md +1 -1
  14. {hvplot-0.11.2a1 → hvplot-0.11.3rc1}/doc/conf.py +84 -8
  15. {hvplot-0.11.2a1 → hvplot-0.11.3rc1}/doc/conftest.py +17 -7
  16. hvplot-0.11.3rc1/doc/developer_guide.md +276 -0
  17. {hvplot-0.11.2a1 → hvplot-0.11.3rc1}/doc/index.md +16 -5
  18. hvplot-0.11.3rc1/doc/ref/api/index.md +224 -0
  19. hvplot-0.11.3rc1/doc/ref/api/manual/hvplot.hvPlot.area.ipynb +40 -0
  20. hvplot-0.11.3rc1/doc/ref/api/manual/hvplot.hvPlot.bar.ipynb +36 -0
  21. hvplot-0.11.3rc1/doc/ref/api/manual/hvplot.hvPlot.barh.ipynb +36 -0
  22. hvplot-0.11.3rc1/doc/ref/api/manual/hvplot.hvPlot.bivariate.ipynb +36 -0
  23. hvplot-0.11.3rc1/doc/ref/api/manual/hvplot.hvPlot.box.ipynb +36 -0
  24. hvplot-0.11.3rc1/doc/ref/api/manual/hvplot.hvPlot.contour.ipynb +36 -0
  25. hvplot-0.11.3rc1/doc/ref/api/manual/hvplot.hvPlot.contourf.ipynb +36 -0
  26. hvplot-0.11.3rc1/doc/ref/api/manual/hvplot.hvPlot.dataset.ipynb +30 -0
  27. hvplot-0.11.3rc1/doc/ref/api/manual/hvplot.hvPlot.density.md +3 -0
  28. hvplot-0.11.3rc1/doc/ref/api/manual/hvplot.hvPlot.errorbars.ipynb +36 -0
  29. hvplot-0.11.3rc1/doc/ref/api/manual/hvplot.hvPlot.heatmap.ipynb +36 -0
  30. hvplot-0.11.3rc1/doc/ref/api/manual/hvplot.hvPlot.hexbin.ipynb +36 -0
  31. hvplot-0.11.3rc1/doc/ref/api/manual/hvplot.hvPlot.hist.ipynb +36 -0
  32. hvplot-0.11.3rc1/doc/ref/api/manual/hvplot.hvPlot.image.ipynb +36 -0
  33. hvplot-0.11.3rc1/doc/ref/api/manual/hvplot.hvPlot.kde.ipynb +36 -0
  34. hvplot-0.11.3rc1/doc/ref/api/manual/hvplot.hvPlot.labels.ipynb +36 -0
  35. hvplot-0.11.3rc1/doc/ref/api/manual/hvplot.hvPlot.line.ipynb +36 -0
  36. hvplot-0.11.3rc1/doc/ref/api/manual/hvplot.hvPlot.ohlc.ipynb +36 -0
  37. hvplot-0.11.3rc1/doc/ref/api/manual/hvplot.hvPlot.paths.ipynb +36 -0
  38. hvplot-0.11.3rc1/doc/ref/api/manual/hvplot.hvPlot.points.ipynb +36 -0
  39. hvplot-0.11.3rc1/doc/ref/api/manual/hvplot.hvPlot.polygons.ipynb +36 -0
  40. hvplot-0.11.3rc1/doc/ref/api/manual/hvplot.hvPlot.quadmesh.ipynb +36 -0
  41. hvplot-0.11.3rc1/doc/ref/api/manual/hvplot.hvPlot.rgb.ipynb +36 -0
  42. hvplot-0.11.3rc1/doc/ref/api/manual/hvplot.hvPlot.scatter.ipynb +36 -0
  43. hvplot-0.11.3rc1/doc/ref/api/manual/hvplot.hvPlot.step.ipynb +36 -0
  44. hvplot-0.11.3rc1/doc/ref/api/manual/hvplot.hvPlot.table.ipynb +36 -0
  45. hvplot-0.11.3rc1/doc/ref/api/manual/hvplot.hvPlot.vectorfield.ipynb +36 -0
  46. hvplot-0.11.3rc1/doc/ref/api/manual/hvplot.hvPlot.violin.ipynb +36 -0
  47. hvplot-0.11.3rc1/doc/ref/api/manual/hvplot.plotting.andrews_curves.ipynb +30 -0
  48. hvplot-0.11.3rc1/doc/ref/api/manual/hvplot.plotting.lag_plot.ipynb +30 -0
  49. hvplot-0.11.3rc1/doc/ref/api/manual/hvplot.plotting.parallel_coordinates.ipynb +30 -0
  50. hvplot-0.11.3rc1/doc/ref/api/manual/hvplot.plotting.scatter_matrix.ipynb +30 -0
  51. hvplot-0.11.3rc1/doc/ref/api_compatibility/index.md +10 -0
  52. hvplot-0.11.3rc1/doc/ref/api_compatibility/pandas/Pandas_API.ipynb +2049 -0
  53. hvplot-0.11.3rc1/doc/ref/api_compatibility/pandas/index.ipynb +558 -0
  54. hvplot-0.11.2a1/doc/user_guide/Integrations.ipynb → hvplot-0.11.3rc1/doc/ref/data_libraries.ipynb +59 -55
  55. hvplot-0.11.3rc1/doc/ref/index.md +16 -0
  56. hvplot-0.11.3rc1/doc/ref/installation.md +97 -0
  57. hvplot-0.11.3rc1/doc/ref/plotting_extensions.ipynb +69 -0
  58. hvplot-0.11.3rc1/doc/ref/plotting_options/data.ipynb +60 -0
  59. hvplot-0.11.3rc1/doc/ref/plotting_options/index.md +106 -0
  60. {hvplot-0.11.2a1 → hvplot-0.11.3rc1}/doc/reference/tabular/heatmap.ipynb +1 -1
  61. {hvplot-0.11.2a1 → hvplot-0.11.3rc1}/doc/releases.md +61 -0
  62. hvplot-0.11.3rc1/doc/topics.html +15 -0
  63. hvplot-0.11.3rc1/doc/tutorials/getting_started.ipynb +862 -0
  64. hvplot-0.11.3rc1/doc/tutorials/getting_started_pandas.ipynb +605 -0
  65. hvplot-0.11.3rc1/doc/tutorials/index.md +47 -0
  66. {hvplot-0.11.2a1 → hvplot-0.11.3rc1}/doc/user_guide/Gridded_Data.ipynb +1 -1
  67. {hvplot-0.11.2a1 → hvplot-0.11.3rc1}/doc/user_guide/Introduction.ipynb +2 -9
  68. {hvplot-0.11.2a1 → hvplot-0.11.3rc1}/doc/user_guide/Large_Timeseries.ipynb +2 -2
  69. {hvplot-0.11.2a1 → hvplot-0.11.3rc1}/doc/user_guide/Plotting.ipynb +4 -4
  70. {hvplot-0.11.2a1 → hvplot-0.11.3rc1}/doc/user_guide/Plotting_with_Matplotlib.ipynb +4 -4
  71. {hvplot-0.11.2a1 → hvplot-0.11.3rc1}/doc/user_guide/Plotting_with_Plotly.ipynb +3 -3
  72. {hvplot-0.11.2a1 → hvplot-0.11.3rc1}/doc/user_guide/Timeseries_Data.ipynb +2 -2
  73. {hvplot-0.11.2a1 → hvplot-0.11.3rc1}/doc/user_guide/Viewing.ipynb +5 -1
  74. {hvplot-0.11.2a1 → hvplot-0.11.3rc1}/doc/user_guide/index.md +2 -15
  75. {hvplot-0.11.2a1 → hvplot-0.11.3rc1}/hvplot/__init__.py +19 -138
  76. {hvplot-0.11.2a1 → hvplot-0.11.3rc1}/hvplot/_version.py +9 -4
  77. {hvplot-0.11.2a1 → hvplot-0.11.3rc1}/hvplot/converter.py +417 -225
  78. {hvplot-0.11.2a1 → hvplot-0.11.3rc1}/hvplot/plotting/andrews_curves.py +11 -10
  79. {hvplot-0.11.2a1 → hvplot-0.11.3rc1}/hvplot/plotting/core.py +326 -276
  80. {hvplot-0.11.2a1 → hvplot-0.11.3rc1}/hvplot/plotting/lag_plot.py +14 -7
  81. {hvplot-0.11.2a1 → hvplot-0.11.3rc1}/hvplot/plotting/parallel_coordinates.py +6 -5
  82. {hvplot-0.11.2a1 → hvplot-0.11.3rc1}/hvplot/plotting/scatter_matrix.py +19 -18
  83. {hvplot-0.11.2a1 → hvplot-0.11.3rc1}/hvplot/tests/conftest.py +20 -3
  84. hvplot-0.11.3rc1/hvplot/tests/plotting/testohlc.py +93 -0
  85. {hvplot-0.11.2a1 → hvplot-0.11.3rc1}/hvplot/tests/testcharts.py +12 -5
  86. hvplot-0.11.3rc1/hvplot/tests/testdocstring.py +52 -0
  87. {hvplot-0.11.2a1 → hvplot-0.11.3rc1}/hvplot/tests/testhelp.py +11 -8
  88. {hvplot-0.11.2a1 → hvplot-0.11.3rc1}/hvplot/tests/testoptions.py +22 -3
  89. {hvplot-0.11.2a1 → hvplot-0.11.3rc1}/hvplot/tests/testoverrides.py +2 -0
  90. {hvplot-0.11.2a1 → hvplot-0.11.3rc1}/hvplot/tests/testpatch.py +4 -0
  91. hvplot-0.11.3rc1/hvplot/tests/testpatchsignature.py +84 -0
  92. hvplot-0.11.3rc1/hvplot/tests/testplotting.py +184 -0
  93. {hvplot-0.11.2a1 → hvplot-0.11.3rc1}/hvplot/tests/testui.py +4 -0
  94. {hvplot-0.11.2a1 → hvplot-0.11.3rc1}/hvplot/ui.py +37 -20
  95. {hvplot-0.11.2a1 → hvplot-0.11.3rc1}/hvplot/util.py +276 -2
  96. {hvplot-0.11.2a1 → hvplot-0.11.3rc1}/hvplot/utilities.py +77 -16
  97. {hvplot-0.11.2a1 → hvplot-0.11.3rc1}/hvplot.egg-info/PKG-INFO +15 -8
  98. {hvplot-0.11.2a1 → hvplot-0.11.3rc1}/hvplot.egg-info/SOURCES.txt +58 -17
  99. {hvplot-0.11.2a1 → hvplot-0.11.3rc1}/hvplot.egg-info/entry_points.txt +1 -0
  100. {hvplot-0.11.2a1 → hvplot-0.11.3rc1}/hvplot.egg-info/requires.txt +9 -4
  101. hvplot-0.11.3rc1/pixi.toml +271 -0
  102. {hvplot-0.11.2a1 → hvplot-0.11.3rc1}/pyproject.toml +11 -29
  103. hvplot-0.11.3rc1/scripts/conda/build.sh +14 -0
  104. {hvplot-0.11.2a1/conda.recipe → hvplot-0.11.3rc1/scripts/conda/recipe}/meta.yaml +6 -4
  105. hvplot-0.11.3rc1/scripts/download_data.py +19 -0
  106. hvplot-0.11.3rc1/scripts/sync_git_tags.py +31 -0
  107. hvplot-0.11.2a1/.github/workflows/build.yaml +0 -74
  108. hvplot-0.11.2a1/doc/developer_guide/index.md +0 -176
  109. hvplot-0.11.2a1/doc/getting_started/explorer.ipynb +0 -147
  110. hvplot-0.11.2a1/doc/getting_started/hvplot.ipynb +0 -432
  111. hvplot-0.11.2a1/doc/getting_started/index.md +0 -64
  112. hvplot-0.11.2a1/doc/getting_started/installation.md +0 -23
  113. hvplot-0.11.2a1/doc/getting_started/interactive.ipynb +0 -193
  114. hvplot-0.11.2a1/doc/topics.md +0 -36
  115. hvplot-0.11.2a1/doc/user_guide/Customization.ipynb +0 -312
  116. hvplot-0.11.2a1/doc/user_guide/Pandas_API.ipynb +0 -1183
  117. hvplot-0.11.2a1/envs/py3.10-tests.yaml +0 -80
  118. hvplot-0.11.2a1/envs/py3.11-docs.yaml +0 -70
  119. hvplot-0.11.2a1/envs/py3.11-tests.yaml +0 -80
  120. hvplot-0.11.2a1/envs/py3.12-tests.yaml +0 -80
  121. hvplot-0.11.2a1/envs/py3.9-tests.yaml +0 -79
  122. hvplot-0.11.2a1/hvplot/tests/plotting/testohlc.py +0 -34
  123. hvplot-0.11.2a1/hvplot/tests/testplotting.py +0 -73
  124. hvplot-0.11.2a1/scripts/update_conda_envs.py +0 -27
  125. {hvplot-0.11.2a1 → hvplot-0.11.3rc1}/.git-blame-ignore-revs +0 -0
  126. {hvplot-0.11.2a1 → hvplot-0.11.3rc1}/.git_archival.txt +0 -0
  127. {hvplot-0.11.2a1 → hvplot-0.11.3rc1}/.gitattributes +0 -0
  128. {hvplot-0.11.2a1 → hvplot-0.11.3rc1}/.github/CONTRIBUTING.md +0 -0
  129. {hvplot-0.11.2a1 → hvplot-0.11.3rc1}/.github/FUNDING.yml +0 -0
  130. {hvplot-0.11.2a1 → hvplot-0.11.3rc1}/CHANGELOG.md +0 -0
  131. {hvplot-0.11.2a1 → hvplot-0.11.3rc1}/CODE_OF_CONDUCT.md +0 -0
  132. {hvplot-0.11.2a1 → hvplot-0.11.3rc1}/LICENSE +0 -0
  133. {hvplot-0.11.2a1 → hvplot-0.11.3rc1}/binder/environment.yml +0 -0
  134. {hvplot-0.11.2a1 → hvplot-0.11.3rc1}/binder/postBuild +0 -0
  135. {hvplot-0.11.2a1 → hvplot-0.11.3rc1}/doc/_static/favicon.ico +0 -0
  136. {hvplot-0.11.2a1 → hvplot-0.11.3rc1}/doc/_static/home/bokeh.gif +0 -0
  137. {hvplot-0.11.2a1 → hvplot-0.11.3rc1}/doc/_static/home/dask.gif +0 -0
  138. {hvplot-0.11.2a1 → hvplot-0.11.3rc1}/doc/_static/home/explorer.gif +0 -0
  139. {hvplot-0.11.2a1 → hvplot-0.11.3rc1}/doc/_static/home/geo.gif +0 -0
  140. {hvplot-0.11.2a1 → hvplot-0.11.3rc1}/doc/_static/home/geopandas.gif +0 -0
  141. {hvplot-0.11.2a1 → hvplot-0.11.3rc1}/doc/_static/home/intake.gif +0 -0
  142. {hvplot-0.11.2a1 → hvplot-0.11.3rc1}/doc/_static/home/interactive_hvplot.gif +0 -0
  143. {hvplot-0.11.2a1 → hvplot-0.11.3rc1}/doc/_static/home/interactive_pandas.gif +0 -0
  144. {hvplot-0.11.2a1 → hvplot-0.11.3rc1}/doc/_static/home/interactive_xarray.gif +0 -0
  145. {hvplot-0.11.2a1 → hvplot-0.11.3rc1}/doc/_static/home/large_data.gif +0 -0
  146. {hvplot-0.11.2a1 → hvplot-0.11.3rc1}/doc/_static/home/layout.gif +0 -0
  147. {hvplot-0.11.2a1 → hvplot-0.11.3rc1}/doc/_static/home/matplotlib.png +0 -0
  148. {hvplot-0.11.2a1 → hvplot-0.11.3rc1}/doc/_static/home/networkx.gif +0 -0
  149. {hvplot-0.11.2a1 → hvplot-0.11.3rc1}/doc/_static/home/overlay.png +0 -0
  150. {hvplot-0.11.2a1 → hvplot-0.11.3rc1}/doc/_static/home/pandas.gif +0 -0
  151. {hvplot-0.11.2a1 → hvplot-0.11.3rc1}/doc/_static/home/plotly.gif +0 -0
  152. {hvplot-0.11.2a1 → hvplot-0.11.3rc1}/doc/_static/home/widgets.gif +0 -0
  153. {hvplot-0.11.2a1 → hvplot-0.11.3rc1}/doc/_static/home/xarray.gif +0 -0
  154. {hvplot-0.11.2a1 → hvplot-0.11.3rc1}/doc/_static/images/heat_and_trees.png +0 -0
  155. {hvplot-0.11.2a1 → hvplot-0.11.3rc1}/doc/_static/images/portfolio.png +0 -0
  156. {hvplot-0.11.2a1 → hvplot-0.11.3rc1}/doc/_static/logo.png +0 -0
  157. {hvplot-0.11.2a1 → hvplot-0.11.3rc1}/doc/_static/logo_horizontal.svg +0 -0
  158. {hvplot-0.11.2a1 → hvplot-0.11.3rc1}/doc/_static/logo_stacked.svg +0 -0
  159. {hvplot-0.11.2a1 → hvplot-0.11.3rc1}/doc/assets/console.png +0 -0
  160. {hvplot-0.11.2a1 → hvplot-0.11.3rc1}/doc/assets/console_server.gif +0 -0
  161. {hvplot-0.11.2a1 → hvplot-0.11.3rc1}/doc/assets/diagram.png +0 -0
  162. {hvplot-0.11.2a1 → hvplot-0.11.3rc1}/doc/assets/diagram.svg +0 -0
  163. {hvplot-0.11.2a1 → hvplot-0.11.3rc1}/doc/assets/hvplot-wm.png +0 -0
  164. {hvplot-0.11.2a1 → hvplot-0.11.3rc1}/doc/assets/streamz_demo.gif +0 -0
  165. {hvplot-0.11.2a1 → hvplot-0.11.3rc1}/doc/governance/project-docs/CONTRIBUTING.md +0 -0
  166. {hvplot-0.11.2a1 → hvplot-0.11.3rc1}/doc/governance/project-docs/GOVERNANCE.md +0 -0
  167. {hvplot-0.11.2a1 → hvplot-0.11.3rc1}/doc/governance/project-docs/LICENSE.md +0 -0
  168. {hvplot-0.11.2a1 → hvplot-0.11.3rc1}/doc/governance/project-docs/MEMBERS.md +0 -0
  169. {hvplot-0.11.2a1 → hvplot-0.11.3rc1}/doc/reference/geopandas/points.ipynb +0 -0
  170. {hvplot-0.11.2a1 → hvplot-0.11.3rc1}/doc/reference/geopandas/polygons.ipynb +0 -0
  171. {hvplot-0.11.2a1 → hvplot-0.11.3rc1}/doc/reference/tabular/andrewscurves.ipynb +0 -0
  172. {hvplot-0.11.2a1 → hvplot-0.11.3rc1}/doc/reference/tabular/area.ipynb +0 -0
  173. {hvplot-0.11.2a1 → hvplot-0.11.3rc1}/doc/reference/tabular/bar.ipynb +0 -0
  174. {hvplot-0.11.2a1 → hvplot-0.11.3rc1}/doc/reference/tabular/barh.ipynb +0 -0
  175. {hvplot-0.11.2a1 → hvplot-0.11.3rc1}/doc/reference/tabular/bivariate.ipynb +0 -0
  176. {hvplot-0.11.2a1 → hvplot-0.11.3rc1}/doc/reference/tabular/box.ipynb +0 -0
  177. {hvplot-0.11.2a1 → hvplot-0.11.3rc1}/doc/reference/tabular/errorbars.ipynb +0 -0
  178. {hvplot-0.11.2a1 → hvplot-0.11.3rc1}/doc/reference/tabular/hexbin.ipynb +0 -0
  179. {hvplot-0.11.2a1 → hvplot-0.11.3rc1}/doc/reference/tabular/hist.ipynb +0 -0
  180. {hvplot-0.11.2a1 → hvplot-0.11.3rc1}/doc/reference/tabular/kde.ipynb +0 -0
  181. {hvplot-0.11.2a1 → hvplot-0.11.3rc1}/doc/reference/tabular/labels.ipynb +0 -0
  182. {hvplot-0.11.2a1 → hvplot-0.11.3rc1}/doc/reference/tabular/lagplot.ipynb +0 -0
  183. {hvplot-0.11.2a1 → hvplot-0.11.3rc1}/doc/reference/tabular/line.ipynb +0 -0
  184. {hvplot-0.11.2a1 → hvplot-0.11.3rc1}/doc/reference/tabular/ohlc.ipynb +0 -0
  185. {hvplot-0.11.2a1 → hvplot-0.11.3rc1}/doc/reference/tabular/parallelcoordinates.ipynb +0 -0
  186. {hvplot-0.11.2a1 → hvplot-0.11.3rc1}/doc/reference/tabular/paths.ipynb +0 -0
  187. {hvplot-0.11.2a1 → hvplot-0.11.3rc1}/doc/reference/tabular/scatter.ipynb +0 -0
  188. {hvplot-0.11.2a1 → hvplot-0.11.3rc1}/doc/reference/tabular/scattermatrix.ipynb +0 -0
  189. {hvplot-0.11.2a1 → hvplot-0.11.3rc1}/doc/reference/tabular/step.ipynb +0 -0
  190. {hvplot-0.11.2a1 → hvplot-0.11.3rc1}/doc/reference/tabular/table.ipynb +0 -0
  191. {hvplot-0.11.2a1 → hvplot-0.11.3rc1}/doc/reference/tabular/violin.ipynb +0 -0
  192. {hvplot-0.11.2a1 → hvplot-0.11.3rc1}/doc/reference/xarray/bar.ipynb +0 -0
  193. {hvplot-0.11.2a1 → hvplot-0.11.3rc1}/doc/reference/xarray/contour.ipynb +0 -0
  194. {hvplot-0.11.2a1 → hvplot-0.11.3rc1}/doc/reference/xarray/contourf.ipynb +0 -0
  195. {hvplot-0.11.2a1 → hvplot-0.11.3rc1}/doc/reference/xarray/hist.ipynb +0 -0
  196. {hvplot-0.11.2a1 → hvplot-0.11.3rc1}/doc/reference/xarray/image.ipynb +0 -0
  197. {hvplot-0.11.2a1 → hvplot-0.11.3rc1}/doc/reference/xarray/kde.ipynb +0 -0
  198. {hvplot-0.11.2a1 → hvplot-0.11.3rc1}/doc/reference/xarray/line.ipynb +0 -0
  199. {hvplot-0.11.2a1 → hvplot-0.11.3rc1}/doc/reference/xarray/quadmesh.ipynb +0 -0
  200. {hvplot-0.11.2a1 → hvplot-0.11.3rc1}/doc/reference/xarray/rgb.ipynb +0 -0
  201. {hvplot-0.11.2a1 → hvplot-0.11.3rc1}/doc/reference/xarray/vectorfield.ipynb +0 -0
  202. {hvplot-0.11.2a1 → hvplot-0.11.3rc1}/doc/reference/xarray/violin.ipynb +0 -0
  203. {hvplot-0.11.2a1 → hvplot-0.11.3rc1}/doc/roadmap.md +0 -0
  204. {hvplot-0.11.2a1 → hvplot-0.11.3rc1}/doc/user_guide/Explorer.ipynb +0 -0
  205. {hvplot-0.11.2a1 → hvplot-0.11.3rc1}/doc/user_guide/Geographic_Data.ipynb +0 -0
  206. {hvplot-0.11.2a1 → hvplot-0.11.3rc1}/doc/user_guide/Interactive.ipynb +0 -0
  207. {hvplot-0.11.2a1 → hvplot-0.11.3rc1}/doc/user_guide/NetworkX.ipynb +0 -0
  208. {hvplot-0.11.2a1 → hvplot-0.11.3rc1}/doc/user_guide/Plotting_Extensions.ipynb +0 -0
  209. {hvplot-0.11.2a1 → hvplot-0.11.3rc1}/doc/user_guide/Statistical_Plots.ipynb +0 -0
  210. {hvplot-0.11.2a1 → hvplot-0.11.3rc1}/doc/user_guide/Streaming.ipynb +0 -0
  211. {hvplot-0.11.2a1 → hvplot-0.11.3rc1}/doc/user_guide/Subplots.ipynb +0 -0
  212. {hvplot-0.11.2a1 → hvplot-0.11.3rc1}/doc/user_guide/Widgets.ipynb +0 -0
  213. {hvplot-0.11.2a1 → hvplot-0.11.3rc1}/doc/user_guide/images/simple.svg +0 -0
  214. {hvplot-0.11.2a1 → hvplot-0.11.3rc1}/hvplot/backend_transforms.py +0 -0
  215. {hvplot-0.11.2a1 → hvplot-0.11.3rc1}/hvplot/cudf.py +0 -0
  216. {hvplot-0.11.2a1 → hvplot-0.11.3rc1}/hvplot/dask.py +0 -0
  217. {hvplot-0.11.2a1 → hvplot-0.11.3rc1}/hvplot/data/crime.csv +0 -0
  218. {hvplot-0.11.2a1 → hvplot-0.11.3rc1}/hvplot/datasets.yaml +0 -0
  219. {hvplot-0.11.2a1 → hvplot-0.11.3rc1}/hvplot/duckdb.py +0 -0
  220. {hvplot-0.11.2a1 → hvplot-0.11.3rc1}/hvplot/fugue.py +0 -0
  221. {hvplot-0.11.2a1 → hvplot-0.11.3rc1}/hvplot/ibis.py +0 -0
  222. {hvplot-0.11.2a1 → hvplot-0.11.3rc1}/hvplot/intake.py +0 -0
  223. {hvplot-0.11.2a1 → hvplot-0.11.3rc1}/hvplot/interactive.py +0 -0
  224. {hvplot-0.11.2a1 → hvplot-0.11.3rc1}/hvplot/networkx.py +0 -0
  225. {hvplot-0.11.2a1 → hvplot-0.11.3rc1}/hvplot/pandas.py +0 -0
  226. {hvplot-0.11.2a1 → hvplot-0.11.3rc1}/hvplot/plotting/__init__.py +0 -0
  227. {hvplot-0.11.2a1 → hvplot-0.11.3rc1}/hvplot/polars.py +0 -0
  228. {hvplot-0.11.2a1 → hvplot-0.11.3rc1}/hvplot/sample_data.py +0 -0
  229. {hvplot-0.11.2a1 → hvplot-0.11.3rc1}/hvplot/streamz.py +0 -0
  230. {hvplot-0.11.2a1 → hvplot-0.11.3rc1}/hvplot/tests/__init__.py +0 -0
  231. {hvplot-0.11.2a1 → hvplot-0.11.3rc1}/hvplot/tests/data/README.md +0 -0
  232. {hvplot-0.11.2a1 → hvplot-0.11.3rc1}/hvplot/tests/data/RGB-red.byte.tif +0 -0
  233. {hvplot-0.11.2a1 → hvplot-0.11.3rc1}/hvplot/tests/plotting/__init__.py +0 -0
  234. {hvplot-0.11.2a1 → hvplot-0.11.3rc1}/hvplot/tests/plotting/testcore.py +0 -0
  235. {hvplot-0.11.2a1 → hvplot-0.11.3rc1}/hvplot/tests/plotting/testscattermatrix.py +0 -0
  236. {hvplot-0.11.2a1 → hvplot-0.11.3rc1}/hvplot/tests/test_links.py +0 -0
  237. {hvplot-0.11.2a1 → hvplot-0.11.3rc1}/hvplot/tests/testbackend_transforms.py +0 -0
  238. {hvplot-0.11.2a1 → hvplot-0.11.3rc1}/hvplot/tests/testfugue.py +0 -0
  239. {hvplot-0.11.2a1 → hvplot-0.11.3rc1}/hvplot/tests/testgeo.py +0 -0
  240. {hvplot-0.11.2a1 → hvplot-0.11.3rc1}/hvplot/tests/testgeowithoutgv.py +0 -0
  241. {hvplot-0.11.2a1 → hvplot-0.11.3rc1}/hvplot/tests/testgridplots.py +0 -0
  242. {hvplot-0.11.2a1 → hvplot-0.11.3rc1}/hvplot/tests/testibis.py +0 -0
  243. {hvplot-0.11.2a1 → hvplot-0.11.3rc1}/hvplot/tests/testinteractive.py +0 -0
  244. {hvplot-0.11.2a1 → hvplot-0.11.3rc1}/hvplot/tests/testnetworkx.py +0 -0
  245. {hvplot-0.11.2a1 → hvplot-0.11.3rc1}/hvplot/tests/testoperations.py +0 -0
  246. {hvplot-0.11.2a1 → hvplot-0.11.3rc1}/hvplot/tests/testpanel.py +0 -0
  247. {hvplot-0.11.2a1 → hvplot-0.11.3rc1}/hvplot/tests/teststatplots.py +0 -0
  248. {hvplot-0.11.2a1 → hvplot-0.11.3rc1}/hvplot/tests/teststreaming.py +0 -0
  249. {hvplot-0.11.2a1 → hvplot-0.11.3rc1}/hvplot/tests/testtransforms.py +0 -0
  250. {hvplot-0.11.2a1 → hvplot-0.11.3rc1}/hvplot/tests/testutil.py +0 -0
  251. {hvplot-0.11.2a1 → hvplot-0.11.3rc1}/hvplot/tests/util.py +0 -0
  252. {hvplot-0.11.2a1 → hvplot-0.11.3rc1}/hvplot/xarray.py +0 -0
  253. {hvplot-0.11.2a1 → hvplot-0.11.3rc1}/hvplot.egg-info/dependency_links.txt +0 -0
  254. {hvplot-0.11.2a1 → hvplot-0.11.3rc1}/hvplot.egg-info/top_level.txt +0 -0
  255. {hvplot-0.11.2a1 → hvplot-0.11.3rc1}/setup.cfg +0 -0
@@ -0,0 +1,67 @@
1
+ name: packages
2
+ on:
3
+ push:
4
+ tags:
5
+ - 'v[0-9]+.[0-9]+.[0-9]+'
6
+ - 'v[0-9]+.[0-9]+.[0-9]+a[0-9]+'
7
+ - 'v[0-9]+.[0-9]+.[0-9]+b[0-9]+'
8
+ - 'v[0-9]+.[0-9]+.[0-9]+rc[0-9]+'
9
+ # Dry-run only
10
+ workflow_dispatch:
11
+ schedule:
12
+ - cron: '0 15 * * SUN'
13
+
14
+ env:
15
+ PYTHON_VERSION: "3.11"
16
+
17
+ defaults:
18
+ run:
19
+ shell: bash -e {0}
20
+
21
+ jobs:
22
+ pixi_lock:
23
+ name: Pixi lock
24
+ runs-on: ubuntu-latest
25
+ steps:
26
+ - uses: holoviz-dev/holoviz_tasks/pixi_lock@v0
27
+
28
+ conda_build:
29
+ name: Build Conda
30
+ needs: [pixi_lock]
31
+ runs-on: "ubuntu-latest"
32
+ steps:
33
+ - uses: holoviz-dev/holoviz_tasks/pixi_install@v0
34
+ with:
35
+ environments: "build"
36
+ download-data: false
37
+ install: false
38
+ - name: conda build
39
+ run: pixi run -e build build-conda
40
+ - name: Set environment variables
41
+ run: |
42
+ echo "TAG=${GITHUB_REF#refs/*/}" >> $GITHUB_ENV
43
+ echo "CONDA_FILE=$(ls dist/*.tar.bz2)" >> $GITHUB_ENV
44
+ - name: conda dev upload
45
+ if: github.event_name == 'push' && (contains(env.TAG, 'a') || contains(env.TAG, 'b') || contains(env.TAG, 'rc'))
46
+ run: pixi run -e build publish-conda --token ${{ secrets.CONDA_UPLOAD_TOKEN }} upload --user pyviz --label=dev $CONDA_FILE
47
+ - name: conda main upload
48
+ if: github.event_name == 'push' && (!(contains(env.TAG, 'a') || contains(env.TAG, 'b') || contains(env.TAG, 'rc')))
49
+ run: pixi run -e build publish-conda --token ${{ secrets.CONDA_UPLOAD_TOKEN }} upload --user pyviz --label=dev --label=main $CONDA_FILE
50
+
51
+ pip_build:
52
+ name: Build PyPI
53
+ needs: [pixi_lock]
54
+ runs-on: "ubuntu-latest"
55
+ permissions:
56
+ id-token: write
57
+ steps:
58
+ - uses: holoviz-dev/holoviz_tasks/pixi_install@v0
59
+ with:
60
+ environments: "build"
61
+ download-data: false
62
+ install: false
63
+ - name: Build package
64
+ run: pixi run -e build build-pip
65
+ - name: Publish to PyPI
66
+ if: github.event_name == 'push'
67
+ uses: pypa/gh-action-pypi-publish@release/v1
@@ -20,45 +20,37 @@ on:
20
20
  schedule:
21
21
  - cron: '0 15 * * SUN'
22
22
 
23
+ defaults:
24
+ run:
25
+ shell: bash -e {0}
26
+
23
27
  env:
24
28
  PYTHON_VERSION: "3.11"
25
29
 
26
30
  jobs:
27
- conda_build_docs:
28
- name: Documentation:conda
29
- runs-on: 'ubuntu-latest'
31
+ pixi_lock:
32
+ name: Pixi lock
33
+ runs-on: ubuntu-latest
34
+ steps:
35
+ - uses: holoviz-dev/holoviz_tasks/pixi_lock@v0
36
+
37
+ docs_build:
38
+ name: Build Documentation
39
+ runs-on: 'macos-latest'
30
40
  timeout-minutes: 120
31
- defaults:
32
- run:
33
- shell: bash -l {0}
34
41
  env:
35
- DESC: "Documentation build"
36
- MPLBACKEND: "Agg"
37
- MOZ_HEADLESS: 1
38
42
  DISPLAY: ":99.0"
39
43
  steps:
40
- - uses: actions/checkout@v4
41
- with:
42
- fetch-depth: 0
43
- - uses: conda-incubator/setup-miniconda@v3
44
+ - uses: holoviz-dev/holoviz_tasks/pixi_install@v0
44
45
  with:
45
- auto-update-conda: true
46
- environment-file: envs/py${{ env.PYTHON_VERSION }}-docs.yaml
47
- activate-environment: hvplotdocs
46
+ environments: docs
47
+ - name: Build documentation
48
+ run: pixi run -e docs docs-build
48
49
  - name: Set and echo git ref
49
50
  id: vars
50
51
  run: |
51
52
  echo "Deploying from ref ${GITHUB_REF#refs/*/}"
52
53
  echo "tag=${GITHUB_REF#refs/*/}" >> $GITHUB_OUTPUT
53
- - name: install dev
54
- # To make sure the latest is installed.
55
- run: pip install -e . --no-deps
56
- - name: conda info
57
- run: conda info
58
- - name: conda list
59
- run: conda list
60
- - name: build docs
61
- run: sphinx-build -b html doc builtdocs
62
54
  - name: report failure
63
55
  if: failure()
64
56
  run: cat /tmp/sphinx-*.log | tail -n 100
@@ -84,13 +76,11 @@ jobs:
84
76
  cname: hvplot.holoviz.org
85
77
  force_orphan: true
86
78
  exclude_assets: '.doctrees'
79
+
87
80
  pip_build_docs:
88
- name: Documentation:pip
81
+ name: Build Documentation (pip)
89
82
  runs-on: 'ubuntu-latest'
90
83
  timeout-minutes: 120
91
- defaults:
92
- run:
93
- shell: bash -l {0}
94
84
  env:
95
85
  DESC: "Documentation build"
96
86
  MPLBACKEND: "Agg"
@@ -113,7 +103,7 @@ jobs:
113
103
  echo "Deploying from ref ${GITHUB_REF#refs/*/}"
114
104
  echo "tag=${GITHUB_REF#refs/*/}" >> $GITHUB_OUTPUT
115
105
  - name: build docs
116
- run: sphinx-build -b html doc builtdocs
106
+ run: sphinx-build -j auto -b html doc builtdocs
117
107
  - name: report failure
118
108
  if: failure()
119
109
  run: cat /tmp/sphinx-*.log | tail -n 100
@@ -0,0 +1,25 @@
1
+ name: nightly_lock
2
+ on:
3
+ workflow_dispatch:
4
+ schedule:
5
+ - cron: "0 0 * * *"
6
+
7
+ env:
8
+ PACKAGE: "hvplot"
9
+
10
+ jobs:
11
+ pixi_lock:
12
+ if: ${{ !github.event.repository.fork }}
13
+ name: Pixi lock
14
+ runs-on: ubuntu-latest
15
+ timeout-minutes: 5
16
+ steps:
17
+ - uses: holoviz-dev/holoviz_tasks/pixi_lock@v0
18
+ - name: Upload lock-file to S3
19
+ env:
20
+ AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
21
+ AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
22
+ AWS_DEFAULT_REGION: "eu-west-1"
23
+ run: |
24
+ zip $(date +%Y-%m-%d).zip pixi.lock pixi.toml
25
+ aws s3 cp ./$(date +%Y-%m-%d).zip s3://assets.holoviz.org/lock/$PACKAGE/
@@ -30,12 +30,17 @@ concurrency:
30
30
  group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
31
31
  cancel-in-progress: true
32
32
 
33
+ defaults:
34
+ run:
35
+ shell: bash -e {0}
36
+
33
37
  jobs:
34
38
  pre_commit:
35
39
  name: Run pre-commit
36
40
  runs-on: 'ubuntu-latest'
37
41
  steps:
38
- - uses: holoviz-dev/holoviz_tasks/pre-commit@v0.1a19
42
+ - uses: holoviz-dev/holoviz_tasks/pre-commit@v0
43
+
39
44
  setup:
40
45
  name: Setup workflow
41
46
  runs-on: ubuntu-latest
@@ -60,10 +65,10 @@ jobs:
60
65
  run: |
61
66
  MATRIX=$(jq -nsc '{
62
67
  "os": ["ubuntu-latest", "macos-latest", "windows-latest"],
63
- "python-version": ["3.9", "3.12"],
68
+ "environment": ["test-39", "test-313"],
64
69
  "exclude": [
65
70
  {
66
- "python-version": "3.9",
71
+ "environment": "test-39",
67
72
  "os": "macos-latest"
68
73
  }
69
74
  ]
@@ -74,24 +79,28 @@ jobs:
74
79
  run: |
75
80
  MATRIX=$(jq -nsc '{
76
81
  "os": ["ubuntu-latest", "macos-latest", "windows-latest"],
77
- "python-version": ["3.9", "3.12"],
82
+ "environment": ["test-39", "test-313"],
78
83
  "include": [
79
84
  {
80
- "python-version": "3.9",
85
+ "environment": "test-39",
86
+ "os": "ubuntu-latest"
87
+ },
88
+ {
89
+ "environment": "test-310",
81
90
  "os": "ubuntu-latest"
82
91
  },
83
92
  {
84
- "python-version": "3.10",
93
+ "environment": "test-311",
85
94
  "os": "ubuntu-latest"
86
95
  },
87
96
  {
88
- "python-version": "3.11",
97
+ "environment": "test-312",
89
98
  "os": "ubuntu-latest"
90
99
  }
91
100
  ],
92
101
  "exclude": [
93
102
  {
94
- "python-version": "3.9",
103
+ "environment": "test-39",
95
104
  "os": "macos-latest"
96
105
  }
97
106
  ]
@@ -102,71 +111,82 @@ jobs:
102
111
  run: |
103
112
  MATRIX=$(jq -nsc '{
104
113
  "os": ["ubuntu-latest"],
105
- "python-version": ["3.12"]
114
+ "environment": ["test-313"]
106
115
  }')
107
116
  echo "MATRIX=$MATRIX" >> $GITHUB_ENV
108
117
 
109
- conda_suite:
110
- name: conda tests:${{ matrix.os }}:${{ matrix.python-version }}
111
- needs: [pre_commit, setup]
112
- if: needs.setup.outputs.matrix_option != 'default'
118
+ pixi_lock:
119
+ name: Pixi lock
120
+ runs-on: ubuntu-latest
121
+ steps:
122
+ - uses: holoviz-dev/holoviz_tasks/pixi_lock@v0
123
+ with:
124
+ cache: ${{ github.event.inputs.cache == 'true' || github.event.inputs.cache == '' }}
125
+
126
+ unit_test_suite:
127
+ name: unit:${{ matrix.environment }}:${{ matrix.os }}
128
+ needs: [pre_commit, setup, pixi_lock]
113
129
  runs-on: ${{ matrix.os }}
114
130
  strategy:
115
131
  fail-fast: false
116
132
  matrix: ${{ fromJson(needs.setup.outputs.matrix) }}
117
133
  timeout-minutes: 90
118
- defaults:
119
- run:
120
- shell: bash -el {0}
134
+
121
135
  steps:
122
- - uses: actions/checkout@v4
136
+ - uses: holoviz-dev/holoviz_tasks/pixi_install@v0
123
137
  with:
124
- fetch-depth: 0
125
- - uses: conda-incubator/setup-miniconda@v3
138
+ environments: ${{ matrix.environment }}
139
+ - name: Test Unit
140
+ run: pixi run -e ${{ matrix.environment }} test-unit-cov
141
+ - name: Test Geo
142
+ run: pixi run -e ${{ matrix.environment }} test-unit-geo-cov
143
+ - name: Test Examples
144
+ run: pixi run -e ${{ matrix.environment }} test-example
145
+ - uses: codecov/codecov-action@v4
126
146
  with:
127
- auto-update-conda: true
128
- environment-file: envs/py${{ matrix.python-version }}-tests.yaml
129
- activate-environment: hvplottests
130
- - name: conda info
131
- run: conda info
132
- - name: conda list
133
- run: conda list
134
- - name: bokeh sampledata
135
- if: ${{ matrix.python-version == '3.9'}}
136
- run: bokeh sampledata
137
- - name: unit tests
138
- run: pytest -v hvplot --cov=hvplot --cov-append
139
- - name: unit tests geo
140
- run: pytest -v hvplot --geo --cov=hvplot --cov-append
141
- - name: examples tests
142
- run: pytest -n logical --dist loadscope --nbval-lax -p no:python
147
+ token: ${{ secrets.CODECOV_TOKEN }}
148
+
149
+ core_test_suite:
150
+ name: core:${{ matrix.environment }}:${{ matrix.os }}
151
+ needs: [pre_commit, setup, pixi_lock]
152
+ runs-on: ${{ matrix.os }}
153
+ strategy:
154
+ fail-fast: false
155
+ matrix:
156
+ os: ["ubuntu-latest"]
157
+ environment: ["test-core"]
158
+ timeout-minutes: 120
159
+ steps:
160
+ - uses: holoviz-dev/holoviz_tasks/pixi_install@v0
161
+ with:
162
+ environments: ${{ matrix.environment }}
163
+ - name: Test Unit
164
+ run: pixi run -e ${{ matrix.environment }} test-unit
165
+
143
166
  pip_test:
144
- name: pip tests:${{ matrix.os }}:${{ matrix.python-version }}
167
+ name: pip tests:${{ matrix.os }}:${{ matrix.environment }}
145
168
  needs: [pre_commit, setup]
169
+ if: needs.setup.outputs.matrix_option == 'full'
146
170
  timeout-minutes: 90
147
171
  runs-on: ${{ matrix.os }}
148
172
  strategy:
149
173
  fail-fast: false
150
174
  matrix: ${{ fromJson(needs.setup.outputs.matrix) }}
151
- defaults:
152
- run:
153
- shell: bash -e {0}
154
175
  steps:
155
176
  - uses: actions/checkout@v4
156
177
  with:
157
178
  fetch-depth: 0
158
179
  - uses: actions/setup-python@v5
159
180
  with:
160
- python-version: ${{ matrix.python-version }}
181
+ python-version: '3.13'
161
182
  - name: install with geo
162
183
  run: python -m pip install -v --prefer-binary -e '.[tests, examples-tests, geo, hvdev, hvdev-geo, dev-extras]'
163
184
  - name: python version and pip list
164
185
  run: |
165
186
  python --version --version
166
187
  python -m pip list
167
- - name: bokeh sampledata
168
- if: ${{ matrix.python-version == '3.9'}}
169
- run: bokeh sampledata
188
+ - name: download datasets
189
+ run: python scripts/download_data.py
170
190
  - name: unit tests
171
191
  run: pytest -v hvplot --cov=hvplot --cov-append
172
192
  - name: unit tests geo
@@ -181,3 +201,13 @@ jobs:
181
201
  verbose: false
182
202
  env:
183
203
  CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
204
+
205
+ result_test_suite:
206
+ name: result:test
207
+ needs: [unit_test_suite, core_test_suite, pip_test]
208
+ if: always()
209
+ runs-on: ubuntu-latest
210
+ steps:
211
+ - name: check for failures
212
+ if: contains(needs.*.result, 'failure') || contains(needs.*.result, 'cancelled')
213
+ run: echo job failed && exit 1
@@ -127,3 +127,7 @@ doc/user_guide/plot.html
127
127
 
128
128
  # setuptools_scm
129
129
  hvplot/_version.py
130
+
131
+ # pixi
132
+ .pixi
133
+ pixi.lock
@@ -30,12 +30,3 @@ repos:
30
30
  exclude: (\.min\.js$|\.svg$|\.html$)
31
31
  additional_dependencies:
32
32
  - tomli
33
- - repo: local
34
- hooks:
35
- - id: update_conda_envs
36
- name: Update conda envs
37
- entry: python scripts/update_conda_envs.py
38
- language: python
39
- additional_dependencies: [pyproject2conda]
40
- files: "(pyproject.toml|update_conda_envs)"
41
- pass_filenames: false
@@ -1,6 +1,6 @@
1
- Metadata-Version: 2.1
1
+ Metadata-Version: 2.4
2
2
  Name: hvplot
3
- Version: 0.11.2a1
3
+ Version: 0.11.3rc1
4
4
  Summary: A high-level plotting API for the PyData ecosystem built on HoloViews.
5
5
  Author-email: Philipp Rudiger <developers@holoviz.org>
6
6
  Maintainer-email: HoloViz developers <developers@holoviz.org>
@@ -14,6 +14,7 @@ Classifier: Programming Language :: Python :: 3.9
14
14
  Classifier: Programming Language :: Python :: 3.10
15
15
  Classifier: Programming Language :: Python :: 3.11
16
16
  Classifier: Programming Language :: Python :: 3.12
17
+ Classifier: Programming Language :: Python :: 3.13
17
18
  Classifier: Operating System :: OS Independent
18
19
  Classifier: Intended Audience :: Science/Research
19
20
  Classifier: Intended Audience :: Developers
@@ -32,7 +33,7 @@ Requires-Dist: pandas>=1.3
32
33
  Requires-Dist: panel>=1.0
33
34
  Requires-Dist: param<3.0,>=1.12.0
34
35
  Provides-Extra: tests-core
35
- Requires-Dist: dask[dataframe]; extra == "tests-core"
36
+ Requires-Dist: dask[dataframe]<2025.1.0; extra == "tests-core"
36
37
  Requires-Dist: ipywidgets; extra == "tests-core"
37
38
  Requires-Dist: matplotlib; extra == "tests-core"
38
39
  Requires-Dist: parameterized; extra == "tests-core"
@@ -46,6 +47,8 @@ Requires-Dist: scipy; extra == "tests-core"
46
47
  Requires-Dist: xarray; extra == "tests-core"
47
48
  Requires-Dist: bokeh_sampledata; python_version >= "3.10" and extra == "tests-core"
48
49
  Requires-Dist: psutil; extra == "tests-core"
50
+ Requires-Dist: cftime; extra == "tests-core"
51
+ Requires-Dist: numpydoc; extra == "tests-core"
49
52
  Provides-Extra: tests
50
53
  Requires-Dist: hvplot[tests-core]; extra == "tests"
51
54
  Requires-Dist: fugue[sql]; extra == "tests"
@@ -72,14 +75,14 @@ Requires-Dist: spatialpandas>=0.4.3; extra == "geo"
72
75
  Provides-Extra: graphviz
73
76
  Requires-Dist: pygraphviz; extra == "graphviz"
74
77
  Provides-Extra: examples
75
- Requires-Dist: dask[dataframe]>=2021.3.0; extra == "examples"
78
+ Requires-Dist: dask[dataframe]<2025.1.0,>=2021.3.0; extra == "examples"
76
79
  Requires-Dist: datashader>=0.6.5; extra == "examples"
77
80
  Requires-Dist: duckdb; extra == "examples"
78
81
  Requires-Dist: fugue[sql]; extra == "examples"
79
82
  Requires-Dist: hvplot[fugue-sql]; extra == "examples"
80
83
  Requires-Dist: ibis-framework[duckdb]; extra == "examples"
81
84
  Requires-Dist: intake-parquet>=0.2.3; extra == "examples"
82
- Requires-Dist: intake-xarray>=0.5.0; extra == "examples"
85
+ Requires-Dist: intake-xarray<2,>=0.5.0; extra == "examples"
83
86
  Requires-Dist: intake<2.0.0,>=0.6.5; extra == "examples"
84
87
  Requires-Dist: ipywidgets; extra == "examples"
85
88
  Requires-Dist: networkx>=2.6.3; extra == "examples"
@@ -99,6 +102,7 @@ Requires-Dist: xarray>=0.18.2; extra == "examples"
99
102
  Requires-Dist: xyzservices>=2022.9.0; extra == "examples"
100
103
  Requires-Dist: geodatasets>=2023.12.0; extra == "examples"
101
104
  Requires-Dist: bokeh_sampledata; python_version >= "3.10" and extra == "examples"
105
+ Requires-Dist: hvsampledata>=0.1.1; extra == "examples"
102
106
  Provides-Extra: tests-nb
103
107
  Requires-Dist: pytest-xdist; extra == "tests-nb"
104
108
  Requires-Dist: nbval; extra == "tests-nb"
@@ -107,8 +111,10 @@ Requires-Dist: hvplot[examples]; extra == "examples-tests"
107
111
  Requires-Dist: hvplot[tests-nb]; extra == "examples-tests"
108
112
  Provides-Extra: doc
109
113
  Requires-Dist: hvplot[examples]; extra == "doc"
110
- Requires-Dist: nbsite>=0.8.6; extra == "doc"
114
+ Requires-Dist: nbsite>=0.9.0a2; extra == "doc"
111
115
  Requires-Dist: sphinxext-rediraffe; extra == "doc"
116
+ Requires-Dist: numpydoc; extra == "doc"
117
+ Requires-Dist: sphinxcontrib-mermaid; extra == "doc"
112
118
  Provides-Extra: hvdev
113
119
  Requires-Dist: colorcet>=0.0.1a1; extra == "hvdev"
114
120
  Requires-Dist: datashader>=0.0.1a1; extra == "hvdev"
@@ -120,6 +126,7 @@ Provides-Extra: hvdev-geo
120
126
  Requires-Dist: geoviews>=0.0.1a1; extra == "hvdev-geo"
121
127
  Provides-Extra: dev-extras
122
128
  Requires-Dist: setuptools_scm>=6; extra == "dev-extras"
129
+ Dynamic: license-file
123
130
 
124
131
  # hvPlot makes data analysis and visualization simple <img src="https://github.com/holoviz/hvplot/blob/main/doc/_static/logo.png?raw=true" style="width:2em;margin-bottom:-15px">
125
132
 
@@ -135,7 +142,7 @@ Requires-Dist: setuptools_scm>=6; extra == "dev-extras"
135
142
  | Binder | [![Binder](https://img.shields.io/badge/launch%20v0.8.1-binder-579aca.svg?logo=data:image/png;base64,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)](https://mybinder.org/v2/gh/holoviz/hvplot/v0.8.1?urlpath=lab/tree) |
136
143
  | Support | [![Discourse](https://img.shields.io/discourse/status?server=https%3A%2F%2Fdiscourse.holoviz.org)](https://discourse.holoviz.org/c/hvplot/8) |
137
144
 
138
- [Home](https://hvplot.holoviz.org/) | [Installation instructions](#installation-instructions) | [Getting Started Guide](https://hvplot.holoviz.org/getting_started/index.html) | [Reference Guides](https://hvplot.holoviz.org/reference/index.html) | [Examples](#examples) | [License](#license) | [Support](#support--feedback)
145
+ [Home](https://hvplot.holoviz.org/) | [Installation instructions](#installation-instructions) | [Getting Started Guide](https://hvplot.holoviz.org/tutorials/getting_started.html) | [Reference Guides](https://hvplot.holoviz.org/reference/index.html) | [Examples](#examples) | [License](#license) | [Support](#support--feedback)
139
146
 
140
147
  ## hvPlot provides a familiar, high-level API for visualization
141
148
 
@@ -163,7 +170,7 @@ Check out [this blog post](https://towardsdatascience.com/the-easiest-way-to-cre
163
170
 
164
171
  ## Mini getting-started
165
172
 
166
- Head over to the [getting started guide](https://hvplot.holoviz.org/getting_started/index.html) for more!
173
+ Head over to the [getting started guide](https://hvplot.holoviz.org/tutorials/getting_started.html) for more!
167
174
 
168
175
  ### Install
169
176
 
@@ -12,7 +12,7 @@
12
12
  | Binder | [![Binder](https://img.shields.io/badge/launch%20v0.8.1-binder-579aca.svg?logo=data:image/png;base64,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)](https://mybinder.org/v2/gh/holoviz/hvplot/v0.8.1?urlpath=lab/tree) |
13
13
  | Support | [![Discourse](https://img.shields.io/discourse/status?server=https%3A%2F%2Fdiscourse.holoviz.org)](https://discourse.holoviz.org/c/hvplot/8) |
14
14
 
15
- [Home](https://hvplot.holoviz.org/) | [Installation instructions](#installation-instructions) | [Getting Started Guide](https://hvplot.holoviz.org/getting_started/index.html) | [Reference Guides](https://hvplot.holoviz.org/reference/index.html) | [Examples](#examples) | [License](#license) | [Support](#support--feedback)
15
+ [Home](https://hvplot.holoviz.org/) | [Installation instructions](#installation-instructions) | [Getting Started Guide](https://hvplot.holoviz.org/tutorials/getting_started.html) | [Reference Guides](https://hvplot.holoviz.org/reference/index.html) | [Examples](#examples) | [License](#license) | [Support](#support--feedback)
16
16
 
17
17
  ## hvPlot provides a familiar, high-level API for visualization
18
18
 
@@ -40,7 +40,7 @@ Check out [this blog post](https://towardsdatascience.com/the-easiest-way-to-cre
40
40
 
41
41
  ## Mini getting-started
42
42
 
43
- Head over to the [getting started guide](https://hvplot.holoviz.org/getting_started/index.html) for more!
43
+ Head over to the [getting started guide](https://hvplot.holoviz.org/tutorials/getting_started.html) for more!
44
44
 
45
45
  ### Install
46
46
 
@@ -0,0 +1,60 @@
1
+ from docutils import nodes
2
+ from docutils.statemachine import StringList
3
+ from sphinx.util.docutils import SphinxDirective
4
+
5
+ import holoviews as hv
6
+
7
+ from hvplot.util import _get_backend_style_options
8
+
9
+
10
+ hv.extension('bokeh', 'matplotlib')
11
+
12
+
13
+ class BackendStylingOptionsDirective(SphinxDirective):
14
+ """
15
+ Display the Bokeh and Matplotlib styling options for a plot method
16
+ in a tabs layout.
17
+
18
+ .. backend-styling-options:: scatter
19
+ """
20
+
21
+ has_content = False
22
+ required_arguments = 1
23
+ optional_arguments = 0
24
+ final_argument_whitespace = True
25
+
26
+ def run(self):
27
+ input_string = self.arguments[0]
28
+
29
+ bk_opts = _get_backend_style_options(input_string, 'bokeh')
30
+ mpl_opts = _get_backend_style_options(input_string, 'matplotlib')
31
+ bk_opts_info = ', '.join(bk_opts)
32
+ mpl_opts_info = ', '.join(mpl_opts)
33
+ # Sphinx-design syntax
34
+ tab_content = f"""
35
+ .. tab-set::
36
+
37
+ .. tab-item:: Bokeh
38
+
39
+ {bk_opts_info}
40
+
41
+ .. tab-item:: Matplotlib
42
+
43
+ {mpl_opts_info}
44
+ """
45
+
46
+ container = nodes.container()
47
+ container['classes'] = ['backend-styling-options-container']
48
+ content_list = StringList(tab_content.splitlines(), source='')
49
+ self.state.nested_parse(content_list, 0, container)
50
+ return container.children
51
+
52
+
53
+ def setup(app):
54
+ app.add_directive('backend-styling-options', BackendStylingOptionsDirective)
55
+
56
+ return {
57
+ 'version': '0.1',
58
+ 'parallel_read_safe': True,
59
+ 'parallel_write_safe': True,
60
+ }
@@ -0,0 +1,64 @@
1
+ """
2
+ Sphinx extension to display a table with the options of a specific
3
+ options group of the converter. Requires numpydoc
4
+
5
+ Usage:
6
+
7
+ .. plotting-options-table:: Style Options
8
+ """
9
+
10
+ import sys
11
+
12
+ from textwrap import indent
13
+
14
+ from hvplot.util import _get_docstring_group_parameters
15
+ from sphinx.util.docutils import SphinxDirective
16
+
17
+
18
+ class PlottingOptionsTableDirective(SphinxDirective):
19
+ """
20
+ Directive to display a plotting option group in a Markdown table.
21
+
22
+ .. plotting-options-table:: Data Options
23
+ """
24
+
25
+ required_arguments = 1
26
+ final_argument_whitespace = True
27
+
28
+ def run(self):
29
+ # Get the key passed to the directive
30
+ options_group = self.arguments[0]
31
+ parameters = _get_docstring_group_parameters(options_group)
32
+ table_rst = ['.. list-table::', ' :header-rows: 1', ' :widths: 25 70', '']
33
+ table_rst.append(' * - ')
34
+ table_rst.append(' Parameters')
35
+ table_rst.append(' - ')
36
+ table_rst.append(' Description')
37
+
38
+ for param in parameters:
39
+ desc = '\n'.join(param.desc)
40
+ table_rst.append(' * - ')
41
+ table_rst.append(f' **{param.name}** *({param.type})*')
42
+ table_rst.append(' - ')
43
+ table_rst.append(indent(desc, ' ' * 7))
44
+
45
+ raw_rst = '\n'.join(table_rst)
46
+
47
+ parsed = self.parse_text_to_nodes(raw_rst)
48
+ return parsed
49
+
50
+
51
+ def setup(app):
52
+ app.add_directive('plotting-options-table', PlottingOptionsTableDirective)
53
+
54
+ return {
55
+ 'version': '0.1',
56
+ 'parallel_read_safe': True,
57
+ 'parallel_write_safe': True,
58
+ }
59
+
60
+
61
+ if __name__ == '__main__':
62
+ group = ' '.join(sys.argv[1:])
63
+ opts = _get_docstring_group_parameters(group)
64
+ print(opts)
@@ -20,3 +20,9 @@
20
20
  border: 0px;
21
21
  vertical-align: top;
22
22
  }
23
+
24
+ .getting-started-button {
25
+ border-radius: 6px !important;
26
+ padding: 0.7em 3em !important;
27
+ font-size: 1.2em;
28
+ }
@@ -0,0 +1,9 @@
1
+ {# Added because of https://github.com/pydata/pydata-sphinx-theme/issues/2088 #}
2
+ {# Displays a link to the .rst source of the current page. #}
3
+ {% if show_source and has_source and sourcename %}
4
+ <div class="tocsection sourcelink">
5
+ <a href="{{ pathto('_sources/' + sourcename, true)|e }}">
6
+ <i class="fa-solid fa-file-lines"></i> {{ _("Show Source") }}
7
+ </a>
8
+ </div>
9
+ {% endif %}