hvplot 0.10.0rc1__tar.gz → 0.10.0rc2__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.
- {hvplot-0.10.0rc1 → hvplot-0.10.0rc2}/PKG-INFO +8 -1
- {hvplot-0.10.0rc1 → hvplot-0.10.0rc2}/doc/conftest.py +1 -0
- {hvplot-0.10.0rc1 → hvplot-0.10.0rc2}/envs/py3.10-tests.yaml +4 -0
- {hvplot-0.10.0rc1 → hvplot-0.10.0rc2}/envs/py3.11-docs.yaml +4 -0
- {hvplot-0.10.0rc1 → hvplot-0.10.0rc2}/envs/py3.11-tests.yaml +4 -0
- {hvplot-0.10.0rc1 → hvplot-0.10.0rc2}/envs/py3.12-tests.yaml +4 -0
- {hvplot-0.10.0rc1 → hvplot-0.10.0rc2}/envs/py3.8-tests.yaml +4 -0
- {hvplot-0.10.0rc1 → hvplot-0.10.0rc2}/envs/py3.9-tests.yaml +4 -0
- {hvplot-0.10.0rc1 → hvplot-0.10.0rc2}/hvplot/_version.py +1 -1
- {hvplot-0.10.0rc1 → hvplot-0.10.0rc2}/hvplot/tests/testfugue.py +1 -0
- {hvplot-0.10.0rc1 → hvplot-0.10.0rc2}/hvplot.egg-info/PKG-INFO +8 -1
- {hvplot-0.10.0rc1 → hvplot-0.10.0rc2}/hvplot.egg-info/requires.txt +8 -0
- {hvplot-0.10.0rc1 → hvplot-0.10.0rc2}/pyproject.toml +11 -0
- {hvplot-0.10.0rc1 → hvplot-0.10.0rc2}/.git-blame-ignore-revs +0 -0
- {hvplot-0.10.0rc1 → hvplot-0.10.0rc2}/.git_archival.txt +0 -0
- {hvplot-0.10.0rc1 → hvplot-0.10.0rc2}/.gitattributes +0 -0
- {hvplot-0.10.0rc1 → hvplot-0.10.0rc2}/.github/CONTRIBUTING.md +0 -0
- {hvplot-0.10.0rc1 → hvplot-0.10.0rc2}/.github/FUNDING.yml +0 -0
- {hvplot-0.10.0rc1 → hvplot-0.10.0rc2}/.github/workflows/build.yaml +0 -0
- {hvplot-0.10.0rc1 → hvplot-0.10.0rc2}/.github/workflows/docs.yaml +0 -0
- {hvplot-0.10.0rc1 → hvplot-0.10.0rc2}/.github/workflows/test.yaml +0 -0
- {hvplot-0.10.0rc1 → hvplot-0.10.0rc2}/.gitignore +0 -0
- {hvplot-0.10.0rc1 → hvplot-0.10.0rc2}/.pre-commit-config.yaml +0 -0
- {hvplot-0.10.0rc1 → hvplot-0.10.0rc2}/CHANGELOG.md +0 -0
- {hvplot-0.10.0rc1 → hvplot-0.10.0rc2}/CODE_OF_CONDUCT.md +0 -0
- {hvplot-0.10.0rc1 → hvplot-0.10.0rc2}/LICENSE +0 -0
- {hvplot-0.10.0rc1 → hvplot-0.10.0rc2}/README.md +0 -0
- {hvplot-0.10.0rc1 → hvplot-0.10.0rc2}/binder/environment.yml +0 -0
- {hvplot-0.10.0rc1 → hvplot-0.10.0rc2}/binder/postBuild +0 -0
- {hvplot-0.10.0rc1 → hvplot-0.10.0rc2}/conda.recipe/meta.yaml +0 -0
- {hvplot-0.10.0rc1 → hvplot-0.10.0rc2}/doc/_static/custom.css +0 -0
- {hvplot-0.10.0rc1 → hvplot-0.10.0rc2}/doc/_static/favicon.ico +0 -0
- {hvplot-0.10.0rc1 → hvplot-0.10.0rc2}/doc/_static/home/bokeh.gif +0 -0
- {hvplot-0.10.0rc1 → hvplot-0.10.0rc2}/doc/_static/home/dask.gif +0 -0
- {hvplot-0.10.0rc1 → hvplot-0.10.0rc2}/doc/_static/home/explorer.gif +0 -0
- {hvplot-0.10.0rc1 → hvplot-0.10.0rc2}/doc/_static/home/geo.gif +0 -0
- {hvplot-0.10.0rc1 → hvplot-0.10.0rc2}/doc/_static/home/geopandas.gif +0 -0
- {hvplot-0.10.0rc1 → hvplot-0.10.0rc2}/doc/_static/home/intake.gif +0 -0
- {hvplot-0.10.0rc1 → hvplot-0.10.0rc2}/doc/_static/home/interactive_hvplot.gif +0 -0
- {hvplot-0.10.0rc1 → hvplot-0.10.0rc2}/doc/_static/home/interactive_pandas.gif +0 -0
- {hvplot-0.10.0rc1 → hvplot-0.10.0rc2}/doc/_static/home/interactive_xarray.gif +0 -0
- {hvplot-0.10.0rc1 → hvplot-0.10.0rc2}/doc/_static/home/large_data.gif +0 -0
- {hvplot-0.10.0rc1 → hvplot-0.10.0rc2}/doc/_static/home/layout.gif +0 -0
- {hvplot-0.10.0rc1 → hvplot-0.10.0rc2}/doc/_static/home/matplotlib.png +0 -0
- {hvplot-0.10.0rc1 → hvplot-0.10.0rc2}/doc/_static/home/networkx.gif +0 -0
- {hvplot-0.10.0rc1 → hvplot-0.10.0rc2}/doc/_static/home/overlay.png +0 -0
- {hvplot-0.10.0rc1 → hvplot-0.10.0rc2}/doc/_static/home/pandas.gif +0 -0
- {hvplot-0.10.0rc1 → hvplot-0.10.0rc2}/doc/_static/home/plotly.gif +0 -0
- {hvplot-0.10.0rc1 → hvplot-0.10.0rc2}/doc/_static/home/widgets.gif +0 -0
- {hvplot-0.10.0rc1 → hvplot-0.10.0rc2}/doc/_static/home/xarray.gif +0 -0
- {hvplot-0.10.0rc1 → hvplot-0.10.0rc2}/doc/_static/images/heat_and_trees.png +0 -0
- {hvplot-0.10.0rc1 → hvplot-0.10.0rc2}/doc/_static/images/portfolio.png +0 -0
- {hvplot-0.10.0rc1 → hvplot-0.10.0rc2}/doc/_static/logo.png +0 -0
- {hvplot-0.10.0rc1 → hvplot-0.10.0rc2}/doc/_static/logo_horizontal.svg +0 -0
- {hvplot-0.10.0rc1 → hvplot-0.10.0rc2}/doc/_static/logo_stacked.svg +0 -0
- {hvplot-0.10.0rc1 → hvplot-0.10.0rc2}/doc/about.md +0 -0
- {hvplot-0.10.0rc1 → hvplot-0.10.0rc2}/doc/assets/console.png +0 -0
- {hvplot-0.10.0rc1 → hvplot-0.10.0rc2}/doc/assets/console_server.gif +0 -0
- {hvplot-0.10.0rc1 → hvplot-0.10.0rc2}/doc/assets/diagram.png +0 -0
- {hvplot-0.10.0rc1 → hvplot-0.10.0rc2}/doc/assets/diagram.svg +0 -0
- {hvplot-0.10.0rc1 → hvplot-0.10.0rc2}/doc/assets/hvplot-wm.png +0 -0
- {hvplot-0.10.0rc1 → hvplot-0.10.0rc2}/doc/assets/streamz_demo.gif +0 -0
- {hvplot-0.10.0rc1 → hvplot-0.10.0rc2}/doc/conf.py +0 -0
- {hvplot-0.10.0rc1 → hvplot-0.10.0rc2}/doc/developer_guide/index.md +0 -0
- {hvplot-0.10.0rc1 → hvplot-0.10.0rc2}/doc/getting_started/explorer.ipynb +0 -0
- {hvplot-0.10.0rc1 → hvplot-0.10.0rc2}/doc/getting_started/hvplot.ipynb +0 -0
- {hvplot-0.10.0rc1 → hvplot-0.10.0rc2}/doc/getting_started/index.md +0 -0
- {hvplot-0.10.0rc1 → hvplot-0.10.0rc2}/doc/getting_started/installation.md +0 -0
- {hvplot-0.10.0rc1 → hvplot-0.10.0rc2}/doc/getting_started/interactive.ipynb +0 -0
- {hvplot-0.10.0rc1 → hvplot-0.10.0rc2}/doc/governance/project-docs/CONTRIBUTING.md +0 -0
- {hvplot-0.10.0rc1 → hvplot-0.10.0rc2}/doc/governance/project-docs/GOVERNANCE.md +0 -0
- {hvplot-0.10.0rc1 → hvplot-0.10.0rc2}/doc/governance/project-docs/LICENSE.md +0 -0
- {hvplot-0.10.0rc1 → hvplot-0.10.0rc2}/doc/governance/project-docs/MEMBERS.md +0 -0
- {hvplot-0.10.0rc1 → hvplot-0.10.0rc2}/doc/index.md +0 -0
- {hvplot-0.10.0rc1 → hvplot-0.10.0rc2}/doc/reference/geopandas/points.ipynb +0 -0
- {hvplot-0.10.0rc1 → hvplot-0.10.0rc2}/doc/reference/geopandas/polygons.ipynb +0 -0
- {hvplot-0.10.0rc1 → hvplot-0.10.0rc2}/doc/reference/tabular/andrewscurves.ipynb +0 -0
- {hvplot-0.10.0rc1 → hvplot-0.10.0rc2}/doc/reference/tabular/area.ipynb +0 -0
- {hvplot-0.10.0rc1 → hvplot-0.10.0rc2}/doc/reference/tabular/bar.ipynb +0 -0
- {hvplot-0.10.0rc1 → hvplot-0.10.0rc2}/doc/reference/tabular/barh.ipynb +0 -0
- {hvplot-0.10.0rc1 → hvplot-0.10.0rc2}/doc/reference/tabular/bivariate.ipynb +0 -0
- {hvplot-0.10.0rc1 → hvplot-0.10.0rc2}/doc/reference/tabular/box.ipynb +0 -0
- {hvplot-0.10.0rc1 → hvplot-0.10.0rc2}/doc/reference/tabular/errorbars.ipynb +0 -0
- {hvplot-0.10.0rc1 → hvplot-0.10.0rc2}/doc/reference/tabular/heatmap.ipynb +0 -0
- {hvplot-0.10.0rc1 → hvplot-0.10.0rc2}/doc/reference/tabular/hexbin.ipynb +0 -0
- {hvplot-0.10.0rc1 → hvplot-0.10.0rc2}/doc/reference/tabular/hist.ipynb +0 -0
- {hvplot-0.10.0rc1 → hvplot-0.10.0rc2}/doc/reference/tabular/kde.ipynb +0 -0
- {hvplot-0.10.0rc1 → hvplot-0.10.0rc2}/doc/reference/tabular/labels.ipynb +0 -0
- {hvplot-0.10.0rc1 → hvplot-0.10.0rc2}/doc/reference/tabular/lagplot.ipynb +0 -0
- {hvplot-0.10.0rc1 → hvplot-0.10.0rc2}/doc/reference/tabular/line.ipynb +0 -0
- {hvplot-0.10.0rc1 → hvplot-0.10.0rc2}/doc/reference/tabular/ohlc.ipynb +0 -0
- {hvplot-0.10.0rc1 → hvplot-0.10.0rc2}/doc/reference/tabular/parallelcoordinates.ipynb +0 -0
- {hvplot-0.10.0rc1 → hvplot-0.10.0rc2}/doc/reference/tabular/scatter.ipynb +0 -0
- {hvplot-0.10.0rc1 → hvplot-0.10.0rc2}/doc/reference/tabular/scattermatrix.ipynb +0 -0
- {hvplot-0.10.0rc1 → hvplot-0.10.0rc2}/doc/reference/tabular/step.ipynb +0 -0
- {hvplot-0.10.0rc1 → hvplot-0.10.0rc2}/doc/reference/tabular/table.ipynb +0 -0
- {hvplot-0.10.0rc1 → hvplot-0.10.0rc2}/doc/reference/tabular/violin.ipynb +0 -0
- {hvplot-0.10.0rc1 → hvplot-0.10.0rc2}/doc/reference/xarray/bar.ipynb +0 -0
- {hvplot-0.10.0rc1 → hvplot-0.10.0rc2}/doc/reference/xarray/contour.ipynb +0 -0
- {hvplot-0.10.0rc1 → hvplot-0.10.0rc2}/doc/reference/xarray/contourf.ipynb +0 -0
- {hvplot-0.10.0rc1 → hvplot-0.10.0rc2}/doc/reference/xarray/hist.ipynb +0 -0
- {hvplot-0.10.0rc1 → hvplot-0.10.0rc2}/doc/reference/xarray/image.ipynb +0 -0
- {hvplot-0.10.0rc1 → hvplot-0.10.0rc2}/doc/reference/xarray/kde.ipynb +0 -0
- {hvplot-0.10.0rc1 → hvplot-0.10.0rc2}/doc/reference/xarray/line.ipynb +0 -0
- {hvplot-0.10.0rc1 → hvplot-0.10.0rc2}/doc/reference/xarray/quadmesh.ipynb +0 -0
- {hvplot-0.10.0rc1 → hvplot-0.10.0rc2}/doc/reference/xarray/rgb.ipynb +0 -0
- {hvplot-0.10.0rc1 → hvplot-0.10.0rc2}/doc/reference/xarray/vectorfield.ipynb +0 -0
- {hvplot-0.10.0rc1 → hvplot-0.10.0rc2}/doc/reference/xarray/violin.ipynb +0 -0
- {hvplot-0.10.0rc1 → hvplot-0.10.0rc2}/doc/releases.md +0 -0
- {hvplot-0.10.0rc1 → hvplot-0.10.0rc2}/doc/roadmap.md +0 -0
- {hvplot-0.10.0rc1 → hvplot-0.10.0rc2}/doc/topics.md +0 -0
- {hvplot-0.10.0rc1 → hvplot-0.10.0rc2}/doc/user_guide/Customization.ipynb +0 -0
- {hvplot-0.10.0rc1 → hvplot-0.10.0rc2}/doc/user_guide/Explorer.ipynb +0 -0
- {hvplot-0.10.0rc1 → hvplot-0.10.0rc2}/doc/user_guide/Geographic_Data.ipynb +0 -0
- {hvplot-0.10.0rc1 → hvplot-0.10.0rc2}/doc/user_guide/Gridded_Data.ipynb +0 -0
- {hvplot-0.10.0rc1 → hvplot-0.10.0rc2}/doc/user_guide/Integrations.ipynb +0 -0
- {hvplot-0.10.0rc1 → hvplot-0.10.0rc2}/doc/user_guide/Interactive.ipynb +0 -0
- {hvplot-0.10.0rc1 → hvplot-0.10.0rc2}/doc/user_guide/Introduction.ipynb +0 -0
- {hvplot-0.10.0rc1 → hvplot-0.10.0rc2}/doc/user_guide/Large_Timeseries.ipynb +0 -0
- {hvplot-0.10.0rc1 → hvplot-0.10.0rc2}/doc/user_guide/NetworkX.ipynb +0 -0
- {hvplot-0.10.0rc1 → hvplot-0.10.0rc2}/doc/user_guide/Pandas_API.ipynb +0 -0
- {hvplot-0.10.0rc1 → hvplot-0.10.0rc2}/doc/user_guide/Plotting.ipynb +0 -0
- {hvplot-0.10.0rc1 → hvplot-0.10.0rc2}/doc/user_guide/Plotting_Extensions.ipynb +0 -0
- {hvplot-0.10.0rc1 → hvplot-0.10.0rc2}/doc/user_guide/Plotting_with_Matplotlib.ipynb +0 -0
- {hvplot-0.10.0rc1 → hvplot-0.10.0rc2}/doc/user_guide/Plotting_with_Plotly.ipynb +0 -0
- {hvplot-0.10.0rc1 → hvplot-0.10.0rc2}/doc/user_guide/Statistical_Plots.ipynb +0 -0
- {hvplot-0.10.0rc1 → hvplot-0.10.0rc2}/doc/user_guide/Streaming.ipynb +0 -0
- {hvplot-0.10.0rc1 → hvplot-0.10.0rc2}/doc/user_guide/Subplots.ipynb +0 -0
- {hvplot-0.10.0rc1 → hvplot-0.10.0rc2}/doc/user_guide/Timeseries_Data.ipynb +0 -0
- {hvplot-0.10.0rc1 → hvplot-0.10.0rc2}/doc/user_guide/Viewing.ipynb +0 -0
- {hvplot-0.10.0rc1 → hvplot-0.10.0rc2}/doc/user_guide/Widgets.ipynb +0 -0
- {hvplot-0.10.0rc1 → hvplot-0.10.0rc2}/doc/user_guide/images/simple.svg +0 -0
- {hvplot-0.10.0rc1 → hvplot-0.10.0rc2}/doc/user_guide/index.md +0 -0
- {hvplot-0.10.0rc1 → hvplot-0.10.0rc2}/hvplot/__init__.py +0 -0
- {hvplot-0.10.0rc1 → hvplot-0.10.0rc2}/hvplot/backend_transforms.py +0 -0
- {hvplot-0.10.0rc1 → hvplot-0.10.0rc2}/hvplot/converter.py +0 -0
- {hvplot-0.10.0rc1 → hvplot-0.10.0rc2}/hvplot/cudf.py +0 -0
- {hvplot-0.10.0rc1 → hvplot-0.10.0rc2}/hvplot/dask.py +0 -0
- {hvplot-0.10.0rc1 → hvplot-0.10.0rc2}/hvplot/data/crime.csv +0 -0
- {hvplot-0.10.0rc1 → hvplot-0.10.0rc2}/hvplot/datasets.yaml +0 -0
- {hvplot-0.10.0rc1 → hvplot-0.10.0rc2}/hvplot/fugue.py +0 -0
- {hvplot-0.10.0rc1 → hvplot-0.10.0rc2}/hvplot/ibis.py +0 -0
- {hvplot-0.10.0rc1 → hvplot-0.10.0rc2}/hvplot/intake.py +0 -0
- {hvplot-0.10.0rc1 → hvplot-0.10.0rc2}/hvplot/interactive.py +0 -0
- {hvplot-0.10.0rc1 → hvplot-0.10.0rc2}/hvplot/networkx.py +0 -0
- {hvplot-0.10.0rc1 → hvplot-0.10.0rc2}/hvplot/pandas.py +0 -0
- {hvplot-0.10.0rc1 → hvplot-0.10.0rc2}/hvplot/plotting/__init__.py +0 -0
- {hvplot-0.10.0rc1 → hvplot-0.10.0rc2}/hvplot/plotting/andrews_curves.py +0 -0
- {hvplot-0.10.0rc1 → hvplot-0.10.0rc2}/hvplot/plotting/core.py +0 -0
- {hvplot-0.10.0rc1 → hvplot-0.10.0rc2}/hvplot/plotting/lag_plot.py +0 -0
- {hvplot-0.10.0rc1 → hvplot-0.10.0rc2}/hvplot/plotting/parallel_coordinates.py +0 -0
- {hvplot-0.10.0rc1 → hvplot-0.10.0rc2}/hvplot/plotting/scatter_matrix.py +0 -0
- {hvplot-0.10.0rc1 → hvplot-0.10.0rc2}/hvplot/polars.py +0 -0
- {hvplot-0.10.0rc1 → hvplot-0.10.0rc2}/hvplot/sample_data.py +0 -0
- {hvplot-0.10.0rc1 → hvplot-0.10.0rc2}/hvplot/streamz.py +0 -0
- {hvplot-0.10.0rc1 → hvplot-0.10.0rc2}/hvplot/tests/__init__.py +0 -0
- {hvplot-0.10.0rc1 → hvplot-0.10.0rc2}/hvplot/tests/conftest.py +0 -0
- {hvplot-0.10.0rc1 → hvplot-0.10.0rc2}/hvplot/tests/data/README.md +0 -0
- {hvplot-0.10.0rc1 → hvplot-0.10.0rc2}/hvplot/tests/data/RGB-red.byte.tif +0 -0
- {hvplot-0.10.0rc1 → hvplot-0.10.0rc2}/hvplot/tests/plotting/__init__.py +0 -0
- {hvplot-0.10.0rc1 → hvplot-0.10.0rc2}/hvplot/tests/plotting/testcore.py +0 -0
- {hvplot-0.10.0rc1 → hvplot-0.10.0rc2}/hvplot/tests/plotting/testohlc.py +0 -0
- {hvplot-0.10.0rc1 → hvplot-0.10.0rc2}/hvplot/tests/plotting/testscattermatrix.py +0 -0
- {hvplot-0.10.0rc1 → hvplot-0.10.0rc2}/hvplot/tests/test_links.py +0 -0
- {hvplot-0.10.0rc1 → hvplot-0.10.0rc2}/hvplot/tests/testbackend_transforms.py +0 -0
- {hvplot-0.10.0rc1 → hvplot-0.10.0rc2}/hvplot/tests/testcharts.py +0 -0
- {hvplot-0.10.0rc1 → hvplot-0.10.0rc2}/hvplot/tests/testgeo.py +0 -0
- {hvplot-0.10.0rc1 → hvplot-0.10.0rc2}/hvplot/tests/testgeowithoutgv.py +0 -0
- {hvplot-0.10.0rc1 → hvplot-0.10.0rc2}/hvplot/tests/testgridplots.py +0 -0
- {hvplot-0.10.0rc1 → hvplot-0.10.0rc2}/hvplot/tests/testhelp.py +0 -0
- {hvplot-0.10.0rc1 → hvplot-0.10.0rc2}/hvplot/tests/testibis.py +0 -0
- {hvplot-0.10.0rc1 → hvplot-0.10.0rc2}/hvplot/tests/testinteractive.py +0 -0
- {hvplot-0.10.0rc1 → hvplot-0.10.0rc2}/hvplot/tests/testnetworkx.py +0 -0
- {hvplot-0.10.0rc1 → hvplot-0.10.0rc2}/hvplot/tests/testoperations.py +0 -0
- {hvplot-0.10.0rc1 → hvplot-0.10.0rc2}/hvplot/tests/testoptions.py +0 -0
- {hvplot-0.10.0rc1 → hvplot-0.10.0rc2}/hvplot/tests/testoverrides.py +0 -0
- {hvplot-0.10.0rc1 → hvplot-0.10.0rc2}/hvplot/tests/testpanel.py +0 -0
- {hvplot-0.10.0rc1 → hvplot-0.10.0rc2}/hvplot/tests/testpatch.py +0 -0
- {hvplot-0.10.0rc1 → hvplot-0.10.0rc2}/hvplot/tests/testplotting.py +0 -0
- {hvplot-0.10.0rc1 → hvplot-0.10.0rc2}/hvplot/tests/teststreaming.py +0 -0
- {hvplot-0.10.0rc1 → hvplot-0.10.0rc2}/hvplot/tests/testtransforms.py +0 -0
- {hvplot-0.10.0rc1 → hvplot-0.10.0rc2}/hvplot/tests/testui.py +0 -0
- {hvplot-0.10.0rc1 → hvplot-0.10.0rc2}/hvplot/tests/testutil.py +0 -0
- {hvplot-0.10.0rc1 → hvplot-0.10.0rc2}/hvplot/tests/util.py +0 -0
- {hvplot-0.10.0rc1 → hvplot-0.10.0rc2}/hvplot/ui.py +0 -0
- {hvplot-0.10.0rc1 → hvplot-0.10.0rc2}/hvplot/util.py +0 -0
- {hvplot-0.10.0rc1 → hvplot-0.10.0rc2}/hvplot/utilities.py +0 -0
- {hvplot-0.10.0rc1 → hvplot-0.10.0rc2}/hvplot/xarray.py +0 -0
- {hvplot-0.10.0rc1 → hvplot-0.10.0rc2}/hvplot.egg-info/SOURCES.txt +0 -0
- {hvplot-0.10.0rc1 → hvplot-0.10.0rc2}/hvplot.egg-info/dependency_links.txt +0 -0
- {hvplot-0.10.0rc1 → hvplot-0.10.0rc2}/hvplot.egg-info/entry_points.txt +0 -0
- {hvplot-0.10.0rc1 → hvplot-0.10.0rc2}/hvplot.egg-info/top_level.txt +0 -0
- {hvplot-0.10.0rc1 → hvplot-0.10.0rc2}/scripts/update_conda_envs.py +0 -0
- {hvplot-0.10.0rc1 → hvplot-0.10.0rc2}/setup.cfg +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: hvplot
|
|
3
|
-
Version: 0.10.
|
|
3
|
+
Version: 0.10.0rc2
|
|
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>
|
|
@@ -48,8 +48,14 @@ Requires-Dist: xarray; extra == "tests-core"
|
|
|
48
48
|
Provides-Extra: tests
|
|
49
49
|
Requires-Dist: hvplot[tests-core]; extra == "tests"
|
|
50
50
|
Requires-Dist: fugue[sql]; extra == "tests"
|
|
51
|
+
Requires-Dist: hvplot[fugue-sql]; extra == "tests"
|
|
51
52
|
Requires-Dist: ibis-framework[duckdb]; extra == "tests"
|
|
52
53
|
Requires-Dist: polars; extra == "tests"
|
|
54
|
+
Provides-Extra: fugue-sql
|
|
55
|
+
Requires-Dist: qpd>=0.4.4; extra == "fugue-sql"
|
|
56
|
+
Requires-Dist: fugue-sql-antlr>=0.2.0; extra == "fugue-sql"
|
|
57
|
+
Requires-Dist: sqlglot; extra == "fugue-sql"
|
|
58
|
+
Requires-Dist: jinja2; extra == "fugue-sql"
|
|
53
59
|
Provides-Extra: geo
|
|
54
60
|
Requires-Dist: cartopy; extra == "geo"
|
|
55
61
|
Requires-Dist: fiona; extra == "geo"
|
|
@@ -65,6 +71,7 @@ Provides-Extra: examples
|
|
|
65
71
|
Requires-Dist: dask[dataframe]>=2021.3.0; extra == "examples"
|
|
66
72
|
Requires-Dist: datashader>=0.6.5; extra == "examples"
|
|
67
73
|
Requires-Dist: fugue[sql]; extra == "examples"
|
|
74
|
+
Requires-Dist: hvplot[fugue-sql]; extra == "examples"
|
|
68
75
|
Requires-Dist: ibis-framework[duckdb]; extra == "examples"
|
|
69
76
|
Requires-Dist: intake-parquet>=0.2.3; extra == "examples"
|
|
70
77
|
Requires-Dist: intake-xarray>=0.5.0; extra == "examples"
|
|
@@ -22,6 +22,7 @@ dependencies:
|
|
|
22
22
|
- datashader>=0.6.5
|
|
23
23
|
- fiona
|
|
24
24
|
- fugue
|
|
25
|
+
- fugue-sql-antlr>=0.2.0
|
|
25
26
|
- geodatasets>=2023.12.0
|
|
26
27
|
- geopandas
|
|
27
28
|
- geoviews-core>=1.9.0
|
|
@@ -31,6 +32,7 @@ dependencies:
|
|
|
31
32
|
- intake-xarray>=0.5.0
|
|
32
33
|
- intake<2.0.0,>=0.6.5
|
|
33
34
|
- ipywidgets
|
|
35
|
+
- jinja2
|
|
34
36
|
- matplotlib
|
|
35
37
|
- nbval
|
|
36
38
|
- networkx>=2.6.3
|
|
@@ -53,6 +55,7 @@ dependencies:
|
|
|
53
55
|
- pytest
|
|
54
56
|
- pytest-cov
|
|
55
57
|
- pytest-xdist
|
|
58
|
+
- qpd>=0.4.4
|
|
56
59
|
- rasterio
|
|
57
60
|
- rioxarray
|
|
58
61
|
- ruff
|
|
@@ -63,6 +66,7 @@ dependencies:
|
|
|
63
66
|
- selenium>=3.141.0
|
|
64
67
|
- setuptools_scm>=6
|
|
65
68
|
- spatialpandas>=0.4.3
|
|
69
|
+
- sqlglot
|
|
66
70
|
- streamz>=0.3.0
|
|
67
71
|
- xarray
|
|
68
72
|
- xarray>=0.18.2
|
|
@@ -21,6 +21,7 @@ dependencies:
|
|
|
21
21
|
- datashader>=0.6.5
|
|
22
22
|
- fiona
|
|
23
23
|
- fugue
|
|
24
|
+
- fugue-sql-antlr>=0.2.0
|
|
24
25
|
- geodatasets>=2023.12.0
|
|
25
26
|
- geopandas
|
|
26
27
|
- geoviews-core>=1.9.0
|
|
@@ -30,6 +31,7 @@ dependencies:
|
|
|
30
31
|
- intake-xarray>=0.5.0
|
|
31
32
|
- intake<2.0.0,>=0.6.5
|
|
32
33
|
- ipywidgets
|
|
34
|
+
- jinja2
|
|
33
35
|
- matplotlib
|
|
34
36
|
- nbsite>=0.8.4
|
|
35
37
|
- networkx>=2.6.3
|
|
@@ -46,6 +48,7 @@ dependencies:
|
|
|
46
48
|
- pooch>=1.6.0
|
|
47
49
|
- pygraphviz
|
|
48
50
|
- pyproj
|
|
51
|
+
- qpd>=0.4.4
|
|
49
52
|
- rasterio
|
|
50
53
|
- rioxarray
|
|
51
54
|
- s3fs>=2022.1.0
|
|
@@ -55,6 +58,7 @@ dependencies:
|
|
|
55
58
|
- setuptools_scm>=6
|
|
56
59
|
- spatialpandas>=0.4.3
|
|
57
60
|
- sphinxext-rediraffe
|
|
61
|
+
- sqlglot
|
|
58
62
|
- streamz>=0.3.0
|
|
59
63
|
- xarray>=0.18.2
|
|
60
64
|
- xyzservices>=2022.9.0
|
|
@@ -22,6 +22,7 @@ dependencies:
|
|
|
22
22
|
- datashader>=0.6.5
|
|
23
23
|
- fiona
|
|
24
24
|
- fugue
|
|
25
|
+
- fugue-sql-antlr>=0.2.0
|
|
25
26
|
- geodatasets>=2023.12.0
|
|
26
27
|
- geopandas
|
|
27
28
|
- geoviews-core>=1.9.0
|
|
@@ -31,6 +32,7 @@ dependencies:
|
|
|
31
32
|
- intake-xarray>=0.5.0
|
|
32
33
|
- intake<2.0.0,>=0.6.5
|
|
33
34
|
- ipywidgets
|
|
35
|
+
- jinja2
|
|
34
36
|
- matplotlib
|
|
35
37
|
- nbval
|
|
36
38
|
- networkx>=2.6.3
|
|
@@ -53,6 +55,7 @@ dependencies:
|
|
|
53
55
|
- pytest
|
|
54
56
|
- pytest-cov
|
|
55
57
|
- pytest-xdist
|
|
58
|
+
- qpd>=0.4.4
|
|
56
59
|
- rasterio
|
|
57
60
|
- rioxarray
|
|
58
61
|
- ruff
|
|
@@ -63,6 +66,7 @@ dependencies:
|
|
|
63
66
|
- selenium>=3.141.0
|
|
64
67
|
- setuptools_scm>=6
|
|
65
68
|
- spatialpandas>=0.4.3
|
|
69
|
+
- sqlglot
|
|
66
70
|
- streamz>=0.3.0
|
|
67
71
|
- xarray
|
|
68
72
|
- xarray>=0.18.2
|
|
@@ -22,6 +22,7 @@ dependencies:
|
|
|
22
22
|
- datashader>=0.6.5
|
|
23
23
|
- fiona
|
|
24
24
|
- fugue
|
|
25
|
+
- fugue-sql-antlr>=0.2.0
|
|
25
26
|
- geodatasets>=2023.12.0
|
|
26
27
|
- geopandas
|
|
27
28
|
- geoviews-core>=1.9.0
|
|
@@ -31,6 +32,7 @@ dependencies:
|
|
|
31
32
|
- intake-xarray>=0.5.0
|
|
32
33
|
- intake<2.0.0,>=0.6.5
|
|
33
34
|
- ipywidgets
|
|
35
|
+
- jinja2
|
|
34
36
|
- matplotlib
|
|
35
37
|
- nbval
|
|
36
38
|
- networkx>=2.6.3
|
|
@@ -53,6 +55,7 @@ dependencies:
|
|
|
53
55
|
- pytest
|
|
54
56
|
- pytest-cov
|
|
55
57
|
- pytest-xdist
|
|
58
|
+
- qpd>=0.4.4
|
|
56
59
|
- rasterio
|
|
57
60
|
- rioxarray
|
|
58
61
|
- ruff
|
|
@@ -63,6 +66,7 @@ dependencies:
|
|
|
63
66
|
- selenium>=3.141.0
|
|
64
67
|
- setuptools_scm>=6
|
|
65
68
|
- spatialpandas>=0.4.3
|
|
69
|
+
- sqlglot
|
|
66
70
|
- streamz>=0.3.0
|
|
67
71
|
- xarray
|
|
68
72
|
- xarray>=0.18.2
|
|
@@ -22,6 +22,7 @@ dependencies:
|
|
|
22
22
|
- datashader>=0.6.5
|
|
23
23
|
- fiona
|
|
24
24
|
- fugue
|
|
25
|
+
- fugue-sql-antlr>=0.2.0
|
|
25
26
|
- geodatasets>=2023.12.0
|
|
26
27
|
- geopandas
|
|
27
28
|
- geoviews-core>=1.9.0
|
|
@@ -31,6 +32,7 @@ dependencies:
|
|
|
31
32
|
- intake-xarray>=0.5.0
|
|
32
33
|
- intake<2.0.0,>=0.6.5
|
|
33
34
|
- ipywidgets
|
|
35
|
+
- jinja2
|
|
34
36
|
- matplotlib
|
|
35
37
|
- nbval
|
|
36
38
|
- networkx>=2.6.3
|
|
@@ -53,6 +55,7 @@ dependencies:
|
|
|
53
55
|
- pytest
|
|
54
56
|
- pytest-cov
|
|
55
57
|
- pytest-xdist
|
|
58
|
+
- qpd>=0.4.4
|
|
56
59
|
- rasterio
|
|
57
60
|
- rioxarray
|
|
58
61
|
- ruff
|
|
@@ -63,6 +66,7 @@ dependencies:
|
|
|
63
66
|
- selenium>=3.141.0
|
|
64
67
|
- setuptools_scm>=6
|
|
65
68
|
- spatialpandas>=0.4.3
|
|
69
|
+
- sqlglot
|
|
66
70
|
- streamz>=0.3.0
|
|
67
71
|
- xarray
|
|
68
72
|
- xarray>=0.18.2
|
|
@@ -22,6 +22,7 @@ dependencies:
|
|
|
22
22
|
- datashader>=0.6.5
|
|
23
23
|
- fiona
|
|
24
24
|
- fugue
|
|
25
|
+
- fugue-sql-antlr>=0.2.0
|
|
25
26
|
- geodatasets>=2023.12.0
|
|
26
27
|
- geopandas
|
|
27
28
|
- geoviews-core>=1.9.0
|
|
@@ -31,6 +32,7 @@ dependencies:
|
|
|
31
32
|
- intake-xarray>=0.5.0
|
|
32
33
|
- intake<2.0.0,>=0.6.5
|
|
33
34
|
- ipywidgets
|
|
35
|
+
- jinja2
|
|
34
36
|
- matplotlib
|
|
35
37
|
- nbval
|
|
36
38
|
- networkx>=2.6.3
|
|
@@ -53,6 +55,7 @@ dependencies:
|
|
|
53
55
|
- pytest
|
|
54
56
|
- pytest-cov
|
|
55
57
|
- pytest-xdist
|
|
58
|
+
- qpd>=0.4.4
|
|
56
59
|
- rasterio
|
|
57
60
|
- rioxarray
|
|
58
61
|
- ruff
|
|
@@ -63,6 +66,7 @@ dependencies:
|
|
|
63
66
|
- selenium>=3.141.0
|
|
64
67
|
- setuptools_scm>=6
|
|
65
68
|
- spatialpandas>=0.4.3
|
|
69
|
+
- sqlglot
|
|
66
70
|
- streamz>=0.3.0
|
|
67
71
|
- xarray
|
|
68
72
|
- xarray>=0.18.2
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: hvplot
|
|
3
|
-
Version: 0.10.
|
|
3
|
+
Version: 0.10.0rc2
|
|
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>
|
|
@@ -48,8 +48,14 @@ Requires-Dist: xarray; extra == "tests-core"
|
|
|
48
48
|
Provides-Extra: tests
|
|
49
49
|
Requires-Dist: hvplot[tests-core]; extra == "tests"
|
|
50
50
|
Requires-Dist: fugue[sql]; extra == "tests"
|
|
51
|
+
Requires-Dist: hvplot[fugue-sql]; extra == "tests"
|
|
51
52
|
Requires-Dist: ibis-framework[duckdb]; extra == "tests"
|
|
52
53
|
Requires-Dist: polars; extra == "tests"
|
|
54
|
+
Provides-Extra: fugue-sql
|
|
55
|
+
Requires-Dist: qpd>=0.4.4; extra == "fugue-sql"
|
|
56
|
+
Requires-Dist: fugue-sql-antlr>=0.2.0; extra == "fugue-sql"
|
|
57
|
+
Requires-Dist: sqlglot; extra == "fugue-sql"
|
|
58
|
+
Requires-Dist: jinja2; extra == "fugue-sql"
|
|
53
59
|
Provides-Extra: geo
|
|
54
60
|
Requires-Dist: cartopy; extra == "geo"
|
|
55
61
|
Requires-Dist: fiona; extra == "geo"
|
|
@@ -65,6 +71,7 @@ Provides-Extra: examples
|
|
|
65
71
|
Requires-Dist: dask[dataframe]>=2021.3.0; extra == "examples"
|
|
66
72
|
Requires-Dist: datashader>=0.6.5; extra == "examples"
|
|
67
73
|
Requires-Dist: fugue[sql]; extra == "examples"
|
|
74
|
+
Requires-Dist: hvplot[fugue-sql]; extra == "examples"
|
|
68
75
|
Requires-Dist: ibis-framework[duckdb]; extra == "examples"
|
|
69
76
|
Requires-Dist: intake-parquet>=0.2.3; extra == "examples"
|
|
70
77
|
Requires-Dist: intake-xarray>=0.5.0; extra == "examples"
|
|
@@ -19,6 +19,7 @@ sphinxext-rediraffe
|
|
|
19
19
|
dask[dataframe]>=2021.3.0
|
|
20
20
|
datashader>=0.6.5
|
|
21
21
|
fugue[sql]
|
|
22
|
+
hvplot[fugue-sql]
|
|
22
23
|
ibis-framework[duckdb]
|
|
23
24
|
intake-parquet>=0.2.3
|
|
24
25
|
intake-xarray>=0.5.0
|
|
@@ -45,6 +46,12 @@ geodatasets>=2023.12.0
|
|
|
45
46
|
hvplot[examples]
|
|
46
47
|
hvplot[tests-nb]
|
|
47
48
|
|
|
49
|
+
[fugue-sql]
|
|
50
|
+
qpd>=0.4.4
|
|
51
|
+
fugue-sql-antlr>=0.2.0
|
|
52
|
+
sqlglot
|
|
53
|
+
jinja2
|
|
54
|
+
|
|
48
55
|
[geo]
|
|
49
56
|
cartopy
|
|
50
57
|
fiona
|
|
@@ -72,6 +79,7 @@ geoviews>=0.0.1a1
|
|
|
72
79
|
[tests]
|
|
73
80
|
hvplot[tests-core]
|
|
74
81
|
fugue[sql]
|
|
82
|
+
hvplot[fugue-sql]
|
|
75
83
|
ibis-framework[duckdb]
|
|
76
84
|
polars
|
|
77
85
|
|
|
@@ -73,9 +73,19 @@ tests-core = [
|
|
|
73
73
|
tests = [
|
|
74
74
|
"hvplot[tests-core]",
|
|
75
75
|
"fugue[sql]",
|
|
76
|
+
"hvplot[fugue-sql]",
|
|
77
|
+
# end fugue
|
|
76
78
|
"ibis-framework[duckdb]", # ibis-duckdb on conda
|
|
77
79
|
"polars",
|
|
78
80
|
]
|
|
81
|
+
# In 0.9 fugue added the sql extra but didn't add a fugue-sql package, removing the sql deps from fugue
|
|
82
|
+
# Adding them manually here
|
|
83
|
+
fugue-sql = [
|
|
84
|
+
"qpd >=0.4.4",
|
|
85
|
+
"fugue-sql-antlr >=0.2.0",
|
|
86
|
+
"sqlglot",
|
|
87
|
+
"jinja2",
|
|
88
|
+
]
|
|
79
89
|
geo = [
|
|
80
90
|
"cartopy",
|
|
81
91
|
"fiona",
|
|
@@ -95,6 +105,7 @@ examples = [
|
|
|
95
105
|
"dask[dataframe] >=2021.3.0",
|
|
96
106
|
"datashader >=0.6.5",
|
|
97
107
|
"fugue[sql]",
|
|
108
|
+
"hvplot[fugue-sql]",
|
|
98
109
|
"ibis-framework[duckdb]", # ibis-duckdb on conda
|
|
99
110
|
"intake-parquet >=0.2.3",
|
|
100
111
|
"intake-xarray >=0.5.0",
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|