Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

python312-hvplot-0.9.2-1.2 RPM for noarch

From OpenSuSE Tumbleweed for noarch

Name: python312-hvplot Distribution: openSUSE Tumbleweed
Version: 0.9.2 Vendor: openSUSE
Release: 1.2 Build date: Sat Mar 2 10:59:59 2024
Group: Development/Languages/Python Build host: reproducible
Size: 2777770 Source RPM: python-hvplot-0.9.2-1.2.src.rpm
Packager: https://bugs.opensuse.org
Url: https://github.com/pyviz/hvplot
Summary: High-level plotting API for the PyData ecosystem built on HoloViews
hvPlot provides a high-level plotting API built on HoloViews that
provides a general and consistent API for plotting data in various
formats from the PyData ecosystem. hvPlot can integrate neatly with
individual PyData libraries if an extension mechanism for the native
plot APIs is offered, or it can be used as a standalone component.

Provides

Requires

License

BSD-3-Clause

Changelog

* Sat Mar 02 2024 Ben Greiner <code@bnavigator.de>
  - Update to 0.9.2
    * Correctly fall back to all numeric Polars columns when y is not
      specified (#1247)
    * Compatibility with Pandas 2.2 (#1257)
  - Update to 0.9.1
    [#]# Enhancements:
    * Explorer: give more space to the plot and various UI tweaks
      (#1197, #1198, #1199, #1225)
    * Explorer: disable the geographic controls when geoviews is not
      installed (#1223)
    * Explorer: change the default plot type from line to scatter
      (#1228)
    * Support polars objects in the hvplot.plot entrypoint (#1219,
      [#1222])
    [#]# Bug fixes:
    * Fix ignoring hover_cols in OHLC plots (#1216)
    * Fix considering datashaded plots with one y variable as
      categorical (#1231)
    * Fix displaying Panel objects returned by hvPlot with show
      (#1230)
  - Skip python39: no xarray anymore
* Tue Nov 14 2023 Markéta Machová <mmachova@suse.com>
  - update to 0.9.0
    * The Explorer has been extended with some features
    * Add experimental Fugue integration
    * Add basic Polars integration
    * Add .hvplot.explorer() as an alternate entry point to create an explorer
    * Add the resample_when option to dynamically enable datashade/rasterize/downsample
    * Fix x-limit, y-limit, and rasterize support for geo features
    * Preparations before the release of Param 2.0
    * Drop Python 3.6 and 3.7
    * More changes, see https://hvplot.holoviz.org/releases.html
* Thu Jun 08 2023 Ben Greiner <code@bnavigator.de>
  - Update to 0.8.4
    * Fix .interactive layout compatibility with Bokeh 3 (1076)
    * Fix usage with intake (1052)
    * Fix deprecated usage of Param 2.0 (1064)
    * Fix projection when xlim/ylim provided (1053)
    * Fix interpretation of positional arg with geopandas, now used
      as color (1056)
    * Fix import error messages for geo dependencies (1054)
    * Fix usage of hover for geometries - make it less likely to fail
      (1055)
* Sat Apr 01 2023 Ben Greiner <code@bnavigator.de>
  - Update to 0.8.3
    * Allow .hvplot to execute the ibis backend (#990)
    * Improve package name in error message (#1005)
    * Let process_crs try a few approaches before raising error
      (#1026)
    * Fix label on unnamed data array (#1025)
    * Only use xarray long_name metadata if it is a string (#1031)
    * Replace deprecated Param methods (#1030)
    * Ensure interactive pipeline is not re-executed needlessly
      (#1029)
    * Fixes subplots=True for geo=True and by (#761)
    * Force column names to string (#1042)
* Tue Feb 07 2023 Daniel Garcia <daniel.garcia@suse.com>
  - Update to 0.8.2
    [#]# Dependencies:
    * Add Panel lower pin to ensure Bokeh 3 is not installed (#974)
    [#]# Interactive:
    * Support slice (#776)
    [#]# Plot:
    * Convert DataFrame columns with type RangeIndex to strings to ensure
      compatibility with HoloViews (#932)
    * Ensure that xarray dataset metadata propagates to NdOverlays (#930)
    * Support rioxarray (#905)
    * Improve error message mentionning pyproj (#950)
    [#]# Explorer:
    * Don't error on datetime-like axis (#968)
    * Don't use xlim/ylim slider if start and end values are identical (#966)
    [#]# Documentation:
    * New and updated docstrings (#892, #863)
    * Improve the landing page (#874, #903, #876)
    * Change http to https (#873)
    * Add intended rolling_window param into pipeline (#944)
    * Updates the README (#817)
    * Miscellaneous documentation improvements (#866, #887, #910)
    [#]# Development:
    * Add pre-commit to format and lint the code on commits (#967)
    [#]# CI:
    * Miscellaneous fixes and improvements (#867, #922, #947, #948, #949, #960,
      [#977])
* Tue Nov 22 2022 Ben Greiner <code@bnavigator.de>
  - Update to 0.8.1
    [#]# Interactive:
    * Set interactive function to lazy to avoid calling it twice
      (772)
    * Add support for hvplot kind accessor (781, 858)
    * Add more tests to Interactive and some comments (812)
    * Fixes to the operators implemented by Interactive (814)
    * Propagate max_rows (815)
    * Only register the function parameters watchers once (818)
    * Do not re-execute transform on copied clones (833)
    * Internal callback made dependent only when parameters are found
      (857)
    [#]# Explorer:
    * Make the explorer easier to use (799)
    * Enhancement to Fields tab in explorer (811)
    * Remove the marker styling option of the explorer (809)
    [#]# Plot:
    * Make rescale_discrete_levels a plot option (758)
    * Ensure that dataframes with multiple columns are categorically
      shaded (759)
    * Display a color bar when rasterize is enabled (782)
    * Update the expected DataSet plot title after xarray 2022.6.0
      (795)
    * Set categorically shaded when there's more than one variable
      (843)
    * Clone GeoViews' features (850)
    * Documentation:
    * Add new and improve existing docstrings (793, 826, 827, 822)
    * Update developer install instructions (794)
    * Rework the landing page and add a Getting started guide (838)
    [#]# Misc:
    * No longer use basestring from holoviews.core.util (757)
    * Ensure that repr is initialized on hvplot backend import (774)
    * Add RGB test data (779)
    * Add flatten utility function (798)
  - Release 0.8.0
    [#]# Main new features:
    * Add ability to call interactive on bound functions (#720)
    * Add support to the Matplotlib and Plotly backends (#653)
    * Add the hvPlotExplorer, a Panel UI component designed to
      explore data (#638, #639, #651, #710, #726)
    [#]# Enhancements:
    * Interactive:
    - Allow using getitem on an accessor in interactive (#633)
    - Allow attribute access on ufunc on interactive (#635)
    - Enhancements for interactive API (#640)
    - Flatten op_args to be able to find nested widgets (#699)
    * Allow dynspread to be used with rasterize (#637)
    * Add a title to xarray plots with scalar coords (#659)
    * Adding datashade and rasterize options to scatter_matrix (#495)
    * Update the default internal value of clim to support Matplotlib
      (#679)
    * Ensure bokeh/panel extension is loaded only once (#686)
    * Add support for planar layout from Networkx (#700)
    * Wrap color in hv.dim when it matches a dimension/column (#717)
    * Expose datashader line_width and rescale_discrete_levels
      options (#731)
    * Improve array-like handling for x and y inputs (#714)
    [#]# Fixes:
    * Interactive:
    - Interactive fixes (#630)
    - Fix for interactive transform (#632)
    - Fix issue with accessors on interactive (#641)
    - Consistently dereference attribute access (#642)
    * State that the data cannot be symmetric if it's empty (#680)
    * Disable hover on errorbars plot (#721)
    * Fix application of the scale argument for geoviews features
      (#725)
    [#]# Maintenance:
    * Drop support for py2.7, min supported version is py3.6 now
      (#702)
    * Switch to Pytest and run the CI on Python 3.6, 3.8 and 3.9
      (#703)
    * Changed to packaging.version (#708)
    * Fix a broken test due to PROJ unexpectedly matching a normal
      string (#660)
  - Add upper pin for bokeh, gh#holoviz/hvplot#970
* Mon Jan 31 2022 Ben Greiner <code@bnavigator.de>
  - Don't test with python310-dask: not supported yet
* Thu Sep 23 2021 Ben Greiner <code@bnavigator.de>
  - Update to 0.7.3
    * Improved .interactive Dataframe support: max_rows display,
      column access (#640)
    * Improved accessor and attribute behavior for .interactive
      (#633, #635, #641, #642)
    * Add .holoviews() terminal method to .interactive pipelines
    * Add support for kwargs to .interactive.layout
    * Misc fixes to .interactive API (#630, #632)
    * Allow dynspread=True to be used with rasterize=True (now that
      Datashader supports it)
  - remove unnecessary no-network.patch
* Mon Jul 19 2021 Ben Greiner <code@bnavigator.de>
  - Fix pooch cache dir for xarray tutorial data
* Tue May 25 2021 Matej Cepl <mcepl@suse.com>
  - Update to 0.7.2:
    - Add support for geographic features (#622)
    - Added support for OHLC plot (#623)
    - Add Ibis backend, providing hvPlot features for lazy SQL
      queries (#507)
    - Support setting options for diagonal plots in scatter_matrix
      (#602)
    - Take group_label from columns if available (#615)
    - Add kwargs to interactive.layout()
    - Fix support for clim on contours (#587)
    - Adding default coordinates to datasets with missing coords
      (#605)
    - Do not plot streamz example point (#614)
    - Fix passing in multiple z-values (#616)
    - Ensure violin and boxplot color is applied (#619)
    - Ensure categorical colormapping is applied during datashade
      (#621)
    - Switch default tile source to OSM (since Wikipedia tiles are
      no longer available) (#610)
    - Correctly document .hist rather than .histogram (#571)
    - Use strings rather than bytes when referring to airplane
      dataset columns (#538)
    - Preserve function signature and docstring in
      with_hv_extension (#601)
    - Add hover_cols example (#612)
    - Switch to pydata sphinx theme (#613)
    - Update available options in customization docs (#620)
    - Add hover='vline' hover='hline' options to expose Bokeh HoverTool mode (#493)
    - Support streaming plots from HoloViews streams (not needing
      a streamz source) (#542)
    - Misc: GitHub Actions (#568), melting wide data (#566), 'by'
      columns (#565), NetworkX (#549), cycles for continuous
      colormaps (#548), interactivity warning (#550)
  - Add no-network.patch to allow testing without a network
    connection (gh#holoviz/hvplot#662).
* Sat Feb 13 2021 Ben Greiner <code@bnavigator.de>
  - Update to version 0.7.0
    Major new features:
    * Powerful new .interactive() API for building easy apps (#505,
      [#523])
    * New transforms argument to transform data in .hvplot() calls
      (#526)
    Other new features and enhancements:
    * Support passing geographic projections as strings (#372)
    * Improved data selection, e.g. for filtering on metadata (#522)
    * Provide color_key to datashade as well as cmap, for convenience
      (#525)
    * Update param warnings to new API (#528)
    Bug fixes:
    * Fix for specifying hover_cols (#504)
    * Remove outdated reference to __main__ console script (#494)
    * Misc doc fixes, including to Streaming.ipynb (#481, #511)
    * Handle node_shape for networkx (#527)
  - Skip python36 build: python36-numpy is being removed from TW
    (NEP 29)
  - Enable test suite
    * Use xarray-data.tar.gz
    * Skip tests not working on 32-bit gh#holoviz/hvplot#560
  - No more entrypoint

Files

/usr/lib/python3.12/site-packages/hvplot
/usr/lib/python3.12/site-packages/hvplot-0.9.2.dist-info
/usr/lib/python3.12/site-packages/hvplot-0.9.2.dist-info/INSTALLER
/usr/lib/python3.12/site-packages/hvplot-0.9.2.dist-info/LICENSE
/usr/lib/python3.12/site-packages/hvplot-0.9.2.dist-info/METADATA
/usr/lib/python3.12/site-packages/hvplot-0.9.2.dist-info/RECORD
/usr/lib/python3.12/site-packages/hvplot-0.9.2.dist-info/REQUESTED
/usr/lib/python3.12/site-packages/hvplot-0.9.2.dist-info/WHEEL
/usr/lib/python3.12/site-packages/hvplot-0.9.2.dist-info/entry_points.txt
/usr/lib/python3.12/site-packages/hvplot-0.9.2.dist-info/top_level.txt
/usr/lib/python3.12/site-packages/hvplot/.version
/usr/lib/python3.12/site-packages/hvplot/__init__.py
/usr/lib/python3.12/site-packages/hvplot/__pycache__
/usr/lib/python3.12/site-packages/hvplot/__pycache__/__init__.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/hvplot/__pycache__/__init__.cpython-312.pyc
/usr/lib/python3.12/site-packages/hvplot/__pycache__/backend_transforms.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/hvplot/__pycache__/backend_transforms.cpython-312.pyc
/usr/lib/python3.12/site-packages/hvplot/__pycache__/converter.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/hvplot/__pycache__/converter.cpython-312.pyc
/usr/lib/python3.12/site-packages/hvplot/__pycache__/cudf.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/hvplot/__pycache__/cudf.cpython-312.pyc
/usr/lib/python3.12/site-packages/hvplot/__pycache__/dask.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/hvplot/__pycache__/dask.cpython-312.pyc
/usr/lib/python3.12/site-packages/hvplot/__pycache__/fugue.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/hvplot/__pycache__/fugue.cpython-312.pyc
/usr/lib/python3.12/site-packages/hvplot/__pycache__/ibis.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/hvplot/__pycache__/ibis.cpython-312.pyc
/usr/lib/python3.12/site-packages/hvplot/__pycache__/intake.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/hvplot/__pycache__/intake.cpython-312.pyc
/usr/lib/python3.12/site-packages/hvplot/__pycache__/interactive.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/hvplot/__pycache__/interactive.cpython-312.pyc
/usr/lib/python3.12/site-packages/hvplot/__pycache__/networkx.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/hvplot/__pycache__/networkx.cpython-312.pyc
/usr/lib/python3.12/site-packages/hvplot/__pycache__/pandas.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/hvplot/__pycache__/pandas.cpython-312.pyc
/usr/lib/python3.12/site-packages/hvplot/__pycache__/polars.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/hvplot/__pycache__/polars.cpython-312.pyc
/usr/lib/python3.12/site-packages/hvplot/__pycache__/sample_data.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/hvplot/__pycache__/sample_data.cpython-312.pyc
/usr/lib/python3.12/site-packages/hvplot/__pycache__/streamz.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/hvplot/__pycache__/streamz.cpython-312.pyc
/usr/lib/python3.12/site-packages/hvplot/__pycache__/ui.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/hvplot/__pycache__/ui.cpython-312.pyc
/usr/lib/python3.12/site-packages/hvplot/__pycache__/util.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/hvplot/__pycache__/util.cpython-312.pyc
/usr/lib/python3.12/site-packages/hvplot/__pycache__/utilities.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/hvplot/__pycache__/utilities.cpython-312.pyc
/usr/lib/python3.12/site-packages/hvplot/__pycache__/xarray.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/hvplot/__pycache__/xarray.cpython-312.pyc
/usr/lib/python3.12/site-packages/hvplot/backend_transforms.py
/usr/lib/python3.12/site-packages/hvplot/converter.py
/usr/lib/python3.12/site-packages/hvplot/cudf.py
/usr/lib/python3.12/site-packages/hvplot/dask.py
/usr/lib/python3.12/site-packages/hvplot/examples
/usr/lib/python3.12/site-packages/hvplot/examples/__pycache__
/usr/lib/python3.12/site-packages/hvplot/examples/__pycache__/conftest.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/hvplot/examples/__pycache__/conftest.cpython-312.pyc
/usr/lib/python3.12/site-packages/hvplot/examples/assets
/usr/lib/python3.12/site-packages/hvplot/examples/assets/console.png
/usr/lib/python3.12/site-packages/hvplot/examples/assets/console_server.gif
/usr/lib/python3.12/site-packages/hvplot/examples/assets/diagram.png
/usr/lib/python3.12/site-packages/hvplot/examples/assets/hvplot-wm.png
/usr/lib/python3.12/site-packages/hvplot/examples/conftest.py
/usr/lib/python3.12/site-packages/hvplot/examples/data
/usr/lib/python3.12/site-packages/hvplot/examples/data/crime.csv
/usr/lib/python3.12/site-packages/hvplot/examples/datasets.yaml
/usr/lib/python3.12/site-packages/hvplot/examples/getting_started
/usr/lib/python3.12/site-packages/hvplot/examples/getting_started/explorer.ipynb
/usr/lib/python3.12/site-packages/hvplot/examples/getting_started/hvplot.ipynb
/usr/lib/python3.12/site-packages/hvplot/examples/getting_started/interactive.ipynb
/usr/lib/python3.12/site-packages/hvplot/examples/reference
/usr/lib/python3.12/site-packages/hvplot/examples/reference/geopandas
/usr/lib/python3.12/site-packages/hvplot/examples/reference/geopandas/points.ipynb
/usr/lib/python3.12/site-packages/hvplot/examples/reference/geopandas/polygons.ipynb
/usr/lib/python3.12/site-packages/hvplot/examples/reference/tabular
/usr/lib/python3.12/site-packages/hvplot/examples/reference/tabular/andrewscurves.ipynb
/usr/lib/python3.12/site-packages/hvplot/examples/reference/tabular/area.ipynb
/usr/lib/python3.12/site-packages/hvplot/examples/reference/tabular/bar.ipynb
/usr/lib/python3.12/site-packages/hvplot/examples/reference/tabular/barh.ipynb
/usr/lib/python3.12/site-packages/hvplot/examples/reference/tabular/bivariate.ipynb
/usr/lib/python3.12/site-packages/hvplot/examples/reference/tabular/box.ipynb
/usr/lib/python3.12/site-packages/hvplot/examples/reference/tabular/errorbars.ipynb
/usr/lib/python3.12/site-packages/hvplot/examples/reference/tabular/heatmap.ipynb
/usr/lib/python3.12/site-packages/hvplot/examples/reference/tabular/hexbin.ipynb
/usr/lib/python3.12/site-packages/hvplot/examples/reference/tabular/hist.ipynb
/usr/lib/python3.12/site-packages/hvplot/examples/reference/tabular/kde.ipynb
/usr/lib/python3.12/site-packages/hvplot/examples/reference/tabular/labels.ipynb
/usr/lib/python3.12/site-packages/hvplot/examples/reference/tabular/lagplot.ipynb
/usr/lib/python3.12/site-packages/hvplot/examples/reference/tabular/line.ipynb
/usr/lib/python3.12/site-packages/hvplot/examples/reference/tabular/ohlc.ipynb
/usr/lib/python3.12/site-packages/hvplot/examples/reference/tabular/parallelcoordinates.ipynb
/usr/lib/python3.12/site-packages/hvplot/examples/reference/tabular/scatter.ipynb
/usr/lib/python3.12/site-packages/hvplot/examples/reference/tabular/scattermatrix.ipynb
/usr/lib/python3.12/site-packages/hvplot/examples/reference/tabular/step.ipynb
/usr/lib/python3.12/site-packages/hvplot/examples/reference/tabular/table.ipynb
/usr/lib/python3.12/site-packages/hvplot/examples/reference/tabular/violin.ipynb
/usr/lib/python3.12/site-packages/hvplot/examples/reference/xarray
/usr/lib/python3.12/site-packages/hvplot/examples/reference/xarray/bar.ipynb
/usr/lib/python3.12/site-packages/hvplot/examples/reference/xarray/contour.ipynb
/usr/lib/python3.12/site-packages/hvplot/examples/reference/xarray/contourf.ipynb
/usr/lib/python3.12/site-packages/hvplot/examples/reference/xarray/hist.ipynb
/usr/lib/python3.12/site-packages/hvplot/examples/reference/xarray/image.ipynb
/usr/lib/python3.12/site-packages/hvplot/examples/reference/xarray/kde.ipynb
/usr/lib/python3.12/site-packages/hvplot/examples/reference/xarray/line.ipynb
/usr/lib/python3.12/site-packages/hvplot/examples/reference/xarray/quadmesh.ipynb
/usr/lib/python3.12/site-packages/hvplot/examples/reference/xarray/rgb.ipynb
/usr/lib/python3.12/site-packages/hvplot/examples/reference/xarray/vectorfield.ipynb
/usr/lib/python3.12/site-packages/hvplot/examples/reference/xarray/violin.ipynb
/usr/lib/python3.12/site-packages/hvplot/examples/user_guide
/usr/lib/python3.12/site-packages/hvplot/examples/user_guide/Customization.ipynb
/usr/lib/python3.12/site-packages/hvplot/examples/user_guide/Explorer.ipynb
/usr/lib/python3.12/site-packages/hvplot/examples/user_guide/Geographic_Data.ipynb
/usr/lib/python3.12/site-packages/hvplot/examples/user_guide/Gridded_Data.ipynb
/usr/lib/python3.12/site-packages/hvplot/examples/user_guide/Integrations.ipynb
/usr/lib/python3.12/site-packages/hvplot/examples/user_guide/Interactive.ipynb
/usr/lib/python3.12/site-packages/hvplot/examples/user_guide/Introduction.ipynb
/usr/lib/python3.12/site-packages/hvplot/examples/user_guide/NetworkX.ipynb
/usr/lib/python3.12/site-packages/hvplot/examples/user_guide/Pandas_API.ipynb
/usr/lib/python3.12/site-packages/hvplot/examples/user_guide/Plotting.ipynb
/usr/lib/python3.12/site-packages/hvplot/examples/user_guide/Plotting_Extensions.ipynb
/usr/lib/python3.12/site-packages/hvplot/examples/user_guide/Plotting_with_Matplotlib.ipynb
/usr/lib/python3.12/site-packages/hvplot/examples/user_guide/Plotting_with_Plotly.ipynb
/usr/lib/python3.12/site-packages/hvplot/examples/user_guide/Statistical_Plots.ipynb
/usr/lib/python3.12/site-packages/hvplot/examples/user_guide/Streaming.ipynb
/usr/lib/python3.12/site-packages/hvplot/examples/user_guide/Subplots.ipynb
/usr/lib/python3.12/site-packages/hvplot/examples/user_guide/Timeseries_Data.ipynb
/usr/lib/python3.12/site-packages/hvplot/examples/user_guide/Viewing.ipynb
/usr/lib/python3.12/site-packages/hvplot/examples/user_guide/Widgets.ipynb
/usr/lib/python3.12/site-packages/hvplot/examples/user_guide/images
/usr/lib/python3.12/site-packages/hvplot/examples/user_guide/images/simple.svg
/usr/lib/python3.12/site-packages/hvplot/fugue.py
/usr/lib/python3.12/site-packages/hvplot/ibis.py
/usr/lib/python3.12/site-packages/hvplot/intake.py
/usr/lib/python3.12/site-packages/hvplot/interactive.py
/usr/lib/python3.12/site-packages/hvplot/networkx.py
/usr/lib/python3.12/site-packages/hvplot/pandas.py
/usr/lib/python3.12/site-packages/hvplot/plotting
/usr/lib/python3.12/site-packages/hvplot/plotting/__init__.py
/usr/lib/python3.12/site-packages/hvplot/plotting/__pycache__
/usr/lib/python3.12/site-packages/hvplot/plotting/__pycache__/__init__.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/hvplot/plotting/__pycache__/__init__.cpython-312.pyc
/usr/lib/python3.12/site-packages/hvplot/plotting/__pycache__/andrews_curves.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/hvplot/plotting/__pycache__/andrews_curves.cpython-312.pyc
/usr/lib/python3.12/site-packages/hvplot/plotting/__pycache__/core.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/hvplot/plotting/__pycache__/core.cpython-312.pyc
/usr/lib/python3.12/site-packages/hvplot/plotting/__pycache__/lag_plot.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/hvplot/plotting/__pycache__/lag_plot.cpython-312.pyc
/usr/lib/python3.12/site-packages/hvplot/plotting/__pycache__/parallel_coordinates.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/hvplot/plotting/__pycache__/parallel_coordinates.cpython-312.pyc
/usr/lib/python3.12/site-packages/hvplot/plotting/__pycache__/scatter_matrix.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/hvplot/plotting/__pycache__/scatter_matrix.cpython-312.pyc
/usr/lib/python3.12/site-packages/hvplot/plotting/andrews_curves.py
/usr/lib/python3.12/site-packages/hvplot/plotting/core.py
/usr/lib/python3.12/site-packages/hvplot/plotting/lag_plot.py
/usr/lib/python3.12/site-packages/hvplot/plotting/parallel_coordinates.py
/usr/lib/python3.12/site-packages/hvplot/plotting/scatter_matrix.py
/usr/lib/python3.12/site-packages/hvplot/polars.py
/usr/lib/python3.12/site-packages/hvplot/sample_data.py
/usr/lib/python3.12/site-packages/hvplot/streamz.py
/usr/lib/python3.12/site-packages/hvplot/ui.py
/usr/lib/python3.12/site-packages/hvplot/util.py
/usr/lib/python3.12/site-packages/hvplot/utilities.py
/usr/lib/python3.12/site-packages/hvplot/xarray.py
/usr/share/doc/packages/python312-hvplot
/usr/share/doc/packages/python312-hvplot/README.md
/usr/share/licenses/python312-hvplot
/usr/share/licenses/python312-hvplot/LICENSE


Generated by rpm2html 1.8.1

Fabrice Bellet, Tue Apr 30 23:23:08 2024