Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add simple polars support #1129

Merged
merged 14 commits into from
Oct 2, 2023
Merged

Add simple polars support #1129

merged 14 commits into from
Oct 2, 2023

Commits on Aug 28, 2023

  1. Add simple polars support

    hoxbro committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    c3fbf4a View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2023

  1. Support hover_cols="all"

    hoxbro committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    da9d91e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4247ac7 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2023

  1. Handle list_like x and y

    hoxbro committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    a9cd914 View commit details
    Browse the repository at this point in the history
  2. Add tests to polars

    hoxbro committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    e38b4da View commit details
    Browse the repository at this point in the history
  3. Add small documentation

    hoxbro committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    638b509 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    57e45ca View commit details
    Browse the repository at this point in the history
  5. Move polars after geopandas

    hoxbro committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    e80aaad View commit details
    Browse the repository at this point in the history
  6. Parametrize the tests

    hoxbro committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    40f8b9c View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2023

  1. add patch tests

    maximlt committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    384ee83 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2023

  1. Update hvplot/polars.py

    Co-authored-by: Maxime Liquet <[email protected]>
    hoxbro and maximlt authored Sep 29, 2023
    Configuration menu
    Copy the full SHA
    5562c4e View commit details
    Browse the repository at this point in the history
  2. Remove hvplot.pandas import

    hoxbro committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    1d6bee6 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2023

  1. Apply suggestions from code review

    Co-authored-by: Maxime Liquet <[email protected]>
    hoxbro and maximlt authored Oct 2, 2023
    Configuration menu
    Copy the full SHA
    6c2e9fa View commit details
    Browse the repository at this point in the history
  2. Move import into patch

    hoxbro committed Oct 2, 2023
    Configuration menu
    Copy the full SHA
    16df551 View commit details
    Browse the repository at this point in the history