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

[BUG] Deprecation warnings with Altair v5 #274

Open
momoson opened this issue Jul 15, 2023 · 0 comments
Open

[BUG] Deprecation warnings with Altair v5 #274

momoson opened this issue Jul 15, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@momoson
Copy link

momoson commented Jul 15, 2023

Describe the bug
Deprecation warnings with Altair version 5, like

python3.11/site-packages/altair/utils/deprecation.py:65: AltairDeprecationWarning: 'selection_single' is deprecated.  Use 'selection_point'
  warnings.warn(message, AltairDeprecationWarning, stacklevel=1)

To Reproduce
Steps to reproduce the behavior:
Open and execute the notebook docs/source/examples/plotting_example.ipynb.

Expected behavior
No warnings.

@momoson momoson added the bug Something isn't working label Jul 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant