hvplot 0.12.2__tar.gz → 0.12.2a1__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.12.2 → hvplot-0.12.2a1}/PKG-INFO +1 -1
- {hvplot-0.12.2 → hvplot-0.12.2a1}/doc/releases.md +0 -35
- {hvplot-0.12.2 → hvplot-0.12.2a1}/hvplot/_version.py +2 -2
- {hvplot-0.12.2 → hvplot-0.12.2a1}/.gitignore +0 -0
- {hvplot-0.12.2 → hvplot-0.12.2a1}/LICENSE +0 -0
- {hvplot-0.12.2 → hvplot-0.12.2a1}/README.md +0 -0
- {hvplot-0.12.2 → hvplot-0.12.2a1}/doc/_ext/backend_styling_options.py +0 -0
- {hvplot-0.12.2 → hvplot-0.12.2a1}/doc/_ext/plotting_options_table.py +0 -0
- {hvplot-0.12.2 → hvplot-0.12.2a1}/doc/_static/custom.css +0 -0
- {hvplot-0.12.2 → hvplot-0.12.2a1}/doc/_static/favicon.ico +0 -0
- {hvplot-0.12.2 → hvplot-0.12.2a1}/doc/_static/home/bokeh.gif +0 -0
- {hvplot-0.12.2 → hvplot-0.12.2a1}/doc/_static/home/dask.gif +0 -0
- {hvplot-0.12.2 → hvplot-0.12.2a1}/doc/_static/home/explorer.gif +0 -0
- {hvplot-0.12.2 → hvplot-0.12.2a1}/doc/_static/home/geo.gif +0 -0
- {hvplot-0.12.2 → hvplot-0.12.2a1}/doc/_static/home/geopandas.gif +0 -0
- {hvplot-0.12.2 → hvplot-0.12.2a1}/doc/_static/home/intake.gif +0 -0
- {hvplot-0.12.2 → hvplot-0.12.2a1}/doc/_static/home/interactive_hvplot.gif +0 -0
- {hvplot-0.12.2 → hvplot-0.12.2a1}/doc/_static/home/interactive_pandas.gif +0 -0
- {hvplot-0.12.2 → hvplot-0.12.2a1}/doc/_static/home/interactive_xarray.gif +0 -0
- {hvplot-0.12.2 → hvplot-0.12.2a1}/doc/_static/home/large_data.gif +0 -0
- {hvplot-0.12.2 → hvplot-0.12.2a1}/doc/_static/home/layout.gif +0 -0
- {hvplot-0.12.2 → hvplot-0.12.2a1}/doc/_static/home/matplotlib.png +0 -0
- {hvplot-0.12.2 → hvplot-0.12.2a1}/doc/_static/home/networkx.gif +0 -0
- {hvplot-0.12.2 → hvplot-0.12.2a1}/doc/_static/home/overlay.png +0 -0
- {hvplot-0.12.2 → hvplot-0.12.2a1}/doc/_static/home/pandas.gif +0 -0
- {hvplot-0.12.2 → hvplot-0.12.2a1}/doc/_static/home/plotly.gif +0 -0
- {hvplot-0.12.2 → hvplot-0.12.2a1}/doc/_static/home/widgets.gif +0 -0
- {hvplot-0.12.2 → hvplot-0.12.2a1}/doc/_static/home/xarray.gif +0 -0
- {hvplot-0.12.2 → hvplot-0.12.2a1}/doc/_static/images/heat_and_trees.png +0 -0
- {hvplot-0.12.2 → hvplot-0.12.2a1}/doc/_static/images/portfolio.png +0 -0
- {hvplot-0.12.2 → hvplot-0.12.2a1}/doc/_static/logo.png +0 -0
- {hvplot-0.12.2 → hvplot-0.12.2a1}/doc/_static/logo_horizontal.png +0 -0
- {hvplot-0.12.2 → hvplot-0.12.2a1}/doc/_static/logo_horizontal.svg +0 -0
- {hvplot-0.12.2 → hvplot-0.12.2a1}/doc/_static/logo_stacked.svg +0 -0
- {hvplot-0.12.2 → hvplot-0.12.2a1}/doc/_static/patch_templates/sourcelink.html +0 -0
- {hvplot-0.12.2 → hvplot-0.12.2a1}/doc/about.md +0 -0
- {hvplot-0.12.2 → hvplot-0.12.2a1}/doc/assets/console.png +0 -0
- {hvplot-0.12.2 → hvplot-0.12.2a1}/doc/assets/console_server.gif +0 -0
- {hvplot-0.12.2 → hvplot-0.12.2a1}/doc/assets/diagram.png +0 -0
- {hvplot-0.12.2 → hvplot-0.12.2a1}/doc/assets/diagram.svg +0 -0
- {hvplot-0.12.2 → hvplot-0.12.2a1}/doc/assets/hvplot-wm.png +0 -0
- {hvplot-0.12.2 → hvplot-0.12.2a1}/doc/assets/streamz_demo.gif +0 -0
- {hvplot-0.12.2 → hvplot-0.12.2a1}/doc/conf.py +0 -0
- {hvplot-0.12.2 → hvplot-0.12.2a1}/doc/conftest.py +0 -0
- {hvplot-0.12.2 → hvplot-0.12.2a1}/doc/developer_guide.md +0 -0
- {hvplot-0.12.2 → hvplot-0.12.2a1}/doc/gallery/annotations/horizontal_bar_with_labels.ipynb +0 -0
- {hvplot-0.12.2 → hvplot-0.12.2a1}/doc/gallery/basic-charts/simple_area.ipynb +0 -0
- {hvplot-0.12.2 → hvplot-0.12.2a1}/doc/gallery/basic-charts/simple_bar.ipynb +0 -0
- {hvplot-0.12.2 → hvplot-0.12.2a1}/doc/gallery/basic-charts/simple_boxplot.ipynb +0 -0
- {hvplot-0.12.2 → hvplot-0.12.2a1}/doc/gallery/basic-charts/simple_heatmap.ipynb +0 -0
- {hvplot-0.12.2 → hvplot-0.12.2a1}/doc/gallery/basic-charts/simple_line.ipynb +0 -0
- {hvplot-0.12.2 → hvplot-0.12.2a1}/doc/gallery/basic-charts/simple_scatter.ipynb +0 -0
- {hvplot-0.12.2 → hvplot-0.12.2a1}/doc/gallery/basic-charts/simple_step.ipynb +0 -0
- {hvplot-0.12.2 → hvplot-0.12.2a1}/doc/gallery/big-data/large_vectorfield_downsampled.ipynb +0 -0
- {hvplot-0.12.2 → hvplot-0.12.2a1}/doc/gallery/categorical/category_bar.ipynb +0 -0
- {hvplot-0.12.2 → hvplot-0.12.2a1}/doc/gallery/categorical/category_heatmap.ipynb +0 -0
- {hvplot-0.12.2 → hvplot-0.12.2a1}/doc/gallery/categorical/grouped_bar.ipynb +0 -0
- {hvplot-0.12.2 → hvplot-0.12.2a1}/doc/gallery/categorical/horizontal_bar.ipynb +0 -0
- {hvplot-0.12.2 → hvplot-0.12.2a1}/doc/gallery/categorical/lollipop_plot.ipynb +0 -0
- {hvplot-0.12.2 → hvplot-0.12.2a1}/doc/gallery/categorical/stacked_bar.ipynb +0 -0
- {hvplot-0.12.2 → hvplot-0.12.2a1}/doc/gallery/categorical/strip_jitter.ipynb +0 -0
- {hvplot-0.12.2 → hvplot-0.12.2a1}/doc/gallery/geospatial/datashade_map.ipynb +0 -0
- {hvplot-0.12.2 → hvplot-0.12.2a1}/doc/gallery/geospatial/geopoints.ipynb +0 -0
- {hvplot-0.12.2 → hvplot-0.12.2a1}/doc/gallery/geospatial/map_overlay.ipynb +0 -0
- {hvplot-0.12.2 → hvplot-0.12.2a1}/doc/gallery/geospatial/paths_labels.ipynb +0 -0
- {hvplot-0.12.2 → hvplot-0.12.2a1}/doc/gallery/geospatial/polygon_map.ipynb +0 -0
- {hvplot-0.12.2 → hvplot-0.12.2a1}/doc/gallery/gridded/contour.ipynb +0 -0
- {hvplot-0.12.2 → hvplot-0.12.2a1}/doc/gallery/gridded/contourf.ipynb +0 -0
- {hvplot-0.12.2 → hvplot-0.12.2a1}/doc/gallery/gridded/image.ipynb +0 -0
- {hvplot-0.12.2 → hvplot-0.12.2a1}/doc/gallery/gridded/quadmesh.ipynb +0 -0
- {hvplot-0.12.2 → hvplot-0.12.2a1}/doc/gallery/gridded/rgb.ipynb +0 -0
- {hvplot-0.12.2 → hvplot-0.12.2a1}/doc/gallery/gridded/rgb_satellite_imagery.ipynb +0 -0
- {hvplot-0.12.2 → hvplot-0.12.2a1}/doc/gallery/gridded/vectorfield.ipynb +0 -0
- {hvplot-0.12.2 → hvplot-0.12.2a1}/doc/gallery/interactivity/app_bind.ipynb +0 -0
- {hvplot-0.12.2 → hvplot-0.12.2a1}/doc/gallery/interactivity/app_rx.ipynb +0 -0
- {hvplot-0.12.2 → hvplot-0.12.2a1}/doc/gallery/interactivity/groupby_widget.ipynb +0 -0
- {hvplot-0.12.2 → hvplot-0.12.2a1}/doc/gallery/multidimensional/andrews_curves.ipynb +0 -0
- {hvplot-0.12.2 → hvplot-0.12.2a1}/doc/gallery/multidimensional/groupby.ipynb +0 -0
- {hvplot-0.12.2 → hvplot-0.12.2a1}/doc/gallery/multidimensional/parallel_coordinates.ipynb +0 -0
- {hvplot-0.12.2 → hvplot-0.12.2a1}/doc/gallery/multidimensional/scatter_matrix.ipynb +0 -0
- {hvplot-0.12.2 → hvplot-0.12.2a1}/doc/gallery/multidimensional/scatter_multi.ipynb +0 -0
- {hvplot-0.12.2 → hvplot-0.12.2a1}/doc/gallery/statistical/bar_with_error_bars.ipynb +0 -0
- {hvplot-0.12.2 → hvplot-0.12.2a1}/doc/gallery/statistical/bivariate.ipynb +0 -0
- {hvplot-0.12.2 → hvplot-0.12.2a1}/doc/gallery/statistical/boxplot.ipynb +0 -0
- {hvplot-0.12.2 → hvplot-0.12.2a1}/doc/gallery/statistical/correlation_heatmap.ipynb +0 -0
- {hvplot-0.12.2 → hvplot-0.12.2a1}/doc/gallery/statistical/density_plot.ipynb +0 -0
- {hvplot-0.12.2 → hvplot-0.12.2a1}/doc/gallery/statistical/hexbin.ipynb +0 -0
- {hvplot-0.12.2 → hvplot-0.12.2a1}/doc/gallery/statistical/histogram.ipynb +0 -0
- {hvplot-0.12.2 → hvplot-0.12.2a1}/doc/gallery/statistical/horizontal_errorbars.ipynb +0 -0
- {hvplot-0.12.2 → hvplot-0.12.2a1}/doc/gallery/statistical/violin.ipynb +0 -0
- {hvplot-0.12.2 → hvplot-0.12.2a1}/doc/gallery/statistical/violin_scatter.ipynb +0 -0
- {hvplot-0.12.2 → hvplot-0.12.2a1}/doc/gallery/time-series/area_time_series.ipynb +0 -0
- {hvplot-0.12.2 → hvplot-0.12.2a1}/doc/gallery/time-series/dual_axis_timeseries.ipynb +0 -0
- {hvplot-0.12.2 → hvplot-0.12.2a1}/doc/gallery/time-series/forecast_bands.ipynb +0 -0
- {hvplot-0.12.2 → hvplot-0.12.2a1}/doc/gallery/time-series/lag_plot.ipynb +0 -0
- {hvplot-0.12.2 → hvplot-0.12.2a1}/doc/gallery/time-series/multi_series_line.ipynb +0 -0
- {hvplot-0.12.2 → hvplot-0.12.2a1}/doc/gallery/time-series/ohlc.ipynb +0 -0
- {hvplot-0.12.2 → hvplot-0.12.2a1}/doc/gallery/time-series/step_time_series.ipynb +0 -0
- {hvplot-0.12.2 → hvplot-0.12.2a1}/doc/gallery/time-series/time_series_bar.ipynb +0 -0
- {hvplot-0.12.2 → hvplot-0.12.2a1}/doc/gallery/time-series/time_series_line.ipynb +0 -0
- {hvplot-0.12.2 → hvplot-0.12.2a1}/doc/governance/project-docs/CONTRIBUTING.md +0 -0
- {hvplot-0.12.2 → hvplot-0.12.2a1}/doc/governance/project-docs/GOVERNANCE.md +0 -0
- {hvplot-0.12.2 → hvplot-0.12.2a1}/doc/governance/project-docs/LICENSE.md +0 -0
- {hvplot-0.12.2 → hvplot-0.12.2a1}/doc/governance/project-docs/MEMBERS.md +0 -0
- {hvplot-0.12.2 → hvplot-0.12.2a1}/doc/index.md +0 -0
- {hvplot-0.12.2 → hvplot-0.12.2a1}/doc/ref/api/index.md +0 -0
- {hvplot-0.12.2 → hvplot-0.12.2a1}/doc/ref/api/manual/hvplot.hvPlot.area.ipynb +0 -0
- {hvplot-0.12.2 → hvplot-0.12.2a1}/doc/ref/api/manual/hvplot.hvPlot.bar.ipynb +0 -0
- {hvplot-0.12.2 → hvplot-0.12.2a1}/doc/ref/api/manual/hvplot.hvPlot.barh.ipynb +0 -0
- {hvplot-0.12.2 → hvplot-0.12.2a1}/doc/ref/api/manual/hvplot.hvPlot.bivariate.ipynb +0 -0
- {hvplot-0.12.2 → hvplot-0.12.2a1}/doc/ref/api/manual/hvplot.hvPlot.box.ipynb +0 -0
- {hvplot-0.12.2 → hvplot-0.12.2a1}/doc/ref/api/manual/hvplot.hvPlot.contour.ipynb +0 -0
- {hvplot-0.12.2 → hvplot-0.12.2a1}/doc/ref/api/manual/hvplot.hvPlot.contourf.ipynb +0 -0
- {hvplot-0.12.2 → hvplot-0.12.2a1}/doc/ref/api/manual/hvplot.hvPlot.dataset.ipynb +0 -0
- {hvplot-0.12.2 → hvplot-0.12.2a1}/doc/ref/api/manual/hvplot.hvPlot.density.md +0 -0
- {hvplot-0.12.2 → hvplot-0.12.2a1}/doc/ref/api/manual/hvplot.hvPlot.errorbars.ipynb +0 -0
- {hvplot-0.12.2 → hvplot-0.12.2a1}/doc/ref/api/manual/hvplot.hvPlot.explorer.ipynb +0 -0
- {hvplot-0.12.2 → hvplot-0.12.2a1}/doc/ref/api/manual/hvplot.hvPlot.heatmap.ipynb +0 -0
- {hvplot-0.12.2 → hvplot-0.12.2a1}/doc/ref/api/manual/hvplot.hvPlot.hexbin.ipynb +0 -0
- {hvplot-0.12.2 → hvplot-0.12.2a1}/doc/ref/api/manual/hvplot.hvPlot.hist.ipynb +0 -0
- {hvplot-0.12.2 → hvplot-0.12.2a1}/doc/ref/api/manual/hvplot.hvPlot.image.ipynb +0 -0
- {hvplot-0.12.2 → hvplot-0.12.2a1}/doc/ref/api/manual/hvplot.hvPlot.kde.ipynb +0 -0
- {hvplot-0.12.2 → hvplot-0.12.2a1}/doc/ref/api/manual/hvplot.hvPlot.labels.ipynb +0 -0
- {hvplot-0.12.2 → hvplot-0.12.2a1}/doc/ref/api/manual/hvplot.hvPlot.line.ipynb +0 -0
- {hvplot-0.12.2 → hvplot-0.12.2a1}/doc/ref/api/manual/hvplot.hvPlot.ohlc.ipynb +0 -0
- {hvplot-0.12.2 → hvplot-0.12.2a1}/doc/ref/api/manual/hvplot.hvPlot.paths.ipynb +0 -0
- {hvplot-0.12.2 → hvplot-0.12.2a1}/doc/ref/api/manual/hvplot.hvPlot.points.ipynb +0 -0
- {hvplot-0.12.2 → hvplot-0.12.2a1}/doc/ref/api/manual/hvplot.hvPlot.polygons.ipynb +0 -0
- {hvplot-0.12.2 → hvplot-0.12.2a1}/doc/ref/api/manual/hvplot.hvPlot.quadmesh.ipynb +0 -0
- {hvplot-0.12.2 → hvplot-0.12.2a1}/doc/ref/api/manual/hvplot.hvPlot.rgb.ipynb +0 -0
- {hvplot-0.12.2 → hvplot-0.12.2a1}/doc/ref/api/manual/hvplot.hvPlot.scatter.ipynb +0 -0
- {hvplot-0.12.2 → hvplot-0.12.2a1}/doc/ref/api/manual/hvplot.hvPlot.step.ipynb +0 -0
- {hvplot-0.12.2 → hvplot-0.12.2a1}/doc/ref/api/manual/hvplot.hvPlot.table.ipynb +0 -0
- {hvplot-0.12.2 → hvplot-0.12.2a1}/doc/ref/api/manual/hvplot.hvPlot.vectorfield.ipynb +0 -0
- {hvplot-0.12.2 → hvplot-0.12.2a1}/doc/ref/api/manual/hvplot.hvPlot.violin.ipynb +0 -0
- {hvplot-0.12.2 → hvplot-0.12.2a1}/doc/ref/api/manual/hvplot.plotting.andrews_curves.ipynb +0 -0
- {hvplot-0.12.2 → hvplot-0.12.2a1}/doc/ref/api/manual/hvplot.plotting.lag_plot.ipynb +0 -0
- {hvplot-0.12.2 → hvplot-0.12.2a1}/doc/ref/api/manual/hvplot.plotting.parallel_coordinates.ipynb +0 -0
- {hvplot-0.12.2 → hvplot-0.12.2a1}/doc/ref/api/manual/hvplot.plotting.scatter_matrix.ipynb +0 -0
- {hvplot-0.12.2 → hvplot-0.12.2a1}/doc/ref/api_compatibility/index.md +0 -0
- {hvplot-0.12.2 → hvplot-0.12.2a1}/doc/ref/api_compatibility/pandas/Pandas_API.ipynb +0 -0
- {hvplot-0.12.2 → hvplot-0.12.2a1}/doc/ref/api_compatibility/pandas/index.ipynb +0 -0
- {hvplot-0.12.2 → hvplot-0.12.2a1}/doc/ref/data_libraries.ipynb +0 -0
- {hvplot-0.12.2 → hvplot-0.12.2a1}/doc/ref/deprecations.md +0 -0
- {hvplot-0.12.2 → hvplot-0.12.2a1}/doc/ref/index.md +0 -0
- {hvplot-0.12.2 → hvplot-0.12.2a1}/doc/ref/installation.md +0 -0
- {hvplot-0.12.2 → hvplot-0.12.2a1}/doc/ref/plotting_extensions.ipynb +0 -0
- {hvplot-0.12.2 → hvplot-0.12.2a1}/doc/ref/plotting_options/axis.ipynb +0 -0
- {hvplot-0.12.2 → hvplot-0.12.2a1}/doc/ref/plotting_options/color_colormap.ipynb +0 -0
- {hvplot-0.12.2 → hvplot-0.12.2a1}/doc/ref/plotting_options/data.ipynb +0 -0
- {hvplot-0.12.2 → hvplot-0.12.2a1}/doc/ref/plotting_options/geographic.ipynb +0 -0
- {hvplot-0.12.2 → hvplot-0.12.2a1}/doc/ref/plotting_options/index.md +0 -0
- {hvplot-0.12.2 → hvplot-0.12.2a1}/doc/ref/plotting_options/interactivity.ipynb +0 -0
- {hvplot-0.12.2 → hvplot-0.12.2a1}/doc/ref/plotting_options/legend.ipynb +0 -0
- {hvplot-0.12.2 → hvplot-0.12.2a1}/doc/ref/plotting_options/resampling.ipynb +0 -0
- {hvplot-0.12.2 → hvplot-0.12.2a1}/doc/ref/plotting_options/size_layout.ipynb +0 -0
- {hvplot-0.12.2 → hvplot-0.12.2a1}/doc/ref/plotting_options/streaming.ipynb +0 -0
- {hvplot-0.12.2 → hvplot-0.12.2a1}/doc/ref/plotting_options/styling.ipynb +0 -0
- {hvplot-0.12.2 → hvplot-0.12.2a1}/doc/roadmap.md +0 -0
- {hvplot-0.12.2 → hvplot-0.12.2a1}/doc/topics.html +0 -0
- {hvplot-0.12.2 → hvplot-0.12.2a1}/doc/tutorials/getting_started.ipynb +0 -0
- {hvplot-0.12.2 → hvplot-0.12.2a1}/doc/tutorials/getting_started_pandas.ipynb +0 -0
- {hvplot-0.12.2 → hvplot-0.12.2a1}/doc/tutorials/index.md +0 -0
- {hvplot-0.12.2 → hvplot-0.12.2a1}/doc/user_guide/Explorer.ipynb +0 -0
- {hvplot-0.12.2 → hvplot-0.12.2a1}/doc/user_guide/Geographic_Data.ipynb +0 -0
- {hvplot-0.12.2 → hvplot-0.12.2a1}/doc/user_guide/Gridded_Data.ipynb +0 -0
- {hvplot-0.12.2 → hvplot-0.12.2a1}/doc/user_guide/Interactive.ipynb +0 -0
- {hvplot-0.12.2 → hvplot-0.12.2a1}/doc/user_guide/Introduction.ipynb +0 -0
- {hvplot-0.12.2 → hvplot-0.12.2a1}/doc/user_guide/Large_Timeseries.ipynb +0 -0
- {hvplot-0.12.2 → hvplot-0.12.2a1}/doc/user_guide/NetworkX.ipynb +0 -0
- {hvplot-0.12.2 → hvplot-0.12.2a1}/doc/user_guide/Plotting.ipynb +0 -0
- {hvplot-0.12.2 → hvplot-0.12.2a1}/doc/user_guide/Plotting_Extensions.ipynb +0 -0
- {hvplot-0.12.2 → hvplot-0.12.2a1}/doc/user_guide/Plotting_with_Matplotlib.ipynb +0 -0
- {hvplot-0.12.2 → hvplot-0.12.2a1}/doc/user_guide/Plotting_with_Plotly.ipynb +0 -0
- {hvplot-0.12.2 → hvplot-0.12.2a1}/doc/user_guide/Statistical_Plots.ipynb +0 -0
- {hvplot-0.12.2 → hvplot-0.12.2a1}/doc/user_guide/Streaming.ipynb +0 -0
- {hvplot-0.12.2 → hvplot-0.12.2a1}/doc/user_guide/Subplots.ipynb +0 -0
- {hvplot-0.12.2 → hvplot-0.12.2a1}/doc/user_guide/Timeseries_Data.ipynb +0 -0
- {hvplot-0.12.2 → hvplot-0.12.2a1}/doc/user_guide/Viewing.ipynb +0 -0
- {hvplot-0.12.2 → hvplot-0.12.2a1}/doc/user_guide/Widgets.ipynb +0 -0
- {hvplot-0.12.2 → hvplot-0.12.2a1}/doc/user_guide/images/simple.svg +0 -0
- {hvplot-0.12.2 → hvplot-0.12.2a1}/doc/user_guide/index.md +0 -0
- {hvplot-0.12.2 → hvplot-0.12.2a1}/hvplot/__init__.py +0 -0
- {hvplot-0.12.2 → hvplot-0.12.2a1}/hvplot/backend_transforms.py +0 -0
- {hvplot-0.12.2 → hvplot-0.12.2a1}/hvplot/converter.py +0 -0
- {hvplot-0.12.2 → hvplot-0.12.2a1}/hvplot/cudf.py +0 -0
- {hvplot-0.12.2 → hvplot-0.12.2a1}/hvplot/dask.py +0 -0
- {hvplot-0.12.2 → hvplot-0.12.2a1}/hvplot/data/crime.csv +0 -0
- {hvplot-0.12.2 → hvplot-0.12.2a1}/hvplot/datasets.yaml +0 -0
- {hvplot-0.12.2 → hvplot-0.12.2a1}/hvplot/duckdb.py +0 -0
- {hvplot-0.12.2 → hvplot-0.12.2a1}/hvplot/fugue.py +0 -0
- {hvplot-0.12.2 → hvplot-0.12.2a1}/hvplot/ibis.py +0 -0
- {hvplot-0.12.2 → hvplot-0.12.2a1}/hvplot/intake.py +0 -0
- {hvplot-0.12.2 → hvplot-0.12.2a1}/hvplot/interactive.py +0 -0
- {hvplot-0.12.2 → hvplot-0.12.2a1}/hvplot/networkx.py +0 -0
- {hvplot-0.12.2 → hvplot-0.12.2a1}/hvplot/pandas.py +0 -0
- {hvplot-0.12.2 → hvplot-0.12.2a1}/hvplot/plotting/__init__.py +0 -0
- {hvplot-0.12.2 → hvplot-0.12.2a1}/hvplot/plotting/andrews_curves.py +0 -0
- {hvplot-0.12.2 → hvplot-0.12.2a1}/hvplot/plotting/core.py +0 -0
- {hvplot-0.12.2 → hvplot-0.12.2a1}/hvplot/plotting/lag_plot.py +0 -0
- {hvplot-0.12.2 → hvplot-0.12.2a1}/hvplot/plotting/parallel_coordinates.py +0 -0
- {hvplot-0.12.2 → hvplot-0.12.2a1}/hvplot/plotting/scatter_matrix.py +0 -0
- {hvplot-0.12.2 → hvplot-0.12.2a1}/hvplot/polars.py +0 -0
- {hvplot-0.12.2 → hvplot-0.12.2a1}/hvplot/sample_data.py +0 -0
- {hvplot-0.12.2 → hvplot-0.12.2a1}/hvplot/sampledata.py +0 -0
- {hvplot-0.12.2 → hvplot-0.12.2a1}/hvplot/streamz.py +0 -0
- {hvplot-0.12.2 → hvplot-0.12.2a1}/hvplot/tests/__init__.py +0 -0
- {hvplot-0.12.2 → hvplot-0.12.2a1}/hvplot/tests/conftest.py +0 -0
- {hvplot-0.12.2 → hvplot-0.12.2a1}/hvplot/tests/data/README.md +0 -0
- {hvplot-0.12.2 → hvplot-0.12.2a1}/hvplot/tests/data/RGB-red.byte.tif +0 -0
- {hvplot-0.12.2 → hvplot-0.12.2a1}/hvplot/tests/plotting/__init__.py +0 -0
- {hvplot-0.12.2 → hvplot-0.12.2a1}/hvplot/tests/plotting/testandrewscurves.py +0 -0
- {hvplot-0.12.2 → hvplot-0.12.2a1}/hvplot/tests/plotting/testcore.py +0 -0
- {hvplot-0.12.2 → hvplot-0.12.2a1}/hvplot/tests/plotting/testohlc.py +0 -0
- {hvplot-0.12.2 → hvplot-0.12.2a1}/hvplot/tests/plotting/testscattermatrix.py +0 -0
- {hvplot-0.12.2 → hvplot-0.12.2a1}/hvplot/tests/test_links.py +0 -0
- {hvplot-0.12.2 → hvplot-0.12.2a1}/hvplot/tests/testbackend_transforms.py +0 -0
- {hvplot-0.12.2 → hvplot-0.12.2a1}/hvplot/tests/testcharts.py +0 -0
- {hvplot-0.12.2 → hvplot-0.12.2a1}/hvplot/tests/testdeprecations.py +0 -0
- {hvplot-0.12.2 → hvplot-0.12.2a1}/hvplot/tests/testdocstring.py +0 -0
- {hvplot-0.12.2 → hvplot-0.12.2a1}/hvplot/tests/testfugue.py +0 -0
- {hvplot-0.12.2 → hvplot-0.12.2a1}/hvplot/tests/testgeo.py +0 -0
- {hvplot-0.12.2 → hvplot-0.12.2a1}/hvplot/tests/testgeowithoutgv.py +0 -0
- {hvplot-0.12.2 → hvplot-0.12.2a1}/hvplot/tests/testgridplots.py +0 -0
- {hvplot-0.12.2 → hvplot-0.12.2a1}/hvplot/tests/testhelp.py +0 -0
- {hvplot-0.12.2 → hvplot-0.12.2a1}/hvplot/tests/testibis.py +0 -0
- {hvplot-0.12.2 → hvplot-0.12.2a1}/hvplot/tests/testinteractive.py +0 -0
- {hvplot-0.12.2 → hvplot-0.12.2a1}/hvplot/tests/testnetworkx.py +0 -0
- {hvplot-0.12.2 → hvplot-0.12.2a1}/hvplot/tests/testoperations.py +0 -0
- {hvplot-0.12.2 → hvplot-0.12.2a1}/hvplot/tests/testoptions.py +0 -0
- {hvplot-0.12.2 → hvplot-0.12.2a1}/hvplot/tests/testoverrides.py +0 -0
- {hvplot-0.12.2 → hvplot-0.12.2a1}/hvplot/tests/testpanel.py +0 -0
- {hvplot-0.12.2 → hvplot-0.12.2a1}/hvplot/tests/testpatch.py +0 -0
- {hvplot-0.12.2 → hvplot-0.12.2a1}/hvplot/tests/testpatchsignature.py +0 -0
- {hvplot-0.12.2 → hvplot-0.12.2a1}/hvplot/tests/testplotting.py +0 -0
- {hvplot-0.12.2 → hvplot-0.12.2a1}/hvplot/tests/teststatplots.py +0 -0
- {hvplot-0.12.2 → hvplot-0.12.2a1}/hvplot/tests/teststreaming.py +0 -0
- {hvplot-0.12.2 → hvplot-0.12.2a1}/hvplot/tests/testtransforms.py +0 -0
- {hvplot-0.12.2 → hvplot-0.12.2a1}/hvplot/tests/testui.py +0 -0
- {hvplot-0.12.2 → hvplot-0.12.2a1}/hvplot/tests/testutil.py +0 -0
- {hvplot-0.12.2 → hvplot-0.12.2a1}/hvplot/tests/util.py +0 -0
- {hvplot-0.12.2 → hvplot-0.12.2a1}/hvplot/ui.py +0 -0
- {hvplot-0.12.2 → hvplot-0.12.2a1}/hvplot/util.py +0 -0
- {hvplot-0.12.2 → hvplot-0.12.2a1}/hvplot/utilities.py +0 -0
- {hvplot-0.12.2 → hvplot-0.12.2a1}/hvplot/xarray.py +0 -0
- {hvplot-0.12.2 → hvplot-0.12.2a1}/pyproject.toml +0 -0
- {hvplot-0.12.2 → hvplot-0.12.2a1}/scripts/conda/build.sh +0 -0
- {hvplot-0.12.2 → hvplot-0.12.2a1}/scripts/conda/recipe/meta.yaml +0 -0
- {hvplot-0.12.2 → hvplot-0.12.2a1}/scripts/download_data.py +0 -0
- {hvplot-0.12.2 → hvplot-0.12.2a1}/scripts/sync_git_tags.py +0 -0
|
@@ -2,41 +2,6 @@
|
|
|
2
2
|
|
|
3
3
|
See [the HoloViz blog](https://blog.holoviz.org/#category=hvplot) for a visual summary of the major features added in a selection of releases.
|
|
4
4
|
|
|
5
|
-
## Version 0.12.2 (2025-12-18)
|
|
6
|
-
|
|
7
|
-
The 0.12.2 release is a patch release that brings a few bugfixes and enhancements. Many thanks to @ahuang11, @Azaya89, @hoxbro, @MarcSkovMadsen, @maximlt, and @MridulS for their contributions!
|
|
8
|
-
|
|
9
|
-
Enhancements:
|
|
10
|
-
|
|
11
|
-
- Automatically convert `xlim/ylim` to Web Mercator when `tiles=True` ([#1685](https://github.com/holoviz/hvplot/pull/1685))
|
|
12
|
-
- Automatically use `y` as default `text` kwarg if only two columns ([#1681](https://github.com/holoviz/hvplot/pull/1681))
|
|
13
|
-
|
|
14
|
-
Bug Fixes:
|
|
15
|
-
|
|
16
|
-
- Fix handling of `hv.dim` expressions in `size` and `color` parameters ([#1691](https://github.com/holoviz/hvplot/pull/1691))
|
|
17
|
-
- Exclude internal style columns (`_color` and `_size`) from tooltips ([#1690](https://github.com/holoviz/hvplot/pull/1690))
|
|
18
|
-
|
|
19
|
-
Documentation:
|
|
20
|
-
|
|
21
|
-
- Document `attr_labels` ([#1677](https://github.com/holoviz/hvplot/pull/1677))
|
|
22
|
-
- Fix typo in the NetworkX user guide ([#1686](https://github.com/holoviz/hvplot/pull/1686))
|
|
23
|
-
- Scale networkx layout and fix graphviz init in doc build ([#1672](https://github.com/holoviz/hvplot/pull/1672))
|
|
24
|
-
- Roadmap updates ([#1694](https://github.com/holoviz/hvplot/pull/1694))
|
|
25
|
-
|
|
26
|
-
Compatibility:
|
|
27
|
-
|
|
28
|
-
- Ensure Python 3.14 support ([#1688](https://github.com/holoviz/hvplot/pull/1688), [#1703](https://github.com/holoviz/hvplot/pull/1703))
|
|
29
|
-
- Compatibility with the latest versions of DuckDB ([#1682](https://github.com/holoviz/hvplot/pull/1682))
|
|
30
|
-
- Compatibility with the upcoming Pandas 3.0 ([#1704](https://github.com/holoviz/hvplot/pull/1704))
|
|
31
|
-
|
|
32
|
-
Infrastructure / Tests:
|
|
33
|
-
|
|
34
|
-
- Address warnings emitted by the unit tests suite ([#1700](https://github.com/holoviz/hvplot/pull/1700))
|
|
35
|
-
- Miscellaneous changes ([#1697](https://github.com/holoviz/hvplot/pull/1697), [#1698](https://github.com/holoviz/hvplot/pull/1698), [#1699](https://github.com/holoviz/hvplot/pull/1699), [#1701](https://github.com/holoviz/hvplot/pull/1701), [#1702](https://github.com/holoviz/hvplot/pull/1702), [#1706](https://github.com/holoviz/hvplot/pull/1706), [#1707](https://github.com/holoviz/hvplot/pull/1707))
|
|
36
|
-
|
|
37
|
-
[Full Changelog](https://github.com/holoviz/hvplot/compare/v0.12.1...v0.12.2)
|
|
38
|
-
|
|
39
|
-
|
|
40
5
|
## Version 0.12.1 (2025-08-29)
|
|
41
6
|
|
|
42
7
|
The 0.12.1 release is a patch release that brings a few bugfixes and enhancements, and most importantly adds a new extended [Gallery](https://hvplot.holoviz.org/en/docs/latest/gallery/index.html) top-level section with about 50 examples, replacing the previous and limited *Reference Gallery*. Many thanks to @kmnhan (first contribution!), @hoxbro, @Azaya89, and @maximlt for their contributions!
|
|
@@ -28,7 +28,7 @@ version_tuple: VERSION_TUPLE
|
|
|
28
28
|
commit_id: COMMIT_ID
|
|
29
29
|
__commit_id__: COMMIT_ID
|
|
30
30
|
|
|
31
|
-
__version__ = version = '0.12.
|
|
32
|
-
__version_tuple__ = version_tuple = (0, 12, 2)
|
|
31
|
+
__version__ = version = '0.12.2a1'
|
|
32
|
+
__version_tuple__ = version_tuple = (0, 12, 2, 'a1')
|
|
33
33
|
|
|
34
34
|
__commit_id__ = commit_id = None
|
|
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
|
{hvplot-0.12.2 → hvplot-0.12.2a1}/doc/ref/api/manual/hvplot.plotting.parallel_coordinates.ipynb
RENAMED
|
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
|