hvplot 0.11.0a2__tar.gz → 0.11.0rc1__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 (197) hide show
  1. {hvplot-0.11.0a2 → hvplot-0.11.0rc1}/PKG-INFO +7 -5
  2. {hvplot-0.11.0a2 → hvplot-0.11.0rc1}/README.md +4 -4
  3. hvplot-0.11.0rc1/doc/assets/diagram.png +0 -0
  4. {hvplot-0.11.0a2 → hvplot-0.11.0rc1}/doc/assets/diagram.svg +367 -807
  5. {hvplot-0.11.0a2 → hvplot-0.11.0rc1}/doc/conf.py +8 -2
  6. {hvplot-0.11.0a2 → hvplot-0.11.0rc1}/doc/index.md +19 -0
  7. {hvplot-0.11.0a2 → hvplot-0.11.0rc1}/doc/releases.md +62 -1
  8. {hvplot-0.11.0a2 → hvplot-0.11.0rc1}/doc/user_guide/Customization.ipynb +14 -8
  9. {hvplot-0.11.0a2 → hvplot-0.11.0rc1}/doc/user_guide/Geographic_Data.ipynb +2 -2
  10. {hvplot-0.11.0a2 → hvplot-0.11.0rc1}/doc/user_guide/Integrations.ipynb +108 -9
  11. {hvplot-0.11.0a2 → hvplot-0.11.0rc1}/doc/user_guide/Introduction.ipynb +1 -0
  12. {hvplot-0.11.0a2 → hvplot-0.11.0rc1}/doc/user_guide/Plotting.ipynb +20 -1
  13. {hvplot-0.11.0a2 → hvplot-0.11.0rc1}/doc/user_guide/Plotting_with_Matplotlib.ipynb +23 -2
  14. {hvplot-0.11.0a2 → hvplot-0.11.0rc1}/doc/user_guide/Plotting_with_Plotly.ipynb +23 -2
  15. {hvplot-0.11.0a2 → hvplot-0.11.0rc1}/envs/py3.10-tests.yaml +1 -0
  16. {hvplot-0.11.0a2 → hvplot-0.11.0rc1}/envs/py3.11-docs.yaml +1 -0
  17. {hvplot-0.11.0a2 → hvplot-0.11.0rc1}/envs/py3.11-tests.yaml +1 -0
  18. {hvplot-0.11.0a2 → hvplot-0.11.0rc1}/envs/py3.12-tests.yaml +1 -0
  19. {hvplot-0.11.0a2 → hvplot-0.11.0rc1}/envs/py3.9-tests.yaml +1 -0
  20. {hvplot-0.11.0a2 → hvplot-0.11.0rc1}/hvplot/_version.py +1 -1
  21. {hvplot-0.11.0a2 → hvplot-0.11.0rc1}/hvplot/converter.py +32 -17
  22. hvplot-0.11.0rc1/hvplot/duckdb.py +27 -0
  23. {hvplot-0.11.0a2 → hvplot-0.11.0rc1}/hvplot/plotting/__init__.py +6 -1
  24. {hvplot-0.11.0a2 → hvplot-0.11.0rc1}/hvplot/plotting/core.py +93 -6
  25. {hvplot-0.11.0a2 → hvplot-0.11.0rc1}/hvplot/tests/testcharts.py +25 -0
  26. {hvplot-0.11.0a2 → hvplot-0.11.0rc1}/hvplot/tests/testoperations.py +12 -0
  27. {hvplot-0.11.0a2 → hvplot-0.11.0rc1}/hvplot/tests/testpatch.py +27 -0
  28. {hvplot-0.11.0a2 → hvplot-0.11.0rc1}/hvplot/tests/testplotting.py +21 -0
  29. {hvplot-0.11.0a2 → hvplot-0.11.0rc1}/hvplot/tests/testui.py +20 -1
  30. {hvplot-0.11.0a2 → hvplot-0.11.0rc1}/hvplot/ui.py +19 -4
  31. {hvplot-0.11.0a2 → hvplot-0.11.0rc1}/hvplot/util.py +8 -0
  32. {hvplot-0.11.0a2 → hvplot-0.11.0rc1}/hvplot.egg-info/PKG-INFO +7 -5
  33. {hvplot-0.11.0a2 → hvplot-0.11.0rc1}/hvplot.egg-info/SOURCES.txt +1 -0
  34. {hvplot-0.11.0a2 → hvplot-0.11.0rc1}/hvplot.egg-info/requires.txt +2 -0
  35. {hvplot-0.11.0a2 → hvplot-0.11.0rc1}/pyproject.toml +2 -0
  36. hvplot-0.11.0a2/doc/assets/diagram.png +0 -0
  37. {hvplot-0.11.0a2 → hvplot-0.11.0rc1}/.git-blame-ignore-revs +0 -0
  38. {hvplot-0.11.0a2 → hvplot-0.11.0rc1}/.git_archival.txt +0 -0
  39. {hvplot-0.11.0a2 → hvplot-0.11.0rc1}/.gitattributes +0 -0
  40. {hvplot-0.11.0a2 → hvplot-0.11.0rc1}/.github/CONTRIBUTING.md +0 -0
  41. {hvplot-0.11.0a2 → hvplot-0.11.0rc1}/.github/FUNDING.yml +0 -0
  42. {hvplot-0.11.0a2 → hvplot-0.11.0rc1}/.github/workflows/build.yaml +0 -0
  43. {hvplot-0.11.0a2 → hvplot-0.11.0rc1}/.github/workflows/docs.yaml +0 -0
  44. {hvplot-0.11.0a2 → hvplot-0.11.0rc1}/.github/workflows/test.yaml +0 -0
  45. {hvplot-0.11.0a2 → hvplot-0.11.0rc1}/.gitignore +0 -0
  46. {hvplot-0.11.0a2 → hvplot-0.11.0rc1}/.pre-commit-config.yaml +0 -0
  47. {hvplot-0.11.0a2 → hvplot-0.11.0rc1}/CHANGELOG.md +0 -0
  48. {hvplot-0.11.0a2 → hvplot-0.11.0rc1}/CODE_OF_CONDUCT.md +0 -0
  49. {hvplot-0.11.0a2 → hvplot-0.11.0rc1}/LICENSE +0 -0
  50. {hvplot-0.11.0a2 → hvplot-0.11.0rc1}/binder/environment.yml +0 -0
  51. {hvplot-0.11.0a2 → hvplot-0.11.0rc1}/binder/postBuild +0 -0
  52. {hvplot-0.11.0a2 → hvplot-0.11.0rc1}/conda.recipe/meta.yaml +0 -0
  53. {hvplot-0.11.0a2 → hvplot-0.11.0rc1}/doc/_static/custom.css +0 -0
  54. {hvplot-0.11.0a2 → hvplot-0.11.0rc1}/doc/_static/favicon.ico +0 -0
  55. {hvplot-0.11.0a2 → hvplot-0.11.0rc1}/doc/_static/home/bokeh.gif +0 -0
  56. {hvplot-0.11.0a2 → hvplot-0.11.0rc1}/doc/_static/home/dask.gif +0 -0
  57. {hvplot-0.11.0a2 → hvplot-0.11.0rc1}/doc/_static/home/explorer.gif +0 -0
  58. {hvplot-0.11.0a2 → hvplot-0.11.0rc1}/doc/_static/home/geo.gif +0 -0
  59. {hvplot-0.11.0a2 → hvplot-0.11.0rc1}/doc/_static/home/geopandas.gif +0 -0
  60. {hvplot-0.11.0a2 → hvplot-0.11.0rc1}/doc/_static/home/intake.gif +0 -0
  61. {hvplot-0.11.0a2 → hvplot-0.11.0rc1}/doc/_static/home/interactive_hvplot.gif +0 -0
  62. {hvplot-0.11.0a2 → hvplot-0.11.0rc1}/doc/_static/home/interactive_pandas.gif +0 -0
  63. {hvplot-0.11.0a2 → hvplot-0.11.0rc1}/doc/_static/home/interactive_xarray.gif +0 -0
  64. {hvplot-0.11.0a2 → hvplot-0.11.0rc1}/doc/_static/home/large_data.gif +0 -0
  65. {hvplot-0.11.0a2 → hvplot-0.11.0rc1}/doc/_static/home/layout.gif +0 -0
  66. {hvplot-0.11.0a2 → hvplot-0.11.0rc1}/doc/_static/home/matplotlib.png +0 -0
  67. {hvplot-0.11.0a2 → hvplot-0.11.0rc1}/doc/_static/home/networkx.gif +0 -0
  68. {hvplot-0.11.0a2 → hvplot-0.11.0rc1}/doc/_static/home/overlay.png +0 -0
  69. {hvplot-0.11.0a2 → hvplot-0.11.0rc1}/doc/_static/home/pandas.gif +0 -0
  70. {hvplot-0.11.0a2 → hvplot-0.11.0rc1}/doc/_static/home/plotly.gif +0 -0
  71. {hvplot-0.11.0a2 → hvplot-0.11.0rc1}/doc/_static/home/widgets.gif +0 -0
  72. {hvplot-0.11.0a2 → hvplot-0.11.0rc1}/doc/_static/home/xarray.gif +0 -0
  73. {hvplot-0.11.0a2 → hvplot-0.11.0rc1}/doc/_static/images/heat_and_trees.png +0 -0
  74. {hvplot-0.11.0a2 → hvplot-0.11.0rc1}/doc/_static/images/portfolio.png +0 -0
  75. {hvplot-0.11.0a2 → hvplot-0.11.0rc1}/doc/_static/logo.png +0 -0
  76. {hvplot-0.11.0a2 → hvplot-0.11.0rc1}/doc/_static/logo_horizontal.svg +0 -0
  77. {hvplot-0.11.0a2 → hvplot-0.11.0rc1}/doc/_static/logo_stacked.svg +0 -0
  78. {hvplot-0.11.0a2 → hvplot-0.11.0rc1}/doc/about.md +0 -0
  79. {hvplot-0.11.0a2 → hvplot-0.11.0rc1}/doc/assets/console.png +0 -0
  80. {hvplot-0.11.0a2 → hvplot-0.11.0rc1}/doc/assets/console_server.gif +0 -0
  81. {hvplot-0.11.0a2 → hvplot-0.11.0rc1}/doc/assets/hvplot-wm.png +0 -0
  82. {hvplot-0.11.0a2 → hvplot-0.11.0rc1}/doc/assets/streamz_demo.gif +0 -0
  83. {hvplot-0.11.0a2 → hvplot-0.11.0rc1}/doc/conftest.py +0 -0
  84. {hvplot-0.11.0a2 → hvplot-0.11.0rc1}/doc/developer_guide/index.md +0 -0
  85. {hvplot-0.11.0a2 → hvplot-0.11.0rc1}/doc/getting_started/explorer.ipynb +0 -0
  86. {hvplot-0.11.0a2 → hvplot-0.11.0rc1}/doc/getting_started/hvplot.ipynb +0 -0
  87. {hvplot-0.11.0a2 → hvplot-0.11.0rc1}/doc/getting_started/index.md +0 -0
  88. {hvplot-0.11.0a2 → hvplot-0.11.0rc1}/doc/getting_started/installation.md +0 -0
  89. {hvplot-0.11.0a2 → hvplot-0.11.0rc1}/doc/getting_started/interactive.ipynb +0 -0
  90. {hvplot-0.11.0a2 → hvplot-0.11.0rc1}/doc/governance/project-docs/CONTRIBUTING.md +0 -0
  91. {hvplot-0.11.0a2 → hvplot-0.11.0rc1}/doc/governance/project-docs/GOVERNANCE.md +0 -0
  92. {hvplot-0.11.0a2 → hvplot-0.11.0rc1}/doc/governance/project-docs/LICENSE.md +0 -0
  93. {hvplot-0.11.0a2 → hvplot-0.11.0rc1}/doc/governance/project-docs/MEMBERS.md +0 -0
  94. {hvplot-0.11.0a2 → hvplot-0.11.0rc1}/doc/reference/geopandas/points.ipynb +0 -0
  95. {hvplot-0.11.0a2 → hvplot-0.11.0rc1}/doc/reference/geopandas/polygons.ipynb +0 -0
  96. {hvplot-0.11.0a2 → hvplot-0.11.0rc1}/doc/reference/tabular/andrewscurves.ipynb +0 -0
  97. {hvplot-0.11.0a2 → hvplot-0.11.0rc1}/doc/reference/tabular/area.ipynb +0 -0
  98. {hvplot-0.11.0a2 → hvplot-0.11.0rc1}/doc/reference/tabular/bar.ipynb +0 -0
  99. {hvplot-0.11.0a2 → hvplot-0.11.0rc1}/doc/reference/tabular/barh.ipynb +0 -0
  100. {hvplot-0.11.0a2 → hvplot-0.11.0rc1}/doc/reference/tabular/bivariate.ipynb +0 -0
  101. {hvplot-0.11.0a2 → hvplot-0.11.0rc1}/doc/reference/tabular/box.ipynb +0 -0
  102. {hvplot-0.11.0a2 → hvplot-0.11.0rc1}/doc/reference/tabular/errorbars.ipynb +0 -0
  103. {hvplot-0.11.0a2 → hvplot-0.11.0rc1}/doc/reference/tabular/heatmap.ipynb +0 -0
  104. {hvplot-0.11.0a2 → hvplot-0.11.0rc1}/doc/reference/tabular/hexbin.ipynb +0 -0
  105. {hvplot-0.11.0a2 → hvplot-0.11.0rc1}/doc/reference/tabular/hist.ipynb +0 -0
  106. {hvplot-0.11.0a2 → hvplot-0.11.0rc1}/doc/reference/tabular/kde.ipynb +0 -0
  107. {hvplot-0.11.0a2 → hvplot-0.11.0rc1}/doc/reference/tabular/labels.ipynb +0 -0
  108. {hvplot-0.11.0a2 → hvplot-0.11.0rc1}/doc/reference/tabular/lagplot.ipynb +0 -0
  109. {hvplot-0.11.0a2 → hvplot-0.11.0rc1}/doc/reference/tabular/line.ipynb +0 -0
  110. {hvplot-0.11.0a2 → hvplot-0.11.0rc1}/doc/reference/tabular/ohlc.ipynb +0 -0
  111. {hvplot-0.11.0a2 → hvplot-0.11.0rc1}/doc/reference/tabular/parallelcoordinates.ipynb +0 -0
  112. {hvplot-0.11.0a2 → hvplot-0.11.0rc1}/doc/reference/tabular/paths.ipynb +0 -0
  113. {hvplot-0.11.0a2 → hvplot-0.11.0rc1}/doc/reference/tabular/scatter.ipynb +0 -0
  114. {hvplot-0.11.0a2 → hvplot-0.11.0rc1}/doc/reference/tabular/scattermatrix.ipynb +0 -0
  115. {hvplot-0.11.0a2 → hvplot-0.11.0rc1}/doc/reference/tabular/step.ipynb +0 -0
  116. {hvplot-0.11.0a2 → hvplot-0.11.0rc1}/doc/reference/tabular/table.ipynb +0 -0
  117. {hvplot-0.11.0a2 → hvplot-0.11.0rc1}/doc/reference/tabular/violin.ipynb +0 -0
  118. {hvplot-0.11.0a2 → hvplot-0.11.0rc1}/doc/reference/xarray/bar.ipynb +0 -0
  119. {hvplot-0.11.0a2 → hvplot-0.11.0rc1}/doc/reference/xarray/contour.ipynb +0 -0
  120. {hvplot-0.11.0a2 → hvplot-0.11.0rc1}/doc/reference/xarray/contourf.ipynb +0 -0
  121. {hvplot-0.11.0a2 → hvplot-0.11.0rc1}/doc/reference/xarray/hist.ipynb +0 -0
  122. {hvplot-0.11.0a2 → hvplot-0.11.0rc1}/doc/reference/xarray/image.ipynb +0 -0
  123. {hvplot-0.11.0a2 → hvplot-0.11.0rc1}/doc/reference/xarray/kde.ipynb +0 -0
  124. {hvplot-0.11.0a2 → hvplot-0.11.0rc1}/doc/reference/xarray/line.ipynb +0 -0
  125. {hvplot-0.11.0a2 → hvplot-0.11.0rc1}/doc/reference/xarray/quadmesh.ipynb +0 -0
  126. {hvplot-0.11.0a2 → hvplot-0.11.0rc1}/doc/reference/xarray/rgb.ipynb +0 -0
  127. {hvplot-0.11.0a2 → hvplot-0.11.0rc1}/doc/reference/xarray/vectorfield.ipynb +0 -0
  128. {hvplot-0.11.0a2 → hvplot-0.11.0rc1}/doc/reference/xarray/violin.ipynb +0 -0
  129. {hvplot-0.11.0a2 → hvplot-0.11.0rc1}/doc/roadmap.md +0 -0
  130. {hvplot-0.11.0a2 → hvplot-0.11.0rc1}/doc/topics.md +0 -0
  131. {hvplot-0.11.0a2 → hvplot-0.11.0rc1}/doc/user_guide/Explorer.ipynb +0 -0
  132. {hvplot-0.11.0a2 → hvplot-0.11.0rc1}/doc/user_guide/Gridded_Data.ipynb +0 -0
  133. {hvplot-0.11.0a2 → hvplot-0.11.0rc1}/doc/user_guide/Interactive.ipynb +0 -0
  134. {hvplot-0.11.0a2 → hvplot-0.11.0rc1}/doc/user_guide/Large_Timeseries.ipynb +0 -0
  135. {hvplot-0.11.0a2 → hvplot-0.11.0rc1}/doc/user_guide/NetworkX.ipynb +0 -0
  136. {hvplot-0.11.0a2 → hvplot-0.11.0rc1}/doc/user_guide/Pandas_API.ipynb +0 -0
  137. {hvplot-0.11.0a2 → hvplot-0.11.0rc1}/doc/user_guide/Plotting_Extensions.ipynb +0 -0
  138. {hvplot-0.11.0a2 → hvplot-0.11.0rc1}/doc/user_guide/Statistical_Plots.ipynb +0 -0
  139. {hvplot-0.11.0a2 → hvplot-0.11.0rc1}/doc/user_guide/Streaming.ipynb +0 -0
  140. {hvplot-0.11.0a2 → hvplot-0.11.0rc1}/doc/user_guide/Subplots.ipynb +0 -0
  141. {hvplot-0.11.0a2 → hvplot-0.11.0rc1}/doc/user_guide/Timeseries_Data.ipynb +0 -0
  142. {hvplot-0.11.0a2 → hvplot-0.11.0rc1}/doc/user_guide/Viewing.ipynb +0 -0
  143. {hvplot-0.11.0a2 → hvplot-0.11.0rc1}/doc/user_guide/Widgets.ipynb +0 -0
  144. {hvplot-0.11.0a2 → hvplot-0.11.0rc1}/doc/user_guide/images/simple.svg +0 -0
  145. {hvplot-0.11.0a2 → hvplot-0.11.0rc1}/doc/user_guide/index.md +0 -0
  146. {hvplot-0.11.0a2 → hvplot-0.11.0rc1}/hvplot/__init__.py +0 -0
  147. {hvplot-0.11.0a2 → hvplot-0.11.0rc1}/hvplot/backend_transforms.py +0 -0
  148. {hvplot-0.11.0a2 → hvplot-0.11.0rc1}/hvplot/cudf.py +0 -0
  149. {hvplot-0.11.0a2 → hvplot-0.11.0rc1}/hvplot/dask.py +0 -0
  150. {hvplot-0.11.0a2 → hvplot-0.11.0rc1}/hvplot/data/crime.csv +0 -0
  151. {hvplot-0.11.0a2 → hvplot-0.11.0rc1}/hvplot/datasets.yaml +0 -0
  152. {hvplot-0.11.0a2 → hvplot-0.11.0rc1}/hvplot/fugue.py +0 -0
  153. {hvplot-0.11.0a2 → hvplot-0.11.0rc1}/hvplot/ibis.py +0 -0
  154. {hvplot-0.11.0a2 → hvplot-0.11.0rc1}/hvplot/intake.py +0 -0
  155. {hvplot-0.11.0a2 → hvplot-0.11.0rc1}/hvplot/interactive.py +0 -0
  156. {hvplot-0.11.0a2 → hvplot-0.11.0rc1}/hvplot/networkx.py +0 -0
  157. {hvplot-0.11.0a2 → hvplot-0.11.0rc1}/hvplot/pandas.py +0 -0
  158. {hvplot-0.11.0a2 → hvplot-0.11.0rc1}/hvplot/plotting/andrews_curves.py +0 -0
  159. {hvplot-0.11.0a2 → hvplot-0.11.0rc1}/hvplot/plotting/lag_plot.py +0 -0
  160. {hvplot-0.11.0a2 → hvplot-0.11.0rc1}/hvplot/plotting/parallel_coordinates.py +0 -0
  161. {hvplot-0.11.0a2 → hvplot-0.11.0rc1}/hvplot/plotting/scatter_matrix.py +0 -0
  162. {hvplot-0.11.0a2 → hvplot-0.11.0rc1}/hvplot/polars.py +0 -0
  163. {hvplot-0.11.0a2 → hvplot-0.11.0rc1}/hvplot/sample_data.py +0 -0
  164. {hvplot-0.11.0a2 → hvplot-0.11.0rc1}/hvplot/streamz.py +0 -0
  165. {hvplot-0.11.0a2 → hvplot-0.11.0rc1}/hvplot/tests/__init__.py +0 -0
  166. {hvplot-0.11.0a2 → hvplot-0.11.0rc1}/hvplot/tests/conftest.py +0 -0
  167. {hvplot-0.11.0a2 → hvplot-0.11.0rc1}/hvplot/tests/data/README.md +0 -0
  168. {hvplot-0.11.0a2 → hvplot-0.11.0rc1}/hvplot/tests/data/RGB-red.byte.tif +0 -0
  169. {hvplot-0.11.0a2 → hvplot-0.11.0rc1}/hvplot/tests/plotting/__init__.py +0 -0
  170. {hvplot-0.11.0a2 → hvplot-0.11.0rc1}/hvplot/tests/plotting/testcore.py +0 -0
  171. {hvplot-0.11.0a2 → hvplot-0.11.0rc1}/hvplot/tests/plotting/testohlc.py +0 -0
  172. {hvplot-0.11.0a2 → hvplot-0.11.0rc1}/hvplot/tests/plotting/testscattermatrix.py +0 -0
  173. {hvplot-0.11.0a2 → hvplot-0.11.0rc1}/hvplot/tests/test_links.py +0 -0
  174. {hvplot-0.11.0a2 → hvplot-0.11.0rc1}/hvplot/tests/testbackend_transforms.py +0 -0
  175. {hvplot-0.11.0a2 → hvplot-0.11.0rc1}/hvplot/tests/testfugue.py +0 -0
  176. {hvplot-0.11.0a2 → hvplot-0.11.0rc1}/hvplot/tests/testgeo.py +0 -0
  177. {hvplot-0.11.0a2 → hvplot-0.11.0rc1}/hvplot/tests/testgeowithoutgv.py +0 -0
  178. {hvplot-0.11.0a2 → hvplot-0.11.0rc1}/hvplot/tests/testgridplots.py +0 -0
  179. {hvplot-0.11.0a2 → hvplot-0.11.0rc1}/hvplot/tests/testhelp.py +0 -0
  180. {hvplot-0.11.0a2 → hvplot-0.11.0rc1}/hvplot/tests/testibis.py +0 -0
  181. {hvplot-0.11.0a2 → hvplot-0.11.0rc1}/hvplot/tests/testinteractive.py +0 -0
  182. {hvplot-0.11.0a2 → hvplot-0.11.0rc1}/hvplot/tests/testnetworkx.py +0 -0
  183. {hvplot-0.11.0a2 → hvplot-0.11.0rc1}/hvplot/tests/testoptions.py +0 -0
  184. {hvplot-0.11.0a2 → hvplot-0.11.0rc1}/hvplot/tests/testoverrides.py +0 -0
  185. {hvplot-0.11.0a2 → hvplot-0.11.0rc1}/hvplot/tests/testpanel.py +0 -0
  186. {hvplot-0.11.0a2 → hvplot-0.11.0rc1}/hvplot/tests/teststatplots.py +0 -0
  187. {hvplot-0.11.0a2 → hvplot-0.11.0rc1}/hvplot/tests/teststreaming.py +0 -0
  188. {hvplot-0.11.0a2 → hvplot-0.11.0rc1}/hvplot/tests/testtransforms.py +0 -0
  189. {hvplot-0.11.0a2 → hvplot-0.11.0rc1}/hvplot/tests/testutil.py +0 -0
  190. {hvplot-0.11.0a2 → hvplot-0.11.0rc1}/hvplot/tests/util.py +0 -0
  191. {hvplot-0.11.0a2 → hvplot-0.11.0rc1}/hvplot/utilities.py +0 -0
  192. {hvplot-0.11.0a2 → hvplot-0.11.0rc1}/hvplot/xarray.py +0 -0
  193. {hvplot-0.11.0a2 → hvplot-0.11.0rc1}/hvplot.egg-info/dependency_links.txt +0 -0
  194. {hvplot-0.11.0a2 → hvplot-0.11.0rc1}/hvplot.egg-info/entry_points.txt +0 -0
  195. {hvplot-0.11.0a2 → hvplot-0.11.0rc1}/hvplot.egg-info/top_level.txt +0 -0
  196. {hvplot-0.11.0a2 → hvplot-0.11.0rc1}/scripts/update_conda_envs.py +0 -0
  197. {hvplot-0.11.0a2 → hvplot-0.11.0rc1}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: hvplot
3
- Version: 0.11.0a2
3
+ Version: 0.11.0rc1
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>
@@ -54,6 +54,7 @@ Requires-Dist: ibis-framework[duckdb]; extra == "tests"
54
54
  Requires-Dist: polars; extra == "tests"
55
55
  Requires-Dist: dask; extra == "tests"
56
56
  Requires-Dist: spatialpandas; extra == "tests"
57
+ Requires-Dist: duckdb; extra == "tests"
57
58
  Provides-Extra: fugue-sql
58
59
  Requires-Dist: qpd>=0.4.4; extra == "fugue-sql"
59
60
  Requires-Dist: fugue-sql-antlr>=0.2.0; extra == "fugue-sql"
@@ -73,6 +74,7 @@ Requires-Dist: pygraphviz; extra == "graphviz"
73
74
  Provides-Extra: examples
74
75
  Requires-Dist: dask[dataframe]>=2021.3.0; extra == "examples"
75
76
  Requires-Dist: datashader>=0.6.5; extra == "examples"
77
+ Requires-Dist: duckdb; extra == "examples"
76
78
  Requires-Dist: fugue[sql]; extra == "examples"
77
79
  Requires-Dist: hvplot[fugue-sql]; extra == "examples"
78
80
  Requires-Dist: ibis-framework[duckdb]; extra == "examples"
@@ -139,7 +141,7 @@ Requires-Dist: setuptools_scm>=6; extra == "dev-extras"
139
141
 
140
142
  The API is based on the familiar Pandas `.plot` API and the innovative `.interactive` API.
141
143
 
142
- <img src="https://github.com/MarcSkovMadsen/awesome-panel-assets/blob/master/images/hvPlot/hvplot-total-intro.gif?raw=true" style="max-height:600px;border-radius:2%;">
144
+ <img src="https://github.com/MarcSkovMadsen/old-awesome-panel-assets/blob/master/images/hvPlot/hvplot-total-intro.gif?raw=true" style="max-height:600px;border-radius:2%;">
143
145
 
144
146
  ## hvPlot works with the tools you know and love
145
147
 
@@ -149,7 +151,7 @@ hvPlot
149
151
  - supports the plotting backends [Bokeh](https://docs.bokeh.org/en/latest/), [Matplotlib](https://matplotlib.org/) and [Plotly](https://plotly.com/python/).
150
152
  - exposes the powerful tools from the [HoloViz](https://holoviz.org/) ecosystem in a familiar and convenient API.
151
153
 
152
- [<img src="https://hvplot.holoviz.org/assets/diagram.svg" style="max-height:400px;border-radius:2%;"/>](https://holoviz.org/)
154
+ [<img src="https://hvplot.holoviz.org/_images/diagram.svg" style="max-height:400px;border-radius:2%;"/>](https://holoviz.org/)
153
155
 
154
156
  hvPlot is **the simplest way to benefit from the [HoloViz](https://holoviz.org/) ecosystem for data exploration**.
155
157
 
@@ -208,7 +210,7 @@ Use the `.hvplot` API as you would use the Pandas or Xarray `.plot` API:
208
210
  df.hvplot()
209
211
  ```
210
212
 
211
- [<img src="https://github.com/MarcSkovMadsen/awesome-panel-assets/blob/master/images/hvPlot/hvplot-intro-plot.gif?raw=true" style="max-height:300px;border-radius:2%;">](https://hvplot.holoviz.org/user_guide/index.html)
213
+ [<img src="https://github.com/MarcSkovMadsen/old-awesome-panel-assets/blob/master/images/hvPlot/hvplot-intro-plot.gif?raw=true" style="max-height:300px;border-radius:2%;">](https://hvplot.holoviz.org/user_guide/index.html)
212
214
 
213
215
 
214
216
  ### Interactive data apps
@@ -222,7 +224,7 @@ pn.extension()
222
224
  df.interactive(width=600).head(n=pn.widgets.IntSlider(start=1, end=5, value=3))
223
225
  ```
224
226
 
225
- [<img src="https://github.com/MarcSkovMadsen/awesome-panel-assets/blob/master/images/hvPlot/hvplot-intro-interactive.gif?raw=true" style="max-height:300px;border-radius:2%;">](https://hvplot.holoviz.org/user_guide/Interactive.html)
227
+ [<img src="https://github.com/MarcSkovMadsen/old-awesome-panel-assets/blob/master/images/hvPlot/hvplot-intro-interactive.gif?raw=true" style="max-height:300px;border-radius:2%;">](https://hvplot.holoviz.org/user_guide/Interactive.html)
226
228
 
227
229
  ### How to find documentation from your notebook or editor
228
230
 
@@ -18,7 +18,7 @@
18
18
 
19
19
  The API is based on the familiar Pandas `.plot` API and the innovative `.interactive` API.
20
20
 
21
- <img src="https://github.com/MarcSkovMadsen/awesome-panel-assets/blob/master/images/hvPlot/hvplot-total-intro.gif?raw=true" style="max-height:600px;border-radius:2%;">
21
+ <img src="https://github.com/MarcSkovMadsen/old-awesome-panel-assets/blob/master/images/hvPlot/hvplot-total-intro.gif?raw=true" style="max-height:600px;border-radius:2%;">
22
22
 
23
23
  ## hvPlot works with the tools you know and love
24
24
 
@@ -28,7 +28,7 @@ hvPlot
28
28
  - supports the plotting backends [Bokeh](https://docs.bokeh.org/en/latest/), [Matplotlib](https://matplotlib.org/) and [Plotly](https://plotly.com/python/).
29
29
  - exposes the powerful tools from the [HoloViz](https://holoviz.org/) ecosystem in a familiar and convenient API.
30
30
 
31
- [<img src="https://hvplot.holoviz.org/assets/diagram.svg" style="max-height:400px;border-radius:2%;"/>](https://holoviz.org/)
31
+ [<img src="https://hvplot.holoviz.org/_images/diagram.svg" style="max-height:400px;border-radius:2%;"/>](https://holoviz.org/)
32
32
 
33
33
  hvPlot is **the simplest way to benefit from the [HoloViz](https://holoviz.org/) ecosystem for data exploration**.
34
34
 
@@ -87,7 +87,7 @@ Use the `.hvplot` API as you would use the Pandas or Xarray `.plot` API:
87
87
  df.hvplot()
88
88
  ```
89
89
 
90
- [<img src="https://github.com/MarcSkovMadsen/awesome-panel-assets/blob/master/images/hvPlot/hvplot-intro-plot.gif?raw=true" style="max-height:300px;border-radius:2%;">](https://hvplot.holoviz.org/user_guide/index.html)
90
+ [<img src="https://github.com/MarcSkovMadsen/old-awesome-panel-assets/blob/master/images/hvPlot/hvplot-intro-plot.gif?raw=true" style="max-height:300px;border-radius:2%;">](https://hvplot.holoviz.org/user_guide/index.html)
91
91
 
92
92
 
93
93
  ### Interactive data apps
@@ -101,7 +101,7 @@ pn.extension()
101
101
  df.interactive(width=600).head(n=pn.widgets.IntSlider(start=1, end=5, value=3))
102
102
  ```
103
103
 
104
- [<img src="https://github.com/MarcSkovMadsen/awesome-panel-assets/blob/master/images/hvPlot/hvplot-intro-interactive.gif?raw=true" style="max-height:300px;border-radius:2%;">](https://hvplot.holoviz.org/user_guide/Interactive.html)
104
+ [<img src="https://github.com/MarcSkovMadsen/old-awesome-panel-assets/blob/master/images/hvPlot/hvplot-intro-interactive.gif?raw=true" style="max-height:300px;border-radius:2%;">](https://hvplot.holoviz.org/user_guide/Interactive.html)
105
105
 
106
106
  ### How to find documentation from your notebook or editor
107
107
 
Binary file