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
Show file tree
Hide file tree
Changes from 3 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
Expand Up @@ -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: |
Expand Down Expand Up @@ -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: |
Expand Down Expand Up @@ -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: |
Expand All @@ -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
Expand Down
2 changes: 0 additions & 2 deletions contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
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.

Loading