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

Deprecate IDOM #4254

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
run: |
conda activate test-environment
doit develop_install -o examples -o doc
pip install --use-deprecated=legacy-resolver pyecharts "idom==0.24" "pydata-sphinx-theme<=0.9.0" "pydata-sphinx-theme<=0.9.0" sphinx-copybutton sphinx-design
pip install --use-deprecated=legacy-resolver pyecharts "pydata-sphinx-theme<=0.9.0" "pydata-sphinx-theme<=0.9.0" sphinx-copybutton sphinx-design
- name: doit env_capture
run: |
conda activate test-environment
Expand Down
174 changes: 0 additions & 174 deletions examples/reference/panes/IDOM.ipynb

This file was deleted.

1 change: 0 additions & 1 deletion panel/models/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
"""

from .datetime_picker import DatetimePicker # noqa
from .idom import IDOM # noqa
from .ipywidget import IPyWidget # noqa
from .layout import Card # noqa
from .location import Location # noqa
Expand Down
13 changes: 0 additions & 13 deletions panel/models/idom.py

This file was deleted.

Loading