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

Move chart-studio and plotly-geo to separate repositories #4972

Merged
merged 4 commits into from
Jan 30, 2025
Merged
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
39 changes: 8 additions & 31 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -52,9 +52,9 @@ commands:
- run:
name: Install plotly-geo
command: |
cd packages/python/plotly-geo
. ../plotly/venv/bin/activate
pip install -e .
cd packages/python/plotly
. venv/bin/activate
pip install plotly-geo
- run:
name: Test core
command: |
@@ -115,9 +115,9 @@ commands:
- run:
name: Install plotly-geo
command: |
cd packages/python/plotly-geo
. ../plotly/venv/bin/activate
pip install -e .
cd packages/python/plotly
. venv/bin/activate
pip install plotly-geo
- run:
name: Install orca
command: |
@@ -284,8 +284,9 @@ jobs:
. venv/bin/activate
pip install --upgrade pip wheel
pip install -e ./packages/python/plotly
pip install -e ./packages/python/plotly-geo
pip install plotly-geo
pip install -r ./packages/python/plotly/test_requirements/requirements_39_pandas_2_optional.txt

- run:
name: Build html figures (Pandas 2)
command: |
@@ -309,30 +310,6 @@ jobs:
npx percy snapshot -c test/percy/snapshots.yml test/percy/
rm test/percy/*.html

# Chart studio
python_38_chart_studio:
docker:
- image: cimg/python:3.8
resource_class: large

steps:
- checkout
- run:
name: Install dependencies
command: |
cd packages/python/chart-studio
python -m venv venv
. venv/bin/activate
pip install --upgrade pip wheel
pip install -r ./test_requirements/requirements_38.txt
- run:
name: Tests
command: |
cd packages/python/chart-studio
. venv/bin/activate
pytest -x chart_studio/tests/
no_output_timeout: 20m

plotlyjs_dev_build:
docker:
- image: cimg/python:3.8-node
2 changes: 0 additions & 2 deletions contributing.md
Original file line number Diff line number Diff line change
@@ -152,8 +152,6 @@ complete installation and avoid gdal-config errors.
### Editable install of plotly packages
```bash
(plotly_dev) $ pip install -e packages/python/plotly/
(plotly_dev) $ pip install -e packages/python/chart-studio/
(plotly_dev) $ pip install -e packages/python/plotly-geo/
```

**Note**: To test `go.FigureWidget` locally, you'll need to generate the javascript bundle as follows:
23 changes: 0 additions & 23 deletions packages/python/chart-studio/CHANGELOG.md

This file was deleted.

21 changes: 0 additions & 21 deletions packages/python/chart-studio/LICENSE.txt

This file was deleted.

2 changes: 0 additions & 2 deletions packages/python/chart-studio/README.md

This file was deleted.

2 changes: 0 additions & 2 deletions packages/python/chart-studio/chart_studio/__init__.py

This file was deleted.

1 change: 0 additions & 1 deletion packages/python/chart-studio/chart_studio/api/__init__.py

This file was deleted.

41 changes: 0 additions & 41 deletions packages/python/chart-studio/chart_studio/api/utils.py

This file was deleted.

14 changes: 0 additions & 14 deletions packages/python/chart-studio/chart_studio/api/v2/__init__.py

This file was deleted.

26 changes: 0 additions & 26 deletions packages/python/chart-studio/chart_studio/api/v2/dash_apps.py

This file was deleted.

41 changes: 0 additions & 41 deletions packages/python/chart-studio/chart_studio/api/v2/dashboards.py

This file was deleted.

85 changes: 0 additions & 85 deletions packages/python/chart-studio/chart_studio/api/v2/files.py

This file was deleted.

103 changes: 0 additions & 103 deletions packages/python/chart-studio/chart_studio/api/v2/folders.py

This file was deleted.

192 changes: 0 additions & 192 deletions packages/python/chart-studio/chart_studio/api/v2/grids.py

This file was deleted.

18 changes: 0 additions & 18 deletions packages/python/chart-studio/chart_studio/api/v2/images.py

This file was deleted.

19 changes: 0 additions & 19 deletions packages/python/chart-studio/chart_studio/api/v2/plot_schema.py

This file was deleted.

120 changes: 0 additions & 120 deletions packages/python/chart-studio/chart_studio/api/v2/plots.py

This file was deleted.

This file was deleted.

17 changes: 0 additions & 17 deletions packages/python/chart-studio/chart_studio/api/v2/users.py

This file was deleted.

181 changes: 0 additions & 181 deletions packages/python/chart-studio/chart_studio/api/v2/utils.py

This file was deleted.

35 changes: 0 additions & 35 deletions packages/python/chart-studio/chart_studio/config.py

This file was deleted.

This file was deleted.

This file was deleted.

91 changes: 0 additions & 91 deletions packages/python/chart-studio/chart_studio/exceptions.py

This file was deleted.

30 changes: 0 additions & 30 deletions packages/python/chart-studio/chart_studio/files.py

This file was deleted.

This file was deleted.

300 changes: 0 additions & 300 deletions packages/python/chart-studio/chart_studio/grid_objs/grid_objs.py

This file was deleted.

31 changes: 0 additions & 31 deletions packages/python/chart-studio/chart_studio/plotly/__init__.py

This file was deleted.

This file was deleted.

This file was deleted.

2,123 changes: 0 additions & 2,123 deletions packages/python/chart-studio/chart_studio/plotly/plotly.py

This file was deleted.

This file was deleted.

This file was deleted.

156 changes: 0 additions & 156 deletions packages/python/chart-studio/chart_studio/session.py

This file was deleted.

7 changes: 0 additions & 7 deletions packages/python/chart-studio/chart_studio/tests/__init__.py

This file was deleted.

Empty file.
Empty file.

This file was deleted.

This file was deleted.

This file was deleted.

Empty file.
Empty file.

This file was deleted.

Empty file.

This file was deleted.

Empty file.

This file was deleted.

Empty file.

This file was deleted.

Empty file.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading